You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
【Question in EN】
Hi! Thank you very much for the open-source work!
I have two questions regarding EMA in the code you implemented: 1) I noticed that in run_dpo_om.sh (L440), you tried to import EMAAdamW using from .optimizers import EMAAdamW, but EMAAdamW is not defined in optimizers.py. Is this a bug? 2) In run_dpo_om.sh (L157), you used --use_merge ${USE_EMA} to assign USE_EMA to use_merge. Did you mean to set both --use_merge True and --use_ema True at the same time?
【Question in EN】
Hi! Thank you very much for the open-source work!
I have two questions regarding
EMA
in the code you implemented:1) I noticed that in run_dpo_om.sh (L440), you tried to import
EMAAdamW
usingfrom .optimizers import EMAAdamW
, butEMAAdamW
is not defined inoptimizers.py
. Is this a bug?2) In run_dpo_om.sh (L157), you used
--use_merge ${USE_EMA}
to assignUSE_EMA
touse_merge
. Did you mean to set both--use_merge True
and--use_ema True
at the same time?Looking forward to your reply!
【Question in ZH】
Hi ! 非常感谢您工作的开源!
在您实现的代码中,关于
EMA
我有两个问题想请教您:1) 我注意到在run_dpo_om.sh (L440),您使用
from .optimizers import EMAAdamW
尝试引入EMAAdamW
,但optimizers.py
中并未定义EMAAdamW
,这是否是一个bug?2) 在run_dpo_om.sh (L157),您使用
--use_merge ${USE_EMA}
将USE_EMA
赋值到use_merge
,您是否想同时设定--use_merge True
与--use_ema True
?期待您的回复!
The text was updated successfully, but these errors were encountered: