While executing the code on Spyder notebook i got the following error:
run /Image Transformer/esrt/train.py --scale 2 --patch_size 96
Traceback (most recent call last):
File C:\ProgramData\Anaconda3\lib\site-packages\IPython\core\magics\execution.py:696 in run
filename = file_finder(fpath)
File C:\ProgramData\Anaconda3\lib\site-packages\IPython\utils\path.py:91 in get_py_filename
raise IOError('File %r not found.' % name)
OSError: File '/Image.py' not found.
The above exception was the direct cause of the following exception:
Traceback (most recent call last):
Input In [4] in <cell line: 1>
get_ipython().run_line_magic('run', '/Image Transformer/esrt/train.py --scale 2 --patch_size 96')
File C:\ProgramData\Anaconda3\lib\site-packages\IPython\core\interactiveshell.py:2294 in run_line_magic
result = fn(*args, **kwargs)
File C:\ProgramData\Anaconda3\lib\site-packages\IPython\core\magics\execution.py:707 in run
raise Exception(msg) from e
While executing the code on Spyder notebook i got the following error: run /Image Transformer/esrt/train.py --scale 2 --patch_size 96 Traceback (most recent call last):
File C:\ProgramData\Anaconda3\lib\site-packages\IPython\core\magics\execution.py:696 in run filename = file_finder(fpath)
File C:\ProgramData\Anaconda3\lib\site-packages\IPython\utils\path.py:91 in get_py_filename raise IOError('File
%r
not found.' % name)OSError: File
'/Image.py'
not found.The above exception was the direct cause of the following exception:
Traceback (most recent call last):
Input In [4] in <cell line: 1> get_ipython().run_line_magic('run', '/Image Transformer/esrt/train.py --scale 2 --patch_size 96')
File C:\ProgramData\Anaconda3\lib\site-packages\IPython\core\interactiveshell.py:2294 in run_line_magic result = fn(*args, **kwargs)
File C:\ProgramData\Anaconda3\lib\site-packages\IPython\core\magics\execution.py:707 in run raise Exception(msg) from e
Exception: File
'/Image.py'
not found.