Closed bhairavmehta95 closed 1 year ago
Is it an open source model and if so any chance you can tell me which one it is? Looks like an internal bug but I think it should be quick to fix if I could play around with it.
Never mind, the model name was in the file paths in the output you gave ;) I was able to debug it, here's a picture of the TextEncoder module. I'll push a new change as soon as I've re-run all the tests.
Also, regarding your other points: it shouldn't be an issue with how the model is loaded from checkpoints; this would affect the weights, but this won't affect any of the programming logic of TorchLens, and TorchLens is meant to work for both training and evaluation mode. So generally speaking, if all is functioning correctly these shouldn't affect how TorchLens works.
TYSM!
Okay, just pushed the updated version to GitHub and Pip--it should work now, let me know if it doesn't
TYSM!
Did that fix it for you?
It now works for me after the update, so closing this issue
I'm trying to debug a text-to-speech (relevant, as these types of models are just tons of different models stitched together, meaning there's no clean, single
forward()
)And I'm getting this error:
Any idea on where the issue might lie? I'm not sure if: