Wenting Zhao

Results 16 comments of Wenting Zhao

> When CONV =GIN and MINIBATCH =NeighborSampler, I get the following error message (using torch 1.4.0 and CUDA 10.1, torch-sparse=0.6.1) > > Can you please suggest if there's anything I...

I'm also confused by this, any suggestions?

> I encountered the same problem on deepspeed version 0.14.2. same here

Thanks for letting me know, and congratulations on the acceptance of the paper.👍 Yizhe 于2020年10月14日 周三下午1:50写道: > Please see the current code version for how to finetune with your own...

Hey, can you share a small portion of data, and the dependency parsing code, deduplication script? that would be of great value! thank you!

> 1. function run_batch in train.py > > ``` > > def run_batch(model, args, device, compute_loss_fct): > for arg in args: > if arg is not None: > arg =...