• Yang Su's avatar
    Fix User Guide EN and CN typo (#3495) · 863c2495
    Yang Su authored
    
    
    * Update graph-heterogeneous.rst
    
    `tensor([0, 1, 2, 0, 1, 2])` should be output instead of code
    
    * Update message-api.rst
    
    `updata_all_example()` should be `update_all_example()`
    
    * Update message-efficient.rst
    
    `cat_feat` need to concatenate with `dim=1` for the # edge features to match # edges
    
    * Update nn-construction.rst
    
    all `max_pool` in the aggregator type of `SAGEConv` should be `pool` instead
    
    * Update graph-heterogeneous.rst
    
    `tensor([0, 1, 2, 0, 1, 2])` should be output instead of code
    
    * Update message-api.rst
    
    `updata_all_example()` should be `update_all_example()`
    
    * Update message-efficient.rst
    
    `cat_feat` need to concatenate with `dim=1` for the # edge features to match # edges
    
    * Update nn-construction.rst
    
    all `max_pool` in the aggregator type of `SAGEConv` should be `pool` instead
    
    * Update nn-forward.rst
    
    all `max_pool` in the aggregator type of `SAGEConv` should be `pool` instead
    
    * Update nn-forward.rst
    
    all `max_pool` in the aggregator type of `SAGEConv` should be `pool` instead
    Co-authored-by: default avatarzhjwy9343 <6593865@qq.com>
    863c2495
message-api.rst 4.95 KB