摘要: 1、安装依赖 pip install modelscope -i https://mirrors.aliyun.com/pypi/simple/ 2、创建一个python脚本 # -*- coding: utf-8 -*- # @Time : 2024/6/24 上午10:01 # @Author 阅读全文
posted @ 2024-06-24 10:40 小白啊小白,Fighting 阅读(14) 评论(0) 推荐(0) 编辑
摘要: 博客:https://padeoe.com/huggingface-large-models-downloader/#2.1-hfd-%E8%84%9A%E6%9C%AC HF-Mirror - Huggingface 镜像站 1、下载hfd.sh wget https://padeoe.com/f 阅读全文
posted @ 2024-04-10 13:20 小白啊小白,Fighting 阅读(321) 评论(0) 推荐(0) 编辑
该文被密码保护。 阅读全文
posted @ 2022-09-12 22:01 小白啊小白,Fighting 阅读(0) 评论(0) 推荐(0) 编辑
摘要: 1、模型下载 https://github.com/fchollet/deep-learning-models 2、参考博客 https://blog.csdn.net/u012582622/article/details/78607129https://makeoptim.com/deep-lea 阅读全文
posted @ 2022-09-11 22:26 小白啊小白,Fighting 阅读(29) 评论(0) 推荐(0) 编辑
该文被密码保护。 阅读全文
posted @ 2022-09-11 16:00 小白啊小白,Fighting 阅读(0) 评论(0) 推荐(0) 编辑
该文被密码保护。 阅读全文
posted @ 2022-09-10 16:06 小白啊小白,Fighting 阅读(0) 评论(0) 推荐(0) 编辑
该文被密码保护。 阅读全文
posted @ 2022-09-06 16:08 小白啊小白,Fighting 阅读(0) 评论(0) 推荐(0) 编辑
该文被密码保护。 阅读全文
posted @ 2022-09-06 16:08 小白啊小白,Fighting 阅读(0) 评论(0) 推荐(0) 编辑
该文被密码保护。 阅读全文
posted @ 2022-09-06 16:06 小白啊小白,Fighting 阅读(0) 评论(0) 推荐(0) 编辑
摘要: 完整代码 from operator import le import numpy as np from keras.datasets import mnist from keras.utils import np_utils from keras.models import Sequential 阅读全文
posted @ 2022-09-06 16:05 小白啊小白,Fighting 阅读(34) 评论(0) 推荐(0) 编辑