Instantiate Sampler with correct patch_size, when possible
Closes #5 (closed)
The reason for the incorrect patch size is that the Sampler was instantiated with the default. I have changed that, so that the Sampler uses the patch_size
of the cascade -- more precisely the patch_size
of the FeatureExtractor
used inside the cascade.