Pradeep Yarlagadda

Results 2 comments of Pradeep Yarlagadda

I tried training the network with learning rate **1e-5**, and the loss is **~0.234** a bit better than before. And this is the inference code that I have used. Is...

> @agentcap Your code is missing a line to load the trained weights into the model before predicting, e.g. `model.load_weights(args.model_path, by_name=True)` > > Otherwise, it looks good to me. Hi...