-
Notifications
You must be signed in to change notification settings - Fork 85
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
Quick Test have some questions #17
Comments
If you were using Windows, please refer to RameenAbdal/StyleFlow#13. |
hello,The method you gave is very effective, but there is another problem。`Setting up PyTorch plugin "bias_act_plugin"... D:\Anaconda3\envs\pytorch1_7\lib\site-packages\torch\utils\cpp_extension.py:287: UserWarning: Error checking compiler version for cl: 'utf-8' codec can't decode byte 0xd3 in position 0: invalid continuation byte Traceback (most recent call last): The above exception was the direct cause of the following exception: Traceback (most recent call last): |
There is a solution. Just use Miniconda or Conda to first install python3.7 and then Pytorch as |
thank you very much,it works .but My GPU performance is not very good. Do you have any solutions |
I am sorry that the 2G memory of the GPU may not be sufficient for processing 512x512 images. |
fine,thank for your reply reply. |
`Setting up PyTorch plugin "bias_act_plugin"... Failed!
..\torch_utils\ops\bias_act.py:50: UserWarning: Failed to build CUDA kernels for bias_act. Falling back to slow reference implementation. Details:
Traceback (most recent call last):
File "..\torch_utils\ops\bias_act.py", line 48, in _init
_plugin = custom_ops.get_plugin('bias_act_plugin', sources=sources, extra_cuda_cflags=['--use_fast_math'])
File "..\torch_utils\custom_ops.py", line 64, in get_plugin
raise RuntimeError(f'Could not find MSVC/GCC/CLANG installation on this computer. Check _find_compiler_bindir() in "{file}".')
RuntimeError: Could not find MSVC/GCC/CLANG installation on this computer. Check _find_compiler_bindir() in "..\torch_utils\custom_ops.py".`
hello,I didn't download vs. what is the specific solution to this problem
The text was updated successfully, but these errors were encountered: