Hamza Ahmad
Hamza Ahmad
Hi. I'm having trouble figuring out how to load this model for image captioning. I have a dataset of 16000 images that I would like to caption using this model...
Hi. I don't understand how to use this pre-trained model for image captioning. Am I supposed to clone the github repo and then somehow load the pre-trained model? It would...
Currently, the download link is not working. !wget http://nlp.stanford.edu/data/glove.6B.zip This gives connection timed out after a few seconds. What's the solution?
Hello. As far as I understand, you are storing the data in a pandas dataframe with one column corressponding to EEG signals and the other to text and then converting...
If I reduce context length to anything under 77, I get an error: ``` def generate_clip_embeddings(captions, clip_model, batch_size=32): device = torch.device("cuda" if torch.cuda.is_available() else "cpu") clip_model.to(device) embeddings = [] for...