You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
GPU [RTX 4060]
okay, the issue comes while training. while training I had an issue with upfirdn2d.
initially, I was working with Cudatoolkit 12.3 version and Visual Studio Community 2022
but after one week's struggle I read the previous comments on this issue, Today I made a new env. from scratch with Python 3.7 changed my cuda from 12.1 to 11.0 and installed it in the system. I even changed the path to it and rebooted the system again, and then I changed the version of VS 2020 -VS 2019 community edition. and then start the C:\Program Files (x86)\Microsoft Visual Studio\2019\Community\VC\Auxiliary\Build\vcvars64.bat file.Rebooted the system again. Then I reinstalled all the libs from scratch in my new environment. after that, I start training my file (train.py).
initially, it started working and created the parameters but then showed me error but after that when I moved toward the output directory I found 7 files.
but still I got a lot of errors of only this upfirdn2d.
Traceback (most recent call last):
File "C:\WINDOWS\system32\temp\stylegan2-ada-pytorch\torch_utils\ops\upfirdn2d.py", line 32, in _init
_plugin = custom_ops.get_plugin('upfirdn2d_plugin', sources=sources, extra_cuda_cflags=['--use_fast_math'])
File "C:\WINDOWS\system32\temp\stylegan2-ada-pytorch\torch_utils\custom_ops.py", line 111, in get_plugin
torch.utils.cpp_extension.load(name=module_name, verbose=verbose_build, sources=sources, **build_kwargs)
File "C:\Users\aneek\anaconda3\envs\video_gan_env\lib\site-packages\torch\utils\cpp_extension.py", line 997, in load
keep_intermediates=keep_intermediates)
File "C:\Users\aneek\anaconda3\envs\video_gan_env\lib\site-packages\torch\utils\cpp_extension.py", line 1213, in _jit_compile
return _import_module_from_library(name, build_directory, is_python_module)
File "C:\Users\aneek\anaconda3\envs\video_gan_env\lib\site-packages\torch\utils\cpp_extension.py", line 1560, in _import_module_from_library.
Screenshots
The text was updated successfully, but these errors were encountered:
Describe the bug
okay, the issue comes while training. while training I had an issue with upfirdn2d.
initially, I was working with Cudatoolkit 12.3 version and Visual Studio Community 2022
but after one week's struggle I read the previous comments on this issue, Today I made a new env. from scratch with Python 3.7 changed my cuda from 12.1 to 11.0 and installed it in the system. I even changed the path to it and rebooted the system again, and then I changed the version of VS 2020 -VS 2019 community edition. and then start the C:\Program Files (x86)\Microsoft Visual Studio\2019\Community\VC\Auxiliary\Build\vcvars64.bat file.Rebooted the system again. Then I reinstalled all the libs from scratch in my new environment. after that, I start training my file (train.py).
initially, it started working and created the parameters but then showed me error but after that when I moved toward the output directory I found 7 files.
Traceback (most recent call last):
File "C:\WINDOWS\system32\temp\stylegan2-ada-pytorch\torch_utils\ops\upfirdn2d.py", line 32, in _init
_plugin = custom_ops.get_plugin('upfirdn2d_plugin', sources=sources, extra_cuda_cflags=['--use_fast_math'])
File "C:\WINDOWS\system32\temp\stylegan2-ada-pytorch\torch_utils\custom_ops.py", line 111, in get_plugin
torch.utils.cpp_extension.load(name=module_name, verbose=verbose_build, sources=sources, **build_kwargs)
File "C:\Users\aneek\anaconda3\envs\video_gan_env\lib\site-packages\torch\utils\cpp_extension.py", line 997, in load
keep_intermediates=keep_intermediates)
File "C:\Users\aneek\anaconda3\envs\video_gan_env\lib\site-packages\torch\utils\cpp_extension.py", line 1213, in _jit_compile
return _import_module_from_library(name, build_directory, is_python_module)
File "C:\Users\aneek\anaconda3\envs\video_gan_env\lib\site-packages\torch\utils\cpp_extension.py", line 1560, in _import_module_from_library.
Screenshots
The text was updated successfully, but these errors were encountered: