lengyue233 commited on
Commit
bd1cd25
1 Parent(s): 5147094

fix config

Browse files
Files changed (2) hide show
  1. Dockerfile +0 -3
  2. configs/exp_hifisinger.py +1 -1
Dockerfile CHANGED
@@ -23,7 +23,4 @@ ENV TRANSFORMERS_CACHE=/tmp/huggingface
23
  ENV MPLCONFIGDIR=/tmp/matplotlib
24
  ENV TORCH_HOME=/tmp/torch
25
 
26
- RUN ls -la /app/fish-diffusion/configs
27
- RUN ls -la /app/fish-diffusion/checkpoints
28
-
29
  CMD python3 tools/hifisinger/gradio_ui.py
 
23
  ENV MPLCONFIGDIR=/tmp/matplotlib
24
  ENV TORCH_HOME=/tmp/torch
25
 
 
 
 
26
  CMD python3 tools/hifisinger/gradio_ui.py
configs/exp_hifisinger.py CHANGED
@@ -1,5 +1,5 @@
1
  _base_ = [
2
- "/home/lengyue/workspace/ml-toys/diff-svc-clean/configs/_base_/archs/hifi_svc.py",
3
  ]
4
 
5
  speaker_mapping = {'DELETED0': 0, 'opencpop': 1, 'DELETED2': 2, 'DELETED3': 3, 'M4Singer-Alto-7': 4, 'M4Singer-Alto-1': 5, 'M4Singer-Alto-5': 6, 'M4Singer-Tenor-5': 7, 'M4Singer-Alto-2': 8, 'M4Singer-Tenor-7': 9, 'M4Singer-Tenor-4': 10, 'M4Singer-Alto-6': 11, 'M4Singer-Soprano-3': 12, 'M4Singer-Bass-1': 13, 'M4Singer-Bass-3': 14, 'M4Singer-Tenor-2': 15, 'M4Singer-Alto-3': 16, 'M4Singer-Tenor-6': 17, 'M4Singer-Bass-2': 18, 'M4Singer-Alto-4': 19, 'M4Singer-Soprano-2': 20, 'M4Singer-Soprano-1': 21, 'M4Singer-Alto-2#forever': 22, 'M4Singer-Tenor-3': 23, 'M4Singer-Tenor-1': 24, 'M4Singer-Tenor-1#always': 25}
 
1
  _base_ = [
2
+ "./_base_/archs/hifi_svc.py",
3
  ]
4
 
5
  speaker_mapping = {'DELETED0': 0, 'opencpop': 1, 'DELETED2': 2, 'DELETED3': 3, 'M4Singer-Alto-7': 4, 'M4Singer-Alto-1': 5, 'M4Singer-Alto-5': 6, 'M4Singer-Tenor-5': 7, 'M4Singer-Alto-2': 8, 'M4Singer-Tenor-7': 9, 'M4Singer-Tenor-4': 10, 'M4Singer-Alto-6': 11, 'M4Singer-Soprano-3': 12, 'M4Singer-Bass-1': 13, 'M4Singer-Bass-3': 14, 'M4Singer-Tenor-2': 15, 'M4Singer-Alto-3': 16, 'M4Singer-Tenor-6': 17, 'M4Singer-Bass-2': 18, 'M4Singer-Alto-4': 19, 'M4Singer-Soprano-2': 20, 'M4Singer-Soprano-1': 21, 'M4Singer-Alto-2#forever': 22, 'M4Singer-Tenor-3': 23, 'M4Singer-Tenor-1': 24, 'M4Singer-Tenor-1#always': 25}