update submodules
This commit is contained in:
parent
ccbf2e6aff
commit
51ddc205cd
|
@ -1 +1 @@
|
||||||
Subproject commit fec068540543522d1db94285818ec1c26d6bb0ef
|
Subproject commit 97cd58e7eba06b91fc6b0c77029ad72022b8c231
|
|
@ -879,6 +879,8 @@ class TrainingState():
|
||||||
elif line.find('INFO: Validation Metrics:') >= 0:
|
elif line.find('INFO: Validation Metrics:') >= 0:
|
||||||
data = json.loads(line.split("INFO: Validation Metrics:")[-1])
|
data = json.loads(line.split("INFO: Validation Metrics:")[-1])
|
||||||
data['mode'] = "validation"
|
data['mode'] = "validation"
|
||||||
|
else:
|
||||||
|
data = None
|
||||||
|
|
||||||
if data is not None:
|
if data is not None:
|
||||||
if ': nan' in line and not self.nan_detected:
|
if ': nan' in line and not self.nan_detected:
|
||||||
|
|
Loading…
Reference in New Issue
Block a user