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:
9999  num_nodes: Dict(:movie => 13, :user => 3) 
100100  num_edges: Dict((:user, :rate, :movie) => 4) 
101101  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}]) 
104104  edata: 
105-          (:user, :rate, :movie)  =>  DataStore(e = [64×4 Matrix{Float32}]) 
105+     (:user, :rate, :movie)  =>  DataStore(e = [64×4 Matrix{Float32}]) 
106106``` 
107107
108108## Batching  
140140
141141## Graph convolutions on heterographs  
142142
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