-
Notifications
You must be signed in to change notification settings - Fork 1.3k
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
Comments
Same here. I am training |
Tracked down the offending call. It's |
Where should we change in this line??
…On Wed, 7 Aug, 2024, 9:32 am Oscar Beijbom, ***@***.***> wrote:
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
.
—
Reply to this email directly, view it on GitHub
<#1642 (comment)>,
or unsubscribe
<https://github.com/notifications/unsubscribe-auth/A6SEC5F3VJVK53IPGBH5JALZQGL5BAVCNFSM6AAAAABLZ5O3FCVHI2DSMVQWIX3LMV43OSLTON2WKQ3PNVWWK3TUHMZDENZSGU3TAMRUHE>
.
You are receiving this because you were mentioned.Message ID:
***@***.***>
|
I don't yet know how to fix it. I was just sharing that it seems to be the offending line. |
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 |
This issue is stale because it has been open for 30 days with no activity. |
Same issue here,this is my env info: |
This issue is stale because it has been open for 30 days with no activity. |
This issue was closed because it has been inactive for 14 days since being marked as stale. |
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....
The text was updated successfully, but these errors were encountered: