自定义博客皮肤VIP专享

*博客头图:

格式为PNG、JPG,宽度*高度大于1920*100像素,不超过2MB,主视觉建议放在右侧,请参照线上博客头图

请上传大于1920*100像素的图片!

博客底图:

图片格式为PNG、JPG,不超过1MB,可上下左右平铺至整个背景

栏目图:

图片格式为PNG、JPG,图片宽度*高度为300*38像素,不超过0.5MB

主标题颜色:

RGB颜色,例如:#AFAFAF

Hover:

RGB颜色,例如:#AFAFAF

副标题颜色:

RGB颜色,例如:#AFAFAF

自定义博客皮肤

-+
  • 博客(3)
  • 资源 (2)
  • 收藏
  • 关注

转载 tensorflow 命名空间问题

import tensorflow as tf with tf.name_scope('123'): with tf.name_scope('456'): with tf.variable_scope('789'): a = tf.Variable(1, name='a') print(a.name) ...

2019-07-30 14:27:01 98

转载 Process和program的概念(GO Systems Programming)

Strictly speaking, a process is an execution environment that contains instructions, user-data and system-data parts, and other kinds of resources that are obtained during runtime. A program is a...

2019-07-30 13:35:49 301

转载 TensorFlow 计算图

在Tensorflow中,系统会自动维护一个默认的计算图,通过tf.get_default_graph函数可以获取当前默认的计算图: 假如定义了两个变量:a = tf.constant([1.0,2.0],name="a"),b=tf.constant([2.0,3.0],name="b") 调用a.graph 得到的内容和tf.get_default_graph()是相同的,即a.grap...

2019-07-30 13:35:23 151

数据结构与问题求解C++,第二版

数据结构与问题求解——C++语言描述,全面阐述了数据结构的精华,分为两部分part1和part2

2013-05-10

vb考勤管理系统原代码

本系统运用vb语言所编写,。有利于高校对学生的管理,经查看后台管理,可以查看学生的出勤率

2010-05-15

空空如也

TA创建的收藏夹 TA关注的收藏夹

TA关注的人

提示
确定要删除当前文章?
取消 删除