Saif Ul Islam

Results 28 comments of Saif Ul Islam

Hi, @GauravSarkar ! I made a PR already, when I actually started with this issue, I think there was a build problem with `docker-compose` and forgot about this issue afterwards....

Hi @shakirmshaker ! I found a relevant problem at https://stackoverflow.com/questions/58989806/anaconda-terminal-error-pywin32-bootstrap . Saving you a link, the solution is either this, `pip install pywin32==225` or `pip install --ignore-installed pywin32` Let me...

We can also use something like [Pydantic](https://pydantic-docs.helpmanual.io/usage/validation_decorator/) for a bit more complex or complete set of features we can use with both functions and classes.

Hi!! Thanks for the response! A similar issue is here, https://github.com/librosa/librosa/issues/765 , but quoting one of the comments from there, > Thanks for reporting this. I've never seen that before,...

Also, I was actually reading a `.mp3` file instead of a wav file using librosa. I message that I got when I did was a warning that said, ``` /opt/conda/lib/python3.7/site-packages/librosa/core/audio.py:162:...

Edit, it was with a specific audio clip. I'm trying to find that right now. :/ Be back in a few hours.

I did not, @Stapelueberflieger It was an error I encountered was during a Kaggle competition with shuffled data. That was about more than 500 audio clips, and I was unable...

@Stapelueberflieger try out `ps aux` to see where the hardware consumption is going towards. Maybe you might need a lighter version for the device you have.

Hello! I'm running into the same set of issues. I realized that I have 2FA activated for my account, and the way that the `travis login` handles `api.github.com` is through...