2 Star 2 Fork 1

openvinotoolkit-prc / nncf

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
克隆/下载
unet_camvid.json 783 Bytes
一键复制 编辑 原始数据 按行查看 历史
{
"model": "unet",
"dataset" : "camvid",
"preprocessing": {
"resize": {
"height": 368,
"width": 480
},
"normalize":
{
"mean": [0.39068785, 0.40521392, 0.41434407],
"std" : [0.29652068, 0.30514979, 0.30080369]
}
},
"input_info": {
"sample_size": [1, 3, 368, 480]
},
"weighing": "mfb",
"optimizer": {
"type": "Adam",
"optimizer_params": {
"lr": 5.0e-4,
"weight_decay": 2.0e-4
},
"schedule_type": "plateau",
"schedule_params": {
"threshold": 0.02,
"patience": 3
},
"gamma": 0.1
},
"model_params": {
"input_size_hw": [368, 480]
}
}
Python
1
https://gitee.com/openvinotoolkit-prc/nncf.git
git@gitee.com:openvinotoolkit-prc/nncf.git
openvinotoolkit-prc
nncf
nncf
develop

搜索帮助