Closed cruyffturn closed 2 years ago
Thanks for the feedback. The culprit is a missing dtype specification in the cython code, @Badr-MOUFAD is sending a PR to fix this. When this is merged into main, you'll have to work with the development version (0.7dev) until 0.7 is released to PyPI.
@cruyffturn the 0.7dev version from the main
branch should support float32 X now. Let us know if you encounter any issue
Does celer_path support float32 inputs? I'm using celer v0.6.1 and with the following code receive an error:
ValueError: Buffer dtype mismatch, expected 'float' but got 'double'