Skip to content

No module named theano #8

@quintendewilde

Description

@quintendewilde

I'm giving this project a 3third try. Even installed ubuntu on my Imac for this.

After installing all dependencies and adjusting the config.py file (except for two lines I don't know what to place in)
# Skip-thoughts paths['skmodels'] = '/u/rkiros/public_html/models/' paths['sktables'] = '/u/rkiros/public_html/models/'
But that's not the problem for now, I get a import theano error. Even though i've installed it via conda.
`---------------------------------------------------------------------------
ImportError Traceback (most recent call last)
in ()
----> 1 import generate

/home/quinten/Documents/neuralstory/neural-storyteller-master/generate.py in ()
8 import skimage.transform
9
---> 10 import skipthoughts
11 import decoder
12 import embedding

/home/quinten/Documents/neuralstory/neural-storyteller-master/skipthoughts.py in ()
4 import os
5
----> 6 import theano
7 import theano.tensor as tensor
8

ImportError: No module named theano
`
conda list theano gives = theano 0.9.0 py27_0

any help would be appriciated!

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions