You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
main.py at line63
args.test_dir = os.path.join(args.data_dir, args.datatest, "test")
should be
args.test_dir = os.path.join(args.data_dir,args.dataset, "test")
The text was updated successfully, but these errors were encountered:
main.py at line63
args.test_dir = os.path.join(args.data_dir, args.datatest, "test")
should be
args.test_dir = os.path.join(args.data_dir,args.dataset, "test")
The text was updated successfully, but these errors were encountered: