When I run main_demo_GenLanezNet_ext.py, I got the following error:
cuDNN error: CUDNN_STATUS_EXECUTION_FAILED
Traceback (most recent call last):
File "main_demo_GenLaneNet_ext.py", line 147, in
output_geo = output_geo[0].data.cpu().numpy()
NameError: name 'output_geo' is not defined
When I run main_demo_GenLanezNet_ext.py, I got the following error:
cuDNN error: CUDNN_STATUS_EXECUTION_FAILED Traceback (most recent call last):
File "main_demo_GenLaneNet_ext.py", line 147, in
output_geo = output_geo[0].data.cpu().numpy() NameError: name 'output_geo' is not defined
How can I fix it?