Jelajahi Sumber

Merge: [HiFi-GAN/PyT] Whitelist data/cmudict in .dockerignore

Krzysztof Kudrynski 3 tahun lalu
induk
melakukan
9c34e35c21
1 mengubah file dengan 1 tambahan dan 0 penghapusan
  1. 1 0
      PyTorch/SpeechSynthesis/HiFiGAN/.dockerignore

+ 1 - 0
PyTorch/SpeechSynthesis/HiFiGAN/.dockerignore

@@ -5,6 +5,7 @@ pretrained_models/
 tb_*/
 data
 ! data/filelists
+! data/cmudict
 
 *.pyc
 __pycache__