From b0e7e026b5832b0529934c9c447798a12e04d1db Mon Sep 17 00:00:00 2001 From: pipipuppypaul Date: Wed, 18 Nov 2020 17:24:03 -0600 Subject: [PATCH] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 2b1ce92ad..e38ab1cb4 100644 --- a/README.md +++ b/README.md @@ -68,7 +68,7 @@ import numpy as np # I wish Keras had the Parametric Exponential Linear activation.. # Oh, wait..! -from keras_contrib.layers.advanced_activations import PELU +from keras_contrib.layers.advanced_activations.pelu import PELU # Create the Keras model, including the PELU advanced activation model = Sequential()