2 Star 2 Fork 1

openvinotoolkit-prc / nncf

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
克隆/下载
retinanet_coco_magnitude_sparsity.json 803 Bytes
一键复制 编辑 原始数据 按行查看 历史
Liubov Batanina 提交于 2021-06-11 15:56 . Moved TF from beta dir (#754)
{
"model": "RetinaNet",
"input_info": {
"sample_size": [1, 640, 640, 3]
},
"epochs": 1,
"batch_size": 64,
"weight_decay": 0.0001,
"dataset": "coco/2017",
"dataset_type": "tfds",
"optimizer": {
"type": "Adam",
"schedule_type": "piecewise_constant",
"schedule_params": {
"boundaries": [
1
],
"values": [
1e-5,
1e-5
]
}
},
"compression": {
"algorithm": "magnitude_sparsity",
"params": {
"schedule": "multistep",
"multistep_steps": [
1
],
"multistep_sparsity_levels": [
0.5,
0.5
]
}
}
}
Python
1
https://gitee.com/openvinotoolkit-prc/nncf.git
git@gitee.com:openvinotoolkit-prc/nncf.git
openvinotoolkit-prc
nncf
nncf
develop

搜索帮助