orpatashnik / StyleCLIP

Official Implementation for "StyleCLIP: Text-Driven Manipulation of StyleGAN Imagery" (ICCV 2021 Oral)

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

image size

Ziyan-swu opened this issue · comments

commented

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.