Tushar Chauhan
Tushar Chauhan
> Did you manage anything? No, it is still open
this code is working on pytorch 2.1 with latest libraries, which are : ``` torch==2.1.2 unidecode==1.3.8 tensorboard==2.13 protobuff==3.20 librosa==0.10.1 phonemizer==3.2.1 cython==3.0.10 ``` install these dependencies and run.
``` class SynthesizerTrn_inf(nn.Module): """ Synthesizer for Training """ def __init__(self, n_vocab, spec_channels, segment_size, inter_channels, hidden_channels, filter_channels, n_heads, n_layers, kernel_size, p_dropout, resblock, resblock_kernel_sizes, resblock_dilation_sizes, upsample_rates, upsample_initial_channel, upsample_kernel_sizes, n_speakers=0, gin_channels=0, use_sdp=True, **kwargs):...