DeepRule
DeepRule copied to clipboard
Type Error: TypeError: stat: path should be string, bytes, os.PathLike or integer, not NoneType
Hi,
I tried to run the code by downloading the dataset of only Line Chart. I was able to make all the files. When I try to get the result using test_pipe_type_cloud.py, I get the below error -
loading parameters at iteration: 50000
Traceback (most recent call last):
File "test_pipe_type_cloud.py", line 240, in
Any solution?
@soap117 could you please have a look into this. I am facing the same here. Thanks
Maybe you should try adding parameters to the --cache_path.
yeah. that was the reason. thanks. maybe this issue can be closed
It works for me as well.
I have now run into a driver issue. What version of CUDA toolkit and torch version are you using? Will Cuda 9.1, 9.2 work?
If --cache_path
is a required parameter, then ideally the software would indicate this with required=True
, as follows:
parser.add_argument('--cache_path', dest="cache_path", type=str, required=True)