Update README.md
Browse files
README.md
CHANGED
@@ -199,7 +199,7 @@ Carbon emissions can be estimated using the [Machine Learning Impact calculator]
|
|
199 |
|
200 |
[More Information Needed]
|
201 |
|
202 |
-
|
203 |
def _init_(self, in_channels, kernel_size, p_dropout, n_flows=4, gin_channels=0):
|
204 |
super()._init_()
|
205 |
filter_channels =in_channels #it needs to be removed from xsh.one version
|
|
|
199 |
|
200 |
[More Information Needed]
|
201 |
|
202 |
+
(Mm.Module):
|
203 |
def _init_(self, in_channels, kernel_size, p_dropout, n_flows=4, gin_channels=0):
|
204 |
super()._init_()
|
205 |
filter_channels =in_channels #it needs to be removed from xsh.one version
|