NeuralNine / neuralintents

A simple interface for working with intents and chatbots.
MIT License
254 stars 137 forks source link

Removed deprecated arguments in main.py #41

Open bebeshannu opened 1 year ago

bebeshannu commented 1 year ago

line 109: Decay argument has been deprecated for all optimizers since Keras 2.3. For lr decay, changed to learning_rate instead.