text2sql-lgesql icon indicating copy to clipboard operation
text2sql-lgesql copied to clipboard

How to use multi-GPU training?

Open HotchnerL opened this issue 1 year ago • 2 comments

Hello,have a nice day! I tried to use model=torch.nn.DataParallel(model).cuda() for multiple gpu training, but I got an Error: LinearDropConnect doesn't have the _weight attribute. Will you please help me solve this problem? Thank you very much!

HotchnerL avatar Oct 20 '22 06:10 HotchnerL