raspstephan / nwp-downscale

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

## To install the environment:
1. 'conda init bash'
2. 'cd env_setup'
3. 'bash -i install_env.sh'
4. 'conda activate ilan'

## To train a model

1. Export the expriment configuration with the `export_experiment_args.ipynb' notebook in '/notebooks' to 'exp_path'
2. run './run_train exp_path'

## To evaluate a model
1. Export the evaluation configuration with the `export_experiment_args.ipynb' notebook in '/notebooks' to 'eval_path'
2. run 'python eval.py --eval_config eval_path'

## To create and save a dataset
1. Use the 'data-processing.ipynb' notebook in '/notebooks'

About

License:MIT License


Languages

Language:Jupyter Notebook 93.0%Language:HTML 6.7%Language:Python 0.3%Language:Shell 0.0%