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'm trying to reconstruct a single tensor using encodec's forward() and decode() methods. I'm getting different tensor lengths for my original tensor (161856) and my reconstructed tensor (161920). Is there some kind of padding that occurs during the encoding process? If so, am I able to simply trim the excess my reconstructed tensor, or should I make some adjustment before encoding?
I apologize if this is trivial!
The text was updated successfully, but these errors were encountered:
I'm trying to reconstruct a single tensor using encodec's forward() and decode() methods. I'm getting different tensor lengths for my original tensor (161856) and my reconstructed tensor (161920). Is there some kind of padding that occurs during the encoding process? If so, am I able to simply trim the excess my reconstructed tensor, or should I make some adjustment before encoding?
I apologize if this is trivial!
The text was updated successfully, but these errors were encountered: