Closed ajinkya933 closed 4 years ago
This issue has been automatically marked as stale due to the lack of recent activity. It will be closed if no further activity occurs. Thank you for your contributions.
@ajinkya933 I tried to convert the generated models to TF servable model. It doesn't work for me, can you please help me out with this?
@faustomorales @hgaiser
I am referring to Keras retinanet . My target is to deploy model.h5 on tensorflow serving. To do that I use below script (script reference: https://github.com/fizyr/keras-retinanet/issues/676#issuecomment-508958949 )for converting model to tf-serving format
I am able to get successful prediction. But the successful predictions are observed only for default anchor parameters. In my code I have changed the anchor parameters. These changed anchor parameters are stored in
config.ini
fileHow do I pass changed anchor params to above script?