oncebasun opened this issue 6 years ago · 1 comments
with open(working_dir + '/stats.csv', 'w') as f: f.write(utils.config_val_string(config) + ',%s,%s\n' % ( best_metric, best_epoch))
NameError: name 'utils' is not defined
Thanks!
See 253abd7