Skip to content

Commit 37986af

Browse files
eromomonsoumith
authored andcommitted
Removing unneeded print
Signed-off-by: Edgar Romo Montiel <[email protected]>
1 parent dcc2474 commit 37986af

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

imagenet/main.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -143,7 +143,6 @@ def main_worker(gpu, ngpus_per_node, args):
143143
if use_accel:
144144
if args.gpu is not None:
145145
torch.accelerator.set_device_index(args.gpu)
146-
print("Use GPU: {} for training".format(args.gpu))
147146
device = torch.accelerator.current_accelerator()
148147
else:
149148
device = torch.device("cpu")

0 commit comments

Comments
 (0)