mojave-pku/TextLevelGCN

read data randomly

Closed this issue · 3 comments

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?

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.

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

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