Jun-jie-Huang

Results 8 comments of Jun-jie-Huang

For question 1: Yes! You can refer to [this part](https://github.com/Jun-jie-Huang/CoCLR#vanilla-model-1) of README to reproduce the results. And the model without CoCLR means training with original data to some extend. For...

As for question 1, we checked the code and found there's a bug, which lead to the mis-use of the model. Now we fix it, you can use the new...

1. One code may be paired with 2 or more queries. We discuss this issue in data collection part of our paper. 2. They are indeed different. That means we...

The first one: 1. Yes, that's right. 2. I think training command for the checkpoint in step 1 is similar to training a [Vanilla model](https://github.com/Jun-jie-Huang/CoCLR#step-2-training-and-evaluating). You can change the training...

> 请问您跑完了吗? 我的跑到77%就结束了 都两年多了,忘都忘了- -

> Me too - whatever I tried on windows - I failed. I installed it by the inofficially binaries which i found here: https://www.lfd.uci.edu/~gohlke/pythonlibs/ > > No issues at all...

I think a possible solution is to encode all the queries and all the candidates with GPU and save them. Then build a faiss index with cpu to find the...