Skip to content

Commit

Permalink
Fix ref in the docs (#410)
Browse files Browse the repository at this point in the history
* Change ref to link to Flux DataLoader

* Update docs/src/heterograph.md

---------

Co-authored-by: Carlo Lucibello <carlo.lucibello@gmail.com>
  • Loading branch information
aurorarossi and CarloLucibello authored Mar 7, 2024
1 parent 76711ba commit ace2c98
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/src/heterograph.md
Original file line number Diff line number Diff line change
Expand Up @@ -115,7 +115,7 @@ GNNHeteroGraph:
num_edges: Dict((:A, :to, :B) => 640, (:B, :to, :A) => 640)
num_graphs: 32
```
Batching is automatically performed by the [`DataLoader`](@ref) iterator
Batching is automatically performed by the [`DataLoader`](https://fluxml.ai/Flux.jl/stable/data/mlutils/#MLUtils.DataLoader) iterator
when the `collate` option is set to `true`.

```jldoctest
Expand Down

0 comments on commit ace2c98

Please sign in to comment.