Typeerror: While_loop() Got An Unexpected Keyword Argument 'maximum_iterations' In Jupyter Azure
I am setting up my recurrent neural network in Azure: model = Sequential() model.add(GRU(units=512, return_sequences=True, input_shape=(None, x1,)
Solution 1:
!pip uninstall keras
!pip install keras==2.1.2
And now it works
Post a Comment for "Typeerror: While_loop() Got An Unexpected Keyword Argument 'maximum_iterations' In Jupyter Azure"