mojave-pku / TextLevelGCN

source code of our paper presents in EMNLP 2019. https://www.aclweb.org/anthology/D19-1345/
GNU General Public License v3.0
54 stars 16 forks source link

read data randomly #3

Closed zgyangleo closed 4 years ago

zgyangleo commented 4 years ago

i noticed that the way you read the data is sequential, the results is bad when i change the data order randomly. is there any reason?

mojave-pku commented 4 years ago

We have not done similar experiments and don't know much about the reason for this phenomenon. Theoretically changing the order of reading data should not affect the experimental results.

zgyangleo commented 4 years ago

Hi, i want to use 2gpu to train the model, how to seperate the batchsize into two, just like bachsize 32, one gpu is 16, another is 16? please give me some idea. thank you

mojave-pku commented 4 years ago

Regarding this question, I suggest you search the Internet for answers. This problem is not much related to our model.