Mikel Bober-Irizar

Results 23 comments of Mikel Bober-Irizar

@tustanivsky There aren't any other such plugins, it looks like Sentry is the only post-build script that gets executed. However, this issue doesn't occur when building in the editor, just...

Hey @tustanivsky did you get anywhere with this? We've had to stop using Sentry for the last few weeks but would love to get it re-enabled!

@l3utterfly Did you ever find out anything more about your issue? Out of curiosity, what happens if you fine-tune for a small number of epochs with learning rate 0? If...

Surely this should be re-opened (and likely renamed): there is a real bug here in that JSON - suggested by the documentation - causes silent failure. I suspect many people...

Awesome! I really like the printing style. I'm wondering whether we can extend this to take in numpy arrays (the standard grid format for `Task`) rather than essentially inverting the...

I'm closing this in favour of #12 - thank you for the suggestion!

I'd love to achieve this behaviour too. Do we think this is possible with the current API, or does it require internal changes?

I had the same issue (OOM reproducing `egs/librispeech/ASR/pruned_transducer_stateless7_streaming` on 4x 48GB GPUs after ~30 mins), solved by running: ``` export PYTORCH_CUDA_ALLOC_CONF=expandable_segments:True ``` as suggested by @epicyclism - thanks! --- EDIT:...

Hey, did these wheels stop getting updated as of v0.3.2? No worries if that's intentional

I get the same issue following the same tutorial. The error comes from: ``` File ~\AppData\Local\Packages\PythonSoftwareFoundation.Python.3.12_qbz5n2kfra8p0\LocalCache\local-packages\Python312\site-packages\sentence_transformers\model_card.py:508, in SentenceTransformerModelCardData.infer_datasets(self, dataset, dataset_name) [505]() def infer_datasets( [506]() self, dataset: Union["Dataset", "DatasetDict"], dataset_name: Optional[str]...