discoart icon indicating copy to clipboard operation
discoart copied to clipboard

在Docker运行,使用 Jupyter 笔记本中执行da = create() (Run in Docker with da = create() in Jupyter notebook)

Open china0boy opened this issue 2 years ago • 1 comments

image 上面是我截屏的报错信息(Above is my screenshot of the error message)

File /usr/local/lib/python3.8/dist-packages/torch/nn/modules/module.py:925, in Module.to..convert(t) 922 if convert_to_format is not None and t.dim() in (4, 5): 923 return t.to(device, dtype if t.is_floating_point() or t.is_complex() else None, 924 non_blocking, memory_format=convert_to_format) --> 925 return t.to(device, dtype if t.is_floating_point() or t.is_complex() else None, non_blocking)

RuntimeError: CUDA error: unknown error CUDA kernel errors might be asynchronously reported at some other API call,so the stacktrace below might be incorrect. For debugging consider passing CUDA_LAUNCH_BLOCKING=1.

我是新手,我应该怎么办,在线等,求求

china0boy avatar Oct 15 '22 01:10 china0boy

请问解决了吗

aiyy03 avatar Dec 15 '22 17:12 aiyy03