We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
I followed the tutorial, but this seems to show that my picture size does not match the model. Does anyone know how to fix it?
Error: Setting up TensorFlow plugin "fused_bias_act.cu": Loading... Done. Setting up TensorFlow plugin "upfirdn_2d.cu": Loading... Done. 2023-02-16 21:45:31.122658: E tensorflow/stream_executor/cuda/cuda_blas.cc:428] failed to run cuBLAS routine: CUBLAS_STATUS_EXECUTION_FAILED Traceback (most recent call last): File "D:\ProgramData\miniconda3\envs\styleclip4\lib\site-packages\tensorflow\python\client\session.py", line 1356, in _do_call return fn(*args) File "D:\ProgramData\miniconda3\envs\styleclip4\lib\site-packages\tensorflow\python\client\session.py", line 1341, in _run_fn options, feed_dict, fetch_list, target_list, run_metadata) File "D:\ProgramData\miniconda3\envs\styleclip4\lib\site-packages\tensorflow\python\client\session.py", line 1429, in _call_tf_sessionrun run_metadata) tensorflow.python.framework.errors_impl.InternalError: 2 root error(s) found. (0) Internal: Blas GEMM launch failed : a.shape=(1000, 512), b.shape=(512, 512), m=1000, n=512, k=512 [[{{node G_mapping_1/_Run/G_mapping/Dense0/MatMul}}]] [[G_mapping_1/_Run/G_mapping/dlatents_out/_633]] (1) Internal: Blas GEMM launch failed : a.shape=(1000, 512), b.shape=(512, 512), m=1000, n=512, k=512 [[{{node G_mapping_1/_Run/G_mapping/Dense0/MatMul}}]] 0 successful operations. 0 derived errors ignored.
The text was updated successfully, but these errors were encountered:
No branches or pull requests
I followed the tutorial, but this seems to show that my picture size does not match the model. Does anyone know how to fix it?
Error:
Setting up TensorFlow plugin "fused_bias_act.cu": Loading... Done.
Setting up TensorFlow plugin "upfirdn_2d.cu": Loading... Done.
2023-02-16 21:45:31.122658: E tensorflow/stream_executor/cuda/cuda_blas.cc:428] failed to run cuBLAS routine: CUBLAS_STATUS_EXECUTION_FAILED
Traceback (most recent call last):
File "D:\ProgramData\miniconda3\envs\styleclip4\lib\site-packages\tensorflow\python\client\session.py", line 1356, in _do_call
return fn(*args)
File "D:\ProgramData\miniconda3\envs\styleclip4\lib\site-packages\tensorflow\python\client\session.py", line 1341, in _run_fn
options, feed_dict, fetch_list, target_list, run_metadata)
File "D:\ProgramData\miniconda3\envs\styleclip4\lib\site-packages\tensorflow\python\client\session.py", line 1429, in _call_tf_sessionrun
run_metadata)
tensorflow.python.framework.errors_impl.InternalError: 2 root error(s) found.
(0) Internal: Blas GEMM launch failed : a.shape=(1000, 512), b.shape=(512, 512), m=1000, n=512, k=512
[[{{node G_mapping_1/_Run/G_mapping/Dense0/MatMul}}]]
[[G_mapping_1/_Run/G_mapping/dlatents_out/_633]]
(1) Internal: Blas GEMM launch failed : a.shape=(1000, 512), b.shape=(512, 512), m=1000, n=512, k=512
[[{{node G_mapping_1/_Run/G_mapping/Dense0/MatMul}}]]
0 successful operations.
0 derived errors ignored.
The text was updated successfully, but these errors were encountered: