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
I was trying to convert your implementation to be compatible with TensorFlow backend. Comparing the paper with your implementation, I had several issues tracking the updates of the adaptation weights "alphas".
the "adaptive_weight" configuration is not used. I guess it is also related to updating alphas
I couldn't track where you are doing the smoothing and normalizing stages of alphas as stated in "Algorithm 1" in your paper.
Thanks in advance for your reply and help.
The text was updated successfully, but these errors were encountered:
Thank you for the implementation.
I was trying to convert your implementation to be compatible with TensorFlow backend. Comparing the paper with your implementation, I had several issues tracking the updates of the adaptation weights "alphas".
Thanks in advance for your reply and help.
The text was updated successfully, but these errors were encountered: