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