Skip to content

Commit

Permalink
Remove commented out code for evaluating novel compositions
Browse files Browse the repository at this point in the history
  • Loading branch information
filippo-merlo committed Feb 10, 2024
1 parent a28c99a commit 9029538
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion main.py
Original file line number Diff line number Diff line change
Expand Up @@ -288,7 +288,6 @@ def my_clip_train(in_path, out_path, model_name, source, in_base,
memory = pickle.load(infile)
infile.close()

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

0 comments on commit 9029538

Please sign in to comment.