Nikita Rubinkovskiy

Results 3 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

Add two new roles to deploy and configure Prometheus exporters: - [node_exporter](https://github.com/prometheus/node_exporter) - [postgres_exporter](https://github.com/prometheus-community/postgres_exporter)