Kari Ali Noriy
Kari Ali Noriy
I've modified `lit_minits.py` to use `LightningDataModule`
## 🐛 Bug Using GPU and huggingface `load_model_ensemble_and_task_from_hf_hub` results in: ``` RuntimeError: Expected all tensors to be on the same device, but found at least two devices, cpu and cuda:0!...
When a Numpy array is passed in, the model runs fine, but this causes the model to perform poorly because the audio array is not resampled to the appropriate sample...
### Is there an existing issue for this feature? - [X] Yes, I have searched the existing issues and it doesn't exist. ### Feature Description Enabling the user to easily...
### 🐛 Describe the bug When multiple workers try to create a folder structure at the same time it fails and raises `FileExistsError`. Expected behavior: create folder structure and continue...
Fixed bug where multiple workers try to write to the same folder that doesn't exist yet, it causes a FileExistsError because a different work already created the directory structure. Fixes...
### Changes - added the option to recursively traverse a given path
It would be great to include an option under the copy to clipboard to copy the BibTeX instead of downloading a file.