"vscode:/vscode.git/clone" did not exist on "c3a224454a997e39016d632460cc0609dec03662"
Commit a5b38a72 authored by Ruoxin Sang's avatar Ruoxin Sang Committed by A. Unique TensorFlower
Browse files

Internal change

PiperOrigin-RevId: 329738312
parent 3f3ecc47
...@@ -83,7 +83,7 @@ class DataConfig(base_config.Config): ...@@ -83,7 +83,7 @@ class DataConfig(base_config.Config):
drop_remainder: bool = True drop_remainder: bool = True
shuffle_buffer_size: int = 100 shuffle_buffer_size: int = 100
cache: bool = False cache: bool = False
cycle_length: int = 8 cycle_length: Optional[int] = None
block_length: int = 1 block_length: int = 1
deterministic: Optional[bool] = None deterministic: Optional[bool] = None
sharding: bool = True sharding: 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