README 533 B

12345678910111213141516171819
  1. Each model should be a clean single file.
  2. They are imported from the top level `models` directory
  3. It should be capable of loading weights from the reference imp.
  4. We will focus on these 5 models:
  5. # Resnet50-v1.5 (classic) -- 8.2 GOPS/input
  6. # Retinanet
  7. # 3D UNET (upconvs)
  8. # RNNT
  9. # BERT-large (transformer)
  10. They are used in both the training and inference benchmark:
  11. https://mlcommons.org/en/training-normal-21/
  12. https://mlcommons.org/en/inference-edge-30/
  13. And we will submit to both.
  14. NOTE: we are Edge since we don't have ECC RAM