cxxnet icon indicating copy to clipboard operation
cxxnet copied to clipboard

No "im2bin" in tools. Please update readme

Open sudeepgaddam opened this issue 10 years ago • 1 comments

In examples/readme.md:

Partition the data into 8 parts.

./partition.sh train.lst ../../tools/im2bin I dont see any im2bin nor "make" does work. How to fix this??

"~/cxxnet/tools$ make g++ -Wall -O3 -msse3 -Wno-unknown-pragmas -funroll-loops -I../mshadow/ -I.. -DMSHADOW_USE_MKL=0 -o im2rec
g++: fatal error: no input files compilation terminated. make: *** [im2rec] Error 4 "

sudeepgaddam avatar Jul 31 '15 19:07 sudeepgaddam

im2bin is not used anymore, we switch to im2rec. We will update it soon.

antinucleon avatar Aug 02 '15 15:08 antinucleon