Skip to content

Commit

Permalink
missing features into docstring
Browse files Browse the repository at this point in the history
  • Loading branch information
stevenabreu7 committed Feb 5, 2024
1 parent d9df668 commit 40ad136
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 0 deletions.
3 changes: 3 additions & 0 deletions snntorch/export_nir.py
Original file line number Diff line number Diff line change
Expand Up @@ -136,6 +136,9 @@ def export_to_nir(
The NIR is a graph-based representation of a spiking neural network, which can be used to
port the network to different neuromorphic hardware and software platforms.
Missing features:
- RLeaky
Example::
import snntorch as snn
Expand Down
3 changes: 3 additions & 0 deletions snntorch/import_nir.py
Original file line number Diff line number Diff line change
Expand Up @@ -352,6 +352,9 @@ def import_from_nir(graph: nir.NIRGraph) -> torch.nn.Module:
NIR module into the equivalent snnTorch module, and wraps them into a torch.nn.Module
using the generic GraphExecutor from NIRTorch to execute all modules in the right order.
Missing features:
- RLeaky (LIF inside RNN)
Example::
import snntorch as snn
Expand Down

0 comments on commit 40ad136

Please sign in to comment.