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) 编辑

导航