| 查看: 967 | 回复: 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! |
» 猜你喜欢
【全奖博士/科研助理/博后招生】新加坡南洋理工大学机械与航空航天学院
已经有4人回复
有谁可曾问过你过的还好吗?
已经有22人回复
售T0P一区SCI文章,我:8O5.51.O.54,科目齐全,可+急
已经有5人回复
E0414, 我的本子有没有希望?
已经有7人回复
一篇论文同时出现在两个期刊,一模一样,这算不算学术不端,请各位老师斧正。
已经有12人回复
希望面上有个好结果
已经有7人回复
三区计算机方向期刊推荐
已经有5人回复
sci论文二审求助
已经有5人回复
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











回复此楼