lsgn icon indicating copy to clipboard operation
lsgn copied to clipboard

Labeled Span Graph Networks

Results 8 lsgn issues
Sort by recently updated
recently updated
newest added

Traceback (most recent call last): File "decoder.py", line 12, in from lsgn_data import LSGNData File "/hltc/0/cl/tools/srl_parsers/l_he_etal_2018/lsgn/lsgn_data.py", line 2, in import tensorflow_hub as hub File "/homes/skumyol/venv2.7/lib/python2.7/site-packages/tensorflow_hub/__init__.py", line 29, in from tensorflow_hub.estimator...

I tried hundreds times of training the model with singleton.py, the processing always suspend at: `tf_loss, tf_global_step, _ = session.run([model.loss, model.global_step, model.train_op])` ![image](https://user-images.githubusercontent.com/18722770/60393370-fd3a8e80-9b46-11e9-9a97-8f7af22ab17e.png) you see from the snapshot that the...

It seem that cat can't handle the large number of *.gold_conll in the train portion. The script print this warning and continue: `./scripts/make_conll2012_data.sh: line 19: /bin/ls: Argument list too long`...

Thanks for your admiring work! But the following files are not provided, could you provide these files? elmo/english.lm_embeddings.skip.hdf5 elmo/ontonotes5.test.english.lm_embeddings.skip.hdf5 elmo/ontonotes5.train.english.lm_embeddings.skip.hdf5 elmo/ontonotes5.dev.english.lm_embeddings.skip.hdf5 elmo/conll05.train.elmo_embeddings.hdf5 elmo/conll05.dev.elmo_embeddings.hdf5 elmo/conll05.test_wsj.elmo_embeddings.hdf5 elmo/conll05.test_brown.elmo_embeddings.hdf5

Hi, the address of srlconll dataset is not accessible for me, http://www.lsi.upc.edu/~srlconll/srlconll-1.1.tgz can anybody tell me how to download the dataset? thank you.