We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0448b14 commit 278b91fCopy full SHA for 278b91f
config.py
@@ -171,6 +171,8 @@ def test_steps(self) -> int:
171
return ceil(self.NUM_TEST_EXAMPLES / self.TEST_BATCH_SIZE) if self.TEST_BATCH_SIZE else 0
172
173
def data_path(self, is_evaluating: bool = False):
174
+ if self.RELEASE:
175
+ return ''
176
return self.TEST_DATA_PATH if is_evaluating else self.train_data_path
177
178
def batch_size(self, is_evaluating: bool = False):
0 commit comments