question-mark
Stuck on an issue?

Lightrun Answers was designed to reduce the constant googling that comes with debugging 3rd party libraries. It collects links to all the places you might be looking at while hunting down a tough bug.

And, if you’re still stuck at the end, we’re happy to hop on a call to see how we can help out.

LPC fails with dtype=float32

See original GitHub issue

Description

I just tried out the freshly merged #797 and it fails with numba errors when y has dtype=float32. It works fine with float64.

Tagging this for now, will push a fix later.

Issue Analytics

  • State:closed
  • Created 4 years ago
  • Comments:8 (8 by maintainers)

github_iconTop GitHub Comments

1reaction
ajweisscommented, Mar 27, 2019

it’ll probably take a few days to find some time, but sure!

On Tue, Mar 26, 2019, 1:11 PM Brian McFee notifications@github.com wrote:

@ajweiss https://github.com/ajweiss could you take a look at this one when you get a chance?

— You are receiving this because you were mentioned. Reply to this email directly, view it on GitHub https://github.com/librosa/librosa/issues/856#issuecomment-476752687, or mute the thread https://github.com/notifications/unsubscribe-auth/AAaQ60KlYyiGFuFL17vJWc5qcbckpNLiks5valTJgaJpZM4cLPlU .

0reactions
bmcfeecommented, May 25, 2019

Fixed by merging #861

Read more comments on GitHub >

github_iconTop Results From Across the Web

Source code for librosa.core.audio
[docs]def load( path, *, sr=22050, mono=True, offset=0.0, duration=None, dtype=np.float32, res_type="kaiser_best", ): """Load an audio file as a floating ...
Read more >
ValueError: Tensor conversion requested dtype float32 for ...
I replaced %tensorflow_version 1.x in my code with !pip install tensorflow==1.15.5 and the error disappeared. Not limited to just version ...
Read more >
Frequently Asked Questions - LPC Board
How do I apply for the LPC license in Louisiana if I currently hold an LPC license (or equivalent) in another state?
Read more >
pysptk Documentation
pysptk.sptk.lpc(windowed, order=25, min_det=1e-06, use_scipy=True) ... It is assumed that input array x has np.float32 dtype, while swipe assumes np.float64 ...
Read more >
Masfunct — Mascara_Reduction 15.10 documentation
Bimage = np.zeros((self.ony,self.onx), dtype=np.float64) self. ... def CombineH5(savepath, listdb, globdic, name = 'LPC', minobs=51): ''' CombineH5 combines ...
Read more >

github_iconTop Related Medium Post

No results found

github_iconTop Related StackOverflow Question

No results found

github_iconTroubleshoot Live Code

Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free

github_iconTop Related Reddit Thread

No results found

github_iconTop Related Hackernoon Post

No results found

github_iconTop Related Tweet

No results found

github_iconTop Related Dev.to Post

No results found

github_iconTop Related Hashnode Post

No results found