How exactly enable 64 bit indexing in Octave on Windows 7(64 bit)
问题 I know this is an old topic. But still after exhausting search on Google I have no clue. I was fallowing along with Deep Learning tutorial on http://deeplearning.stanford.edu/tutorial/. On that tutorial in the SoftMax regression section I need to read 4704000 bytes( i.e images = fread(fp, 28*28*30000, 'uchar'). The script is working but too slow. Octave Using at most 500mb. I found that we should allow 64 bit indexing(https://www.gnu.org/software/octave/doc/interpreter/Compiling-Octave-with