Results 1 issues of BenjamWhite

I'm running the same code on test data and get strange weights back. ``` import h5py with h5py.File('data/%s.hdf5'%FN1, mode='r') as f: if 'layer_names' not in f.attrs and 'model_weights' in f:...