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
By printing param_partitions in freeze_weights, I found that it cannot effectively freeze the parameters of BlockTransformer_0. I think it should be expressed as follows:
I found a small problem in examples/02_finetune_new_observation_action.py:
By printing param_partitions in
freeze_weights
, I found that it cannot effectively freeze the parameters ofBlockTransformer_0
. I think it should be expressed as follows:In addition, I found that all frozen modes are not as good as training from scratch (of course, the default
*hf_model*
needs to be frozen)The text was updated successfully, but these errors were encountered: