Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Expected OrderedDict or OrderedUpdates #1

Open
CaoJonas opened this issue Aug 7, 2019 · 3 comments
Open

Expected OrderedDict or OrderedUpdates #1

CaoJonas opened this issue Aug 7, 2019 · 3 comments

Comments

@CaoJonas
Copy link

CaoJonas commented Aug 7, 2019

I wanna run jointEE-NN, but I met some problem. I want to know if you have encountered this problem and how to solve it.
my configuration:
ubuntu 16.04.10
python 2.7.6
theano 1.0.4
problem description:
/home/lab421/miniconda2/lib/python2.7/site-packages/theano/scan_module/scan_utils.py:485: UserWarning: Expected OrderedDict or OrderedUpdates, got <type 'dict'>. This can make your script non-deterministic. + str(type(elem)) + ". This can make your script non-"
Experiment result:
maximum of length, numEntities, mNodeFets, mEdgeFets in the dataset: 89 31 102 107
vocabsize = 381 , numTrigger = 7 , numArg = 10 , nsentences = 52 , maxSentLength = 89 , maxNumEntities = 31 , word embeddings dim = 300
... number of batches: 2
building model ...
FEATURES
@@@@@@@ Will update embedding table: word
represetation - word : 300
represetation - dep : 113
@@@@@@@ Will update embedding table: typeOneEntity
represetation - typeOneEntity : 50
REPRESENTATION DIMENSION = 463.

@wangda1
Copy link

wangda1 commented Dec 4, 2019

I encountered the same problem, and I want to know if you have solved it.

@wangda1
Copy link

wangda1 commented Dec 7, 2019

@CaoJonas Have you solved this problem, and my env is : python==2.7.17, theano==0.7.0, but it encountered the same problem. I checked the code and found the problem is as with anoperson/jointEE-NN#7. The repo code lost the performace evalution script.
See below for details.

-------------------training in epoch:  0  -------------------------------------
epoch 0 >> 50.00% completed in 135.61 (sec) <<
NNScorer: 1: NNScorer: /home/zhangmohan/projects/jointEE/do: not found
evaluating in epoch:  0
------------------------------Current Performance-----------------------------

@Superji-dev
Copy link

have you solved this problem?I also met this ‘/projects/jointEE/do: not found’

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants