目录
CompressAI 自己训练网络的参数设置
模型设置,通过 -m 选择要用来训练的模型,默认为 "bmshj2018_factorized"
,CompressAI 包含的所有模型如下列表所示:
__all__ = [
"bmshj2018_factorized",
"bmshj2018_factorized_relu",
"bmshj2018_hyperprior",
"mbt2018",
"mbt2018_mean",
"cheng2020_anchor",
"cheng2020_attn",
"pre_mbt2018" # 自己加的结合前处理网络的 mbt2018
]