This website works better with JavaScript
Home
Explore
Help
Sign In
SunnyMirror
/
DeepLearningExamples
mirror of
https://github.com/NVIDIA/DeepLearningExamples.git
Watch
2
Star
0
Fork
0
Files
Issues
0
Wiki
Browse Source
Merge: [HiFi-GAN/PyT] Whitelist data/cmudict in .dockerignore
Krzysztof Kudrynski
3 years ago
parent
9615805f89
56ce6c8c02
commit
9c34e35c21
1 changed files
with
1 additions
and
0 deletions
Unified View
Show Diff Stats
1
0
PyTorch/SpeechSynthesis/HiFiGAN/.dockerignore
+ 1
- 0
PyTorch/SpeechSynthesis/HiFiGAN/.dockerignore
View File
@@ -5,6 +5,7 @@ pretrained_models/
tb_*/
tb_*/
data
data
! data/filelists
! data/filelists
+! data/cmudict
*.pyc
*.pyc
__pycache__
__pycache__