Rita Abani

Results 5 issues of Rita Abani

**Describe the bug** If run on google colab or visual studio, post pip install aestimo or !apt-get install aestimo , importing the aestimo sovler fails to work. While using the...

The new notebook with dependencies and training errors has been uploaded after debugging. The error report has been shared over mail to the author.

Model.fit_generator is obsolete. I have been trying tf.keras.Model() but that does not execute without errors. Model.fit does not work either when it comes to training models with generators the following...

`lr` and decay are deprecated in Keras optimizer, using `learning_rate` corrects the warning. The corrected code for the cell I presume is : model = vgg6(input_shape=image_shape, n_classes=n_classes) # Set up...