下载地址: 这个下载速度快很多 https://mirrors.tuna.tsinghua.edu.cn/anaconda/miniconda/ 安装命令: bash Miniconda3-4.3.14-Linux-x86_64.sh //注意下面这个是运行的过程,主要有几个地方要输入yesWelc ...
分类:
编程语言 时间:
2020-04-24 01:34:47
阅读次数:
81
https://blog.csdn.net/yuejisuo1948/article/details/81043823 ...
分类:
其他好文 时间:
2020-04-23 22:50:44
阅读次数:
56
在C#下使用TensorFlow.NET训练自己的数据集 今天,我结合代码来详细介绍如何使用 SciSharp STACK 的 TensorFlow.NET 来训练CNN模型,该模型主要实现 图像的分类 ,可以直接移植该代码在 CPU 或 GPU 下使用,并针对你们自己本地的图像数据集进行训练和推理 ...
https://blog.csdn.net/weixin_41710606/article/details/86747877 https://blog.csdn.net/qq_31342997/article/details/89174950 ...
分类:
编程语言 时间:
2020-04-22 19:55:33
阅读次数:
242
# 导入所需模块 import tensorflow as tf from matplotlib import pyplot as plt import numpy as np import pandas as pd # 读入数据/标签 生成x_train y_train df = pd.read_ ...
分类:
其他好文 时间:
2020-04-21 21:17:47
阅读次数:
143
rpm -ivh python3-base-3.6.5-lp150.2.6.1.x86_64.rpm 警告:python3-base-3.6.5-lp150.2.6.1.x86_64.rpm: 头V3 RSA/SHA256 Signature, 密钥 ID 3dbdc284: NOKEY错误:依赖检 ...
分类:
其他好文 时间:
2020-04-21 15:20:39
阅读次数:
88
1、eval_config下的num_examples 的含义(类似ssd_mobilenet_v1_coco.config中的配置) 个人比较倾向于下面这种解释,但是 没有找到官方的说法:(What does _num_examples_ 2000_ mean in TensorFlow obje ...
分类:
其他好文 时间:
2020-04-21 15:10:50
阅读次数:
74
我做的是一个识别验证码的深度学习模型,识别的图片如下 验证码图片识别4个数字,数字间是有顺序的,设立标签时设计了四个onehot向量链接起来,成了一个长度为40的向量,然后模型的输入也是40维向量用softmax_cross_entropy_with_logits(labels=,logits=)函 ...
分类:
其他好文 时间:
2020-04-20 16:15:30
阅读次数:
285
MNIST_data数据 百度网盘链接:https://pan.baidu.com/s/19lhmrts-vz0-w5wv2A97gg提取码:cgnx # -*- coding: UTF-8 -*- import tensorflow as tf from tensorflow.examples.t ...
分类:
其他好文 时间:
2020-04-19 18:06:58
阅读次数:
96
他叫 Kenneth Reitz。现就职于知名云服务提供商 DigitalOcean,曾是云计算平台 Heroku 的 Python 架构师,目前 Github 上 Python 排行榜第一的用户。(star 数超过了包括 google、tensorflow、django 等账号) 但他被更多路人所 ...
分类:
编程语言 时间:
2020-04-19 11:04:38
阅读次数:
76