上一页 1 2 3 4 5 6 7 ··· 70 下一页
摘要: 版本python3.7 tensorflow版本为tensorflow-gpu版本2.6: 运行结果: 阅读全文
posted @ 2024-04-27 20:36 阿飞藏泪 阅读(20) 评论(0) 推荐(0) 编辑
摘要: 版本python3.7 tensorflow版本为tensorflow-gpu版本2.6 运行结果: 注意: 在运行wavs_to_model.py时候需要切换版本: python3.6 tensorflow1.14 结果: 阅读全文
posted @ 2024-04-27 20:35 阿飞藏泪 阅读(50) 评论(0) 推荐(0) 编辑
摘要: 版本python3.7 tensorflow版本为tensorflow-gpu版本2.6 运行结果: 阅读全文
posted @ 2024-04-27 20:14 阿飞藏泪 阅读(28) 评论(0) 推荐(0) 编辑
摘要: 版本python3.7 tensorflow版本为tensorflow-gpu版本2.6 运行结果: 阅读全文
posted @ 2024-04-27 14:57 阿飞藏泪 阅读(33) 评论(0) 推荐(0) 编辑
摘要: 版本python3.7 tensorflow版本为tensorflow-gpu版本2.6 运行结果: 代码: from __future__ import print_function, division from keras.datasets import mnist from keras.lay 阅读全文
posted @ 2024-04-27 14:56 阿飞藏泪 阅读(47) 评论(0) 推荐(0) 编辑
摘要: 版本python3.7 tensorflow版本为tensorflow-gpu版本2.6 运行结果: 阅读全文
posted @ 2024-04-27 14:54 阿飞藏泪 阅读(29) 评论(0) 推荐(0) 编辑
摘要: 版本python3.7 tensorflow版本为tensorflow-gpu版本2.6 实验14-1使用cnn完成MNIST手写体识别(tf)运行结果: 代码: import tensorflow as tf # Tensorflow提供了一个类来处理MNIST数据 from tensorflow 阅读全文
posted @ 2024-04-27 14:51 阿飞藏泪 阅读(47) 评论(0) 推荐(0) 编辑
摘要: 版本python3.7 tensorflow版本为tensorflow-gpu版本2.6 运行结果: 阅读全文
posted @ 2024-04-27 14:41 阿飞藏泪 阅读(16) 评论(0) 推荐(0) 编辑
摘要: 版本python3.7 tensorflow版本为tensorflow-gpu版本2.6 运行结果: 这里我用Gpu进行加速,训练一回9秒,如果不启用gpu,训练一回会很慢。 代码: #-*- codeing = utf-8 -*- #@Time : 2022/10/2 11:44 #@Author 阅读全文
posted @ 2024-04-27 14:37 阿飞藏泪 阅读(47) 评论(0) 推荐(0) 编辑
摘要: 版本python3.7 tensorflow版本为tensorflow-gpu版本2.6 运行结果: 代码: import numpy as np from keras.models import Sequential from keras.layers import Dense, Dropout, 阅读全文
posted @ 2024-04-27 14:32 阿飞藏泪 阅读(28) 评论(0) 推荐(0) 编辑
上一页 1 2 3 4 5 6 7 ··· 70 下一页
1 2 3
4