학습 잘하다 이런 메시지가 나옵니다


C:\Users\Administrator\vits\utils.py:138: WavFileWarning: Chunk (non-data) not understood, skipping it.                 


학습은 되고있는거 같은데 python server.py --config_path checkpoints/vits/config.json --model_path checkpoints/a/g_1000.pth

이건 예시로 든겁니다



(base) C:\Users\Administrator>conda activate tts


(tts) C:\Users\Administrator>cd vits


(tts) C:\Users\Administrator\vits>python server.py --config_path checkpoints/vits/config.json --model_path checkpoints/a/g_00.pth

DEBUG:matplotlib:matplotlib data path: C:\ProgramData\anaconda3\envs\tts\lib\site-packages\matplotlib\mpl-data

DEBUG:matplotlib:CONFIGDIR=C:\Users\Administrator\.matplotlib

DEBUG:matplotlib:interactive is False

DEBUG:matplotlib:platform is win32

DEBUG:matplotlib:CACHEDIR=C:\Users\Administrator\.matplotlib

DEBUG:matplotlib.font_manager:Using fontManager instance from C:\Users\Administrator\.matplotlib\fontlist-v330.json

DEBUG:httpx:load_ssl_context verify=True cert=None trust_env=True http2=False

DEBUG:httpx:load_verify_locations cafile='C:\\ProgramData\\anaconda3\\envs\\tts\\lib\\site-packages\\certifi\\cacert.pem'

DEBUG:urllib3.connectionpool:Starting new HTTPS connection (1): api.gradio.app:443

DEBUG:urllib3.connectionpool:https://api.gradio.app:443 "GET /gradio-messaging/en HTTP/1.1" 200 3

DEBUG:PIL.Image:Importing BlpImagePlugin

DEBUG:PIL.Image:Importing BmpImagePlugin

DEBUG:PIL.Image:Importing BufrStubImagePlugin

DEBUG:PIL.Image:Importing CurImagePlugin

DEBUG:PIL.Image:Importing DcxImagePlugin

DEBUG:PIL.Image:Importing DdsImagePlugin

DEBUG:PIL.Image:Importing EpsImagePlugin

DEBUG:PIL.Image:Importing FitsImagePlugin

DEBUG:PIL.Image:Importing FliImagePlugin

DEBUG:PIL.Image:Importing FpxImagePlugin

DEBUG:PIL.Image:Image: failed to import FpxImagePlugin: No module named 'olefile'

DEBUG:PIL.Image:Importing FtexImagePlugin

DEBUG:PIL.Image:Importing GbrImagePlugin

DEBUG:PIL.Image:Importing GifImagePlugin

DEBUG:PIL.Image:Importing GribStubImagePlugin

DEBUG:PIL.Image:Importing Hdf5StubImagePlugin

DEBUG:PIL.Image:Importing IcnsImagePlugin

DEBUG:PIL.Image:Importing IcoImagePlugin

DEBUG:PIL.Image:Importing ImImagePlugin

DEBUG:PIL.Image:Importing ImtImagePlugin

DEBUG:PIL.Image:Importing IptcImagePlugin

DEBUG:PIL.Image:Importing JpegImagePlugin

DEBUG:PIL.Image:Importing Jpeg2KImagePlugin

DEBUG:PIL.Image:Importing McIdasImagePlugin

DEBUG:PIL.Image:Importing MicImagePlugin

DEBUG:PIL.Image:Image: failed to import MicImagePlugin: No module named 'olefile'

DEBUG:PIL.Image:Importing MpegImagePlugin

DEBUG:PIL.Image:Importing MpoImagePlugin

DEBUG:PIL.Image:Importing MspImagePlugin

DEBUG:PIL.Image:Importing PalmImagePlugin

DEBUG:PIL.Image:Importing PcdImagePlugin

DEBUG:PIL.Image:Importing PcxImagePlugin

DEBUG:PIL.Image:Importing PdfImagePlugin

DEBUG:PIL.Image:Importing PixarImagePlugin

DEBUG:PIL.Image:Importing PngImagePlugin

DEBUG:PIL.Image:Importing PpmImagePlugin

DEBUG:PIL.Image:Importing PsdImagePlugin

DEBUG:PIL.Image:Importing QoiImagePlugin

DEBUG:PIL.Image:Importing SgiImagePlugin

DEBUG:PIL.Image:Importing SpiderImagePlugin

DEBUG:PIL.Image:Importing SunImagePlugin

DEBUG:PIL.Image:Importing TgaImagePlugin

DEBUG:PIL.Image:Importing TiffImagePlugin

DEBUG:PIL.Image:Importing WebPImagePlugin

DEBUG:PIL.Image:Importing WmfImagePlugin

DEBUG:PIL.Image:Importing XbmImagePlugin

DEBUG:PIL.Image:Importing XpmImagePlugin

DEBUG:PIL.Image:Importing XVThumbImagePlugin

Traceback (most recent call last):

  File "server.py", line 112, in <module>

    main()

  File "server.py", line 75, in main

    utils.load_checkpoint(model_path, model, None)

  File "C:\Users\Administrator\vits\utils.py", line 19, in load_checkpoint

    assert os.path.isfile(checkpoint_path)

AssertionError


MoeGoe_GUI로 실행했으나 잡음만 들리고 목소리는 없는 현상이 발생했습니다

곰오디오로 재생시켜서 wav 정보를 봐도 아무 이상이 없습니다

곰오디오로 wav 파일 재생도 잘 되구요

이번에는 왜 학습을 제대로 못하는지 매우 궁금합니다