File tree 2 files changed +27
-3
lines changed
2 files changed +27
-3
lines changed Original file line number Diff line number Diff line change 112
112
"name" : " stdout" ,
113
113
"output_type" : " stream" ,
114
114
"text" : [
115
- " Epochs 0, Train accuracy: 66.00%\n "
115
+ " Epochs 0, Train accuracy: 66.00%\n " ,
116
+ " Epochs 10, Train accuracy: 66.00%\n " ,
117
+ " Epochs 20, Train accuracy: 66.00%\n " ,
118
+ " Epochs 30, Train accuracy: 67.33%\n " ,
119
+ " Epochs 40, Train accuracy: 69.33%\n " ,
120
+ " Epochs 50, Train accuracy: 70.67%\n " ,
121
+ " Epochs 60, Train accuracy: 66.00%\n " ,
122
+ " Epochs 70, Train accuracy: 68.67%\n "
116
123
]
117
124
}
118
125
],
146
153
{
147
154
"cell_type" : " code" ,
148
155
"execution_count" : null ,
149
- "id" : " 80d3f7b1 " ,
156
+ "id" : " ef77b0e8 " ,
150
157
"metadata" : {},
151
158
"outputs" : [],
152
159
"source" : []
153
160
},
154
161
{
155
162
"cell_type" : " code" ,
156
163
"execution_count" : null ,
157
- "id" : " 496ad772 " ,
164
+ "id" : " 671c9f18 " ,
158
165
"metadata" : {},
159
166
"outputs" : [],
160
167
"source" : []
Original file line number Diff line number Diff line change
1
+ name : torchenv
2
+ channels :
3
+ - defaults
4
+ - pytorch
5
+ - dglteam
6
+ dependencies :
7
+ - numpy
8
+ - pandas
9
+ - matplotlib
10
+ - pip
11
+ - plotly
12
+ - scikit-learn
13
+ - python
14
+ - jupyter
15
+ - pytorch
16
+ - torchvision
17
+ - dgl
You can’t perform that action at this time.
0 commit comments