BeepBump

Results 2 comments of BeepBump

Then, if my testing images are larger than 64x64, how could I do to test on these datasets?

I have another question, in saab_compact.py # Compute bias term bias = LA.norm(sample_patches, axis=1) bias = np.max(bias) pca_params['Layer_%d/bias' % i] = bias # Add bias sample_patches_centered_w_bias = sample_patches_centered + 1...