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 use two classes(airplane and bathtub) of the modelnet40v1 dataset to train the MVCNN model.I set up 10 shapes per class in the train_lists.txt and 2 shapes per class for validation.Does anyone have the same problem?Is this a random guessing problem?
The text was updated successfully, but these errors were encountered:
I am having the same problem: I am currently training on 145 shapes and use 45 shapes for validation. While loss decreases, accuracy is always exactly 51.219512 and doesn't change even after 80 epochs. Have you found a solution?
I also get this problem but with different dataset. loss is decreasing but accuracy is staying exactly at 50. after training I test the model with test, validation and training datasets, I got 50, 50, 46 respectively.
Anyone know what can be the problem?
Did anyone check with other implementations?.
thanks.
I use two classes(airplane and bathtub) of the modelnet40v1 dataset to train the MVCNN model.I set up 10 shapes per class in the train_lists.txt and 2 shapes per class for validation.Does anyone have the same problem?Is this a random guessing problem?
The text was updated successfully, but these errors were encountered: