2 Star 2 Fork 1

openvinotoolkit-prc / nncf

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
克隆/下载
resnet50_imagenet_rb_sparsity50_int8.json 720 Bytes
一键复制 编辑 原始数据 按行查看 历史
{
"model": "resnet50",
"pretrained": true,
"input_info": {
"sample_size": [1, 3, 224, 224]
},
"num_classes": 1000,
"batch_size": 256,
"epochs": 23,
"multiprocessing_distributed": true,
"optimizer": {
"type": "Adam",
"base_lr": 0.001,
"schedule_type": "multistep",
"steps": [15, 20, 25]
},
"compression": [
{
"algorithm": "rb_sparsity",
"sparsity_init": 0.01,
"params": {
"sparsity_target": 0.5,
"sparsity_target_epoch": 5,
"sparsity_freeze_epoch": 10
}
},
{
"algorithm": "quantization"
}
]
}
Python
1
https://gitee.com/openvinotoolkit-prc/nncf.git
git@gitee.com:openvinotoolkit-prc/nncf.git
openvinotoolkit-prc
nncf
nncf
develop

搜索帮助