Dylan Muir

Results 16 comments of Dylan Muir

Explicitly, it occurred when exporting a net to nir from `snntorch`, containing `Synaptic` modules. in `export_nir.py` line 58, in `_extract_snntorch_module()`: ```vthr = module.threshold.detach().numpy()``` The line looks fine, but becomes a...

@stevenabreu7 @Jegp Any thoughts on how to proceed here?

Wow, you really slammed this one out fast! :)

This is tricky. In continuous time, the two can be made to be the same — by using subtraction, and setting the desired reset value wrt to the threshold. In...

Again, IMO NIR should not *implement* any given neuron model. NIR's value is primarily as an Intermediate Representation. As an aside, I worked with a PhD student yesterday who had...

Adding my support for maintaining dict key ordering over flattening operations. A related question: for a dictionary `d`, does `tuple(d.values())` internally use `tree_flatten`? Because that operation also does not maintain...