Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add support for automatically extracting models that are archives #459

Open
brimoor opened this issue Mar 23, 2020 · 0 comments
Open

Add support for automatically extracting models that are archives #459

brimoor opened this issue Mar 23, 2020 · 0 comments
Labels
feature Work on a feature request

Comments

@brimoor
Copy link
Contributor

brimoor commented Mar 23, 2020

Not all models can be encapsulated by a single file. For example, one may want to deploy a TF model in SavedModel format, which is defined by a directory.

In this case, the published model will be an archive, and it would be convenient if ETA automatically handled unarchiving the data (via eta.core.utils.extract_archive()) when downloading the model. ETA should also handle cleanup of such models when the corresponding archive would ordinarily be deleted.

@brimoor brimoor added the feature Work on a feature request label Mar 23, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
feature Work on a feature request
Projects
None yet
Development

No branches or pull requests

1 participant