File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed
GNNGraphs/docs/src/guides Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -99,10 +99,10 @@ GNNHeteroGraph:
99
99
num_nodes: Dict(:movie => 13, :user => 3)
100
100
num_edges: Dict((:user, :rate, :movie) => 4)
101
101
ndata:
102
- :movie => DataStore(z = [64×13 Matrix{Float32}])
103
- :user => DataStore(x = [64×3 Matrix{Float32}])
102
+ :movie => DataStore(z = [64×13 Matrix{Float32}])
103
+ :user => DataStore(x = [64×3 Matrix{Float32}])
104
104
edata:
105
- (:user, :rate, :movie) => DataStore(e = [64×4 Matrix{Float32}])
105
+ (:user, :rate, :movie) => DataStore(e = [64×4 Matrix{Float32}])
106
106
```
107
107
108
108
## Batching
140
140
141
141
## Graph convolutions on heterographs
142
142
143
- See [ ` HeteroGraphConv ` ] ( @ref ) for how to perform convolutions on heterogeneous graphs.
143
+ See ` HeteroGraphConv ` for how to perform convolutions on heterogeneous graphs.
You can’t perform that action at this time.
0 commit comments