Skip to content

Commit

Permalink
bo
Browse files Browse the repository at this point in the history
  • Loading branch information
filippo-merlo committed Feb 8, 2024
1 parent 94567d6 commit f0a2d82
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 @@ -289,7 +289,7 @@ def my_clip_train(in_path, out_path, model_name, source, in_base,
infile.close()

# evaluate with novel compositions
evaluations['mare_novel_comp'].append(memory_evaluation(args.in_path, 'test/', memory,
evaluations['mare_novel_comp'].append(memory_evaluation(args.in_path, 'novel_test/', memory,
bn_n_test, ['rgba'], dic_train, vocabs))

# evaluate with variations (dic_test)
Expand Down

0 comments on commit f0a2d82

Please sign in to comment.