I tried to train the model programmatically in a Swift Playground. This process also failed and returned the following error (I have no idea what it means). Training on a smaller subset of the dataset succeeds.
remoteProcessWasInterrupted
Error: ["ThreadID": 1278902, "ThreadCrashed": 1, "StackFrameDictionaries": <__NSArrayM 0x600001fe0570>(
{
StackFrameModule = vImage;
StackFramePC = 7223916652;
StackFrameSymbolName = "__ERROR_Buffer_Write__Too_Small_For_Arguments_To_vImage__CheckBacktrace";
},
{
StackFrameModule = vImage;
StackFramePC = 7223916524;
StackFrameSymbolName = "_vImageDebug_CheckDestBuffer";
},
{
StackFrameModule = vImage;
StackFramePC = 7223913756;
StackFrameSymbolName = "_vImageConvert_AnyToAny";
},
... // more fields follow
)
]
Topic:
Machine Learning & AI
SubTopic:
General
Tags: