You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When you proceed with this step, you will not be able to recognize the path of the dataset you created above. You will also have a problem if you create a new folder and move the file. Do you happen to know a solution? The contents of the error are as follows.
Traceback (most recent call last):
File "D:\anaconda\envs\h\lib\runpy.py", line 197, in _run_module_as_main
return _run_code(code, main_globals, None,
File "D:\anaconda\envs\h\lib\runpy.py", line 87, in run_code
exec(code, run_globals)
File "D:\anaconda\envs\h\Scripts\torchseq.exe_main.py", line 7, in
File "D:\anaconda\envs\h\lib\site-packages\torchseq\main.py", line 98, in main
data_loader = dataloader_from_config(config, data_path=args.data_path)
File "D:\anaconda\envs\h\lib\site-packages\torchseq\datasets\builder.py", line 67, in dataloader_from_config
data_loader = JsonDataLoader(
File "D:\anaconda\envs\h\lib\site-packages\torchseq\datasets\json_loader.py", line 75, in init
raise Exception(
Exception: No splits found for dataset at path D:\asd\hercules-main\data\opagg\fashion-filtered\fashion-hmm\ -
The text was updated successfully, but these errors were encountered:
torchseq --train --reload_after_train --validate --config ./configs/{YOUR_CONFIG}.json
When you proceed with this step, you will not be able to recognize the path of the dataset you created above. You will also have a problem if you create a new folder and move the file. Do you happen to know a solution? The contents of the error are as follows.
Traceback (most recent call last):
File "D:\anaconda\envs\h\lib\runpy.py", line 197, in _run_module_as_main
return _run_code(code, main_globals, None,
File "D:\anaconda\envs\h\lib\runpy.py", line 87, in run_code
exec(code, run_globals)
File "D:\anaconda\envs\h\Scripts\torchseq.exe_main.py", line 7, in
File "D:\anaconda\envs\h\lib\site-packages\torchseq\main.py", line 98, in main
data_loader = dataloader_from_config(config, data_path=args.data_path)
File "D:\anaconda\envs\h\lib\site-packages\torchseq\datasets\builder.py", line 67, in dataloader_from_config
data_loader = JsonDataLoader(
File "D:\anaconda\envs\h\lib\site-packages\torchseq\datasets\json_loader.py", line 75, in init
raise Exception(
Exception: No splits found for dataset at path D:\asd\hercules-main\data\opagg\fashion-filtered\fashion-hmm\ -
The text was updated successfully, but these errors were encountered: