File size: 2,264 Bytes
17e8324
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
name: Bug report
description: Encountered an bug?!
title: '[Bug]: '
labels: [ "bug?" ]

body:
  - type: markdown
    attributes:
      value: |
        # Please fill in the following information according to your actual environment

  - type: input
    id: System
    attributes:
      label: OS version
      description: Windows run `winver` | Linux run `uname -a`
    validations:
      required: true

  - type: input
    id: GPU
    attributes:
      label: GPU
      description: Run `nvidia-smi`
    validations:
      required: true

  - type: input
    id: PythonVersion
    attributes:
      label: Python version
      description: Run `python -V`
    validations:
      required: true

  - type: input
    id: PyTorchVersion
    attributes:
      label: PyTorch version
      description: Run `pip show torch`
    validations:
      required: true

  - type: dropdown
    id: Branch
    attributes:
      label: Branch of sovits
      options:
        - 4.0(Default)
        - 4.0-v2
        - 3.0-32k
        - 3.0-48k
    validations:
      required: true

  - type: input
    id: DatasetSource
    attributes:
      label: Dataset source (Used to judge the dataset quality)
      description: Such as UVR-processed streaming audio / Recorded in recording studio
    validations:
      required: true

  - type: input
    id: WhereOccurs
    attributes:
      label: Where thr problem occurs or what command you executed
      description: Such as Preprocessing / Training / `python preprocess_hubert_f0.py`
    validations:
      required: true

  - type: textarea
    id: Description
    attributes:
      label: Situation description
      description: Describe your situation here, the more detailed the better.
    validations:
      required: true

  - type: textarea
    id: Log
    attributes:
      label: Log
      description: All information output from the command you executed to the end of execution (include the command). You can paste them to [pastebin.com](https://pastebin.com/) then paste the short link here. It can also be directly posted below if there is only few text.
      render: python
    validations:
      required: true

  - type: textarea
    id: Supplementary
    attributes:
      label: Supplementary description