You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Adding support for Ludwig seems like it should be fairly straightforward. Ludwig supports export to TorchScript and we already have a TorchScript runner.
Specifically, it would probably make sense to create something similar to the export_neuropod utility in Ludwig.
This would involve:
Modifying it to generate inputs and outputs in a format that Carton supports
Adding support for Ludwig seems like it should be fairly straightforward. Ludwig supports export to TorchScript and we already have a TorchScript runner.
Specifically, it would probably make sense to create something similar to the
export_neuropod
utility in Ludwig.This would involve:
This can be done entirely in Python code so if you want to contribute, but you're not familiar with Rust, this is a good option!
The text was updated successfully, but these errors were encountered: