전처리 과정에


RuntimeError: stft requires the return_complex parameter be given for real inputs, and will further require that return_complex=True in a future PyTorch release.


가 포함된 에러

또는 훈련 과정에서


RuntimeError: Error(s) in loading state_dict for GaussianDiffusion:

    size mismatch for spec_min: copying a param with shape torch.Size([1, 1, 128]) from checkpoint, the shape in current model is torch.Size([1, 1, 1]).

    size mismatch for spec_max: copying a param with shape torch.Size([1, 1, 128]) from checkpoint, the shape in current model is torch.Size([1, 1, 1]).


가 포함된 에러를 겪는 경우


pip3 install torch==1.13.1 torchvision torchaudio==0.13.1 --extra-index-url https://download.pytorch.org/whl/cu117


를 돌려주세요

토치 업데이트 이슈랩디다

저도 방금까지 헤매다가 eagle보고 겨우 성공함 아리가또 아리가또