You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This PR takes care of
#139.
For the weird tensor meta data, we should only throw error if quantized.
If we start looking at other things like stride, memory_format, etc. the
pytest fails.
For the TODO where we wanted to throw a KeyError, we already check if
parameter.name in node.kwargs in the if statement above, so we won't run
into an invalid key.
Other issues that were part of this importer completeness task have been
addressed and documented.
Fixes#139Fixes#140Fixes#141Fixes#142Fixes#143Fixes#144
No description provided.
The text was updated successfully, but these errors were encountered: