facebookresearch / salina

a Lightweight library for sequential learning agents, including reinforcement learning
MIT License
426 stars 41 forks source link

Added sequential MNIST classification #22

Closed Alfred512 closed 2 years ago

Alfred512 commented 2 years ago

Implemented the architecture from the paper https://arxiv.org/abs/1504.00941. The results need some tuning to be SOTA (https://paperswithcode.com/sota/sequential-image-classification-on-sequential). This code obtains however accuracy ~80% which matches the benchmark cited previously.

Screen Shot 2021-11-01 at 10 42 02 PM