LibTorch on WatchOS?

Yes and no :slight_smile:

I was able to load the model and run one of my data points through… but the second time through my event handler crashes. Assuming this is me not really knowing C++ very well anymore… and I’m probably doing something bad with memory or not setting up my tensor properly.

So… I’m not fully sure that the data is going through the model yet. Will try more when I get home tonight.

Thanks