Skip to content

Commit

Permalink
minor change to readme
Browse files Browse the repository at this point in the history
  • Loading branch information
KaiyangZhou committed Mar 24, 2019
1 parent 4332b3c commit 022912f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.rst
Original file line number Diff line number Diff line change
Expand Up @@ -80,7 +80,7 @@ Get started: 30 seconds to Torchreid
pretrained=True
)
model = model.cuda() # move model to gpu
model = model.cuda()
optimizer = torchreid.optim.build_optimizer(
model,
Expand Down Expand Up @@ -205,4 +205,4 @@ Losses

Citation
---------
Please link this project in your paper
Please link this project in your paper

0 comments on commit 022912f

Please sign in to comment.