"vscode:/vscode.git/clone" did not exist on "439ead5a7738bc5080d1d4643ae4bf6dfc78b8ca"
Commit ab8192ee authored by Dan Kondratyuk's avatar Dan Kondratyuk Committed by A. Unique TensorFlower
Browse files

Internal change

PiperOrigin-RevId: 370743885
parent b94c9598
...@@ -31,6 +31,7 @@ class DataConfig(cfg.DataConfig): ...@@ -31,6 +31,7 @@ class DataConfig(cfg.DataConfig):
file_type: Optional[str] = 'tfrecord' file_type: Optional[str] = 'tfrecord'
compressed_input: bool = False compressed_input: bool = False
split: str = 'train' split: str = 'train'
variant_name: Optional[str] = None
feature_shape: Tuple[int, ...] = (64, 224, 224, 3) feature_shape: Tuple[int, ...] = (64, 224, 224, 3)
temporal_stride: int = 1 temporal_stride: int = 1
random_stride_range: int = 0 random_stride_range: int = 0
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment