@@ -7,41 +7,53 @@ Graphcore-Pytorch-Geometric-README_first:
7
7
8
8
pyg-cluster-GCN :
9
9
location : ../node-prediction
10
+ paperspace-automation-ext :
11
+ watch-files : [requirements.txt]
10
12
generated : true
11
13
notebook :
12
14
file : cluster_gcn_training.ipynb
13
15
timeout : 1200
14
16
15
17
pyg-message-passing :
16
18
location : ../graph-prediction/gin-molecular-prediction
19
+ paperspace-automation-ext :
20
+ watch-files : [requirements.txt, model.py]
17
21
generated : true
18
22
notebook :
19
23
file : gin_training.ipynb
20
24
timeout : 1200
21
25
22
26
pyg-schnet :
23
27
location : ../graph-prediction/schnet-molecular-prediction
28
+ paperspace-automation-ext :
29
+ watch-files : [requirements.txt, utils.py]
24
30
generated : true
25
31
notebook :
26
32
file : schnet_training.ipynb
27
33
timeout : 1200
28
34
29
35
pyg-tgn :
30
36
location : ../link-prediction/temporal-graph-networks
37
+ paperspace-automation-ext :
38
+ watch-files : [requirements.txt, "*.py", "*.yml"]
31
39
generated : true
32
40
notebook :
33
41
file : Train_TGN.ipynb
34
42
timeout : 1200
35
43
36
44
pyg-nbfnet :
37
45
location : ../link-prediction/NBFNet-for-knowledge-graphs
46
+ paperspace-automation-ext :
47
+ watch-files : [requirements.txt, "**/*.py", "*.yaml"]
38
48
generated : true
39
49
notebook :
40
50
file : NBFNet_training.ipynb
41
51
timeout : 2400
42
52
43
53
pyg-ipu-speed-advantage :
44
54
location : ../ipu-speed-advantage
55
+ paperspace-automation-ext :
56
+ watch-files : [requirements.txt, "*.py", "*.csv"]
45
57
generated : true
46
58
notebook :
47
59
file : benchmarking_gnn_on_ipus.ipynb
@@ -51,41 +63,53 @@ pyg-ipu-speed-advantage:
51
63
52
64
pyg-tut1 :
53
65
location : ../learning-pytorch-geometric-on-ipus
66
+ paperspace-automation-ext :
67
+ watch-files : [requirements.txt]
54
68
generated : true
55
69
notebook :
56
70
file : 1_at_a_glance.ipynb
57
71
timeout : 1200
58
72
59
73
pyg-tut2 :
60
74
location : ../learning-pytorch-geometric-on-ipus
75
+ paperspace-automation-ext :
76
+ watch-files : [requirements.txt]
61
77
generated : true
62
78
notebook :
63
79
file : 2_a_worked_example.ipynb
64
80
timeout : 1200
65
81
66
82
pyg-tut3 :
67
83
location : ../learning-pytorch-geometric-on-ipus
84
+ paperspace-automation-ext :
85
+ watch-files : [requirements.txt]
68
86
generated : true
69
87
notebook :
70
88
file : 3_small_graph_batching_with_padding.ipynb
71
89
timeout : 1200
72
90
73
91
pyg-tut4 :
74
92
location : ../learning-pytorch-geometric-on-ipus
93
+ paperspace-automation-ext :
94
+ watch-files : [requirements.txt]
75
95
generated : true
76
96
notebook :
77
97
file : 4_small_graph_batching_with_packing.ipynb
78
98
timeout : 1200
79
99
80
100
pyg-tut5 :
81
101
location : ../learning-pytorch-geometric-on-ipus
102
+ paperspace-automation-ext :
103
+ watch-files : [requirements.txt]
82
104
generated : true
83
105
notebook :
84
106
file : 5_large_graph_sampling.ipynb
85
107
timeout : 1200
86
108
87
109
pyg-tut6 :
88
110
location : ../learning-pytorch-geometric-on-ipus
111
+ paperspace-automation-ext :
112
+ watch-files : [requirements.txt]
89
113
generated : true
90
114
notebook :
91
115
file : 6_heterogeneous_graphs.ipynb
@@ -95,6 +119,8 @@ pyg-tut6:
95
119
# MolFeat
96
120
molfeat :
97
121
location : ../experimental/molfeat
122
+ paperspace-automation-ext :
123
+ watch-files : [requirements.txt, utils.py]
98
124
generated : true
99
125
notebook :
100
126
file : pytorch_geometric_molfeat.ipynb
@@ -103,6 +129,8 @@ molfeat:
103
129
# Graphium
104
130
graphium :
105
131
location : ../experimental/graphium
132
+ paperspace-automation-ext :
133
+ watch-files : [requirements.txt, "*.yaml"]
106
134
generated : true
107
135
notebook :
108
136
file : running-multitask-ipu.ipynb
@@ -117,13 +145,17 @@ useful-managing-ipu-resources:
117
145
118
146
fraud-detection-1 :
119
147
location : ../fraud-detection
148
+ paperspace-automation-ext :
149
+ watch-files : [requirements.txt, "*.py"]
120
150
generated : true
121
151
notebook :
122
152
file : 1_dataset_preprocessing.ipynb
123
153
timeout : 1800
124
154
125
155
fraud-detection-2 :
126
156
location : ../fraud-detection
157
+ paperspace-automation-ext :
158
+ watch-files : [requirements.txt, "*.py"]
127
159
generated : true
128
160
notebook :
129
161
file : 2_training.ipynb
0 commit comments