├── README.md ├── config.py ├── convlstm_net.py ├── gen_data_text.sh ├── land_mask.npy ├── model.py ├── model_result_analysis.ipynb ├── test.py ├── test.sh ├── train.py ├── trainer.py └── utils.py /README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jerrywn121/Arctic_SIC_prediction/HEAD/README.md -------------------------------------------------------------------------------- /config.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jerrywn121/Arctic_SIC_prediction/HEAD/config.py -------------------------------------------------------------------------------- /convlstm_net.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jerrywn121/Arctic_SIC_prediction/HEAD/convlstm_net.py -------------------------------------------------------------------------------- /gen_data_text.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jerrywn121/Arctic_SIC_prediction/HEAD/gen_data_text.sh -------------------------------------------------------------------------------- /land_mask.npy: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jerrywn121/Arctic_SIC_prediction/HEAD/land_mask.npy -------------------------------------------------------------------------------- /model.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jerrywn121/Arctic_SIC_prediction/HEAD/model.py -------------------------------------------------------------------------------- /model_result_analysis.ipynb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jerrywn121/Arctic_SIC_prediction/HEAD/model_result_analysis.ipynb -------------------------------------------------------------------------------- /test.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jerrywn121/Arctic_SIC_prediction/HEAD/test.py -------------------------------------------------------------------------------- /test.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jerrywn121/Arctic_SIC_prediction/HEAD/test.sh -------------------------------------------------------------------------------- /train.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jerrywn121/Arctic_SIC_prediction/HEAD/train.py -------------------------------------------------------------------------------- /trainer.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jerrywn121/Arctic_SIC_prediction/HEAD/trainer.py -------------------------------------------------------------------------------- /utils.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jerrywn121/Arctic_SIC_prediction/HEAD/utils.py --------------------------------------------------------------------------------