Closed mario-rggj closed 5 years ago
got it running by installing older version of numpy
pip install numpy==1.13.3
I am receiving this error on ubuntu machine
Model building and loading duration was 0:00:28.
Running model duration was 3:24:52. Task: srl Allow new words in test data: True Embedding size=100 Read 295330 sentences. Data loading duration was 0:00:30. Using 2 feature types, projected output dim=200. ('lstm_0_rdrop', 0.1, True) <neural_srl.theano.layer.HighwayLSTMLayer object at 0x7faa7c08d110> ('lstm_1_rdrop', 0.1, True) <neural_srl.theano.layer.HighwayLSTMLayer object at 0x7faa7c08d7d0> ('lstm_2_rdrop', 0.1, True) <neural_srl.theano.layer.HighwayLSTMLayer object at 0x7faac68df910> ('lstm_3_rdrop', 0.1, True) <neural_srl.theano.layer.HighwayLSTMLayer object at 0x7faac68df350> ('lstm_4_rdrop', 0.1, True) <neural_srl.theano.layer.HighwayLSTMLayer object at 0x7faac68dfcd0> ('lstm_5_rdrop', 0.1, True) <neural_srl.theano.layer.HighwayLSTMLayer object at 0x7faac68f7c50> ('lstm_6_rdrop', 0.1, True) <neural_srl.theano.layer.HighwayLSTMLayer object at 0x7faac68f76d0> ('lstm_7_rdrop', 0.1, True) <neural_srl.theano.layer.HighwayLSTMLayer object at 0x7faac68f7b90> 46989 32054 46989 2 Loaded model from: /home/ubuntu/deep_srl-master/resources/conll05_ensemble/model1.npz Model building and loading duration was 0:00:03.
and one model is taking about 4 hours to run ... any idea what to doo?
if you're getting the same error as the one I posted on this issue. try the solution I mentioned
pip uninstall numpy
pip install numpy==1.13.3
@mario-rggj
What version of python are you using to run this model ? i am using Python 2.7.15rc1
@mario-rggj hi mario, did you ever run this model on any real data set and got any results?
I get the error above when trying to run run_en2end.sh