Open wangwang110 opened 4 years ago
All the documents I referred to (for training PIE with multi GPUs) can be found online.
All the documents I referred to (for training PIE with multi GPUs) can be found online.
Hi, could you share the whole codes you changed in word_edit_model.py? Thanks.
Yes.
My method is using tf.contrib.distribute in tensorflow-gpu 1.13 I met some problems with this method, spent several days and finally successfully train PIE on multi GPUs. So you can use other methods if you find them convenient. Below is part of my code in word_edit_model.py, coping them may lead bugs because they are not the whole codes I changed in PIE.