Spaces:
Runtime error
Runtime error
NTT123
commited on
Commit
·
278d2b8
1
Parent(s):
f5d2733
bad thing still happend
Browse files- wavegru_mod.cc +1 -1
- wavegru_mod.so +1 -1
wavegru_mod.cc
CHANGED
@@ -132,7 +132,7 @@ struct WaveGRU {
|
|
132 |
total += logits[i];
|
133 |
}
|
134 |
for (int i = 0; i <= 255; ++i) {
|
135 |
-
if (logits[i] < total /
|
136 |
}
|
137 |
value = fco2.Sample(temperature);
|
138 |
signal[index] = value;
|
|
|
132 |
total += logits[i];
|
133 |
}
|
134 |
for (int i = 0; i <= 255; ++i) {
|
135 |
+
if (logits[i] < total / 1024.0) fco2[i] = -1e9;
|
136 |
}
|
137 |
value = fco2.Sample(temperature);
|
138 |
signal[index] = value;
|
wavegru_mod.so
CHANGED
@@ -1,3 +1,3 @@
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
-
oid sha256:
|
3 |
size 525536
|
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:ca652aeaa19a5e02b0c1d2606a00520176b8d896b4b29b2d368e6fe8485a7e8d
|
3 |
size 525536
|