我已经构建了scikit学习模型,并且已经准备好进行部署。 想要使用tensorflow进行部署,请通过下面的链接访问。
我可以使用scikit-learn脚本来训练模型并将其存储在各自的张量流目录中,并开始进行推理。 请告诉我scikit学习模型是否可以在tensorflow中提供。
尝试使用FLASK API来提供静态服务,因为我们有近100种模型,并且由于扩展问题而不能使用FLASK。
想和下面的检查点一起去。
def create_checkpoints_dir():
'''
Creates the checkpoints directory if it does not exist
'''
if not os.path.exists(checkpoints_dir):
os.makedirs(checkpoints_dir)
到目前为止,..碰到了方法本身,没有得到结果。