06 2024 档案

摘要:进入root 用户下 yum -y install docker 安装容器 systemctl start docker 启动容器 查看命令 sudo docker ps ,如图所示 ,说明启动成功 拉取镜像 sudo docker pull tensorflow/serving:2.11.0 如图 阅读全文
posted @ 2024-06-27 13:38 15375357604 阅读(11) 评论(0) 推荐(0) 编辑
摘要:import os os.environ["CUDA_VISIBLE_DEVICES"] = "0" import tensorflow as tf from sklearn.model_selection import train_test_split from transformers impo 阅读全文
posted @ 2024-06-21 15:05 15375357604 阅读(18) 评论(0) 推荐(0) 编辑
摘要:import os os.environ["CUDA_VISIBLE_DEVICES"] = "2" import tensorflow as tf from sklearn.model_selection import train_test_split from transformers impo 阅读全文
posted @ 2024-06-21 15:05 15375357604 阅读(2) 评论(0) 推荐(0) 编辑
摘要:模型蒸馏 import pandas as pd import tensorflow as tf from sklearn.model_selection import train_test_split from sklearn.metrics import confusion_matrix, f1 阅读全文
posted @ 2024-06-21 15:03 15375357604 阅读(57) 评论(0) 推荐(0) 编辑

点击右上角即可分享
微信分享提示