EventPlus icon indicating copy to clipboard operation
EventPlus copied to clipboard

[NAACL'21 Demo] EventPlus: a temporal event understanding pipeline that integrates various state-of-the-art event understanding components including event trigger and type detection, event argument de...

Results 5 EventPlus issues
Sort by recently updated
recently updated
newest added

@ihungalexhsu @sunjiao123sun @VioletPeng @derekmma

File "main.py", line 50, in response_pred json_list = durationAPI.pred(events) File "../Duration/inference_api.py", line 84, in pred outputs = compute_predictions(self.model, test_loader) File "/home/tianhao/anaconda3/envs/event-pipeline/lib/python3.7/site-packages/torch/autograd/grad_mode.py", line 49, in decorate_no_grad return func(*args, **kwargs) File "../Duration/utils_duration.py",...

Hi, I was following you guide but I got stuck on `conda env create -f env.yml` The output says ``` Collecting package metadata (repodata.json): done Solving environment: failed ResolvePackageNotFound: -...

hi, I am not able to install and run the package. Is there another way to use it? thanks!

`VOCContextDataset` and `FCN8s` classes aren't imported / defined in the Duration module. Also, within the VOCContextDataset, two parameters are undefined: `img_size` and `transforms_train`. Am I missing it?