Bin Wang

Results 13 comments of Bin Wang

It depends on several things: e.g. 1) how many sentences 2) running on what kind of machine

Hi, we do have the comparison and also used the pre-trained models from UKPLab. More details: https://arxiv.org/abs/2002.06652

Hi, We have uploaded the pre-trained model on the server. It will automatically be downloading when you run the script.

Hi John, You can simply run ./example.sh to see the example for extracting sentence representation for an input sentence. It should be easily edited for your specific task.

Hi John, That's a good starting point if you can make the example code working. You do not need to to manually input all the sentences. What you need to...

Hi, how you solved it?

For reference: I met the same problem. Turned out not the wandb issue. But the NCCL communication issue. ```export NCCL_P2P_DISABLE=1``` solved my problem.

@YSLLYW I met the same problem, have you resolved it?