Fangfang Chen
Fangfang Chen
In the paper, the appearance features of subject and object (not union) will also be fed to the DR-Net. But in the code, I find it not be used. Only...
Hi, I find the code to load params_emb is : Initial object embedding with word2vec with open('../data/vrd/params_emb.pkl') as f: emb_init = cPickle.load(f) net.state_dict()['emb.weight'][1::].copy_(torch.from_numpy(emb_init)) But why should use [1::]?
I always meet the error: requests.exceptions.SSLError: HTTPSConnectionPool(host='huggingface.co', port=443): Max retries exceeded with url: /openai/clip-vit-large-patch14/resolve/main/vocab.json (Caused by SSLError(SSLError("bad handshake: SysCallError(104, 'ECONNRESET')"))) How can I avoid this error?