From d2b6763987764331449d33c402c705d66987f690 Mon Sep 17 00:00:00 2001 From: zjkjzj Date: Fri, 27 Nov 2020 15:17:14 +0800 Subject: [PATCH] =?UTF-8?q?docs(benchmarks):=20resnset=20custom/pytorch=20?= =?UTF-8?q?=E6=B5=8B=E8=AF=95?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- docs/benchmarks.md | 81 ++++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 81 insertions(+) create mode 100644 docs/benchmarks.md diff --git a/docs/benchmarks.md b/docs/benchmarks.md new file mode 100644 index 0000000..bf555a5 --- /dev/null +++ b/docs/benchmarks.md @@ -0,0 +1,81 @@ + +# 基准测试 + +## ResNet + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
configbackbonepretraincustomgpusbatchstop1 acctop5 accresolution(TxHxW)inference_time(image/s)gpu_mem(M)ckpt
r50_custom_cifar100_224resnet50from scratchcustom19639.50467.6593x224x224///
r50_custom_pretrained_cifar100_224resnet50torchvision pretrainedcustom19682.18397.3213x224x224///
r50_pytorch_cifar100_224resnet50from scratchtorchvision19641.03269.0183x224x224///
r50_pytorch_pretrained_cifar100_224resnet50torchvision pretrainedtorchvision19682.18397.3213x224x224///
\ No newline at end of file