Martin Page
Martin Page
I have 'dalliance-dist' on bower at the moment but I am unable to update it as dalliance fails to build for me on recent versions of node+npm
I have update 'dalliance-dist' to use the latest changes. install it with `bower install dalliance-dist --save`
....at least its not just me that complains about this ;)
I still believe there should be a 'dist' folder with prebuilt code.
maby 'build' precompile would make more sense.
Same issue ``` libpng warning: Application built with libpng-1.4.12 but running with 1.6.21 /Users/pagem/torch/install/bin/luajit: /Users/pagem/torch/install/share/lua/5.1/image/init.lua:175: [write_png_file] png_create_write_struct failed stack traceback: [C]: in function 'save' /Users/pagem/torch/install/share/lua/5.1/image/init.lua:175: in function 'saver' /Users/pagem/torch/install/share/lua/5.1/image/init.lua:386: in...
This could also be achieved by getting the X,Y,Z sizes from the input data: ``` layer_defs.push({type: 'input', out_sx: this.data[0].sx:, out_sy: this.data[0].sy, out_depth:this.data[0].depth}); ``` this is currently hard coded to: ```...
Did you ever get this working?
for ncurses dependencies, in debian: sudo apt-get install libncurses5-dev or if that fails sudo apt-get install ncurses-devel ncurses