eveliao

Results 5 issues of eveliao

You mentioned that > NOTICE : Your corpus should be prepared with two sentences in one line with tab(\t) separator and gave an example: > Welcome to the \t the...

question

Could you please give some example code to load in the pre-trained model(i.e. bert.model.ep0 files)? The code might take me a while to understand so I really appreciate it if...

enhancement
question

In `preprocess/data2pkl.py` line 43, 44: ``` sent = f.readline().strip().split(",") sentences.append([(x+1) for x in list(map(int, sent))]) ``` `sent` should be the word id list of current sentence. But why `x+1` (instead...

I mean how many adjacent nodes for 1/2/3 hop for each instance. could you give a rough number? I wonder how much GPU it will consume

in chapterize.py line 173 `endLocation = len(self.lines)-1 # The end` I think it's better set as `len(self.lines)` because if we can't detect the end location, the last line could possibly...