| 查看: 923 | 回复: 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! |
» 猜你喜欢
又一批高校组建人工智能学院 师资行吗 不是骗人吗
已经有7人回复
国自然面上和省基金B类撒花
已经有18人回复
有没有学校收留
已经有3人回复
312求调剂
已经有3人回复
华师大读博
已经有5人回复
急需审稿人!!!
已经有3人回复
申博/考博
已经有8人回复
295分求调剂
已经有6人回复
085600材料与化工调剂
已经有6人回复
有没有接收比较快的sci期刊呀,最好在一个月之内的,研三孩子求毕业
已经有7人回复
uerth
铁虫 (小有名气)
- 应助: 0 (幼儿园)
- 金币: 1805.4
- 红花: 1
- 帖子: 189
- 在线: 188.2小时
- 虫号: 2830772
- 注册: 2013-11-27
- 性别: GG
- 专业: 信息处理方法与技术
4楼2017-06-23 16:42:17
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













回复此楼
5