-
Notifications
You must be signed in to change notification settings - Fork 6.8k
Conversation
@ptrendx Thanks for the contribution, could you add some unit tests? Thanks! |
* Add infer_type_partial * Added infer_type_partial to symbol docs main area * Added test
* Add infer_type_partial * Added infer_type_partial to symbol docs main area * Added test
* Add infer_type_partial * Added infer_type_partial to symbol docs main area * Added test
* Add infer_type_partial * Added infer_type_partial to symbol docs main area * Added test
@ptrendx this PR broke the tutorials tests because the tutorials are now throwing warnings when loading symbols into Gluon. This happens for loading from onnx or from symbol.
Should we modify the API of |
@ThomasDelteil this just makes the behavior consistent between infer_shape and infer_type (infer_shape has exactly the same warning) and more user-friendly (previously |
* Add infer_type_partial * Added infer_type_partial to symbol docs main area * Added test
* Add infer_type_partial * Added infer_type_partial to symbol docs main area * Added test
Description
Add
mx.sym.infer_type_partial
similar tomx.sym.infer_shape_partial
.Checklist
Essentials
Please feel free to remove inapplicable items for your PR.