上一页 1 ··· 66 67 68 69 70 71 72 73 74 ··· 129 下一页
摘要: https://blog.csdn.net/linxi4165/article/details/124765941 pip install tensorflow-gpu==2.3.0 --default-timeout=100 -i https://pypi.tuna.tsinghua.edu.cn 阅读全文
posted @ 2022-06-28 23:25 China Soft 阅读(24) 评论(0) 推荐(0)
摘要: https://blog.csdn.net/qq_42250789/article/details/107070520 目录 一、查看是否用了GPU跑代码 二、用GPU跑代码,观察GPU情况 三、设置用GPU跑代码的方法 四、查看/安装cuda、cudnn版本 五、代码一些问题 错误1:No mod 阅读全文
posted @ 2022-06-28 23:18 China Soft 阅读(1131) 评论(0) 推荐(0)
摘要: https://blog.csdn.net/To_be_little/article/details/124438800 目录1、查看GPU的数量2、设置GPU加速3、单GPU模拟多GPU环境1、查看GPU的数量import tensorflow as tf# 查看gpu和cpu的数量gpus = 阅读全文
posted @ 2022-06-28 23:16 China Soft 阅读(612) 评论(0) 推荐(0)
摘要: x_data = np.random.rand(100) noise = np.random.normal(0,0.01,x_data.shape) y_data = x_data*0.1 + 0.2 + noise plt.scatter(x_data,y_data) plt.show() mod 阅读全文
posted @ 2022-06-28 22:58 China Soft 阅读(50) 评论(0) 推荐(0)
摘要: 30天吃掉那只Tensorflow2How to eat TensorFlow2 in 30 days ? https://jackiexiao.github.io/eat_tensorflow2_in_30_days/chinese/ 《30天吃掉那只TensorFlow2》* 🚀 github 阅读全文
posted @ 2022-06-28 22:01 China Soft 阅读(93) 评论(0) 推荐(0)
摘要: https://developer.mozilla.org/zh-CN/docs/Web/CSS/CSS_Flexible_Box_Layout/Basic_Concepts_of_Flexbox flex 布局的基本概念 Flexible Box 模型,通常被称为 flexbox,是一种一维的布局 阅读全文
posted @ 2022-06-28 12:03 China Soft 阅读(184) 评论(0) 推荐(0)
摘要: https://blog.csdn.net/Sabrina_cc/article/details/106039240 一、题目要求1.三个js文件,分别完成:网络训练以及模型保存、模型加载及准确率测试、在线手写数字识别; 2.模型测试准确率要高于99.3%(尽量); 3.在线手写数字识别需要能够通过 阅读全文
posted @ 2022-06-28 10:47 China Soft 阅读(493) 评论(0) 推荐(0)
摘要: https://www.codeproject.com/Articles/5286497/Starting-with-Keras-NET-in-Csharp-Train-Your-First The article is about a short introduction on how to tr 阅读全文
posted @ 2022-06-22 14:09 China Soft 阅读(71) 评论(0) 推荐(0)
摘要: https://scisharp.github.io/Keras.NET/ Keras.NET is a high-level neural networks API, written in C# with Python Binding and capable of running on top o 阅读全文
posted @ 2022-06-22 14:00 China Soft 阅读(148) 评论(0) 推荐(0)
摘要: http://www.gimoo.net/t/1506/557e9cff4b092.html 如果你平时玩转u3d,却没有碰到过一些奇怪的bug,导致u3d无响应,那么你是幸运的。 引起u3d卡死的bug是非常恶心的一件事。首先你无法获得任何引起bug的信息,包括控制台,日志,不会有任何信息。u3d 阅读全文
posted @ 2022-06-21 19:01 China Soft 阅读(1135) 评论(0) 推荐(0)
上一页 1 ··· 66 67 68 69 70 71 72 73 74 ··· 129 下一页