Nikita Rubinkovskiy
Results
2
issues of
Nikita Rubinkovskiy
Hi! Are you planning to provide a tool for exporting to various formats, for example, onnx?
documentation
good first issue
OML does not have built-in capabilities for exporting models to ONNX. However, PyTorch supports this natively. You can export a model to ONNX using the following example: ```python import onnx...
documentation