Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

動作しません Device #10

Open
usasho opened this issue Mar 28, 2020 · 3 comments
Open

動作しません Device #10

usasho opened this issue Mar 28, 2020 · 3 comments

Comments

@usasho
Copy link

usasho commented Mar 28, 2020

/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 

@mjyn
Copy link

mjyn commented Apr 7, 2020

try use chainer version 6.x

@usasho
Copy link
Author

usasho commented Apr 9, 2020

ありがとうございます 動作確認しました
Chainerのバージョンが高すぎたようです 

Thank you
Chainer version seems too high

@game4d
Copy link

game4d commented Jan 5, 2021

修改为:self._device = device
试试

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants