I'm looking for a way to convert a trained model to an ONNX model to use on the web. I've only found how to run ONNX models in tinygrad, but not how to export them.
An nice addition would also be to export to a pytorch or a tensorflow model to use on embedded devices and on the web.