sevenights

Results 6 comments of sevenights

I don't know if I have expressed it clearly. And my chinese is much better than English :D

But in the greedyCWS, there is no need to calculate the update gate for word representation. In the paper > an update gate z (As in Figure 2), which has...

Facing the same problem. IPad sync as expected, works in both direction. But on windows pc, the plugin can only download the file from server, like DB->Storage, while it cannot...

and I also notice that when you train the word2vec model, there is a code `random.shuffle(author_feature)`. Since you ignore the order of words in the sentence. But the order of...

@hankyul2 I tried the code @hal-314 in my 2-gpus 1080ti machine. And it worked well. Maybe the out of memory error is just literally... My experiment configuration as below: ```...

@hal-314 @hankyul2 sorry, I made a mistake in my last code. And I found the `broadcast` in `on_validation_start` didn't work as espect. I change it as follow: ```python @overrides def...