Skip to content

Releases: wmvanvliet/pytorch_hmax

Version 0.2

07 Jul 07:58
Compare
Choose a tag to compare

For this version, I've modified the HMAX code a bit to exactly match that of the original MATLAB code of Maximilian Riesenhuber. This is a bit slower and consumes a bit more memory, as the code needs to work around some subtle differences between the MATLAB and PyTorch functions. Perhaps in the future, we could add an "optimized" model that is allowed to deviate from the reference implementation for increased efficiency, but for now I feel it is more important to follow the reference implementation to the letter.

Major change: default C2 activation function is now 'euclidean' instead of 'gaussian'.

Version 0.1

07 Jul 07:54
b41f606
Compare
Choose a tag to compare

Initial version of this model. Tries to follow the reference implementation but does not produce exactly the same output.