-
Notifications
You must be signed in to change notification settings - Fork 4
Expand file tree
/
Copy pathtest_torchviz
More file actions
25 lines (25 loc) · 864 Bytes
/
Copy pathtest_torchviz
File metadata and controls
25 lines (25 loc) · 864 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
digraph {
graph [size="12,12"]
node [align=left fontsize=12 height=0.2 ranksep=0.1 shape=box style=filled]
140665462220112 [label=AddmmBackward fillcolor=darkolivegreen1]
140665462220952 -> 140665462220112
140665462220952 [label="W1.bias
(1)" fillcolor=lightblue]
140665462221568 -> 140665462220112
140665462221568 [label=TanhBackward]
140665462220728 -> 140665462221568
140665462220728 [label=AddmmBackward]
140665462222800 -> 140665462220728
140665462222800 [label="W0.bias
(16)" fillcolor=lightblue]
140665462221792 -> 140665462220728
140665462221792 [label=TBackward]
140665462221008 -> 140665462221792
140665462221008 [label="W0.weight
(16, 8)" fillcolor=lightblue]
140665462221680 -> 140665462220112
140665462221680 [label=TBackward]
140665462220448 -> 140665462221680
140665462220448 [label="W1.weight
(1, 16)" fillcolor=lightblue]
}