Skip to content

Commit

Permalink
remove print GPUs
Browse files Browse the repository at this point in the history
  • Loading branch information
kilianFatras committed Dec 8, 2023
1 parent de6a2c3 commit fbf644e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion examples/cifar10/train_cifar10.py
Original file line number Diff line number Diff line change
Expand Up @@ -107,7 +107,7 @@ def train(argv):
if FLAGS.parallel:
net_model = torch.nn.DataParallel(net_model)
ema_model = torch.nn.DataParallel(ema_model)
print(f"Training is using {torch.cuda.device_count()} GPUs!")

# show model size
model_size = 0
for param in net_model.parameters():
Expand Down

0 comments on commit fbf644e

Please sign in to comment.