Skip to content

Commit

Permalink
blblbl
Browse files Browse the repository at this point in the history
  • Loading branch information
filippo-merlo committed Feb 6, 2024
1 parent 88418e7 commit b52c4f2
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions main.py
Original file line number Diff line number Diff line change
Expand Up @@ -279,9 +279,9 @@ def my_clip_train(in_path, out_path, model_name, source, in_base,

# Train without 9 combs and 3 attrs
model_name = 'comparative_base_mem.pickle'
#my_clip_train(args.in_path, args.out_path, model_name,
# 'novel_train/', bn_n_train, ['rgba'], dic_train, vocabs, args.pre_train)
#
my_clip_train(args.in_path, args.out_path, model_name,
'novel_train/', bn_n_train, ['rgba'], dic_train, vocabs, args.pre_train)

# Multi-Attribute Recognition Evaluation
in_memory = os.path.join(args.out_path, model_name)
infile = open(in_memory, 'rb')
Expand Down

0 comments on commit b52c4f2

Please sign in to comment.