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

improving esppy integration #67

Open
ethem-kinginthenorth opened this issue Nov 29, 2018 · 0 comments
Open

improving esppy integration #67

ethem-kinginthenorth opened this issue Nov 29, 2018 · 0 comments
Labels

Comments

@ethem-kinginthenorth
Copy link
Contributor

ethem-kinginthenorth commented Nov 29, 2018

One specific task is:
model.deploy can deploy the astore model but we need one API to load them
with open('c:/temp/Simple_CNN.astore', mode='rb') as file:
fileContent = file.read()
store_ = sw.blob(fileContent)
s.astore.upload(rstore='test',store = store_)
The above codes are repeated many times. I think we should have a new API to upload the astore model.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

1 participant