ai4os / DEEPaaS

A REST API to serve machine learning and deep learning models
https://deepaas.readthedocs.io
Apache License 2.0
35 stars 15 forks source link

deepaas-cli: if warm() exists, it has to be called before predict() or train() #190

Open vykozlov opened 3 days ago

vykozlov commented 3 days ago

Description

warm() method can be used to setup AI model before calling predict() or train(). Same behavior should be in deepaas-cli: if warm() exists, it always has to be called before predict() or train()

Versions

DEEPaaS API 2.5.2 and earlier