-
## ❓ Questions and Help
I follow your code on my custom data, Briefly, I get the custom_data_info.json but can't get the custom_prediction.json. Here are the mian track:
loading word vectors fro…
-
I'm first contact glove. I get the cooccurrence and have a train on your code.But i don't know how to use it what i get.what's the meaning of the embedinngs? Can you recommend a tutorial or give me so…
-
## ❓ Questions and Help
Thanks for your great work!
@KaihuaTang
I was very interested in your work!
When I train model using the following command
> CUDA_VISIBLE_DEVICES=0 python -m torch.d…
-
Hi and thanks for putting this code up! Is there a way to run the model with only fixed word embeddings, like glove, fasttext etc., but without bert?
-
I'd like to get a word vector from its associated word and vice-versa.
Is it possible to do this in existing version of the code?
-
I want to know which word2vec model you use in the NUS_WIDE ZSL classification setting. I try to extract word representation by myself, and I use 'glove-wiki-gigaword-300.model' model. But I meet so…
-
### Describe the problem
I had a problem where the raspberry pi wasn't getting an IPV4 address for my home wifi so the archive loop was stuck in the `Waiting for archive to be reachable...` state. A …
mulka updated
1 month ago
-
Could you please direct to the link for pretrained weights for `GLOVE_VECTORS.pickle` ?
-
Hi, I was testing one of your classical examples with glove vectors with a max-pooling operation (no training) which gave me bad clustering results. I tried with spacy using the **same vectors** (`glo…
-
When I used yahoo pretrained model to fineture my data. Find a misconvergence result below:
Model's parameters: {'batch_size': 128, 'num_epoches': 1, 'lr': 0.01, 'momentum': 0.9, 'word_hidden_size'…