Al-Dailami
Al-Dailami
Thanks for your reply. Can you tell me whats wrong.. I just feed my dataset to the model just like the other datasets such as SST-2.
Hello Can you help me fix this problem!!!
Thanks a lot for your reply. I'm working in a dataset that contains around 500,000 record of short texts. Can you please help me on how to modify the code...
Hello, I have modified the trainer to process data batch by batch.. Is this a right way? https://github.com/CRIPAC-DIG/TextING/blob/c2492c276a6b59ca88337e582dfd2f3616f3988d/train.py#L124 b_train_adj, b_train_mask = preprocess_adj(train_adj[idx]) b_train_feature = preprocess_features(train_feature[idx]) feed_dict = construct_feed_dict(b_train_feature, b_train_adj, b_train_mask,...
Thanks for your reply, One more error, this is the first one I got. File ".../eICU-GNN-LSTM/src/dataloader/convert.py", line 75, in convert_into_mmap write_file[n : n+arr_len, :] = arr # write into mmap...