File size: 238 Bytes
f30fd8c | 1 2 3 4 5 6 7 8 9 | model_name: Alexnet
liteml_config: 'liteml_config.yaml'
quantization_type: W8A8 static
dataset: ImageNet
notes: Quantized W8A8 Resnet50 model from torchvision
# TODO: move float accuracy somewhere else
top1_float: 0.555
top5_float: 0.777
|