hyungting / DGMR-pytorch

An implementation of Deep Generative Model of Radars from DeepMind in PyTorch
42 stars 7 forks source link
generative-adversarial-network machine-learning precipitation-nowcasting pytorch-implementation

DGMR-pytorch

An implementation of Deep Generative Model of Radars from DeepMind in PyTorch

Dependencies

Execute pip install -r requirements.txt to install required packages (except for torch).

For installing torch, please check out https://pytorch.org/get-started/locally/ to figure out the version that works on your device.

Workflow

image

Data preparation

For more information, please check out numpy's documentation.

How to run DGMR?

index nonzeros
0 number of nonzeros of image 0
1 number of nonzeros of image 1
... number of nonzeros of images
N-1 number of nonzeros of image N-1

Tensorboard

Execute this command to see training results. tensorboard --logdir /path/where/records/are/stored