From 7f2df9027786be331ed91af9424afc1d79a7072a Mon Sep 17 00:00:00 2001 From: Glenn Jocher Date: Sun, 26 Aug 2018 11:42:34 +0200 Subject: [PATCH] updates --- train.py | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/train.py b/train.py index 56435dcc..a4af4af6 100644 --- a/train.py +++ b/train.py @@ -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']