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
When training, I found the bias doesn't align with the config.
This file is in the EAGLE3/eagle/train/main.py.
I think if do that, the result will produce the bias in "fc" layer due to following the default.
Maybe you should edit it because I find the model_state_dict of your official model doesn't have the fc.bias.
The text was updated successfully, but these errors were encountered:
When training, I found the bias doesn't align with the config.
This file is in the EAGLE3/eagle/train/main.py.
I think if do that, the result will produce the bias in "fc" layer due to following the default.
Maybe you should edit it because I find the model_state_dict of your official model doesn't have the fc.bias.
The text was updated successfully, but these errors were encountered: