We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a7e6f95 commit 96bfc8eCopy full SHA for 96bfc8e
elasticai_api/common/data_shard_service.py
@@ -71,7 +71,7 @@ def __init__(
71
self._report_training_params()
72
73
def _report_training_params(self):
74
- if self._num_epochs and (self._dataset_size or self._training_data):
+ if self._num_epochs and self._dataset_size:
75
self._mc.report_training_params(
76
batch_size=self._batch_size,
77
num_epochs=self._num_epochs,
0 commit comments