Jacob Jennings
Jacob Jennings
Using cocoapods In AFURLConnectionOperation, when this line occurs: [runLoop addPort:[NSMachPort port] forMode:NSDefaultRunLoopMode]; EXC_BAD_INSTRUCTION happens on NSNotificationCenter+SFObservers on this line: observerInfo.object = anObject; in sf_addObserver I'm not really sure what's happening...
It would be nice to add a package at the top of generated scala files that might be specified in the command line
[INFO ] Installing final gcc compiler [INFO ] Installing final gcc compiler: done in 448.51s (at 30:41) [INFO ] ================================================================= [INFO ] Installing cross-gdb [INFO ] Installing cross-gdb: done in...
On windows, this defaults to cp1252, an incorrect encoding for this file.
### 🐛 Describe the bug When loading the common voice dataset on windows, the file `train.tsv` is loaded using cp1252 file encoding, leading to a failure. ``` training_speech_dataset = torchaudio.datasets.COMMONVOICE(root=base_dataset_cache_directory)...
### Describe the bug Datasets (such as https://huggingface.co/datasets/MLCommons/peoples_speech) cannot be used on Windows due to the fact that windows does not allow colons ":" in filenames. These should be converted...
For local development environments, it would be nice to have a docker image or native binaries distributed in arm64. For now I'm building from source locally on an M1 macbook...