Skip to content

v1.2.0

Compare
Choose a tag to compare
@aipgbot-orca aipgbot-orca released this 26 Feb 22:33

Release 1.2.0

Benchmarking Scripts

  • Updated frozen graphs for ResNet50 Int8, ResNet101 Int8, and InceptionV3 Int8
  • New docker image for int8 models noted in the README docs
  • Added ability to customize number of warmup steps and steps from the launch script for ResNet50 Int8, ResNet101 Int8, and InceptionV3 Int8
  • Removed 3D UNet
  • Add --output-results for ResNet50 FP32 to get inference results file

New benchmarking scripts:

  • First rev of Wide & Deep large dataset FP32 and Int8 benchmarking scripts

Bug Fixes

  • Fixed to allow --num-inter-threads and --num-intra-threads to be passed in from the launch script
  • Fixed FastRCNN FP32 benchmark script
  • Fixed MobileNet V1 import error