File tree Expand file tree Collapse file tree 1 file changed +16
-3
lines changed Expand file tree Collapse file tree 1 file changed +16
-3
lines changed Original file line number Diff line number Diff line change 3
3
{
4
4
"cell_type" : " code" ,
5
5
"execution_count" : null ,
6
- "metadata" : {},
6
+ "outputs" : [],
7
+ "source" : [
8
+ " %pip install graphdatascience torch torch_geometric"
9
+ ],
10
+ "metadata" : {
11
+ "collapsed" : false
12
+ }
13
+ },
14
+ {
15
+ "cell_type" : " code" ,
16
+ "execution_count" : null ,
7
17
"outputs" : [],
8
18
"source" : [
9
19
" from graphdatascience import GraphDataScience\n " ,
12
22
" from torch_geometric.data import Data, download_url\n " ,
13
23
" from torch_geometric.nn import TransE\n " ,
14
24
" import collections"
15
- ]
25
+ ],
26
+ "metadata" : {
27
+ "collapsed" : false
28
+ }
16
29
},
17
30
{
18
31
"cell_type" : " code" ,
300
313
" \" EMBEDDING\" : model.node_emb.weight[i].tolist()\n " ,
301
314
" },\n " ,
302
315
" )\n " ,
303
- " print(f\" Node embeddings uploading has finished\" )"
316
+ " print(f\" Node embeddings uploading has been finished\" )"
304
317
]
305
318
},
306
319
{
You can’t perform that action at this time.
0 commit comments