Shipra
Shipra
@Giom-V Thanks for the review!I went through your comments and updated the notebook based on that. I also ran the formatting script and re-ran all the cells.Let me know if...
@Giom-V Thank you for the review! This one is my second submission—my first one was #642. 🥳 I’ve added indentation and run the formatting script. Let me know if there...
Fixed it. Let me know if I missed anything.
I think you are supposed to use milliseconds as mentioned in the doc. 
I added `run_eagerly=True` because, without it, the training raised an **"OperatorNotAllowedInGraphError"** caused by an internal operation in the TensorFlow Similarity library.
Fixed the following - - Corrected the `prior_probability` typo. - Added `from_logits=True` - Kept `keras.optimizers.SGD` instead of `keras.optimizers.sgd` (avoids `Attribute Error`). - Pre-trained weights are not loaded because they are...
Could you please review this PR? @sachinprasadhs