File size: 743 Bytes
3883c60
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
# 🏃‍ RVC training

## 🥼 General guidelines

### 🧬 Train for about 300 computer minutes (AKA minutes of audio on disk)
#### ➗ To calculate: you would need (300/training audio duration) epochs
* If you have 20 minutes of training audio, 15 epochs will usually be enough.
* if you have 10 minutes of training audio, 30 epochs will usually be enough.

If you still don't understand, refer to this graph. Click the graph to try for yourself:

<a href='https://www.desmos.com/calculator/yeqx4dmcfm' target='_blank'>![graph.png](graph.png)</a>

**Green**: Epochs required (y) per x minutes of audio

$f(x)=ceil(\frac{300}{x})$

**Black**: Epochs required (y) per t<sub>minutes</sub> minutes of audio

$f(x)=ceil(\frac{300}{t_{minutes}})$