Skip to content

Commit

Permalink
aaa
Browse files Browse the repository at this point in the history
  • Loading branch information
filippo-merlo committed Feb 8, 2024
1 parent 7ff71fc commit 3bfa6f2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion main.py
Original file line number Diff line number Diff line change
Expand Up @@ -296,7 +296,7 @@ def my_clip_train(in_path, out_path, model_name, source, in_base,
evaluations['mare_var'].append(memory_evaluation(args.in_path, 'novel_train/', memory,
bn_n_train, ['rgba'], dic_test, vocabs))
pprint(evaluations)
with open(os.path.join(args.out_path, evaluations), 'w') as json_file:
with open(os.path.join(args.out_path, 'evaluations.json'), 'w') as json_file:
json.dump(evaluations, json_file)

## Train for new word acquisition
Expand Down

0 comments on commit 3bfa6f2

Please sign in to comment.