Jiabei Cheng
Jiabei Cheng
I solved this problem by regenerating the vocab.txt (use get_vocab.py), because this bug seems to occur when the drug can't tensorize by the vocab list.
> > I solved this problem by regenerating the vocab.txt (use get_vocab.py), because this bug seems to occur when the drug can't tensorize by the vocab list. > > Can...
You can see if you default mode is "pair" when you run process.py. The correct single input format is that each molecule has three pieces of information, and the pairs...
I agree with the above person's advice. I first use "_os.environ['CUDA_LAUNCH_BLOCKING'] = '1'_" to locate the bug, I find there are some problem with "_fpos = self.E_apos.index_select(index=fmess[:, 3], dim=0)_". And...