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
I encountered an error while attempting to convert a PyTorch model to Core ML using the CoreMLTools convert function. The model utilizes the l1_loss operation, and during the conversion process, I received the following error:
RuntimeError: PyTorch convert function for op 'l1_loss' not implemented.
Request:
I am requesting either:
Implementation support for the l1_loss operation in the CoreMLTools conversion process, or
Guidance on recommended practices or alternative methods for handling l1_loss during model conversion.
Thank you for your attention to this issue!
The text was updated successfully, but these errors were encountered:
Hi,
I encountered an error while attempting to convert a PyTorch model to Core ML using the CoreMLTools convert function. The model utilizes the l1_loss operation, and during the conversion process, I received the following error:
RuntimeError: PyTorch convert function for op 'l1_loss' not implemented.
Request:
I am requesting either:
Thank you for your attention to this issue!
The text was updated successfully, but these errors were encountered: