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

Error on training from scratch #14

Open
sourav-roni opened this issue Oct 19, 2022 · 2 comments
Open

Error on training from scratch #14

sourav-roni opened this issue Oct 19, 2022 · 2 comments

Comments

@sourav-roni
Copy link

Hi I am getting an error on running the training script using the command provided in the README.md

python src/infra/launch.py hydra.run.dir=. +experiment_name=exp01 +dataset.name=kinetics 

as below:

"self._image_fnames = sorted(fname for fname in self._all_fnames if self._file_ext(fname) in PIL.Image.EXTENSION)
TypeError: _file_ext() missing 1 required positional argument: 'fname'"

I have the data for kinetics processed according to the steps in prepare_data folder.

@sihyun-yu
Copy link
Owner

Hi, it seems a bit strange :( did you placed the data folder correctly (e.g., in /data with the default config) ?

@sourav-roni
Copy link
Author

Yes, that's there

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

2 participants