Commit 76443347 authored by Yeqing Li's avatar Yeqing Li Committed by A. Unique TensorFlower
Browse files

Removes unused fields.

PiperOrigin-RevId: 365665625
parent 96eed905
...@@ -36,10 +36,8 @@ class DataConfig(cfg.DataConfig): ...@@ -36,10 +36,8 @@ class DataConfig(cfg.DataConfig):
num_test_clips: int = 1 num_test_clips: int = 1
num_test_crops: int = 1 num_test_crops: int = 1
num_classes: int = -1 num_classes: int = -1
num_channels: int = 3
num_examples: int = -1 num_examples: int = -1
global_batch_size: int = 128 global_batch_size: int = 128
num_devices: int = 1
data_format: str = 'channels_last' data_format: str = 'channels_last'
dtype: str = 'float32' dtype: str = 'float32'
one_hot: bool = True one_hot: bool = True
......
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