Gagan Bhatia commited on
Commit
7d39284
1 Parent(s): 05f29e7

Update train_model.py

Browse files
Files changed (1) hide show
  1. src/models/train_model.py +1 -0
src/models/train_model.py CHANGED
@@ -33,6 +33,7 @@ def train_model():
33
  with open('wandb/latest-run/files/wandb-summary.json') as json_file:
34
  data = json.load(json_file)
35
 
 
36
  json.dump(data, fp)
37
 
38
 
 
33
  with open('wandb/latest-run/files/wandb-summary.json') as json_file:
34
  data = json.load(json_file)
35
 
36
+ with open('reports/training_metrics.txt', 'w') as fp:
37
  json.dump(data, fp)
38
 
39