time-series config json file missing when running example code #456
Closed
Description
NOTE: ISSUES ARE NOT FOR CODE HELP - Ask for Help at https://stackoverflow.com
Your issue may already be reported!
Also, please search on the issue tracker before creating one.
- I'm submitting a ...
- bug report
Issue Description
- When Issue Happens
- Running example code of time-series forecasting.
- Steps To Reproduce
- install autopytorch-0.2 with pip.
pip install autoPyTorch autoPyTorch[forecasting]
- run https://github.com/automl/Auto-PyTorch/blob/master/examples/20_basics/example_time_series_forecasting.py in the auto-pytorch virtual environment.
- install autopytorch-0.2 with pip.
Expected Behavior
There should be three config json files in 'config' directory, including forecasting_init_cfgs.json
Current Behavior
forecasting_init_cfgs.json is missing after pip installation in the site-package repo of python.
Possible Solution
Error Message
FileNotFoundError: [Errno 2] No such file or directory: '/home/robby/miniconda3/envs/auto-pytorch/lib/python3.8/site-packages/autoPyTorch/optimizer/../configs/forecasting_init_cfgs.json'
Your Local environment
- Operating System, version
Ubuntu 20.04 - Python, version
Python 3.8 - Outputs of
pip freeze
orconda list
pytorch=1.12+cu116