-
Notifications
You must be signed in to change notification settings - Fork 169
fix(tj): finetune code #399
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
base: dev-multitask-balance-clean
Are you sure you want to change the base?
fix(tj): finetune code #399
Conversation
# finetune_components = ['transformer'] # load-enc-trans_finetune-trans-head | ||
finetune_components = [] # load-enc-trans_finetune-encoder-head | ||
|
||
for seed in [3]: |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
scalezero加载ckpt全量调整和scalezero从零训的版本都指定为seed0
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
已修改
n_episode = 8 | ||
evaluator_env_num = 3 | ||
# num_simulations = 50 | ||
num_simulations = 25 |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
是需要改成collect_num_simulations为25, eval_num_simulations为50。全部改成25,eval的性能是会下降的
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
已修改
num_segments = collector_env_num | ||
n_episode = 8 | ||
evaluator_env_num = 3 | ||
num_simulations = 25 |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
这里也是需要按上面的修改
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
已修改
atari_unizero_multitask_segment_ddp_config_debug_naive.py 单任务从0微调
atari_unizero_multitask_segment_ddp_config_finetune_SpaceInvaders_full.py 全量微调
atari_unizero_multitask_segment_ddp_config_finetune_SpaceInvaders_head_back_encoder_lora.py 微调head+encoder(lora)+backbone(lora)
atari_unizero_multitask_segment_ddp_config_finetune_SpaceInvaders_head_back_lora.py 微调head+backbone(lora)
atari_unizero_multitask_segment_ddp_config_finetune_SpaceInvaders_head.py 微调(head)