Skip to content

Address the uniformity issue of tf.stack() #10

@TechNilabh

Description

@TechNilabh

tf.stack() assumes all tensors are the same shape and dtype — no check or fallback. If this is allowed to stay a single different sized tensor object can crash the entire code. Address this issue by devising a solution to handle mutli-size tensor layers.

Metadata

Metadata

Assignees

No one assigned

    Labels

    Hardhard level bug

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions