This website works better with JavaScript
Trang chủ
Khám phá
Trợ giúp
Đăng nhập
SunnyMirror
/
DeepLearningExamples
mirror of
https://github.com/NVIDIA/DeepLearningExamples.git
Xem
2
Star
0
Fork
0
Các tập tin
Các vấn đề
0
Wiki
Browse Source
[HiFi-GAN/PyT] Whitelist data/cmudict in .dockerignore
Adrian Lancucki
3 năm trước cách đây
mục cha
eb3571096d
commit
56ce6c8c02
1 tập tin đã thay đổi
với
1 bổ sung
và
0 xóa
View chưa được định nghĩa
Hiển thị tình trạng sai khác
1
0
PyTorch/SpeechSynthesis/HiFiGAN/.dockerignore
+ 1
- 0
PyTorch/SpeechSynthesis/HiFiGAN/.dockerignore
Xem Tập Tin
@@ -5,6 +5,7 @@ pretrained_models/
tb_*/
tb_*/
data
data
! data/filelists
! data/filelists
+! data/cmudict
*.pyc
*.pyc
__pycache__
__pycache__