-
Notifications
You must be signed in to change notification settings - Fork 655
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
CUBLAS_STATUS_NOT_INITIALIZED #3181
Comments
This seems a pytorch bug: pytorch/pytorch#121293 |
My POM:
|
can you try:
|
Failed to load PyTorch native library
|
I saw the new release and tried the below but I would get the same error, except when I run with BATCH_SIZE = 1 and then it will begin to train fine.
|
got the same issue with |
@mdxd44 I tried your rollback and I got this
for pom
|
Some measure of success...
I removed 11.7 and installed 12.1 only. I updated the pom to
but it could not find the cuda environment...
|
Success! |
When running the code from the footwear_classification demo
The following error is thrown
The same error occurs if I adjust the BATCH_SIZE lower for every value less, except, when you get to BATCH_SIZE = 1, it works and the network trains.
The text was updated successfully, but these errors were encountered: