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

Test1 #15

Merged
merged 4 commits into from
Aug 28, 2019
Merged

Test1 #15

merged 4 commits into from
Aug 28, 2019

Conversation

zhizhangxian
Copy link
Collaborator

@zhizhangxian zhizhangxian commented Aug 26, 2019

when taking multi gpus, the last mini batch may return an error just like: #14
so drop the last imcomplete minibatch.

FFB*(s/4) -> FB(s/4) as the channels of feature in all feature outside the cell, in cell is B*(s/4), it now take about 9G-10G gpu memory when take 320*320 input

when using multi gpus, the architecture.step will only use gpu 0, because it is model.module(input) not model(input) or maybe the definition of architecture is before the dataparallel

@NoamRosenberg NoamRosenberg merged commit 81e5791 into NoamRosenberg:master Aug 28, 2019
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

Successfully merging this pull request may close these issues.

None yet

2 participants