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

Softmax operator shape inference #233

@roywei

Description

@roywei

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.

Metadata

Metadata

Assignees

No one assigned

    Labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions