Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

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

Open
igloooo opened this issue Jul 3, 2018 · 1 comment
Open

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

igloooo opened this issue Jul 3, 2018 · 1 comment

Comments

@igloooo
Copy link

igloooo commented Jul 3, 2018

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.

@sxjscience
Copy link
Owner

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants