Skip to content
Snippets Groups Projects
Commit cae27a91 authored by Schneider Leo's avatar Schneider Leo
Browse files

add : out_dit for fig as args

parent ce1d2e1c
No related branches found
No related tags found
No related merge requests found
...@@ -107,7 +107,7 @@ def run_duo(args): ...@@ -107,7 +107,7 @@ def run_duo(args):
# load model # load model
model = Classification_model_duo_contrastive(model=args.model, n_class=2) model = Classification_model_duo_contrastive(model=args.model, n_class=2)
model.float() model.double()
# load weight # load weight
if args.pretrain_path is not None: if args.pretrain_path is not None:
print('Model weight loaded') print('Model weight loaded')
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment