I was trying to train the Chat Bot built with rasa using the snippet
agent.train(data,augmentation_factor=50,
epochs=500,
batch_size=10)
and got the following error. I Know its not rasa_core error but something related to keras probably.
rasa_core/policies/keras_policy.py", line 177, in train
**params)
TypeError: fit() got multiple values for keyword argument 'batch_size'
I am new to bot building and never done in deep learning Project before that.Using following dependencies rasa_core==0.12.x keras==2.1.6