Mingyang Zhou

Results 7 comments of Mingyang Zhou

I encountered this issue as well, and the training is also interrupted after resampling.

Hey Alasda, I have a follow up question regarding apex. I try to retrain the model with my customized setting, but I always encounter a configuration error which says: `raise...

I think this is an issue if I want to run it on a remote server. I didn't know if I can work around it on remote server, but I...

I got the similar errors while making caffe, and didn't know how to solve this. Can anyone help? The detailed info about the error is shown as below: ln: ln:...

Here is the github link for the sentence Bert we use: https://github.com/UKPLab/sentence-transformers. The sentence Bert Embedding is only used when we retrieve the weakly aligned sentence for each image. These...

The specific model we use is: "paraphrase-MiniLM-L6-v2". The introduction on how the sentence is retrieved for each image is introduced in section 3.2. Please let me know if you have...

We use FAISS: https://github.com/facebookresearch/faiss to compute the similarity between the object list embedding and natural sentence embedding.