Fix transformer listener naming

This commit is contained in:
shadeMe 2023-08-08 13:17:20 +02:00
parent 0d2be9e96c
commit 0a0476cbfd
No known key found for this signature in database
GPG Key ID: 6FCA9FC635B2A402

View File

@ -259,7 +259,7 @@ layers.
The `CuratedTransformer` component therefore does not perform a weight update
during its own `update` method. Instead, it runs its transformer model and
communicates the output and the backpropagation callback to any downstream
components that have been connected to it via the TransformerListener sublayer.
components that have been connected to it via the transformer listener sublayer.
If there are multiple listeners, the last layer will actually backprop to the
transformer and call the optimizer, while the others simply increment the
gradients.