Code Monkey home page Code Monkey logo

contextualslu's Issues

some problem with environment

Dear author :
When running your code with other data,some problem exists.
Like this : Exception: ('The following error happened while compiling the node', BatchedDot(***))
I think it is a requirement problem.
Would you mind send a requirement.txt to me?

where is the dataset?

$ bash script/run_sample.sh rnn theano 0 | sh
Using TensorFlow backend.
Traceback (most recent call last):
File "program/SequenceTagger.py", line 5, in
from BasicModel import KerasModel
File "/ContextualSLU/program/BasicModel.py", line 15, in
from keras.layers import Input, merge, Merge, Dense, TimeDistributedDense, Dropout, Activation, RepeatVector, Permute, Reshape, RepeatVector, Flatten
ImportError: cannot import name TimeDistributedDense
$ bash script/run_sample.sh rnn theano 0 | sh
Using TensorFlow backend.
Traceback (most recent call last):
File "program/SequenceTagger.py", line 60, in
KerasModel(argparams).run()
File "/ContextualSLU/program/BasicModel.py", line 614, in run
trainData = dataSet(self.training_file,'train',emptyVocab,emptyVocab,emptyIndex,emptyIndex)
File "/ContextualSLU/program/wordSlotDataSet.py", line 17, in init
self.dataSet = readData(dataFile)
File "/ContextualSLU/program/wordSlotDataSet.py", line 158, in readData
for line in open(dataFile, 'r'):
IOError: [Errno 2] No such file or directory: 'data/cortana.communication.5.train.iob'

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.