diff --git a/README.md b/README.md index 12e438b..0506d96 100644 --- a/README.md +++ b/README.md @@ -60,7 +60,7 @@ struct Network : public net::Model { // it uses the CRTP pattern, so you define the forward method // to use the () operator when performing operations. - Autoencoder() { + Network() { layers.configure_optimizer(optimizer); }