mirror of
https://github.com/RYDE-WORK/lnp_ml.git
synced 2026-03-21 09:36:32 +08:00
多任务微调时默认不加载预训练时quantified_delivery的预测头参数
This commit is contained in:
parent
c52b82786d
commit
60e082af55
@ -404,7 +404,7 @@ def main(
|
||||
swa_start_ratio: float = 0.75,
|
||||
# 预训练权重
|
||||
init_from_pretrain: Optional[Path] = None,
|
||||
load_delivery_head: bool = True,
|
||||
load_delivery_head: bool = False,
|
||||
# MPNN
|
||||
use_mpnn: bool = False,
|
||||
# 设备
|
||||
|
||||
@ -522,7 +522,7 @@ def main(
|
||||
batch_size: int = 32,
|
||||
# 预训练权重
|
||||
init_from_pretrain: Optional[Path] = None,
|
||||
load_delivery_head: bool = True,
|
||||
load_delivery_head: bool = False,
|
||||
# MPNN
|
||||
use_mpnn: bool = False,
|
||||
# 设备
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user