| 查看: 960 | 回复: 3 | |||
LoseInVain新虫 (初入文坛)
|
[交流]
In tensorflow, how to use the placeholder's value before feeding? 已有1人参与
|
|
在stack overflow里面发了一个问题,现在还没回答比较急,所以这里求助下~~ New to TensorFlow,Now I need to use the value in placeholder before feeding, something like: tensor = tf.placeholder(tf.float32, [None, 3]) Mat_items = tf.Variable(tf.random_normal([10,10])) Mat_users = tf.Variable(tf.random_normal([10,10])) item_index = tensor[:, 0] user_index = tensor[:, 1] rating = tensor[:, 2] Val = Mat_items[item_index, :]-Mat_users[user_index, :] while tensor is a placeholder with N rows 3 cols, first col and second col is the index to Mat_items and Mat_users respectively and Mat_items Mat_users are the Variables needed to be indexed. Running it will absolutely throw an error because item_index, user_index both are Tensor not numeric before feeding. So I wonder whether Tensorflow could realize this demand? Any suggestion will be appreciate! |
» 猜你喜欢
26/27申博自荐
已经有7人回复
河北省自然科学基金
已经有7人回复
揭秘青基评审内幕:几个A才能顺利中标
已经有4人回复
青B发送上会通知了吗
已经有7人回复
博士申请
已经有3人回复
某211大学教师把个人教师官方主页改成:我跑了我跑了我跑了!官宣跑路!
已经有4人回复
今年审到国自然15份,谈谈感受
已经有28人回复
投稿求助,期刊
已经有8人回复
献血感触
已经有13人回复
面上本子正文33页,违规吗?会被低分嘛?
已经有16人回复
uerth
铁虫 (小有名气)
- 应助: 0 (幼儿园)
- 金币: 1805.4
- 红花: 1
- 帖子: 189
- 在线: 188.2小时
- 虫号: 2830772
- 注册: 2013-11-27
- 性别: GG
- 专业: 信息处理方法与技术
2楼2017-06-22 17:25:21
LoseInVain
新虫 (初入文坛)
- 应助: 0 (幼儿园)
- 金币: 99.5
- 帖子: 6
- 在线: 11.7小时
- 虫号: 4308259
- 注册: 2015-12-23
- 性别: GG
- 专业: 信息处理方法与技术
3楼2017-06-23 14:12:57
uerth
铁虫 (小有名气)
- 应助: 0 (幼儿园)
- 金币: 1805.4
- 红花: 1
- 帖子: 189
- 在线: 188.2小时
- 虫号: 2830772
- 注册: 2013-11-27
- 性别: GG
- 专业: 信息处理方法与技术
4楼2017-06-23 16:42:17












回复此楼