Git Product home page Git Product logo

Comments (8)

tmbdev avatar tmbdev commented on September 23, 2024 1

We should probably add version checks for swig and Eigen to run-tests

from clstm.

amitdo avatar amitdo commented on September 23, 2024

From the README:

CLSTM is currently undergoing refactoring and significant changes; if you want a stable basis to work with, check out the separate-derivs branch:

The master branch is also working for me. You may need eigen 3.3 alpha.
My machine is running ubuntu 14.04 64bit.

from clstm.

morusu avatar morusu commented on September 23, 2024

grateful for ur advice. eigen 3.3 alpha have solve the problem. the ./run-test gives error at 'scons -s -c pyswig' :scons: *** [_clstm.so] Source file: clstm.i is static and is not compatible with shared target: _clstm.so . I think it's use for python , my c code has pass. right?

from clstm.

amitdo avatar amitdo commented on September 23, 2024

Try to disable these lines in run-test:

scons -s -c pyswig
scons pyswig
python test-lstm.py
set +x
scons -s -c all pyswig

Comment them like this:

#scons -s -c pyswig
#scons pyswig
#python test-lstm.py
#set +x
#scons -s -c all pyswig

Now, rerun ./run-test

Do you get "ALL TESTS PASS" ?

from clstm.

morusu avatar morusu commented on September 23, 2024

yes, after disable those lines, i get 'echo ALL TESTS PASS '

from clstm.

amitdo avatar amitdo commented on September 23, 2024

So you only have a problem with the python bindings.
I dont get the errors you've getting. Maybe it because I compiled the latest swig version from source?
http://www.swig.org/download.html

from clstm.

kba avatar kba commented on September 23, 2024

@morusu I think this has been fixed. Please try again with current master and up-to-date Eigen (>= 3.3-rc1) and SWIG (>= 3.0) and open a new issue if it still fails.

from clstm.

kba avatar kba commented on September 23, 2024

Or to scons.

from clstm.

Related Issues (20)

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.