Closed diaodeyi closed 3 years ago
Is there anyone can run the web UI successfully? we can have some communication
2 root error(s) found. (0) Internal: Blas GEMM launch failed : a.shape=(1, 512), b.shape=(512, 32), m=1, n=32, k=512 [[node G_synthesis_1/_Run/G_synthesis/1024x1024/Conv1/MatMul (defined at /home/rjs/.conda/envs/StyleFlow/lib/python3.7/site-packages/tensorflow_core/python/framework/ops.py:1748) ]] [[G_synthesis_1/_Run/saturate_cast/_1521]] (1) Internal: Blas GEMM launch failed : a.shape=(1, 512), b.shape=(512, 32), m=1, n=32, k=512 [[node G_synthesis_1/_Run/G_synthesis/1024x1024/Conv1/MatMul (defined at /home/rjs/.conda/envs/StyleFlow/lib/python3.7/site-packages/tensorflow_core/python/framework/ops.py:1748) ]] 0 successful operations. 0 derived errors ignored. Original stack trace for 'G_synthesis_1/_Run/G_synthesis/1024x1024/Conv1/MatMul': File "/home/rjs/.conda/envs/StyleFlow/lib/python3.7/threading.py", line 885, in _bootstrap self._bootstrap_inner() File "/home/rjs/.conda/envs/StyleFlow/lib/python3.7/threading.py", line 917, in _bootstrap_inner self.run() File "/home/rjs/.conda/envs/StyleFlow/lib/python3.7/threading.py", line 865, in run self._target(*self._args, self._kwargs) File "/home/rjs/.conda/envs/StyleFlow/lib/python3.7/site-packages/streamlit/script_runner.py", line 162, in _process_request_queue self._run_script(data) File "/home/rjs/.conda/envs/StyleFlow/lib/python3.7/site-packages/streamlit/script_runner.py", line 332, in _run_script exec(code, module.dict) File "/data1/code2/StyleFlow/webui/app.py", line 312, in
this is the detail about the issure in the web
My GPU is 6GB TiTAN(i have two,but it seems do not support muti-GPU), I want to if it's enough for web gui?
Same. Did you solve this problem?
2021-02-22 17:07:53.619219: E tensorflow/stream_executor/cuda/cuda_blas.cc:238] failed to create cublas handle: CUBLAS_STATUS_ALLOC_FAILED 2021-02-22 17:07:53.620372: E tensorflow/stream_executor/cuda/cuda_blas.cc:238] failed to create cublas handle: CUBLAS_STATUS_ALLOC_FAILED 2021-02-22 17:07:53.628342: E tensorflow/stream_executor/cuda/cuda_blas.cc:238] failed to create cublas handle: CUBLAS_STATUS_ALLOC_FAILED 2021-02-22 17:07:53.628367: W tensorflow/stream_executor/stream.cc:2041] attempting to perform BLAS operation using StreamExecutor without BLAS support 2021-02-22 17:08:00.180799: I tensorflow/stream_executor/stream.cc:1990] [stream=0x7f8122a33dc0,impl=0x7f8122a33440] did not wait for [stream=0x7f8122a33b40,impl=0x7f8122a32790] 2021-02-22 17:08:00.180867: I tensorflow/stream_executor/stream.cc:4938] [stream=0x7f8122a33dc0,impl=0x7f8122a33440] did not memcpy host-to-device; source: 0x7f7bfea34d80 2021-02-22 17:08:00.180986: F tensorflow/core/common_runtime/gpu/gpu_util.cc:342] CPU->GPU Memcpy failed [1] 26566 abort (core dumped) streamlit run app.py
it seems the 6Gx2 TITAN XP are not enough for the web UI?