- 博客(7)
- 收藏
- 关注
原创 使用Dockerfile制作自定义镜像
Dockerfile文件编写Dockerfile是一个文本的配置文件,由一条条指令构成,它可以快速创建自定义的镜像。Dockerfile的编写如下# 1.基础镜像FROM centos# 2.为自定义镜像RUN yum install python3.8 -yRUN ln -s /usr/bin/pip3 /usr/bin/pipRUN ln -s /usr/bin/python3.8 /usr/bin/pythonRUN pip install flaskRUN pyt..
2021-06-28 17:02:03
266
原创 使用TensorFlow-Serving部署模型
首先训练好一个深度学习模型,将训练好的模型保存到本地aved_model_cli show --dir ./Models/1.0 --all将本地模型使用TF-Serving部署到服务器
2021-06-01 16:15:15
238
原创 算法模型部署- Docker
1.获取镜像:tensorflow servingdocker pulltensorflow/serving2.启动容器3.
2021-06-01 14:57:41
2317
原创 TensorFlow 运行中的一些warning解决方案
I tensorflow/core/platform/cpu_feature_guard.cc:142] This TensorFlow binary is optimized with oneAPI Deep Neural Network Library (oneDNN)to use the following CPU instructions in performance-critical operations: AVX2 FMATo enable them in other operations..
2021-05-29 10:18:41
16431
6
原创 上传本地文件到服务器 Mac
Mac系统上传本地文件到远程服务器,需要三个步骤:第一步:先将文件上传到跳板机第二步:连接上服务器第三步:再将跳板机中的临时文件上传到服务器
2021-05-28 15:08:37
462
空空如也
空空如也
TA创建的收藏夹 TA关注的收藏夹
TA关注的人