runtime error

Exit code: 1. Reason: o.collections.tts.torch.data.TTSDataset manifest_filepath: /project/jhintz/Nym/Data/GermanTTS/HUI_clean_20/val_manifest_text_normed_phonemes.json sample_rate: 44100 sup_data_path: /project/jhintz/Nym/Data/GermanTTS/HUI_clean_20/phonemes sup_data_types: - align_prior_matrix - pitch - speaker_id n_fft: 2048 win_length: 2048 hop_length: 512 window: hann n_mels: 80 lowfreq: 0 highfreq: null max_duration: null min_duration: 0.1 ignore_file: null trim: false pitch_fmin: 65.40639132514966 pitch_fmax: 2093.004522404789 pitch_norm: true pitch_mean: 146.9292755126953 pitch_std: 79.72688293457031 use_beta_binomial_interpolator: false dataloader_params: drop_last: false shuffle: false batch_size: 8 num_workers: 1 pin_memory: true Traceback (most recent call last): File "/app/app.py", line 63, in <module> spec_generator = load_fastpitch_model() File "/app/app.py", line 55, in load_fastpitch_model model = FastPitchModel.restore_from( File "/usr/local/lib/python3.10/site-packages/nemo/core/classes/modelPT.py", line 501, in restore_from instance = cls._save_restore_connector.restore_from( File "/usr/local/lib/python3.10/site-packages/nemo/core/connectors/save_restore_connector.py", line 284, in restore_from self.load_instance_with_state_dict(instance, state_dict, strict) File "/usr/local/lib/python3.10/site-packages/nemo/core/connectors/save_restore_connector.py", line 231, in load_instance_with_state_dict instance.load_state_dict(state_dict, strict=strict) File "/usr/local/lib/python3.10/site-packages/torch/nn/modules/module.py", line 2639, in load_state_dict raise RuntimeError( RuntimeError: Error(s) in loading state_dict for FastPitchModel: size mismatch for fastpitch.encoder.word_emb.weight: copying a param with shape torch.Size([83, 384]) from checkpoint, the shape in current model is torch.Size([90, 384]).

Container logs:

Fetching error logs...