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

Changing the batch size #21

Closed
bsahil29 opened this issue Jun 7, 2019 · 2 comments
Closed

Changing the batch size #21

bsahil29 opened this issue Jun 7, 2019 · 2 comments

Comments

@bsahil29
Copy link

bsahil29 commented Jun 7, 2019

If I want to train the InstaGAN model with a larger batch_size, you have provided batch_size option which can be modified. But what is actually happening is, it only works for batch_size = number of gpu's and gives a size of tensor mismatch error otherwise.

Is your code only suited for this or something else needs to be modified?

@sangwoomo
Copy link
Owner

It's not possible under the current version of the code. It was not a bother for me as high resolution images require a large amount of memory, but you may modify the sequential algorithm for it.

@bsahil29
Copy link
Author

Okay thanks!

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