Skip to content

Latest commit

 

History

History
 
 

simple_applications

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 
 
 
 
 
 
 

Simple applications

This directory contains a number of basic applications written in different frameworks targeting the IPU.

Poplar

TensorFlow 2

PyTorch

Complete examples of models

Pre-trained models

  • Hugging Face's BERT is a pre-trained BERT model made available by Hugging Face and which is implemented in PyTorch. This example consists of running one of the pre-trained BERT model on an IPU for an inference session.

PopART

  • Simple MNIST Examples: Contains 2 simple models, 1 linear and 1 using convolutions trained on the MNIST dataset.