VAE-GAN Architecture forr unsupervised image-to-image translation with shared spectral reconstruction loss. Model is trained on GOES-16/17 and Himawari-8 L1B data processed by GeoNEX.
https://drive.google.com/file/d/1gzLcqWiKPjvzltp2nVZH6uCSIQ0G2h1u/view?usp=sharing
Python==3.7
Pytorch==1.5
Petastorm==0.9
Note: Functionality using PyTorch with MPI requires installation from source.
conda create --name geonex_torch1.5 python=3.7 pytorch=1.5 xarray numpy scipy pandas torchvision tensorboard opencv pyyaml jupyterlab matplotlib seaborn
conda install -c conda-forge pyhdf
pip install petastorm
To Come
We acknowledge the network codes inherented from https://github.com/mingyuliutw/UNIT