This commit is contained in:
Glenn Jocher 2018-08-26 11:42:34 +02:00
parent ef84864251
commit 7f2df90277
1 changed files with 3 additions and 3 deletions

View File

@ -157,9 +157,9 @@ def main(opt):
# if i == 1:
# return
# Write epoch results
with open('results.txt', 'a') as file:
file.write(s + '\n')
# Write epoch results
with open('results.txt', 'a') as file:
file.write(s + '\n')
# Update best loss
loss_per_target = rloss['loss'] / rloss['nGT']