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

RuntimeError: cublas runtime error during training #64

Open
MariOvO-casual opened this issue Mar 15, 2023 · 0 comments
Open

RuntimeError: cublas runtime error during training #64

MariOvO-casual opened this issue Mar 15, 2023 · 0 comments

Comments

@MariOvO-casual
Copy link

Hello,

I have encountered an issue while running the training script with the following error:

RuntimeError: cublas runtime error : the GPU program failed to execute at /opt/conda/conda-bld/pytorch_1525909934016/work/aten/src/THC/THCBlas.cu:249

The error seems to occur during the forward pass of the network:

File "/workspace/instagan/models/insta_gan_model.py", line 145, in forward self.fake_B_sng = self.netG_A(self.real_A_sng)

Here is my system configuration:

Operating System: Ubuntu 20.04.5 LTS
PyTorch version: torch==0.4.0. torchvision==0.2.1
CUDA version: release 11.8

I have tried various solutions, but the issue persists. Any help or suggestions on how to resolve this issue would be much appreciated. Thank you in advance!

Best regards,
Mario

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

1 participant