Skip to content

Commit 46bd6d9

Browse files
authored
add version info
1 parent 2eda5af commit 46bd6d9

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

references/classification/train.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -193,6 +193,7 @@ def main(args):
193193

194194
utils.init_distributed_mode(args)
195195
print(args)
196+
print(torch.__version__, torch.version.cuda, torchvision.__version__)
196197

197198
device = torch.device(args.device)
198199

0 commit comments

Comments
 (0)