Ji-Sung Kim

Results 2 issues of Ji-Sung Kim

The ValueError, discussed in Issue#43, is being thrown because grid.py is not executable. This change fixes that issue. This issue with grid.py has been discussed prior: https://github.com/shackenberg/Minimal-Bag-of-Visual-Words-Image-Classifier/issues/2 [English] http://www.cnblogs.com/zklidd/p/3990915.html [Chinese]

easy.py throws an error, even on standard datasets (e.g., iris): ``` Traceback (most recent call last): File "easy.py", line 63, in c,g,rate = map(float,last_line.split()) ValueError: need more than 0 values...