File tree 4 files changed +27
-6
lines changed
4 files changed +27
-6
lines changed Original file line number Diff line number Diff line change 138
138
],
139
139
"source" : [
140
140
" !pip install numpy==1.21.2 scipy==1.5.2 Pillow==6.2.0 scikit-image==0.17.2 matplotlib==3.3.0\n " ,
141
- " !nvidia-smi"
141
+ " !nvidia-smi\n " ,
142
+ " !pip install ipywidgets --trusted-host pypi.org --trusted-host pypi.python.org --trusted-host=files.pythonhosted.org"
142
143
]
143
144
},
144
145
{
975
976
"name" : " python" ,
976
977
"nbconvert_exporter" : " python" ,
977
978
"pygments_lexer" : " ipython3" ,
978
- "version" : " 3.8.10 "
979
+ "version" : " 3.8.12 "
979
980
}
980
981
},
981
982
"nbformat" : 4 ,
Original file line number Diff line number Diff line change 68
68
" Follow the steps in `notebooks/README` to prepare a Docker container, within which you can run this notebook."
69
69
]
70
70
},
71
+ {
72
+ "cell_type" : " code" ,
73
+ "execution_count" : null ,
74
+ "metadata" : {},
75
+ "outputs" : [],
76
+ "source" : [
77
+ " !pip install ipywidgets --trusted-host pypi.org --trusted-host pypi.python.org --trusted-host=files.pythonhosted.org"
78
+ ]
79
+ },
71
80
{
72
81
"cell_type" : " markdown" ,
73
82
"metadata" : {},
615
624
"name" : " python" ,
616
625
"nbconvert_exporter" : " python" ,
617
626
"pygments_lexer" : " ipython3" ,
618
- "version" : " 3.8.10 "
627
+ "version" : " 3.8.12 "
619
628
}
620
629
},
621
630
"nbformat" : 4 ,
Original file line number Diff line number Diff line change 88
88
"outputs": [],
89
89
"source": [
90
90
"# Known working versions\n",
91
- "!pip install numpy==1.21.2 scipy==1.5.2 Pillow==6.2.0 scikit-image==0.17.2 matplotlib==3.3.0"
91
+ "!pip install numpy==1.21.2 scipy==1.5.2 Pillow==6.2.0 scikit-image==0.17.2 matplotlib==3.3.0\n",
92
+ "!pip install ipywidgets --trusted-host pypi.org --trusted-host pypi.python.org --trusted-host=files.pythonhosted.org"
92
93
]
93
94
},
94
95
{
789
790
"name": "python",
790
791
"nbconvert_exporter": "python",
791
792
"pygments_lexer": "ipython3",
792
- "version": "3.8.10 "
793
+ "version": "3.8.12 "
793
794
}
794
795
},
795
796
"nbformat": 4,
Original file line number Diff line number Diff line change 38
38
" Please install the <a href=\" https://github.com/NVIDIA/Torch-TensorRT/tree/master/examples/int8/training/vgg16#prequisites\" >required dependencies</a> and import these libraries accordingly"
39
39
]
40
40
},
41
+ {
42
+ "cell_type" : " code" ,
43
+ "execution_count" : null ,
44
+ "id" : " 14a72941" ,
45
+ "metadata" : {},
46
+ "outputs" : [],
47
+ "source" : [
48
+ " !pip install ipywidgets --trusted-host pypi.org --trusted-host pypi.python.org --trusted-host=files.pythonhosted.org"
49
+ ]
50
+ },
41
51
{
42
52
"cell_type" : " code" ,
43
53
"execution_count" : 1 ,
1182
1192
"name" : " python" ,
1183
1193
"nbconvert_exporter" : " python" ,
1184
1194
"pygments_lexer" : " ipython3" ,
1185
- "version" : " 3.8.10 "
1195
+ "version" : " 3.8.12 "
1186
1196
}
1187
1197
},
1188
1198
"nbformat" : 4 ,
You can’t perform that action at this time.
0 commit comments