Configure player

Close

WWDC Index does not host video files

If you have access to video files, you can configure a URL pattern to be used in a video player.

URL pattern

preview

Use any of these variables in your URL pattern, the pattern is stored in your browsers' local storage.

$id
ID of session: tech-talks-10154
$eventId
ID of event: tech-talks
$eventContentId
ID of session without event part: 10154
$eventShortId
Shortened ID of event: tech-talks
$year
Year of session: 2020
$extension
Extension of original filename: mp4
$filenameAlmostEvery
Filename from "(Almost) Every..." gist: [2020] [Tech Talk 10154] Convert...

Tech Talk 10154

Convert PyTorch models to Core ML

2020 • 25:17

Bring your PyTorch models to Core ML and discover how you can leverage on-device machine learning in your apps. The PyTorch machine learning framework can help you create and train complex neural networks. After you build these models, you can convert them to Core ML and run them entirely on-device, taking full advantage of the CPU, GPU, and Neural Engine. Discover how the coremltools package can directly convert TorchScript models, and learn more about handling custom operations and conversion errors which may occur. To learn even more about Core ML Converters, we recommend the video "Get models on device using Core ML Converters" from WWDC20.

Speakers: Steve Berardi, Paul Curry

Open in Apple Developer site