generated from SauravMaheshkar/python-template
-
Notifications
You must be signed in to change notification settings - Fork 2
Open
Labels
feature 🚀New feature or requestNew feature or request
Description
If you explore the test suite, you will find that we have hard-coded the tensor shapes in multiple places, viz.
Lines 47 to 52 in e307cf8
B, H, L, D = ( | |
1, | |
24, | |
4336, | |
128, | |
) |
Ideally, we can add a utility function in tests/utils.py
that can determine the output shape.
Metadata
Metadata
Assignees
Labels
feature 🚀New feature or requestNew feature or request
Type
Projects
Status
Todo