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

small fix main

parent 85e73ea2
No related branches found
No related tags found
No related merge requests found
......@@ -257,7 +257,6 @@ def load_model(model, path):
if __name__ == '__main__':
args = load_args()
if args.model_type=='duo':
# run_duo(args)
data_train, data_test = load_data_duo(base_dir=args.dataset_dir, batch_size=args.batch_size)
run_duo(args)
else :
run(args)
\ No newline at end of file
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