From 281009ce82bad2f7c9eb2b27306f1a4c678c441a Mon Sep 17 00:00:00 2001 From: Jensun Ravichandran Date: Fri, 23 Apr 2021 17:38:29 +0200 Subject: [PATCH] Fix typo --- examples/ng_iris.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/examples/ng_iris.py b/examples/ng_iris.py index 7c1bd18..022e9a2 100644 --- a/examples/ng_iris.py +++ b/examples/ng_iris.py @@ -1,4 +1,4 @@ -"""CBC example using the Iris dataset.""" +"""Neural Gas example using the Iris dataset.""" import numpy as np import pytorch_lightning as pl @@ -80,7 +80,7 @@ if __name__ == "__main__": nclasses=1, prototypes_per_class=30, prototype_initializer="rand", - lr=0.01, + lr=0.1, ) # Initialize the model