notebooks
notebooks copied to clipboard
Notebooks using the Hugging Face libraries 🤗
hi here, I got the following error when run trainer.hyperparameter_search() on databricks: RuntimeError: CUDA out of memory. Tried to allocate 300.00 MiB (GPU 0; 11.17 GiB total capacity; 10.18 GiB...
# What does this PR do? Update the resnet block by removing convnext. Fixes # (issue) ## Who can review? Feel free to tag members/contributors who may be interested in...
Hello, I am trying to run https://github.com/huggingface/notebooks/blob/main/sagemaker/20_automatic_speech_recognition_inference/sagemaker-notebook.ipynb notebook for speech to audio and it is failing with following error. The CW log does not have much info on this further....
This is more of a question, rather an issue, but I was wondering @philschmid if you happen to know if the default implementation of the Sagmaker toolkit has `with torch.no_grad()`...
Getting error while trying to do Distributed Data Parallel training on 2 ml.p4.24xlarge instances, it works fine with single instance multiple GPUs and not with multiple instance, multi-gpu for ml.p4.24xlarge....
The version of the `tokenize_and_align_labels` function of the notebook is behind the one used un the run_ner.py script located at https://github.com/huggingface/transformers/blob/main/examples/pytorch/token-classification/run_ner.py (1) #### Current behavior Calling this function on an...
# What does this PR do? To fix the issue: AttributeError: ‘function’ object has no attribute ‘to’](https://discuss.huggingface.co/t/model-model-to-args-device-attributeerror-function-object-has-no-attribute-to/14730) Fixes # (issue) ## Who can review? Feel free to tag members/contributors who...