DeepEventMine
DeepEventMine copied to clipboard
Having some problems to train cg dataset with original code
Hi, I tried to run your original codes to reproduce the training process in the train branch with cg dataset you've used. However, I ran into the same type of codes for both basic and debug sessions.
When I try to pretrain the layers for ev (sh run/train.sh experiments/cg/basic/configs/train-ev.yaml), the following error occurs:
Traceback (most recent call last):
File "train.py", line 215, in
When I looked into the output of ev, unlike outputs of ner and rel, it was like {"output": None}.
It seems like I need to save models for ner, rel, ev before sliding into the training process of end-to-end model. But as I cannot save ev model in this process, I can't move on to the training of e2e model.
Thanks.