Skip to content

Commit 79b620f

Browse files
emsal0yuehhua
andauthored
Update docs/src/basics/layers.md
Co-authored-by: Yueh-Hua Tu <a504082002@gmail.com>
1 parent e10da6b commit 79b620f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/src/basics/layers.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ In the example above, The first argument `adj_mat` is the representation of a gr
1212
The initialization function `GCNConv(...)` constructs a `GCNConv` layer. For most of the layer types in GeometricFlux, a layer can be initialized in at least two ways:
1313

1414
* Initializing with a predefined adjacency matrix or `FeaturedGraph`, followed by the other parameters. For most of the layer types, this is for datasets where each input has the same graph structure.
15-
* Initializing without an initial graph argument, only supplying the relevant parameters. This allows the layer to accept different graph infrastructures.
15+
* Initializing *without* an initial graph argument, only supplying the relevant parameters. This allows the layer to accept different graph structures.
1616

1717
# Applying layers
1818

0 commit comments

Comments
 (0)