parent
6b828f184e
commit
8901e96a38
2
train.py
2
train.py
|
@ -170,7 +170,7 @@ def train(
|
||||||
best_loss = mloss['total']
|
best_loss = mloss['total']
|
||||||
|
|
||||||
# Save training results
|
# Save training results
|
||||||
save = False
|
save = True
|
||||||
if save:
|
if save:
|
||||||
# Save latest checkpoint
|
# Save latest checkpoint
|
||||||
checkpoint = {'epoch': epoch,
|
checkpoint = {'epoch': epoch,
|
||||||
|
|
Loading…
Reference in New Issue