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
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)
The text was updated successfully, but these errors were encountered:
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" isprint (opt.dataset)
The text was updated successfully, but these errors were encountered: