Closed muzi2045 closed 4 years ago
I've not encounter this problem.
@muzi2045 Hi, I've also encountered this issue. It seems spconv.SparseSequential doesn't work correctly. Could you let me know how to fix this?
yes, I figure it out that the spconv are the problem, maybe you can try the old version of spconv , such as spconv 1.0
HI @muzi2045, I'm encountering the same problem, did using spconv 1.0 helped?
Thank you
I try to train pointpillars with this repo, and find the problem is not spconv, it's the loss backward problem, you can print the layer weight and find there is some nan value in create_loss function.
@muzi2045 thank you for your response. I see that you tried at first to run cbgs, do you think it's the same problem? Did you manage to fix it?
Yes,I think it's the same problem
After modify some configs and compile the nms_gpu module successfully, I am trying to train the CBGS network in my local computer with Nuscenens Dataset, Not using the train.sh, but directly use
it can run , but the output in log file are nan value
And how can I shutdown the gt_database file path output log?
Hopefully for any advice! @poodarchu