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

Issues with starting Training #7

Open
sree3333 opened this issue Sep 10, 2021 · 1 comment
Open

Issues with starting Training #7

sree3333 opened this issue Sep 10, 2021 · 1 comment

Comments

@sree3333
Copy link

I have set up all the required data and the paths but still get this error all the configs

Traceback (most recent call last):
File "/usr/lib/python3.9/runpy.py", line 197, in _run_module_as_main
return _run_code(code, main_globals, None,
File "/usr/lib/python3.9/runpy.py", line 87, in _run_code
exec(code, run_globals)
File "/home/electron/cloths_segmentation/cloths_segmentation/train.py", line 189, in
main()
File "/home/electron/cloths_segmentation/cloths_segmentation/train.py", line 175, in main
pipeline = SegmentPeople(hparams)
File "/home/electron/cloths_segmentation/cloths_segmentation/train.py", line 46, in init
state_dict = state_dict_from_disk(
File "/home/electron/.local/lib/python3.9/site-packages/iglovikov_helper_functions/dl/pytorch/utils.py", line 32, in state_dict_from_disk
checkpoint = torch.load(file_path, map_location=lambda storage, loc: storage)
File "/home/electron/.local/lib/python3.9/site-packages/torch/serialization.py", line 594, in load
with _open_file_like(f, 'rb') as opened_file:
File "/home/electron/.local/lib/python3.9/site-packages/torch/serialization.py", line 230, in _open_file_like
return _open_file(name_or_buffer, mode)
File "/home/electron/.local/lib/python3.9/site-packages/torch/serialization.py", line 211, in init
super(_open_file, self).init(open(name, mode))
FileNotFoundError: [Errno 2] No such file or directory: '2020-10-29/epoch=4.ckpt'

@sree3333
Copy link
Author

@ternaus I think there is some problem with config file, they are the reason for issues in training please could you check and let me know. I have made a datasets for the repo with high quality images of nearly 10k images. but unable to train due to problems in the repo

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