Bug in training
Created by: YangHan-Morningstar
hi, when I following the readme to train the transformer, I got an error that Traceback (most recent call last): File "train_transformer.py", line 26, in from parakeet.models.transformer_tts.utils import cross_entropy ModuleNotFoundError: No module named 'parakeet' But I can't find the models file in the file, could you tell me how to solve it? Thanks a lot!