Relative Content

Tag Archive for pythonkerasdeep-learningneural-network

‘KerasClassifier’ object has no attribute ‘__call__’

I am makinga Neural Network for a stomach tissue dataset. The idea is that I want to optimize parameters for my model, so I run KerasClassifier to change parameters for model. So I was trying to run my code, but I am stuck with an error:
“‘KerasClassifier’ object has no attribute ‘call‘ “