Skip to content

Commit cf38218

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

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
@@ -11,7 +11,7 @@ In the example above, The first argument `adj_mat` is the representation of a gr
1111

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

14-
* 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.
14+
* 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.
1515
* Initializing *without* an initial graph argument, only supplying the relevant parameters. This allows the layer to accept different graph structures.
1616

1717
# Applying layers

0 commit comments

Comments
 (0)