Giter VIP home page Giter VIP logo

Comments (15)

soumith avatar soumith commented on August 15, 2024

that is a little weird because I've been running the tests all day on trunk, and I see no issues. What OS/build/BLAS?

from torch7.

culurciello avatar culurciello commented on August 15, 2024

I also have problems installing on Ubuntu from scractch with EZ install. Seg fault due to OPenBLAS

from torch7.

clementfarabet avatar clementfarabet commented on August 15, 2024

I run Torch in a Lua env (no LuaJIT) so some errors might come from that, need to investigate.

This one line though is clearly wrong: [https://github.com/torch/torch7/blob/master/test/test.lua#L469](m2 not defined), it crashes on my side and should.

from torch7.

clementfarabet avatar clementfarabet commented on August 15, 2024

There are some global vars defined in this test.lua file (m2), so I guess going from LuaJIT to Lua these tests don't get executed in the same order. Pretty scary. These tests need some attention.

from torch7.

clementfarabet avatar clementfarabet commented on August 15, 2024

Ok I patched all my issues here. I suggest running tests with th -g to catch globals. Also not sure why the missing messages in asserts would work with luajit?

from torch7.

soumith avatar soumith commented on August 15, 2024

OK I'll run the tests with -g from now on, it is a Lil scary.
I've been running them pretty actively and we have a cont build, both on luajit, saw no issues.
Weird!

from torch7.

clementfarabet avatar clementfarabet commented on August 15, 2024

Cool. For info I had 5 failures, 1 due to this missing global var (I fixed it but not sure what the intent was there), all other 4 were due to missing "message" in assert calls.

from torch7.

nicholas-leonard avatar nicholas-leonard commented on August 15, 2024

Why are message required in lua and not luajit?

from torch7.

clementfarabet avatar clementfarabet commented on August 15, 2024

string.format('something = %s', nil)

works in LuaJIT
fails in Lua

On Fri, Nov 7, 2014 at 5:31 PM, Nicholas Léonard [email protected]
wrote:

Why are message required in lua and not luajit?


Reply to this email directly or view it on GitHub
#93 (comment).

from torch7.

nicholas-leonard avatar nicholas-leonard commented on August 15, 2024

Then string.format('something = %s', var or '') ?

from torch7.

clementfarabet avatar clementfarabet commented on August 15, 2024

Yep, should patch Tester.lua then.

On Fri, Nov 7, 2014 at 5:36 PM, Nicholas Léonard [email protected]
wrote:

Then string.format('something = %s', var or '') ?


Reply to this email directly or view it on GitHub
#93 (comment).

from torch7.

nicholas-leonard avatar nicholas-leonard commented on August 15, 2024

on it

from torch7.

clementfarabet avatar clementfarabet commented on August 15, 2024

thanks!

On Fri, Nov 7, 2014 at 5:41 PM, Nicholas Léonard [email protected]
wrote:

on it


Reply to this email directly or view it on GitHub
#93 (comment).

from torch7.

nicholas-leonard avatar nicholas-leonard commented on August 15, 2024

BTW @clementfarabet your last commits weren't associated to your github account. Probably due to non-ssh clone.

from torch7.

clementfarabet avatar clementfarabet commented on August 15, 2024

Oops, thanks for that!

On Fri, Nov 7, 2014 at 5:50 PM, Nicholas Léonard [email protected]
wrote:

BTW @clementfarabet https://github.com/clementfarabet your last commits
weren't associated to your github account. Probably due to non-ssh clone.


Reply to this email directly or view it on GitHub
#93 (comment).

from torch7.

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.