2 Star 2 Fork 1

openvinotoolkit-prc / nncf

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
克隆/下载
ssd300_mobilenet_voc.json 890 Bytes
一键复制 编辑 原始数据 按行查看 历史
{
"model": "ssd_mobilenet",
"batchnorm": true,
"input_info": {
"sample_size": [2, 3, 300, 300]
},
"num_classes": 21,
"dataset": "voc",
"preprocessing": {
"mean": [0.406, 0.456, 0.485],
"std": [0.255, 0.224, 0.229],
"normalize_coef": 255,
"rgb": true
},
"batch_size": 128,
"epochs": 580,
"save_freq": 50,
"optimizer": {
"type": "Adam",
"base_lr": 1e-4,
"weight_decay": 5e-4,
"schedule_type": "plateau",
"schedule_params": {
"threshold": 0.1,
"cooldown": 3
}
},
"ssd_params": {
"variance": [0.1, 0.1, 0.2, 0.2],
"max_sizes": [60, 111, 162, 213, 264, 315],
"min_sizes": [30, 60, 111, 162, 213, 264],
"steps": [16, 32, 64, 100, 150, 300],
"aspect_ratios": [[2], [2, 3], [2, 3], [2, 3], [2], [2]],
"clip": false,
"flip": true,
"top_k": 200
},
"export_to_ir_via_onnx": true
}
Python
1
https://gitee.com/openvinotoolkit-prc/nncf.git
git@gitee.com:openvinotoolkit-prc/nncf.git
openvinotoolkit-prc
nncf
nncf
develop

搜索帮助

53164aa7 5694891 3bd8fe86 5694891