Simple hybrid model of snow water equivalent (SWE) for educational purpose
Only tested on MacOS and Linux
- Install the conda environment manager
- Open a terminal and navigate to the project path
- Run
conda env create --quiet --file environment.yml
- Activate the environment with
conda activate pytorch_basic
- Run
jupyter lab
in the terminal, follow the link to open the Jupyter lab in your browser - Open
pytorch_intro.ipynb
orhybrid_intro.ipynb