2019-12-04人总是会感叹时光的易逝,此时此刻却不懂得去珍惜。 终。 2019-12-12双十二,躲过了双十一,还是买了些东西。 今年都快结束了,没有别的想法,只好努力工作,安心赚钱。有些东西一直想买,心心念的,但是也咩有下手。...
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...
restful方式部署pytorch模型
需求图片分类,模型训练已经完成,需要提供服务。 环境requirement.txt 123456Flask==1.1.1gevent==1.4.0gunicorn==19.9.0Pillow==6.2.1pytorch==1.3.0t...
PyTorch迁移学习
1%matplotlib inline Transfer Learning for Computer Vision TutorialAuthor: Sasank Chilamkurthy <https://chsasank....
JQuery 定时任务请求
需求定时检测是否有新的任务需要处理 实现12345678910111213141516<script type="text/javascript" src="jquery.min.js"&...
Docker的安装与配置
安装1yay -S docker 启动与配置将当前用户加入到docker用户组中 12sudo groupadd dockersudo usermod -aG docker $USER 更新用户组 1newgrp docker ...
NextCloud 安装&升级
安装123456789101112131415161718192021222324252627282930313233version: '2'volumes: nextcloud: db:services: ...
Flask 部署 TensorFlow 模型
模型转换12345678910111213141516171819202122232425Learn more or give us feedbackimport tensorflow as tffrom keras import b...