-   Notifications  
You must be signed in to change notification settings  - Fork 302
 
Closed
Labels
bugSomething isn't workingSomething isn't working
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 freezeorconda list
pytorch=1.12+cu116 
Metadata
Metadata
Assignees
Labels
bugSomething isn't workingSomething isn't working