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

No examples configs inside TorchOk package #106

Open
VladVin opened this issue Aug 6, 2022 · 1 comment
Open

No examples configs inside TorchOk package #106

VladVin opened this issue Aug 6, 2022 · 1 comment
Assignees

Comments

@VladVin
Copy link
Contributor

VladVin commented Aug 6, 2022

Describe the bug
There's a command in README for running basic example training but it doesn't work:

python -m torchok -cn classification_cifar10 trainer.accelerator='cpu'

To Reproduce

pip install --upgrade torchok
python -m torchok -cn classification_cifar10 trainer.accelerator='cpu'

Expected behavior
The example should run

Actual behavior
Error is raised:

/usr/local/lib/python3.7/dist-packages/statsmodels/tools/_testing.py:19: FutureWarning: pandas.util.testing is deprecated. Use the functions in the public API at pandas.testing instead.
  import pandas.util.testing as tm
Primary config directory not found.
Check that the config directory '/usr/local/lib/python3.7/dist-packages/torchok/examples/configs' exists and readable

Set the environment variable HYDRA_FULL_ERROR=1 for a complete stack trace.

Environment:

Additional context

@VladVin
Copy link
Contributor Author

VladVin commented Aug 26, 2022

Discussed with @Animatory @VladislavPatrushev @VladVin to add instructions on how to use our repo's examples instead of adding them into the package.

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