Tensorflow-SegNet
Tensorflow-SegNet copied to clipboard
on gpu :InternalError (see above for traceback): NormalizeWithDimensions launch failed
I run it use gpu,but i get this issue,how can i sovle it?Thanks very much. InternalError (see above for traceback): NormalizeWithDimensions launch failed [[node norm1 (defined at /home/linux/codes/test/old/Tensorflow-SegNet-master/model.py:177) = LRNT=DT_FLOAT, alpha=0.0001, beta=0.75, bias=1, depth_radius=5, _device="/job:localhost/replica:0/task:0/device:GPU:0"]] [[{{node loss/total_loss/_49}} = _Recvclient_terminated=false, recv_device="/job:localhost/replica:0/task:0/device:CPU:0", send_device="/job:localhost/replica:0/task:0/device:GPU:0", send_device_incarnation=1, tensor_name="edge_1720_loss/total_loss", tensor_type=DT_FLOAT, _device="/job:localhost/replica:0/task:0/device:CPU:0"]]
I met the same problem. Have you solved this problem?