Hi,
I am trying to build a production environment for our company where we can export keras/pythorch, etc models to savedmodels and deploy them with tensorflow serving.
I faced a problem of No versions of servable testv found under base path s3://
when i check s3 i can find the version. then i tried to export the same model with a diffirent version name which is 1 and it is working.
so any version name like 0.1 or v0.1 wont work. Does anybody has any information about this. How should we name our versions.
Thank you very much
Hi,
I am trying to build a production environment for our company where we can export keras/pythorch, etc models to savedmodels and deploy them with tensorflow serving.
I faced a problem of
No versions of servable testv found under base path s3://when i check s3 i can find the version. then i tried to export the same model with a diffirent version name which is 1 and it is working.
so any version name like 0.1 or v0.1 wont work. Does anybody has any information about this. How should we name our versions.
Thank you very much