openclimatefix / power_perceiver

Machine learning experiments using the Perceiver IO model to forecast the electricity system (starting with solar)
MIT License
7 stars 1 forks source link

Move all the models into their own python files within the main library #169

Closed JackKelly closed 2 years ago

JackKelly commented 2 years ago

so they can be imported in production (in a script which lives in nowcasting_forecast), and in the training script. Or maybe make the experiment files importable? So the inference script can import from power_perceiver.experiments.27 (although I'm not sure the number is a valid package name?)

JackKelly commented 2 years ago

Importing the full model now works!

image