Skip to content
This repository has been archived by the owner on Jul 1, 2024. It is now read-only.

Softmax operator shape inference #233

Open
roywei opened this issue May 25, 2019 · 0 comments
Open

Softmax operator shape inference #233

roywei opened this issue May 25, 2019 · 0 comments
Labels

Comments

@roywei
Copy link

roywei commented May 25, 2019

after apache/mxnet#14661 and apache/mxnet#14869.
Softmax operator has more strict partial shape inference. This will result in the ndim() of softmax input maybe unknown during dimension check. It will be inferred at a later time.

I have created PR for the case of ndim == 0 in for mxnet in #232.
I'm keeping this issue open to see if we can find alternatives of modifying Keras front end code.

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
Projects
None yet
Development

No branches or pull requests

1 participant