Carl Thomé

Results 125 comments of Carl Thomé

I've done `pipenv install librosa` and got ``` librosa==0.10.1 - audioread [required: >=2.1.9, installed: 3.0.1] - decorator [required: >=4.3.0, installed: 5.1.1] - joblib [required: >=0.14, installed: 1.3.2] - lazy-loader [required:...

Also noticed this! Would be nice to have hot reloading of the PDF preview.

Same issue here when trying to use this on Google Cloud Vertex Pipelines which wants `kfp` inside the Python environment.

https://github.com/descriptinc/audiotools/pull/111

Also just ran into this confusion in PyTorch Lightning where I assumed that using `self.logger.log_table` with the same key within my `LightningModule` would default to having a step slider in...

Interim fix here https://github.com/haoheliu/AudioLDM2/pull/65

Status?

Interesting find! I too was confused by not seeing clear speedups when changing from a T4 to a V100 with the demo notebook. Just assumed the autoregressive nature of the...