Spaces:
Running
Running
Fix up ODE-GNN workspace.
Browse files- examples/ODE-GNN.lynxkite.json +267 -277
examples/ODE-GNN.lynxkite.json
CHANGED
@@ -1,12 +1,5 @@
|
|
1 |
{
|
2 |
"edges": [
|
3 |
-
{
|
4 |
-
"id": "Input: embedding 1 Graph conv 1",
|
5 |
-
"source": "Input: embedding 1",
|
6 |
-
"sourceHandle": "x",
|
7 |
-
"target": "Graph conv 1",
|
8 |
-
"targetHandle": "x"
|
9 |
-
},
|
10 |
{
|
11 |
"id": "Input: graph edges 1 Graph conv 1",
|
12 |
"source": "Input: graph edges 1",
|
@@ -21,13 +14,6 @@
|
|
21 |
"target": "Activation 1",
|
22 |
"targetHandle": "x"
|
23 |
},
|
24 |
-
{
|
25 |
-
"id": "Activation 1 Repeat 1",
|
26 |
-
"source": "Activation 1",
|
27 |
-
"sourceHandle": "x",
|
28 |
-
"target": "Repeat 1",
|
29 |
-
"targetHandle": "input"
|
30 |
-
},
|
31 |
{
|
32 |
"id": "Repeat 1 Graph conv 1",
|
33 |
"source": "Repeat 1",
|
@@ -43,86 +29,84 @@
|
|
43 |
"targetHandle": "x"
|
44 |
},
|
45 |
{
|
46 |
-
"id": "
|
47 |
-
"source": "
|
48 |
"sourceHandle": "x",
|
49 |
-
"target": "
|
50 |
-
"targetHandle": "
|
51 |
},
|
52 |
{
|
53 |
-
"id": "
|
54 |
-
"source": "
|
55 |
"sourceHandle": "output",
|
56 |
-
"target": "
|
57 |
-
"targetHandle": "
|
58 |
},
|
59 |
{
|
60 |
-
"id": "
|
61 |
-
"source": "
|
62 |
-
"sourceHandle": "
|
63 |
-
"target": "
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
64 |
"targetHandle": "input"
|
65 |
},
|
66 |
{
|
67 |
-
"id": "Activation 1 Concatenate 1",
|
68 |
"source": "Activation 1",
|
69 |
-
"sourceHandle": "
|
70 |
"target": "Concatenate 1",
|
71 |
"targetHandle": "a"
|
72 |
},
|
73 |
{
|
74 |
-
"id": "LSTM 1 Concatenate 1",
|
75 |
"source": "LSTM 1",
|
76 |
-
"sourceHandle": "
|
77 |
"target": "Concatenate 1",
|
78 |
"targetHandle": "b"
|
79 |
},
|
80 |
{
|
81 |
-
"id": "
|
82 |
-
"source": "Input: label 1",
|
83 |
-
"sourceHandle": "y",
|
84 |
-
"target": "MSE loss 1",
|
85 |
-
"targetHandle": "y"
|
86 |
-
},
|
87 |
-
{
|
88 |
-
"id": "MSE loss 1 Optimizer 1",
|
89 |
-
"source": "MSE loss 1",
|
90 |
-
"sourceHandle": "loss",
|
91 |
-
"target": "Optimizer 1",
|
92 |
-
"targetHandle": "loss"
|
93 |
-
},
|
94 |
-
{
|
95 |
-
"id": "Concatenate 1 Neural ODE 2",
|
96 |
"source": "Concatenate 1",
|
97 |
-
"sourceHandle": "
|
98 |
"target": "Neural ODE 2",
|
99 |
"targetHandle": "x"
|
100 |
-
},
|
101 |
-
{
|
102 |
-
"id": "Neural ODE 2 MSE loss 1",
|
103 |
-
"source": "Neural ODE 2",
|
104 |
-
"sourceHandle": "x",
|
105 |
-
"target": "MSE loss 1",
|
106 |
-
"targetHandle": "x"
|
107 |
}
|
108 |
],
|
109 |
"env": "PyTorch model",
|
110 |
"nodes": [
|
111 |
{
|
112 |
"data": {
|
|
|
|
|
113 |
"display": null,
|
114 |
"error": null,
|
|
|
115 |
"meta": {
|
|
|
|
|
116 |
"inputs": [
|
117 |
{
|
118 |
-
"name": "
|
119 |
"position": "bottom",
|
120 |
"type": {
|
121 |
"type": "tensor"
|
122 |
}
|
123 |
},
|
124 |
{
|
125 |
-
"name": "
|
126 |
"position": "bottom",
|
127 |
"type": {
|
128 |
"type": "tensor"
|
@@ -141,7 +125,7 @@
|
|
141 |
],
|
142 |
"params": [
|
143 |
{
|
144 |
-
"default": "
|
145 |
"name": "type",
|
146 |
"type": {
|
147 |
"enum": [
|
@@ -156,17 +140,17 @@
|
|
156 |
"type": "basic"
|
157 |
},
|
158 |
"params": {
|
159 |
-
"type":
|
160 |
},
|
161 |
-
"status": "
|
162 |
"title": "Graph conv"
|
163 |
},
|
164 |
"dragHandle": ".bg-primary",
|
165 |
"height": 200.0,
|
166 |
"id": "Graph conv 1",
|
167 |
"position": {
|
168 |
-
"x":
|
169 |
-
"y":
|
170 |
},
|
171 |
"type": "basic",
|
172 |
"width": 200.0
|
@@ -177,7 +161,10 @@
|
|
177 |
"collapsed": null,
|
178 |
"display": null,
|
179 |
"error": null,
|
|
|
180 |
"meta": {
|
|
|
|
|
181 |
"inputs": [
|
182 |
{
|
183 |
"name": "input",
|
@@ -204,6 +191,13 @@
|
|
204 |
"type": {
|
205 |
"type": "<class 'int'>"
|
206 |
}
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
207 |
}
|
208 |
],
|
209 |
"type": "basic"
|
@@ -211,15 +205,15 @@
|
|
211 |
"params": {
|
212 |
"times": "5"
|
213 |
},
|
214 |
-
"status": "
|
215 |
"title": "Repeat"
|
216 |
},
|
217 |
"dragHandle": ".bg-primary",
|
218 |
"height": 200.0,
|
219 |
"id": "Repeat 1",
|
220 |
"position": {
|
221 |
-
"x":
|
222 |
-
"y":
|
223 |
},
|
224 |
"type": "basic",
|
225 |
"width": 200.0
|
@@ -230,30 +224,33 @@
|
|
230 |
"collapsed": true,
|
231 |
"display": null,
|
232 |
"error": null,
|
|
|
233 |
"meta": {
|
|
|
|
|
234 |
"inputs": [
|
235 |
{
|
236 |
"name": "a",
|
237 |
"position": "bottom",
|
238 |
"type": {
|
239 |
-
"type": "
|
240 |
}
|
241 |
},
|
242 |
{
|
243 |
"name": "b",
|
244 |
"position": "bottom",
|
245 |
"type": {
|
246 |
-
"type": "
|
247 |
}
|
248 |
}
|
249 |
],
|
250 |
"name": "Concatenate",
|
251 |
"outputs": [
|
252 |
{
|
253 |
-
"name": "
|
254 |
"position": "top",
|
255 |
"type": {
|
256 |
-
"type": "
|
257 |
}
|
258 |
}
|
259 |
],
|
@@ -261,7 +258,7 @@
|
|
261 |
"type": "basic"
|
262 |
},
|
263 |
"params": {},
|
264 |
-
"status": "
|
265 |
"title": "Concatenate"
|
266 |
},
|
267 |
"dragHandle": ".bg-primary",
|
@@ -280,7 +277,10 @@
|
|
280 |
"collapsed": true,
|
281 |
"display": null,
|
282 |
"error": null,
|
|
|
283 |
"meta": {
|
|
|
|
|
284 |
"inputs": [],
|
285 |
"name": "Input: graph edges",
|
286 |
"outputs": [
|
@@ -296,50 +296,15 @@
|
|
296 |
"type": "basic"
|
297 |
},
|
298 |
"params": {},
|
299 |
-
"status": "
|
300 |
"title": "Input: graph edges"
|
301 |
},
|
302 |
"dragHandle": ".bg-primary",
|
303 |
"height": 200.0,
|
304 |
"id": "Input: graph edges 1",
|
305 |
"position": {
|
306 |
-
"x":
|
307 |
-
"y":
|
308 |
-
},
|
309 |
-
"type": "basic",
|
310 |
-
"width": 200.0
|
311 |
-
},
|
312 |
-
{
|
313 |
-
"data": {
|
314 |
-
"__execution_delay": null,
|
315 |
-
"collapsed": true,
|
316 |
-
"display": null,
|
317 |
-
"error": null,
|
318 |
-
"meta": {
|
319 |
-
"inputs": [],
|
320 |
-
"name": "Input: embedding",
|
321 |
-
"outputs": [
|
322 |
-
{
|
323 |
-
"name": "x",
|
324 |
-
"position": "top",
|
325 |
-
"type": {
|
326 |
-
"type": "tensor"
|
327 |
-
}
|
328 |
-
}
|
329 |
-
],
|
330 |
-
"params": [],
|
331 |
-
"type": "basic"
|
332 |
-
},
|
333 |
-
"params": {},
|
334 |
-
"status": "planned",
|
335 |
-
"title": "Input: embedding"
|
336 |
-
},
|
337 |
-
"dragHandle": ".bg-primary",
|
338 |
-
"height": 200.0,
|
339 |
-
"id": "Input: embedding 1",
|
340 |
-
"position": {
|
341 |
-
"x": 246.6527948448857,
|
342 |
-
"y": 551.6313504198322
|
343 |
},
|
344 |
"type": "basic",
|
345 |
"width": 200.0
|
@@ -348,34 +313,37 @@
|
|
348 |
"data": {
|
349 |
"display": null,
|
350 |
"error": null,
|
|
|
351 |
"meta": {
|
|
|
|
|
352 |
"inputs": [
|
353 |
{
|
354 |
"name": "x",
|
355 |
"position": "bottom",
|
356 |
"type": {
|
357 |
-
"type": "
|
358 |
}
|
359 |
}
|
360 |
],
|
361 |
"name": "Activation",
|
362 |
"outputs": [
|
363 |
{
|
364 |
-
"name": "
|
365 |
"position": "top",
|
366 |
"type": {
|
367 |
-
"type": "
|
368 |
}
|
369 |
}
|
370 |
],
|
371 |
"params": [
|
372 |
{
|
373 |
-
"default": "
|
374 |
"name": "type",
|
375 |
"type": {
|
376 |
"enum": [
|
377 |
"ReLU",
|
378 |
-
"
|
379 |
"Tanh",
|
380 |
"Mish"
|
381 |
]
|
@@ -387,7 +355,7 @@
|
|
387 |
"params": {
|
388 |
"type": 1.0
|
389 |
},
|
390 |
-
"status": "
|
391 |
"title": "Activation"
|
392 |
},
|
393 |
"dragHandle": ".bg-primary",
|
@@ -402,68 +370,86 @@
|
|
402 |
},
|
403 |
{
|
404 |
"data": {
|
405 |
-
"__execution_delay":
|
406 |
-
"collapsed":
|
407 |
"display": null,
|
408 |
"error": null,
|
|
|
409 |
"meta": {
|
|
|
|
|
410 |
"inputs": [
|
411 |
-
{
|
412 |
-
"name": "h",
|
413 |
-
"position": "bottom",
|
414 |
-
"type": {
|
415 |
-
"type": "tensor"
|
416 |
-
}
|
417 |
-
},
|
418 |
{
|
419 |
"name": "x",
|
420 |
"position": "bottom",
|
421 |
"type": {
|
422 |
-
"type": "
|
423 |
}
|
424 |
}
|
425 |
],
|
426 |
"name": "LSTM",
|
427 |
"outputs": [
|
428 |
{
|
429 |
-
"name": "
|
430 |
"position": "top",
|
431 |
"type": {
|
432 |
-
"type": "
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
433 |
}
|
434 |
},
|
435 |
{
|
436 |
-
"
|
437 |
-
"
|
438 |
"type": {
|
439 |
-
"type": "
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
440 |
}
|
441 |
}
|
442 |
],
|
443 |
-
"params": [],
|
444 |
"type": "basic"
|
445 |
},
|
446 |
-
"params": {
|
447 |
-
|
|
|
|
|
|
|
|
|
448 |
"title": "LSTM"
|
449 |
},
|
450 |
"dragHandle": ".bg-primary",
|
451 |
-
"height":
|
452 |
"id": "LSTM 1",
|
453 |
"position": {
|
454 |
"x": 960.0,
|
455 |
"y": 135.0
|
456 |
},
|
457 |
"type": "basic",
|
458 |
-
"width":
|
459 |
},
|
460 |
{
|
461 |
"data": {
|
462 |
-
"__execution_delay":
|
463 |
-
"collapsed":
|
464 |
"display": null,
|
465 |
"error": null,
|
|
|
466 |
"meta": {
|
|
|
|
|
467 |
"inputs": [],
|
468 |
"name": "Input: sequential",
|
469 |
"outputs": [
|
@@ -475,97 +461,29 @@
|
|
475 |
}
|
476 |
}
|
477 |
],
|
478 |
-
"params": [
|
479 |
-
"type": "basic"
|
480 |
-
},
|
481 |
-
"params": {},
|
482 |
-
"status": "planned",
|
483 |
-
"title": "Input: sequential"
|
484 |
-
},
|
485 |
-
"dragHandle": ".bg-primary",
|
486 |
-
"height": 200.0,
|
487 |
-
"id": "Input: sequential 1",
|
488 |
-
"position": {
|
489 |
-
"x": 1005.0,
|
490 |
-
"y": 510.0
|
491 |
-
},
|
492 |
-
"type": "basic",
|
493 |
-
"width": 200.0
|
494 |
-
},
|
495 |
-
{
|
496 |
-
"data": {
|
497 |
-
"__execution_delay": null,
|
498 |
-
"collapsed": true,
|
499 |
-
"display": null,
|
500 |
-
"error": null,
|
501 |
-
"meta": {
|
502 |
-
"inputs": [],
|
503 |
-
"name": "Input: zeros",
|
504 |
-
"outputs": [
|
505 |
{
|
506 |
-
"
|
507 |
-
"
|
508 |
"type": {
|
509 |
-
"type": "
|
510 |
}
|
511 |
}
|
512 |
],
|
513 |
-
"params": [],
|
514 |
"type": "basic"
|
515 |
},
|
516 |
-
"params": {
|
517 |
-
|
518 |
-
"title": "Input: zeros"
|
519 |
-
},
|
520 |
-
"dragHandle": ".bg-primary",
|
521 |
-
"height": 200.0,
|
522 |
-
"id": "Input: zeros 1",
|
523 |
-
"position": {
|
524 |
-
"x": 1290.0,
|
525 |
-
"y": 405.0
|
526 |
-
},
|
527 |
-
"type": "basic",
|
528 |
-
"width": 200.0
|
529 |
-
},
|
530 |
-
{
|
531 |
-
"data": {
|
532 |
-
"__execution_delay": null,
|
533 |
-
"collapsed": true,
|
534 |
-
"display": null,
|
535 |
-
"error": null,
|
536 |
-
"meta": {
|
537 |
-
"inputs": [
|
538 |
-
{
|
539 |
-
"name": "input",
|
540 |
-
"position": "top",
|
541 |
-
"type": {
|
542 |
-
"type": "tensor"
|
543 |
-
}
|
544 |
-
}
|
545 |
-
],
|
546 |
-
"name": "Recurrent chain",
|
547 |
-
"outputs": [
|
548 |
-
{
|
549 |
-
"name": "output",
|
550 |
-
"position": "bottom",
|
551 |
-
"type": {
|
552 |
-
"type": "tensor"
|
553 |
-
}
|
554 |
-
}
|
555 |
-
],
|
556 |
-
"params": [],
|
557 |
-
"type": "basic"
|
558 |
},
|
559 |
-
"
|
560 |
-
"
|
561 |
-
"title": "Recurrent chain"
|
562 |
},
|
563 |
"dragHandle": ".bg-primary",
|
564 |
"height": 200.0,
|
565 |
-
"id": "
|
566 |
"position": {
|
567 |
-
"x":
|
568 |
-
"y":
|
569 |
},
|
570 |
"type": "basic",
|
571 |
"width": 200.0
|
@@ -576,30 +494,33 @@
|
|
576 |
"collapsed": true,
|
577 |
"display": null,
|
578 |
"error": null,
|
|
|
579 |
"meta": {
|
|
|
|
|
580 |
"inputs": [
|
581 |
{
|
582 |
"name": "x",
|
583 |
"position": "bottom",
|
584 |
"type": {
|
585 |
-
"type": "
|
586 |
}
|
587 |
},
|
588 |
{
|
589 |
"name": "y",
|
590 |
"position": "bottom",
|
591 |
"type": {
|
592 |
-
"type": "
|
593 |
}
|
594 |
}
|
595 |
],
|
596 |
"name": "MSE loss",
|
597 |
"outputs": [
|
598 |
{
|
599 |
-
"name": "
|
600 |
"position": "top",
|
601 |
"type": {
|
602 |
-
"type": "
|
603 |
}
|
604 |
}
|
605 |
],
|
@@ -607,50 +528,15 @@
|
|
607 |
"type": "basic"
|
608 |
},
|
609 |
"params": {},
|
610 |
-
"status": "
|
611 |
"title": "MSE loss"
|
612 |
},
|
613 |
"dragHandle": ".bg-primary",
|
614 |
"height": 200.0,
|
615 |
"id": "MSE loss 1",
|
616 |
"position": {
|
617 |
-
"x":
|
618 |
-
"y": -
|
619 |
-
},
|
620 |
-
"type": "basic",
|
621 |
-
"width": 200.0
|
622 |
-
},
|
623 |
-
{
|
624 |
-
"data": {
|
625 |
-
"__execution_delay": null,
|
626 |
-
"collapsed": true,
|
627 |
-
"display": null,
|
628 |
-
"error": null,
|
629 |
-
"meta": {
|
630 |
-
"inputs": [],
|
631 |
-
"name": "Input: label",
|
632 |
-
"outputs": [
|
633 |
-
{
|
634 |
-
"name": "y",
|
635 |
-
"position": "top",
|
636 |
-
"type": {
|
637 |
-
"type": "tensor"
|
638 |
-
}
|
639 |
-
}
|
640 |
-
],
|
641 |
-
"params": [],
|
642 |
-
"type": "basic"
|
643 |
-
},
|
644 |
-
"params": {},
|
645 |
-
"status": "planned",
|
646 |
-
"title": "Input: label"
|
647 |
-
},
|
648 |
-
"dragHandle": ".bg-primary",
|
649 |
-
"height": 200.0,
|
650 |
-
"id": "Input: label 1",
|
651 |
-
"position": {
|
652 |
-
"x": 1095.0,
|
653 |
-
"y": -450.0
|
654 |
},
|
655 |
"type": "basic",
|
656 |
"width": 200.0
|
@@ -659,7 +545,10 @@
|
|
659 |
"data": {
|
660 |
"display": null,
|
661 |
"error": null,
|
|
|
662 |
"meta": {
|
|
|
|
|
663 |
"inputs": [
|
664 |
{
|
665 |
"name": "loss",
|
@@ -673,14 +562,7 @@
|
|
673 |
"outputs": [],
|
674 |
"params": [
|
675 |
{
|
676 |
-
"default":
|
677 |
-
"name": "lr",
|
678 |
-
"type": {
|
679 |
-
"type": "<class 'float'>"
|
680 |
-
}
|
681 |
-
},
|
682 |
-
{
|
683 |
-
"default": "1",
|
684 |
"name": "type",
|
685 |
"type": {
|
686 |
"enum": [
|
@@ -693,6 +575,13 @@
|
|
693 |
"Galore AdamW"
|
694 |
]
|
695 |
}
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
696 |
}
|
697 |
],
|
698 |
"type": "basic"
|
@@ -701,24 +590,29 @@
|
|
701 |
"lr": 0.001,
|
702 |
"type": 1.0
|
703 |
},
|
704 |
-
"status": "
|
705 |
"title": "Optimizer"
|
706 |
},
|
707 |
"dragHandle": ".bg-primary",
|
708 |
"height": 247.0,
|
709 |
"id": "Optimizer 1",
|
710 |
"position": {
|
711 |
-
"x":
|
712 |
-
"y": -
|
713 |
},
|
714 |
"type": "basic",
|
715 |
"width": 190.0
|
716 |
},
|
717 |
{
|
718 |
"data": {
|
|
|
|
|
719 |
"display": null,
|
720 |
"error": null,
|
|
|
721 |
"meta": {
|
|
|
|
|
722 |
"inputs": [
|
723 |
{
|
724 |
"name": "x",
|
@@ -739,6 +633,13 @@
|
|
739 |
}
|
740 |
],
|
741 |
"params": [
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
742 |
{
|
743 |
"default": null,
|
744 |
"name": "absolute_tolerance",
|
@@ -747,7 +648,7 @@
|
|
747 |
}
|
748 |
},
|
749 |
{
|
750 |
-
"default": "
|
751 |
"name": "method",
|
752 |
"type": {
|
753 |
"enum": [
|
@@ -763,10 +664,53 @@
|
|
763 |
"implicit_adams"
|
764 |
]
|
765 |
}
|
766 |
-
}
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
767 |
{
|
768 |
"default": null,
|
769 |
-
"name": "
|
770 |
"type": {
|
771 |
"type": "None"
|
772 |
}
|
@@ -775,19 +719,65 @@
|
|
775 |
"type": "basic"
|
776 |
},
|
777 |
"params": {
|
778 |
-
"
|
779 |
-
"method": 1.0,
|
780 |
-
"relative_tolerance": null
|
781 |
},
|
782 |
-
"status": "
|
783 |
-
"title": "
|
784 |
},
|
785 |
"dragHandle": ".bg-primary",
|
786 |
"height": 200.0,
|
787 |
-
"id": "
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
788 |
"position": {
|
789 |
-
"x":
|
790 |
-
"y": -
|
791 |
},
|
792 |
"type": "basic",
|
793 |
"width": 200.0
|
|
|
1 |
{
|
2 |
"edges": [
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
3 |
{
|
4 |
"id": "Input: graph edges 1 Graph conv 1",
|
5 |
"source": "Input: graph edges 1",
|
|
|
14 |
"target": "Activation 1",
|
15 |
"targetHandle": "x"
|
16 |
},
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
17 |
{
|
18 |
"id": "Repeat 1 Graph conv 1",
|
19 |
"source": "Repeat 1",
|
|
|
29 |
"targetHandle": "x"
|
30 |
},
|
31 |
{
|
32 |
+
"id": "Neural ODE 2 MSE loss 1",
|
33 |
+
"source": "Neural ODE 2",
|
34 |
"sourceHandle": "x",
|
35 |
+
"target": "MSE loss 1",
|
36 |
+
"targetHandle": "x"
|
37 |
},
|
38 |
{
|
39 |
+
"id": "Input: tensor 1 Graph conv 1",
|
40 |
+
"source": "Input: tensor 1",
|
41 |
"sourceHandle": "output",
|
42 |
+
"target": "Graph conv 1",
|
43 |
+
"targetHandle": "x"
|
44 |
},
|
45 |
{
|
46 |
+
"id": "Input: tensor 2 MSE loss 1",
|
47 |
+
"source": "Input: tensor 2",
|
48 |
+
"sourceHandle": "output",
|
49 |
+
"target": "MSE loss 1",
|
50 |
+
"targetHandle": "y"
|
51 |
+
},
|
52 |
+
{
|
53 |
+
"id": "MSE loss 1 Optimizer 1",
|
54 |
+
"source": "MSE loss 1",
|
55 |
+
"sourceHandle": "output",
|
56 |
+
"target": "Optimizer 1",
|
57 |
+
"targetHandle": "loss"
|
58 |
+
},
|
59 |
+
{
|
60 |
+
"id": "Activation 1 output Repeat 1 input",
|
61 |
+
"source": "Activation 1",
|
62 |
+
"sourceHandle": "output",
|
63 |
+
"target": "Repeat 1",
|
64 |
"targetHandle": "input"
|
65 |
},
|
66 |
{
|
67 |
+
"id": "Activation 1 output Concatenate 1 a",
|
68 |
"source": "Activation 1",
|
69 |
+
"sourceHandle": "output",
|
70 |
"target": "Concatenate 1",
|
71 |
"targetHandle": "a"
|
72 |
},
|
73 |
{
|
74 |
+
"id": "LSTM 1 output Concatenate 1 b",
|
75 |
"source": "LSTM 1",
|
76 |
+
"sourceHandle": "output",
|
77 |
"target": "Concatenate 1",
|
78 |
"targetHandle": "b"
|
79 |
},
|
80 |
{
|
81 |
+
"id": "Concatenate 1 output Neural ODE 2 x",
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
82 |
"source": "Concatenate 1",
|
83 |
+
"sourceHandle": "output",
|
84 |
"target": "Neural ODE 2",
|
85 |
"targetHandle": "x"
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
86 |
}
|
87 |
],
|
88 |
"env": "PyTorch model",
|
89 |
"nodes": [
|
90 |
{
|
91 |
"data": {
|
92 |
+
"__execution_delay": 0.0,
|
93 |
+
"collapsed": null,
|
94 |
"display": null,
|
95 |
"error": null,
|
96 |
+
"input_metadata": null,
|
97 |
"meta": {
|
98 |
+
"color": "blue",
|
99 |
+
"doc": null,
|
100 |
"inputs": [
|
101 |
{
|
102 |
+
"name": "x",
|
103 |
"position": "bottom",
|
104 |
"type": {
|
105 |
"type": "tensor"
|
106 |
}
|
107 |
},
|
108 |
{
|
109 |
+
"name": "edges",
|
110 |
"position": "bottom",
|
111 |
"type": {
|
112 |
"type": "tensor"
|
|
|
125 |
],
|
126 |
"params": [
|
127 |
{
|
128 |
+
"default": "GCNConv",
|
129 |
"name": "type",
|
130 |
"type": {
|
131 |
"enum": [
|
|
|
140 |
"type": "basic"
|
141 |
},
|
142 |
"params": {
|
143 |
+
"type": "SAGEConv"
|
144 |
},
|
145 |
+
"status": "done",
|
146 |
"title": "Graph conv"
|
147 |
},
|
148 |
"dragHandle": ".bg-primary",
|
149 |
"height": 200.0,
|
150 |
"id": "Graph conv 1",
|
151 |
"position": {
|
152 |
+
"x": 353.5291731060978,
|
153 |
+
"y": 191.17741587219126
|
154 |
},
|
155 |
"type": "basic",
|
156 |
"width": 200.0
|
|
|
161 |
"collapsed": null,
|
162 |
"display": null,
|
163 |
"error": null,
|
164 |
+
"input_metadata": null,
|
165 |
"meta": {
|
166 |
+
"color": "orange",
|
167 |
+
"doc": null,
|
168 |
"inputs": [
|
169 |
{
|
170 |
"name": "input",
|
|
|
191 |
"type": {
|
192 |
"type": "<class 'int'>"
|
193 |
}
|
194 |
+
},
|
195 |
+
{
|
196 |
+
"default": false,
|
197 |
+
"name": "same_weights",
|
198 |
+
"type": {
|
199 |
+
"type": "<class 'bool'>"
|
200 |
+
}
|
201 |
}
|
202 |
],
|
203 |
"type": "basic"
|
|
|
205 |
"params": {
|
206 |
"times": "5"
|
207 |
},
|
208 |
+
"status": "done",
|
209 |
"title": "Repeat"
|
210 |
},
|
211 |
"dragHandle": ".bg-primary",
|
212 |
"height": 200.0,
|
213 |
"id": "Repeat 1",
|
214 |
"position": {
|
215 |
+
"x": 55.8483132278086,
|
216 |
+
"y": 54.525356969883305
|
217 |
},
|
218 |
"type": "basic",
|
219 |
"width": 200.0
|
|
|
224 |
"collapsed": true,
|
225 |
"display": null,
|
226 |
"error": null,
|
227 |
+
"input_metadata": null,
|
228 |
"meta": {
|
229 |
+
"color": "orange",
|
230 |
+
"doc": null,
|
231 |
"inputs": [
|
232 |
{
|
233 |
"name": "a",
|
234 |
"position": "bottom",
|
235 |
"type": {
|
236 |
+
"type": "<class 'inspect._empty'>"
|
237 |
}
|
238 |
},
|
239 |
{
|
240 |
"name": "b",
|
241 |
"position": "bottom",
|
242 |
"type": {
|
243 |
+
"type": "<class 'inspect._empty'>"
|
244 |
}
|
245 |
}
|
246 |
],
|
247 |
"name": "Concatenate",
|
248 |
"outputs": [
|
249 |
{
|
250 |
+
"name": "output",
|
251 |
"position": "top",
|
252 |
"type": {
|
253 |
+
"type": "None"
|
254 |
}
|
255 |
}
|
256 |
],
|
|
|
258 |
"type": "basic"
|
259 |
},
|
260 |
"params": {},
|
261 |
+
"status": "done",
|
262 |
"title": "Concatenate"
|
263 |
},
|
264 |
"dragHandle": ".bg-primary",
|
|
|
277 |
"collapsed": true,
|
278 |
"display": null,
|
279 |
"error": null,
|
280 |
+
"input_metadata": null,
|
281 |
"meta": {
|
282 |
+
"color": "orange",
|
283 |
+
"doc": null,
|
284 |
"inputs": [],
|
285 |
"name": "Input: graph edges",
|
286 |
"outputs": [
|
|
|
296 |
"type": "basic"
|
297 |
},
|
298 |
"params": {},
|
299 |
+
"status": "done",
|
300 |
"title": "Input: graph edges"
|
301 |
},
|
302 |
"dragHandle": ".bg-primary",
|
303 |
"height": 200.0,
|
304 |
"id": "Input: graph edges 1",
|
305 |
"position": {
|
306 |
+
"x": 457.3761886867096,
|
307 |
+
"y": 530.2733532051268
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
308 |
},
|
309 |
"type": "basic",
|
310 |
"width": 200.0
|
|
|
313 |
"data": {
|
314 |
"display": null,
|
315 |
"error": null,
|
316 |
+
"input_metadata": null,
|
317 |
"meta": {
|
318 |
+
"color": "orange",
|
319 |
+
"doc": null,
|
320 |
"inputs": [
|
321 |
{
|
322 |
"name": "x",
|
323 |
"position": "bottom",
|
324 |
"type": {
|
325 |
+
"type": "<class 'inspect._empty'>"
|
326 |
}
|
327 |
}
|
328 |
],
|
329 |
"name": "Activation",
|
330 |
"outputs": [
|
331 |
{
|
332 |
+
"name": "output",
|
333 |
"position": "top",
|
334 |
"type": {
|
335 |
+
"type": "None"
|
336 |
}
|
337 |
}
|
338 |
],
|
339 |
"params": [
|
340 |
{
|
341 |
+
"default": "ReLU",
|
342 |
"name": "type",
|
343 |
"type": {
|
344 |
"enum": [
|
345 |
"ReLU",
|
346 |
+
"Leaky_ReLU",
|
347 |
"Tanh",
|
348 |
"Mish"
|
349 |
]
|
|
|
355 |
"params": {
|
356 |
"type": 1.0
|
357 |
},
|
358 |
+
"status": "done",
|
359 |
"title": "Activation"
|
360 |
},
|
361 |
"dragHandle": ".bg-primary",
|
|
|
370 |
},
|
371 |
{
|
372 |
"data": {
|
373 |
+
"__execution_delay": 0.0,
|
374 |
+
"collapsed": false,
|
375 |
"display": null,
|
376 |
"error": null,
|
377 |
+
"input_metadata": null,
|
378 |
"meta": {
|
379 |
+
"color": "blue",
|
380 |
+
"doc": null,
|
381 |
"inputs": [
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
382 |
{
|
383 |
"name": "x",
|
384 |
"position": "bottom",
|
385 |
"type": {
|
386 |
+
"type": "<class 'inspect._empty'>"
|
387 |
}
|
388 |
}
|
389 |
],
|
390 |
"name": "LSTM",
|
391 |
"outputs": [
|
392 |
{
|
393 |
+
"name": "output",
|
394 |
"position": "top",
|
395 |
"type": {
|
396 |
+
"type": "None"
|
397 |
+
}
|
398 |
+
}
|
399 |
+
],
|
400 |
+
"params": [
|
401 |
+
{
|
402 |
+
"default": 1024.0,
|
403 |
+
"name": "input_size",
|
404 |
+
"type": {
|
405 |
+
"type": "<class 'int'>"
|
406 |
}
|
407 |
},
|
408 |
{
|
409 |
+
"default": 1024.0,
|
410 |
+
"name": "hidden_size",
|
411 |
"type": {
|
412 |
+
"type": "<class 'int'>"
|
413 |
+
}
|
414 |
+
},
|
415 |
+
{
|
416 |
+
"default": 0.0,
|
417 |
+
"name": "dropout",
|
418 |
+
"type": {
|
419 |
+
"type": "<class 'float'>"
|
420 |
}
|
421 |
}
|
422 |
],
|
|
|
423 |
"type": "basic"
|
424 |
},
|
425 |
+
"params": {
|
426 |
+
"dropout": "0.2",
|
427 |
+
"hidden_size": "128",
|
428 |
+
"input_size": "128"
|
429 |
+
},
|
430 |
+
"status": "done",
|
431 |
"title": "LSTM"
|
432 |
},
|
433 |
"dragHandle": ".bg-primary",
|
434 |
+
"height": 312.0,
|
435 |
"id": "LSTM 1",
|
436 |
"position": {
|
437 |
"x": 960.0,
|
438 |
"y": 135.0
|
439 |
},
|
440 |
"type": "basic",
|
441 |
+
"width": 204.0
|
442 |
},
|
443 |
{
|
444 |
"data": {
|
445 |
+
"__execution_delay": 0.0,
|
446 |
+
"collapsed": false,
|
447 |
"display": null,
|
448 |
"error": null,
|
449 |
+
"input_metadata": null,
|
450 |
"meta": {
|
451 |
+
"color": "orange",
|
452 |
+
"doc": null,
|
453 |
"inputs": [],
|
454 |
"name": "Input: sequential",
|
455 |
"outputs": [
|
|
|
461 |
}
|
462 |
}
|
463 |
],
|
464 |
+
"params": [
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
465 |
{
|
466 |
+
"default": null,
|
467 |
+
"name": "name",
|
468 |
"type": {
|
469 |
+
"type": "None"
|
470 |
}
|
471 |
}
|
472 |
],
|
|
|
473 |
"type": "basic"
|
474 |
},
|
475 |
+
"params": {
|
476 |
+
"name": "time series"
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
477 |
},
|
478 |
+
"status": "done",
|
479 |
+
"title": "Input: sequential"
|
|
|
480 |
},
|
481 |
"dragHandle": ".bg-primary",
|
482 |
"height": 200.0,
|
483 |
+
"id": "Input: sequential 1",
|
484 |
"position": {
|
485 |
+
"x": 961.5476403063019,
|
486 |
+
"y": 511.8105149872374
|
487 |
},
|
488 |
"type": "basic",
|
489 |
"width": 200.0
|
|
|
494 |
"collapsed": true,
|
495 |
"display": null,
|
496 |
"error": null,
|
497 |
+
"input_metadata": null,
|
498 |
"meta": {
|
499 |
+
"color": "orange",
|
500 |
+
"doc": null,
|
501 |
"inputs": [
|
502 |
{
|
503 |
"name": "x",
|
504 |
"position": "bottom",
|
505 |
"type": {
|
506 |
+
"type": "<class 'inspect._empty'>"
|
507 |
}
|
508 |
},
|
509 |
{
|
510 |
"name": "y",
|
511 |
"position": "bottom",
|
512 |
"type": {
|
513 |
+
"type": "<class 'inspect._empty'>"
|
514 |
}
|
515 |
}
|
516 |
],
|
517 |
"name": "MSE loss",
|
518 |
"outputs": [
|
519 |
{
|
520 |
+
"name": "output",
|
521 |
"position": "top",
|
522 |
"type": {
|
523 |
+
"type": "None"
|
524 |
}
|
525 |
}
|
526 |
],
|
|
|
528 |
"type": "basic"
|
529 |
},
|
530 |
"params": {},
|
531 |
+
"status": "done",
|
532 |
"title": "MSE loss"
|
533 |
},
|
534 |
"dragHandle": ".bg-primary",
|
535 |
"height": 200.0,
|
536 |
"id": "MSE loss 1",
|
537 |
"position": {
|
538 |
+
"x": 627.1281170292506,
|
539 |
+
"y": -957.9364795915974
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
540 |
},
|
541 |
"type": "basic",
|
542 |
"width": 200.0
|
|
|
545 |
"data": {
|
546 |
"display": null,
|
547 |
"error": null,
|
548 |
+
"input_metadata": null,
|
549 |
"meta": {
|
550 |
+
"color": "green",
|
551 |
+
"doc": null,
|
552 |
"inputs": [
|
553 |
{
|
554 |
"name": "loss",
|
|
|
562 |
"outputs": [],
|
563 |
"params": [
|
564 |
{
|
565 |
+
"default": "AdamW",
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
566 |
"name": "type",
|
567 |
"type": {
|
568 |
"enum": [
|
|
|
575 |
"Galore AdamW"
|
576 |
]
|
577 |
}
|
578 |
+
},
|
579 |
+
{
|
580 |
+
"default": 0.001,
|
581 |
+
"name": "lr",
|
582 |
+
"type": {
|
583 |
+
"type": "<class 'float'>"
|
584 |
+
}
|
585 |
}
|
586 |
],
|
587 |
"type": "basic"
|
|
|
590 |
"lr": 0.001,
|
591 |
"type": 1.0
|
592 |
},
|
593 |
+
"status": "done",
|
594 |
"title": "Optimizer"
|
595 |
},
|
596 |
"dragHandle": ".bg-primary",
|
597 |
"height": 247.0,
|
598 |
"id": "Optimizer 1",
|
599 |
"position": {
|
600 |
+
"x": 632.9026898639854,
|
601 |
+
"y": -1321.9205758725257
|
602 |
},
|
603 |
"type": "basic",
|
604 |
"width": 190.0
|
605 |
},
|
606 |
{
|
607 |
"data": {
|
608 |
+
"__execution_delay": 0.0,
|
609 |
+
"collapsed": null,
|
610 |
"display": null,
|
611 |
"error": null,
|
612 |
+
"input_metadata": null,
|
613 |
"meta": {
|
614 |
+
"color": "blue",
|
615 |
+
"doc": null,
|
616 |
"inputs": [
|
617 |
{
|
618 |
"name": "x",
|
|
|
633 |
}
|
634 |
],
|
635 |
"params": [
|
636 |
+
{
|
637 |
+
"default": null,
|
638 |
+
"name": "relative_tolerance",
|
639 |
+
"type": {
|
640 |
+
"type": "None"
|
641 |
+
}
|
642 |
+
},
|
643 |
{
|
644 |
"default": null,
|
645 |
"name": "absolute_tolerance",
|
|
|
648 |
}
|
649 |
},
|
650 |
{
|
651 |
+
"default": "dopri8",
|
652 |
"name": "method",
|
653 |
"type": {
|
654 |
"enum": [
|
|
|
664 |
"implicit_adams"
|
665 |
]
|
666 |
}
|
667 |
+
}
|
668 |
+
],
|
669 |
+
"type": "basic"
|
670 |
+
},
|
671 |
+
"params": {
|
672 |
+
"absolute_tolerance": "",
|
673 |
+
"method": 1.0,
|
674 |
+
"relative_tolerance": null
|
675 |
+
},
|
676 |
+
"status": "done",
|
677 |
+
"title": "Neural ODE"
|
678 |
+
},
|
679 |
+
"dragHandle": ".bg-primary",
|
680 |
+
"height": 309.0,
|
681 |
+
"id": "Neural ODE 2",
|
682 |
+
"position": {
|
683 |
+
"x": 424.3358615871781,
|
684 |
+
"y": -784.0744992448747
|
685 |
+
},
|
686 |
+
"type": "basic",
|
687 |
+
"width": 308.0
|
688 |
+
},
|
689 |
+
{
|
690 |
+
"data": {
|
691 |
+
"__execution_delay": 0.0,
|
692 |
+
"collapsed": false,
|
693 |
+
"display": null,
|
694 |
+
"error": null,
|
695 |
+
"input_metadata": null,
|
696 |
+
"meta": {
|
697 |
+
"color": "orange",
|
698 |
+
"doc": null,
|
699 |
+
"inputs": [],
|
700 |
+
"name": "Input: tensor",
|
701 |
+
"outputs": [
|
702 |
+
{
|
703 |
+
"name": "output",
|
704 |
+
"position": "top",
|
705 |
+
"type": {
|
706 |
+
"type": "tensor"
|
707 |
+
}
|
708 |
+
}
|
709 |
+
],
|
710 |
+
"params": [
|
711 |
{
|
712 |
"default": null,
|
713 |
+
"name": "name",
|
714 |
"type": {
|
715 |
"type": "None"
|
716 |
}
|
|
|
719 |
"type": "basic"
|
720 |
},
|
721 |
"params": {
|
722 |
+
"name": "embedding"
|
|
|
|
|
723 |
},
|
724 |
+
"status": "done",
|
725 |
+
"title": "Input: tensor"
|
726 |
},
|
727 |
"dragHandle": ".bg-primary",
|
728 |
"height": 200.0,
|
729 |
+
"id": "Input: tensor 1",
|
730 |
+
"position": {
|
731 |
+
"x": 231.36175845539515,
|
732 |
+
"y": 526.043774935379
|
733 |
+
},
|
734 |
+
"type": "basic",
|
735 |
+
"width": 200.0
|
736 |
+
},
|
737 |
+
{
|
738 |
+
"data": {
|
739 |
+
"__execution_delay": 0.0,
|
740 |
+
"collapsed": false,
|
741 |
+
"display": null,
|
742 |
+
"error": null,
|
743 |
+
"input_metadata": null,
|
744 |
+
"meta": {
|
745 |
+
"color": "orange",
|
746 |
+
"doc": null,
|
747 |
+
"inputs": [],
|
748 |
+
"name": "Input: tensor",
|
749 |
+
"outputs": [
|
750 |
+
{
|
751 |
+
"name": "output",
|
752 |
+
"position": "top",
|
753 |
+
"type": {
|
754 |
+
"type": "tensor"
|
755 |
+
}
|
756 |
+
}
|
757 |
+
],
|
758 |
+
"params": [
|
759 |
+
{
|
760 |
+
"default": null,
|
761 |
+
"name": "name",
|
762 |
+
"type": {
|
763 |
+
"type": "None"
|
764 |
+
}
|
765 |
+
}
|
766 |
+
],
|
767 |
+
"type": "basic"
|
768 |
+
},
|
769 |
+
"params": {
|
770 |
+
"name": "label"
|
771 |
+
},
|
772 |
+
"status": "done",
|
773 |
+
"title": "Input: tensor"
|
774 |
+
},
|
775 |
+
"dragHandle": ".bg-primary",
|
776 |
+
"height": 200.0,
|
777 |
+
"id": "Input: tensor 2",
|
778 |
"position": {
|
779 |
+
"x": 787.538183263333,
|
780 |
+
"y": -801.4448540205135
|
781 |
},
|
782 |
"type": "basic",
|
783 |
"width": 200.0
|