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

Runtime error without any description on CIFAR-10 tutorial from documentation. #462

Open
Kirundel opened this issue Oct 8, 2021 · 3 comments
Labels
wontfix This will not be worked on

Comments

@Kirundel
Copy link

Kirundel commented Oct 8, 2021

When trying to run the code from the documentation with using a GPU, the program interrupts execution with RuntimeError without any description. When trying to run the code with using neoml.MathEngine.CpuMathEngine, it works.

BugNeoML

OS: Windows 10 (10.0.19043)
Python 3.9.7
GPU: Nvidia GeForce 1070

@FedyuninV
Copy link
Contributor

FedyuninV commented Oct 8, 2021

Hi there!

Thanks for the report. It looks like a bug which leads to infinite recursion.
That's why it will be helpful to know how you got the Python package. If you've built it locally, could you please provide more info about exact version of CUDA and your C++ compiler (the exact version of the compiler may be crucial info)?

@Kirundel
Copy link
Author

Kirundel commented Oct 8, 2021

Python package was installed from pip. Detected GPU has prefix vulcan instead of cuda in info math_engine.info. Vulcan version: 1.2.142.

@FedyuninV
Copy link
Contributor

Currently NeoML doesn't support training for Vulkan math engine. What remains unclear here: why Vulkan math engine was created instead of CUDA (which is by default when GPU is made by NVidia)?

First of all, can you update your Nvidia driver? It's possible that your current driver is OK for Vulkan but kind of outdated for CUDA.

@favorart favorart added the wontfix This will not be worked on label Sep 5, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
wontfix This will not be worked on
Projects
None yet
Development

No branches or pull requests

3 participants