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, I found this code does nothing for ans_idx[i] is a float number while opt_ids is an int matrix.
Did you mean "opt_ids = np.delete(opt_ids,self.ans_ids[index, i], 0)" instead of "opt_ids = np.delete(opt_ids, ans_idx[i], 0)"
(pytorch 0.4.0, python3..6.5, numpy 1.14.3)
Thank you very much.
The text was updated successfully, but these errors were encountered:
visDial.pytorch/misc/dataLoader.py
Line 117 in f1aa597
Hi, I found this code does nothing for ans_idx[i] is a float number while opt_ids is an int matrix.
Did you mean "opt_ids = np.delete(opt_ids,self.ans_ids[index, i], 0)" instead of "opt_ids = np.delete(opt_ids, ans_idx[i], 0)"
(pytorch 0.4.0, python3..6.5, numpy 1.14.3)
Thank you very much.
The text was updated successfully, but these errors were encountered: