Groups
Conversations
All groups and messages
Send feedback to Google
Help
Training
Sign in
Groups
Caffe Users
Conversations
Labels
About
Groups keyboard shortcuts have been updated
Dismiss
See shortcuts
Concat 2 blobs
48 views
blobs
concat
Skip to first unread message
Stefano Lombardi
unread,
Feb 16, 2016, 3:42:52 AM
2/16/16
Reply to author
Sign in to reply to author
Forward
Sign in to forward
Delete
You do not have permission to delete messages in this group
Copy link
Report message
Show original message
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to Caffe Users
hi!
how can i concatenate 2 blobs with different dimension? for example i have:
layers {
name: "concat"
bottom: "scale_factor"
bottom: "ip1"
top: "concat"
type: CONCAT
concat_param {
axis: 1
}
}
with scale factor with dimension [64] and ip1m with dimension [500x64]
Thanks!
Stefano
Lisa
unread,
Feb 27, 2016, 2:04:23 AM
2/27/16
Reply to author
Sign in to reply to author
Forward
Sign in to forward
Delete
You do not have permission to delete messages in this group
Copy link
Report message
Show original message
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to Caffe Users
Do you want a blob that is of size 501x64? If that is the case you should reshape your scale factor to 1X64 then concat axis 0.
Reply all
Reply to author
Forward
0 new messages