HarmoF0
HarmoF0 copied to clipboard
can't reproduce the test result
after install the repo, The results in test/a.f0. are not the same with yours in Readme I got
HarmoF0$ head test/a.f0.txt
# time frequency activation
0.000 0.000 0.000
0.010 0.000 0.000
0.020 0.000 0.000
0.030 0.000 0.000
0.040 0.000 0.000
0.050 0.000 0.000
0.060 45.586 0.000
0.070 106.869 0.039
0.080 58.270 0.034
```
During test, I got warnings
```
DeprecationWarning: `np.float` is a deprecated alias for the builtin `float`. To silence this warning, use
`float` by itself. Doing this will not modify any behavior and is safe. If you specifically wanted the numpy scalar type, use `np.float64` here.
Deprecated in NumPy 1.20; for more details and guidance: https://numpy.org/devdocs/release/1.20.0-notes.html#deprecations
eps=np.finfo(np.float).eps,
```
Does this mean the install failed?
Waiting for your reply
Can not be reproduced, you did not find the MRDC-Conv article and code implementation is not the same.I found that this module is not the same as the implementation flow reported in the article, and it does not use 16×1 convolution. I wonder if the author made a mistake.