weidler / semlc

Biologically Inspired Lateral Connectivity in Convoluiontal Neural Networks
MIT License
1 stars 0 forks source link

Implement SSI with Toeplitz #18

Closed weidler closed 5 years ago

weidler commented 5 years ago

Toeplitz proved to be a lot faster, so we should reimplement Toeplitz (and Recurrent?) using it.

weidler commented 5 years ago

Done but could also entirely replace old version when we have zero padding as option.