Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Floating Point Exception #1642

Open
jyothsna-phd22 opened this issue Aug 1, 2024 · 7 comments
Open

Floating Point Exception #1642

jyothsna-phd22 opened this issue Aug 1, 2024 · 7 comments

Comments

@jyothsna-phd22
Copy link

jyothsna-phd22 commented Aug 1, 2024

Hi,

While I was training any model on kitti dataset, I am getting floating point exception at epoch 0 and terminated training. How to resolve this issue??

Kindly help me....

@beijbom
Copy link

beijbom commented Aug 7, 2024

Same here. I am training cfgs/nuscenes_models/cbgs_pp_multihead.yaml on the nuScenes mini dataset. @jyothsna-phd22 : were you able to resolve the issue?

@beijbom
Copy link

beijbom commented Aug 7, 2024

Tracked down the offending call. It's tv.from_numpy(points) on this line: https://github.com/open-mmlab/OpenPCDet/blob/master/pcdet/datasets/processor/data_processor.py#L55.

@jyothsna-phd22
Copy link
Author

jyothsna-phd22 commented Aug 7, 2024 via email

@beijbom
Copy link

beijbom commented Aug 7, 2024

I don't yet know how to fix it. I was just sharing that it seems to be the offending line.

@beijbom
Copy link

beijbom commented Aug 7, 2024

On digging further, it seems this is due to a mismatch between the binaries of the spconv library and the rest of the environment. I got it to run using the dockerfile in this PR: #1648

Copy link

github-actions bot commented Sep 7, 2024

This issue is stale because it has been open for 30 days with no activity.

@github-actions github-actions bot added the stale label Sep 7, 2024
@Sun-Cold
Copy link

Same issue here,this is my env info:
python 3.10.14
CUDA 12.1
numpy 2.0.1
spconv-cu120 2.3.6
Here is my solution for reference: downgrade numpy version to 1.26.4
conda install numpy=1.26.4

@github-actions github-actions bot removed the stale label Sep 11, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants