-
Notifications
You must be signed in to change notification settings - Fork 52
Description
Describe the bug
I am following the code on page 25 in the ClimateLearn paper (https://arxiv.org/pdf/2307.01909.pdf) and when I try to do the import for DataModule I get the following error:
In [1]: from climate_learn.data import DataModule
ImportError Traceback (most recent call last)
Cell In[1], line 1
----> 1 from climate_learn.data import DataModule
ImportError: cannot import name 'DataModule' from 'climate_learn.data' (/home/user/miniconda3/envs/precip/lib/python3.11/site-packages/climate_learn/data/init.py)
Could someone explain why this import is not working? Perhaps it is related to missing information in the file climate_learn/data/init.py.
As a side question, are there any examples of downscaling with a CNN that could be included in another QuickStart notebook example? For example, similar to the one used in the paper. If so, that would be incredibly helpful.
Thank you for your help!
Jeremy
Environment
- OS: linux
- Python version: 3.11
- Environment: conda, used pip install for climate-learn