Thanks to visit codestin.com Credit goes to github.com
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 24ad87f commit 6cafb99Copy full SHA for 6cafb99
1 file changed
beginner_source/vt_tutorial.py
@@ -50,17 +50,16 @@
50
# Follow the README at the DeiT repo for detailed information on how to
51
# classify images using DeiT, or for a quick test, first install the
52
# required packages:
53
-#
54
-# ::
55
56
-# pip install torch torchvision
57
-# pip install timm
58
-# pip install pandas
59
-# pip install requests
60
61
-# then run the script below:
62
63
+# pip install torch torchvision timm pandas requests
+
+#######################################################
+# To run in Google Colab, uncomment the following line:
+# !pip install timm pandas requests
+#############################
+# then run the script below:
64
65
from PIL import Image
66
import torch
0 commit comments