NeuralNine / neuralintents

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

Fix optimizer issue in training code #39

Open agilarasu opened 1 year ago

agilarasu commented 1 year ago

This pull request fixes an issue with the optimizer in the training code. The previous code was using a deprecated argument for decay in the Keras optimizer which was causing a ValueError. The issue has been fixed by removing the decay argument and using the default learning rate. The code has been tested and verified to be working as expected.