Skip to content
This repository has been archived by the owner on Jul 2, 2021. It is now read-only.

Commit

Permalink
Merge pull request #889 from higumachan/patch-1
Browse files Browse the repository at this point in the history
`example/ssd/train_multi.py` MultiboxTrainChain is not set communicator?
  • Loading branch information
Hakuyume authored Jun 6, 2019
2 parents 9fe62c8 + dbd3348 commit 0942bd8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion examples/ssd/train_multi.py
Original file line number Diff line number Diff line change
Expand Up @@ -84,7 +84,7 @@ def main():
pretrained_model='imagenet')

model.use_preset('evaluate')
train_chain = MultiboxTrainChain(model)
train_chain = MultiboxTrainChain(model, comm=comm)
chainer.cuda.get_device_from_id(device).use()
model.to_gpu()

Expand Down

0 comments on commit 0942bd8

Please sign in to comment.