assert(args.dataset == "Hand")
what do you suppose that means? does it want you to specify the “Hand” dataset? could you do that using a command line argument?
assert(args.dataset == "Hand")
what do you suppose that means? does it want you to specify the “Hand” dataset? could you do that using a command line argument?