SRGAN
SRGAN copied to clipboard
tensorflow.python.framework.errors_impl.NotFoundError
Traceback (most recent call last):
File "C:\Users\lzc\Desktop\SRGAN-master\train.py", line 120, in
tensorflow.python.framework.errors_impl.NotFoundError: Could not find device for node: {{node DepthToSpace}} = DepthToSpace[T=DT_FLOAT, block_size=2, data_format="NCHW"] All kernels registered for op DepthToSpace: device='CPU'; T in [DT_UINT64]; data_format in ["NHWC"] device='CPU'; T in [DT_INT64]; data_format in ["NHWC"] device='CPU'; T in [DT_UINT32]; data_format in ["NHWC"] device='CPU'; T in [DT_UINT16]; data_format in ["NHWC"] device='CPU'; T in [DT_INT16]; data_format in ["NHWC"] device='CPU'; T in [DT_UINT8]; data_format in ["NHWC"] device='CPU'; T in [DT_INT8]; data_format in ["NHWC"] device='CPU'; T in [DT_INT32]; data_format in ["NHWC"] device='CPU'; T in [DT_HALF]; data_format in ["NHWC"] device='CPU'; T in [DT_BFLOAT16]; data_format in ["NHWC"] device='CPU'; T in [DT_FLOAT]; data_format in ["NHWC"] device='CPU'; T in [DT_DOUBLE]; data_format in ["NHWC"] device='CPU'; T in [DT_COMPLEX64]; data_format in ["NHWC"] device='CPU'; T in [DT_COMPLEX128]; data_format in ["NHWC"] device='CPU'; T in [DT_BOOL]; data_format in ["NHWC"] device='CPU'; T in [DT_STRING]; data_format in ["NHWC"] device='CPU'; T in [DT_RESOURCE]; data_format in ["NHWC"] device='CPU'; T in [DT_VARIANT]; data_format in ["NHWC"] device='XLA_CPU_JIT'; T in [DT_FLOAT, DT_DOUBLE, DT_INT32, DT_UINT8, DT_INT16, DT_INT8, DT_COMPLEX64, DT_INT64, DT_BOOL, DT_QINT8, DT_QUINT8, DT_QINT32, DT_BFLOAT16, DT_UINT16, DT_COMPLEX128, DT_HALF, DT_UINT32, DT_UINT64, DT_FLOAT8_E5M2, DT_FLOAT8_E4M3FN, DT_INT4, DT_UINT4]
请问有人可以帮帮我吗?
Same problem!!!my CPU is amd R7-6800U and my is nvidia laptop 3050(4g).is it possiblem to train model in this device? My python version :3.10.14? Maybe I can low down the py version???
你好,我也遇到了同样的问题,请问你解决了吗?