Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

There's an error in creating and training new data #7

Open
Jeongil-park opened this issue Aug 28, 2024 · 0 comments
Open

There's an error in creating and training new data #7

Jeongil-park opened this issue Aug 28, 2024 · 0 comments

Comments

@Jeongil-park
Copy link

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\ -

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant