Muhammad Arslan Ansari
Results
1
issues of
Muhammad Arslan Ansari
Hi, Excuse my ignorance, I want to ask that in **models_code/experiments.py**, function **test_eval()** has a line `y_.cpu().data.numpy()[:, :num_classes].argmax(axis=1)`. Now my question is that, why are you using `y_.cpu().data.numpy()` why not...