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 #28

Open
Poly2it opened this issue Nov 13, 2024 · 5 comments
Open

Floating point exception #28

Poly2it opened this issue Nov 13, 2024 · 5 comments
Labels
bug Something isn't working

Comments

@Poly2it
Copy link

Poly2it commented Nov 13, 2024

The program may randomly exit with a floating point exception, leaving no trace (pun not intended) but:

Floating point exception (core dumped)

The error can occur on any training step. Running c35aac0 on Linux, NVIDIA 3060 GPU.

@ArthurBrussee
Copy link
Owner

Just to double check - is this in debug mode? If not, can you run in debug with RUST_BACKTRACE=1 ?

If this is in debug might have to attach a debugger to hope to see anything, hard to say what dependency is causing this (must be a dependency, rust doesn't do floating point exceptions afaik)

@ArthurBrussee ArthurBrussee added the bug Something isn't working label Nov 16, 2024
@Poly2it
Copy link
Author

Poly2it commented Nov 19, 2024

Just to double check - is this in debug mode? If not, can you run in debug with RUST_BACKTRACE=1 ?

If this is in debug might have to attach a debugger to hope to see anything, hard to say what dependency is causing this (must be a dependency, rust doesn't do floating point exceptions afaik)

I am not getting any trace sadly.

@ArthurBrussee
Copy link
Owner

I imagine this is the same bug as #50, though hard to say.

@Poly2it
Copy link
Author

Poly2it commented Dec 6, 2024

Yeah, thought the same.

@Poly2it
Copy link
Author

Poly2it commented Dec 10, 2024

I have not experienced this issue personally as of the latest few commits.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

2 participants