sxjscience / HKO-7

Source code of paper "[NIPS2017] Deep Learning for Precipitation Nowcasting: A Benchmark and A New Model"

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

a small bug in "experiments/movingmnist/mnist_rnn_main.py"

igloooo opened this issue · comments

commented

In the function "train" line 120, when creating a moving mnist factory, the parameter ctx_num is omitted, while the parameter batch_size is still divided by the number of gpus. This will cause dimension mismatch when running the file with multiple gpus.

Yeah, thanks for pointing out this bug. I haven't tried using multiple GPUs for the MovingMNIST experiments.