QVPR / VPRTempo

Code for VPRTempo, our temporally encoded spiking neural network for visual place recognition.
https://vprtempo.github.io
MIT License
39 stars 7 forks source link

nn.Sequential fix #13

Closed AdamDHines closed 7 months ago

AdamDHines commented 7 months ago

Realised two acivation functions included in the nn.Sequential (ReLU and Hardtanh). ReLU unnecessary and was damaging performance so removed and kept the Hardtanh to clip spikes within [0, 1] range. Tested both VPRTempo and VPRTempoQuant, all works as it should be.

Updated README.md to include @inproceedings for the citation. Removed information about custom datasets which hasn't yet been completed.