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

Commit

Permalink
example/ssd/train_multi.py MultiboxTrainChain is not set communicator?
Browse files Browse the repository at this point in the history
  • Loading branch information
higumachan authored Jun 5, 2019
1 parent 9fe62c8 commit dbd3348
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 dbd3348

Please sign in to comment.