You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
/home/scss/DeepLearning/音声合成/voiceconv/dataset.py:22: WavFileWarning: Chunk (non-data) not understood, skipping it.
bps, data = wav.read(path)
Traceback (most recent call last):
File "trainer.py", line 189, in
main()
File "trainer.py", line 167, in main
updater = Updater(train_iter_a, train_iter_b, opt_g_a, opt_g_b, opt_d_a, opt_d_b, device=args.gpu)
File "/home/scss/DeepLearning/音声合成/voiceconv/updater.py", line 34, in init
self.device = device
AttributeError: can't set attribute
音声データ A45分、B35分 16Bit 16000Hz
使用環境
CPU Core i3
GPU GT710 OC
CUDA 10.2
RAM 16GB
LinuxMint
The text was updated successfully, but these errors were encountered:
/home/scss/DeepLearning/音声合成/voiceconv/dataset.py:22: WavFileWarning: Chunk (non-data) not understood, skipping it.
bps, data = wav.read(path)
Traceback (most recent call last):
File "trainer.py", line 189, in
main()
File "trainer.py", line 167, in main
updater = Updater(train_iter_a, train_iter_b, opt_g_a, opt_g_b, opt_d_a, opt_d_b, device=args.gpu)
File "/home/scss/DeepLearning/音声合成/voiceconv/updater.py", line 34, in init
self.device = device
AttributeError: can't set attribute
音声データ A45分、B35分 16Bit 16000Hz
使用環境
CPU Core i3
GPU GT710 OC
CUDA 10.2
RAM 16GB
LinuxMint
The text was updated successfully, but these errors were encountered: