2 Star 2 Fork 1

openvinotoolkit-prc / nncf

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
克隆/下载
icnet_camvid_int8.json 971 Bytes
一键复制 编辑 原始数据 按行查看 历史
{
"model": "icnet",
"dataset" : "camvid",
"preprocessing": {
"resize": {
"height": 768,
"width": 960
},
"normalize":
{
"mean": [0.39068785, 0.40521392, 0.41434407],
"std" : [0.29652068, 0.30514979, 0.30080369]
}
},
"augmentations": {
"random_hflip": 0.5
},
"input_info": {
"sample_size": [1, 3, 768, 960]
},
"weighing": "mfb",
"optimizer": {
"type": "adam",
"optimizer_params": {
"lr": 5.0e-5,
"weight_decay": 2.0e-4
},
"schedule_type": "poly",
"schedule_params": {
"power": 0.9
}
},
"model_params": {
"in_channels": 3,
"input_size_hw": [768, 960]
},
"compression": {
"algorithm": "quantization",
"ignored_scopes": ["ICNet/interpolate_0"]
},
"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