(self, consumed_samples, consistency_check)
| 97 | self.current_global_batch_size = global_batch_size |
| 98 | |
| 99 | def update(self, consumed_samples, consistency_check): |
| 100 | pass |
| 101 | |
| 102 | |
| 103 | class RampupBatchsizeNumMicroBatches(NumMicroBatchesCalculator): |
no outgoing calls
no test coverage detected