i have successfully trained my model and got 98.87% accuracy. now when i try to evaluate the model i get the following error. the actual line which makes this error is ds = dp[opt.dataset]() in the else clause where dataset is loaded.
Note: the output on console "step 0" is just a line of code print("step 0") and the "Mnist" is print (opt.dataset)
i have successfully trained my model and got 98.87% accuracy. now when i try to evaluate the model i get the following error. the actual line which makes this error is
ds = dp[opt.dataset]()
in the else clause where dataset is loaded. Note: the output on console "step 0" is just a line of codeprint("step 0")
and the "Mnist" isprint (opt.dataset)