Achao

Results 5 comments of Achao

yes, I meet it too. When I train the second network, the indicators of the validation set can be generated normally during training, but when using the file to test,...

> yes, I meet this issue too, I found the dismatch is that the dimension"s order is different

> I am also having the same issue with re-training the models `SECOND` and `MVXNET` and then running the test.py script. do u find the solution... I am trying transpose...

> This could be solved by using torch.transpose to fit the shape when loading the checkpoints. could u please tell me the detailed solutions? thank u!

I have found a solution, just need to read the weight tensor matrix of the corresponding position in the .pth file and perform the permutate operation to convert it to...