We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8d6acdd commit 8a90108Copy full SHA for 8a90108
1 file changed
src/MaxText/input_pipeline/synthetic_data_processing.py
@@ -94,6 +94,9 @@ def __iter__(self):
94
def __next__(self):
95
return next(self.data_generator)
96
97
+ def reset(self):
98
+ pass
99
+
100
@staticmethod
101
def get_place_holder_synthetic_data(config: pyconfig.HyperParameters):
102
"""fill negative value in synthetic data"""
0 commit comments