Skip to content

Failing tests in CrossEntropySoftmax and GramSchmidt initializer #35

Description

@AleksaMCode

I’ve discovered three failing tests: one gramschmidt initializer case likely failing the orthonormality assertion, and two CrossEntropySoftmax cases very likely failing in the SMPO apply/transpose path due to a tensor shape-permutation mismatch. Error message:

FAILED test/test_initializers.py::test_gramschmidt_init[normal-0.01-shape4] - AssertionError: assert False
FAILED test/test_metrics.py::test_CrossEntropySoftmax - TypeError: transpose permutation isn't a permutation of operand dimensions, got permutation (0,) for operand shape (3, 1).
FAILED test/test_metrics.py::test_CrossEntropySoftmax_with_embedded_numpy_array - TypeError: transpose permutation isn't a permutation of operand dimensions, got permutation (0,) for operand shape (3, 1).

Metadata

Metadata

Assignees

Labels

No labels
No labels

Type

No type
No fields configured for issues without a type.

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions