Chinmay Sawant

Results 4 issues of Chinmay Sawant

When i try to send a base64 payload of any image, the request gets called to the backend with None input parameters showing 500 server error. ![aaa](https://user-images.githubusercontent.com/18334906/74317068-b67d6a00-4da0-11ea-86f9-4fea821b7a04.png)

While training handwriting_recognition, I get the following error. Epoch 1/8 --------------------------------------------------------------------------- IndexError Traceback (most recent call last) in 21 history_object = model.fit_generator(train_generator, samples_per_epoch= samples_per_epoch, 22 validation_data=validation_generator, ---> 23 nb_val_samples=nb_val_samples, nb_epoch=nb_epoch,...

Hi, I trained training aCASTLE by 1 shot 5 way strategy without using pretrained weights. I trained model for 80 epochs. Performance numbers observed were drastically low compared to training...

Can I run **eval_gfsl.py** without training the model? I think I need to train the model first but if its possible can you please provide trained model?