文件名称:torch-wavenet:DeepMind Wavenet论文的PyTorch实现
文件大小:4.24MB
文件格式:ZIP
更新时间:2024-06-04 02:45:02
Python
火炬波网 Google DeepMind Wavenet模型(一种生成的音频NN模型)的PyTorch实现。 DeepMind纸。
【文件预览】:
torch-wavenet-master
----.gitignore(87B)
----generate.py(3KB)
----requirements.txt(214B)
----README.md(206B)
----wavenet()
--------utils()
--------config.py(2KB)
--------networks.py(8KB)
--------exceptions.py(374B)
--------model.py(3KB)
----test()
--------data()
--------test_dataloader.py(1KB)
--------test_encode_sound.py(1KB)
--------test_causal_conv.py(2KB)
--------test_wavenet_module.py(2KB)
----train.py(2KB)