- 博客(2)
- 收藏
- 关注
原创 Sess.run()解释下
例如: cost=tf.reduce_mean(tf.nn.softmax_cross_entropy_with_logits(logits=pred,labels=labels_placeholder))#交叉熵比较计算值与label optimizer=tf.train.AdamOptimizer(learning_rate=learning_rate).minimize(cost) ...
2019-04-12 10:52:49
4151
翻译 在程序中使用结构体
#include <iostream>struct inflatable // structure declaration{ char name[20]; float volume; double price;};int main(){ using namespace std; inflatable guest = { "Glori...
2018-05-10 16:37:54
702
空空如也
空空如也
TA创建的收藏夹 TA关注的收藏夹
TA关注的人