MVCNN-PyTorch
MVCNN-PyTorch copied to clipboard
Results
5
MVCNN-PyTorch issues
Sort by
recently updated
recently updated
newest added
os is windows or linux?
Does anyone have this problem? How do you solve this? ``` RuntimeWarning: invalid value encountered in true_divide val_mean_class_acc = np.mean((samples_class-wrong_class)/samples_class) WARNING:root:NaN or Inf found in input tensor. ```
Hello author I tried to obtain the size of the network input tensor in your code with a batch size of 4, and the result was [4,1,3,224,224]. The view pool...