---------------------------------------------------------------------------
IOError Traceback (most recent call last)
<ipython-input-2-9d7d20a24bc9> in <module>()
2 # PATCH_PATH = ('ipmlb')
3
----> 4 X_train, y_train, X_test, y_test = gp.Patch.load_small()
5
6 print 'Training patches', y_train.shape[0]
/home/d/Projects/gp/gp/patch.pyc in load_small(patch_size, verbose)
716 t0 = time.time()
717
--> 718 training = np.load(PATCH_PATH+'train.npz', mmap_mode='r')
719 training_targets = np.load(PATCH_PATH+'train_targets.npz')
720
/home/d/nolearnNEW/local/lib/python2.7/site-packages/numpy/lib/npyio.pyc in load(file, mmap_mode, allow_pickle, fix_imports, encoding)
360 own_fid = False
361 if isinstance(file, basestring):
--> 362 fid = open(file, "rb")
363 own_fid = True
364 else:
IOError: [Errno 2] No such file or directory: '/n/regal/pfister_lab/haehn/FINAL/IPMLB/train.npz'