abdel_kareem
abdel_kareem
### Feature Requested I love this theme and want to make the headings colored like blue topez theme ? ### Relevant Screenshot _No response_ ### Relevance - [X] The feature...
I really don't know how to install this plugin! can't find any tutorial on github page or any blog !! And i tried :h cphelper but get---> no help for...
how should I use the neural process for 2 columns not 1!
Remove duplicated function ## Remove the get_pdf_files function() duplications ## Related Issue ## Description you have two function called get_pdf_files one is with try and except and the other without...
In UNIT4 : Pretrained models for audio classification We’ll load an official [Audio Spectrogram Transformer](https://huggingface.co/docs/transformers/model_doc/audio-spectrogram-transformer) checkpoint fine-tuned on the Speech Commands dataset, under the namespace ["MIT/ast-finetuned-speech-commands-v2"](https://huggingface.co/MIT/ast-finetuned-speech-commands-v2): Copied classifier = pipeline(...
I want to fint-tune dinov2 on Luna dataset and my databatches in the following format the input for the model is ```py py torch.Size([16,1,10,18,18]) # Batch, Channel, Depth , Height...
{ "name": "ImportError", "message": ".cache/torch_extensions/py310_cu118/decompress_residuals_cpp/decompress_residuals_cpp.so: cannot open shared object file: No such file or directory", "stack": "--------------------------------------------------------------------------- ImportError Traceback (most recent call last) Cell In[4], line 1 ----> 1 RAG.index(...
### What happened?  I am trying to encode my dataset with multiple CUDA GPU but only one GPU is working ### What is the expected behaviour? all specified 4...
I want to fine-tune the colqwen, i followed your notebook about fine-tune colpali and replaced the model, processor with colqwen2.5 but i didn't see any training loss or validation losss...
I have use the colpali fine-tune recpie but i get not training loss is it okey? 