Skip to main content

Model file manager

Project description

Achilles

Model file Manager

模型管理

创建项目

创建项目

创建模型

创建模型

创建模型文件

创建模型文件

模型使用

# 安装包
pip install -U snail_achilles
# 引入model
from achilles.model import *
# 指定服务器
Model.SERVER_HOST = "achilles.insnail.com"

# 使用项目、模型、版本实例化model
model = Model("nlp_server", "emotional_classification", "0.0.1")

# 得到模型文件的二进制文件
data = model.get_model_content()

# 将模型下载到指定文件 
model.save_model("./model.model") 

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

snail_achilles-0.0.5.tar.gz (2.4 kB view hashes)

Uploaded Source

Built Distribution

snail_achilles-0.0.5-py3-none-any.whl (2.5 kB view hashes)

Uploaded Python 3

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page