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
Hi, hitting the following error when trying to train the redecoder using the example configs. It appears to originate from using timbre_norm=True in the FAQuantizer contructor which then calls the forward_v2 function.
Hi, hitting the following error when trying to train the redecoder using the example configs. It appears to originate from using
timbre_norm=True
in the FAQuantizer contructor which then calls theforward_v2
function.The problem arises because it appears that train_redecoder.py still expects the first v1
forward
functionIf I comment out this code and switch back to the original forward function, I get a different error TypeError: FAquantizer.forward() got an unexpected keyword argument 'full_waves'
after after commenting out forward_v2
The text was updated successfully, but these errors were encountered: