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
Thanks for your excellent work! I'm currently testing the provided finetune weights and have encountered an issue with the alpha weights . It appears that the two components of the alpha weights are significantly different in value.
Here is a snippet of my code and the relevant output:
Hi,
Thanks for your excellent work! I'm currently testing the provided finetune weights and have encountered an issue with the alpha weights . It appears that the two components of the alpha weights are significantly different in value.
Here is a snippet of my code and the relevant output:
The printed output shows that the weights alpha[:,:,0:1] and alpha[:,:,1:2] differ substantially:
As you can see, one of the weights is always near zero while the other is near one.
Could you provide some insights into why this might be happening ?
Thank you for your assistance!
The text was updated successfully, but these errors were encountered: