1
0
Fork 0

I forgot I undid the thing in DLAS

master
mrq 2023-03-16 04:51:35 +07:00
parent da4f92681e
commit 4ac43fa3a3
2 changed files with 2 additions and 2 deletions

@ -1 +1 @@
Subproject commit 730a04708d2cb29f526c3397894950a2733e6e29
Subproject commit 730f56aa8767807acfa79ef38a98f7f0d00e3f55

@ -744,7 +744,7 @@ class TrainingState():
self.steps = int(self.info['steps'])
if 'iteration_rate' in self.info:
it_rate = self.info['iteration_rate'] * self.batch_size # why
it_rate = self.info['iteration_rate']
self.it_rate = f'{"{:.3f}".format(1/it_rate)}it/s' if 0 < it_rate and it_rate < 1 else f'{"{:.3f}".format(it_rate)}s/it'
self.it_rates += it_rate