Skip to content

Commit 3673ee5

Browse files
authored
added minimum GPU memory to README
1 parent 8b25031 commit 3673ee5

File tree

1 file changed

+8
-8
lines changed

1 file changed

+8
-8
lines changed

README.md

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -94,42 +94,42 @@ Many other configuration files are available in `rave/configs` and can be combin
9494
<tr>
9595
<td rowspan=8>Architecture</td>
9696
<td>v1</td>
97-
<td>Original continuous model</td>
97+
<td>Original continuous model (minimum GPU memory : 8Go)</td>
9898
</tr>
9999

100100
<tr>
101101
<td>v2</td>
102-
<td>Improved continuous model (faster, higher quality)</td>
102+
<td>Improved continuous model (faster, higher quality) (minimum GPU memory : 16Go)</td>
103103
</tr>
104104

105105
<tr>
106106
<td>v2_small</td>
107-
<td>v2 with a smaller receptive field, adpated adversarial training, and noise generator, adapted for timbre transfer for stationary signals</td>
107+
<td>v2 with a smaller receptive field, adpated adversarial training, and noise generator, adapted for timbre transfer for stationary signals (minimum GPU memory : 8Go)</td>
108108
</tr>
109109

110110
<tr>
111111
<td>v2_nopqmf</td>
112-
<td>(experimental) v2 without pqmf in generator (more efficient for bending purposes)</td>
112+
<td>(experimental) v2 without pqmf in generator (more efficient for bending purposes) (minimum GPU memory : 16Go)</td>
113113
</tr>
114114

115115
<tr>
116116
<td>v3</td>
117-
<td>v2 with Snake activation, descript discriminator and Adaptive Instance Normalization for real style transfer</td>
117+
<td>v2 with Snake activation, descript discriminator and Adaptive Instance Normalization for real style transfer (minimum GPU memory : 32Go)</td>
118118
</tr>
119119

120120
<tr>
121121
<td>discrete</td>
122-
<td>Discrete model (similar to SoundStream or EnCodec)</td>
122+
<td>Discrete model (similar to SoundStream or EnCodec) (minimum GPU memory : 18Go)</td>
123123
</tr>
124124

125125
<tr>
126126
<td>onnx</td>
127-
<td>Noiseless v1 configuration for onnx usage</td>
127+
<td>Noiseless v1 configuration for onnx usage (minimum GPU memory : 6Go)</td>
128128
</tr>
129129

130130
<tr>
131131
<td>raspberry</td>
132-
<td>Lightweight configuration compatible with realtime RaspberryPi 4 inference</td>
132+
<td>Lightweight configuration compatible with realtime RaspberryPi 4 inference (minimum GPU memory : 5Go)</td>
133133
</tr>
134134

135135
<tr>

0 commit comments

Comments
 (0)