What is the best way to import a model into ConvNetSharp, assuming all the relevant layers exist?
Are there any plans on supporting such conversions in the future?
Is it possible to do so "manually" somehow?
My models are trained using PyTorch, so I can export them to ONNX format if needed.
Thanks for your work