Skip to content
This repository has been archived by the owner on Jul 24, 2024. It is now read-only.

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
xEricCardozo authored Oct 16, 2023
1 parent 1e679bc commit 8223506
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,7 @@ struct Network : public net::Model<Network> {
// it uses the CRTP pattern, so you define the forward method
// to use the () operator when performing operations.

Autoencoder() {
Network() {
layers.configure_optimizer(optimizer);
}

Expand Down

0 comments on commit 8223506

Please sign in to comment.