Sobolev_INRs
Sobolev_INRs copied to clipboard
return Variable._execution_engine.run_backward( # Calls into the C++ engine to run the backward pass
when I run this code ,I have this question
Traceback (most recent call last):
File "D:\软件\pycharm专业版\PyCharm 2022.1.3\plugins\python\helpers\pydev\pydevd.py", line 1491, in exec
pydev_imports.execfile(file, globals, locals) # execute the script
File "D:\软件\pycharm专业版\PyCharm 2022.1.3\plugins\python\helpers\pydev_pydev_imps_pydev_execfile.py", line 18, in execfile
exec(compile(contents+"\n", file, 'exec'), glob, loc)
File "D:/科研/Soblev_INrs/Sobolev_INRs-main/Experiments/inverse_rendering/train.py", line 696, in
I don't know the reason why this code have question
Sorry for the late reply. The reason for this RuntimeError is that your GPU memory is not large enough, you can try to run this code on GPU with larger memory.