airkid
airkid
Hi, I'm reading this code for study and it helps me a lot. I'm confused by this line: https://github.com/ne7ermore/torch-light/blob/254c1333eef5ee35a1b5e036f267b81ddad17f96/BERT/model.py#L74 from the source paper of BERT, I've not found any description...
https://github.com/lx865712528/JMEE/blob/494451d5852ba724d273ee6f97602c60a5517446/enet/testing.py#L72 In this line, if I add a line of code before `assert len(arugments) == len(argumenst_)` There will be assert error. I believe this is because in `arugments` there are...
https://github.com/lx865712528/JMEE/blob/494451d5852ba724d273ee6f97602c60a5517446/enet/models/ee.py#L62
Hi, I'm trying to run your code and I just found that value of parameter "loss_alpha" was not mentioned in your paper. Could you please give me a value to...
When building model, it seems that the loaded glove embedding is not used. I think thats one of the reason that I can't reproduct the experiment result. https://github.com/lx865712528/JMEE/blob/494451d5852ba724d273ee6f97602c60a5517446/enet/models/ee.py#L20 https://github.com/lx865712528/JMEE/blob/494451d5852ba724d273ee6f97602c60a5517446/enet/run/ee/runner.py#L55