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
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 y_.cpu().numpy(), I tested both returns the same output?
First of all what does it mean, secondly, both produces same results, why are you using it in this way then?
One more thing I want to ask is that, for queries related to your paper, should I write issues here or email you guys?
Thank you
Regards
The text was updated successfully, but these errors were encountered:
arslansadiq
changed the title
Confusion regarding data conversion
Confusion regarding data conversion in experiments.py
Dec 15, 2018
It's regarding the math of the paper, I can't really understand the mathematical Intuition behind Inhibited softmax i.e. the introduction of c parameter and the certainty factor. I share more details in the email.
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 y_.cpu().numpy(), I tested both returns the same output?First of all what does it mean, secondly, both produces same results, why are you using it in this way then?
One more thing I want to ask is that, for queries related to your paper, should I write issues here or email you guys?
Thank you
Regards
The text was updated successfully, but these errors were encountered: