The meaning of keras layer dot
up vote
-1
down vote
favorite
I'm using python2 with keras, tensorflow.
I performed this code.
y = dot([(?,32,128),(?,128,1)], axes=1)
I think that dot calculation is not possible but y's shape result is (?,128,1).
What is the meaning of axes?
Why is the result (?,128,1)?
tensorflow keras layer shapes
add a comment |
up vote
-1
down vote
favorite
I'm using python2 with keras, tensorflow.
I performed this code.
y = dot([(?,32,128),(?,128,1)], axes=1)
I think that dot calculation is not possible but y's shape result is (?,128,1).
What is the meaning of axes?
Why is the result (?,128,1)?
tensorflow keras layer shapes
add a comment |
up vote
-1
down vote
favorite
up vote
-1
down vote
favorite
I'm using python2 with keras, tensorflow.
I performed this code.
y = dot([(?,32,128),(?,128,1)], axes=1)
I think that dot calculation is not possible but y's shape result is (?,128,1).
What is the meaning of axes?
Why is the result (?,128,1)?
tensorflow keras layer shapes
I'm using python2 with keras, tensorflow.
I performed this code.
y = dot([(?,32,128),(?,128,1)], axes=1)
I think that dot calculation is not possible but y's shape result is (?,128,1).
What is the meaning of axes?
Why is the result (?,128,1)?
tensorflow keras layer shapes
tensorflow keras layer shapes
edited Nov 21 at 9:40
albert
2,68721021
2,68721021
asked Nov 21 at 8:42
김정화
43
43
add a comment |
add a comment |
active
oldest
votes
active
oldest
votes
active
oldest
votes
active
oldest
votes
active
oldest
votes
Sign up or log in
StackExchange.ready(function () {
StackExchange.helpers.onClickDraftSave('#login-link');
});
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
StackExchange.ready(
function () {
StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2fstackoverflow.com%2fquestions%2f53408146%2fthe-meaning-of-keras-layer-dot%23new-answer', 'question_page');
}
);
Post as a guest
Required, but never shown
Sign up or log in
StackExchange.ready(function () {
StackExchange.helpers.onClickDraftSave('#login-link');
});
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
Sign up or log in
StackExchange.ready(function () {
StackExchange.helpers.onClickDraftSave('#login-link');
});
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
Sign up or log in
StackExchange.ready(function () {
StackExchange.helpers.onClickDraftSave('#login-link');
});
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown