2020-01-06周一 晴 小寒 早上起床,问过天猫精灵,发现今天气温有点不正常,小寒没有排面。 123气温: 17.5 °C露点温度: 15.5 °C体感温度: 17.5 °C 估计过两天之后就会有一个大降温了,周末接到老哥的电话...
elenmentUI的表格行颜色变换
cell-style123456789101112 <el-row :gutter="10"> <el-table :data="phynoList" style=&qu...
restful方式部署pytorch模型
需求图片分类,模型训练已经完成,需要提供服务。 环境requirement.txt 123456Flask==1.1.1gevent==1.4.0gunicorn==19.9.0Pillow==6.2.1pytorch==1.3.0t...
Deploying PyTorch in Python via a REST API with Flask
原文地址:https://pytorch.org/tutorials/intermediate/flask_rest_api_tutorial.html In this tutorial, we will deploy a PyTor...