上一页 1 ··· 4 5 6 7 8 9 10 11 12 ··· 35 下一页

2018年7月5日

python 批量修改文件名

摘要: import os # with open("shijie_small_youtu_align_failed.txt","r") as face_file: # for line in face_file.readlines(): # srcpath = line.strip().split("/") # dstpath = "" # ... 阅读全文

posted @ 2018-07-05 10:32 Maddock 阅读(218) 评论(0) 推荐(0) 编辑

Linux 下如何处理包含空格和特殊字符的文件名

摘要: Linux 下如何处理包含空格和特殊字符的文件名 作者: Avishek Kumar 译者: LCTT zpl1025 | 2015-07-08 07:47 评论: 12 收藏: 9 分享: 1 Linux 下如何处理包含空格和特殊字符的文件名 作者: Avishek Kumar 译者: LCTT  阅读全文

posted @ 2018-07-05 10:31 Maddock 阅读(8532) 评论(0) 推荐(1) 编辑

2018年7月3日

python numpy的transpose函数用法

摘要: #MXNET的N*C*H*W在numpy打印时比较直观#mxnet卷积层# 输入数据格式是:batch * inchannel * height * width# 输出数据格式是:batch * outchannel * height * width# 权重格式: output_channels * 阅读全文

posted @ 2018-07-03 19:22 Maddock 阅读(4437) 评论(0) 推荐(0) 编辑

2018年6月29日

tensorflow 模型前向传播 保存ckpt tensorbard查看 ckpt转pb pb 转snpe dlc 实例

摘要: 参考: TensorFlow 自定义模型导出:将 .ckpt 格式转化为 .pb 格式 TensorFlow 模型保存与恢复 snpe tensorflow 模型前向传播 保存ckpt tensorbard查看 ckpt转pb pb 转snpe dlc 实例 log文件 输入节点 图像高度 图像宽度 阅读全文

posted @ 2018-06-29 09:31 Maddock 阅读(1722) 评论(0) 推荐(0) 编辑

2018年6月26日

tensorflow里面共享变量、name_scope, variable_scope等如何理解

摘要: tensorflow里面共享变量、name_scope, variable_scope等如何理解 tensorflow里面共享变量、name_scope, variable_scope等如何理解 name_scope, variable_scope目的:1 减少训练参数的个数。 2 区别同名变量 为 阅读全文

posted @ 2018-06-26 18:25 Maddock 阅读(326) 评论(0) 推荐(0) 编辑

Mxnet学习资源

摘要: MxNet 学习笔记(1):MxNet中的NDArray http://mxnet.incubator.apache.org/api/python/symbol/symbol.html api文档 MXNet API入门 —第6篇 MXNet API入门 —第5篇 MXNet API入门 —第4篇 阅读全文

posted @ 2018-06-26 10:52 Maddock 阅读(273) 评论(0) 推荐(0) 编辑

测试1

摘要: # encoding: UTF-8 import tensorflow as tf import numpy as np from tensorflow.examples.tutorials.mnist import input_data as mnist_data import tensorflow as tf from tensorflow.python.platform import ... 阅读全文

posted @ 2018-06-26 00:03 Maddock 阅读(257) 评论(0) 推荐(0) 编辑

2018年6月25日

tensorflow prelu的实现细节

摘要: tensorflow prelu的实现细节 output = tf.nn.leaky_relu(input, alpha=tf_gamma_data,name=name) #tf.nn.leaky_relu 限制了tf_gamma_data在[0 1]的范围内 内部实现方法是 output = tf 阅读全文

posted @ 2018-06-25 16:40 Maddock 阅读(2215) 评论(0) 推荐(0) 编辑

测试代码

摘要: #coding:utf-8 #http://blog.csdn.net/zhuiqiuk/article/details/53376283 #http://blog.csdn.net/gan_player/article/details/77586489 # from __future__ import absolute_import, unicode_literals # from ten... 阅读全文

posted @ 2018-06-25 00:21 Maddock 阅读(381) 评论(0) 推荐(0) 编辑

2018年6月22日

使用MXNet的NDArray来处理数据

摘要: 使用MXNet的NDArray来处理数据 2018-03-06 14:29 by ☆Ronny丶, 382 阅读, 0 评论, 收藏, 编辑 NDArray.ipynb NDArray介绍 机器学习处理的对象是数据,数据一般是由外部传感器(sensors)采集,经过数字化后存储在计算机中,可能是文本 阅读全文

posted @ 2018-06-22 14:09 Maddock 阅读(1349) 评论(0) 推荐(0) 编辑

上一页 1 ··· 4 5 6 7 8 9 10 11 12 ··· 35 下一页

导航