spikingjelly.activation\_based.examples package =============================================== Spiking FCNet for MNIST ------------------------------------------------------------- .. automodule:: spikingjelly.activation_based.examples.lif_fc_mnist :members: :undoc-members: :show-inheritance: Spiking CNN for Fashion MNIST ------------------------------------------------------------------- .. automodule:: spikingjelly.activation_based.examples.conv_fashion_mnist :members: :undoc-members: :show-inheritance: Spike-based BP for CIFAR-10 ------------------------------- .. automodule:: spikingjelly.activation_based.examples.cifar10_r11_enabling_spikebased_backpropagation :members: :undoc-members: :show-inheritance: DVS Gesture Classification ------------------------------------------------------------- .. automodule:: spikingjelly.activation_based.examples.classify_dvsg :members: :undoc-members: :show-inheritance: Optimizing Training Memory: Spiking VGG for CIFAR10-DVS --------------------------------------------------------------- See the :doc:`tutorial <../tutorials/en/memopt>` and the `Github repo `_ for more details. .. automodule:: spikingjelly.activation_based.examples.memopt.data_module :members: :undoc-members: :show-inheritance: .. automodule:: spikingjelly.activation_based.examples.memopt.models :members: :undoc-members: :show-inheritance: .. automodule:: spikingjelly.activation_based.examples.memopt.lightning_modules :members: :undoc-members: :show-inheritance: Speech Commands ------------------------------------------------------------- .. automodule:: spikingjelly.activation_based.examples.speechcommands :members: :undoc-members: :show-inheritance: RSNN for Sequential Fashion MNIST ----------------------------------------------------------------------- .. automodule:: spikingjelly.activation_based.examples.rsnn_sequential_fmnist :members: :undoc-members: :show-inheritance: Spiking LSTM for Sequential MNIST ------------------------------------------------------------------------------- .. automodule:: spikingjelly.activation_based.examples.spiking_lstm_sequential_mnist :members: :undoc-members: :show-inheritance: Spiking LSTM for Text Classification ------------------------------------------------------------------ .. automodule:: spikingjelly.activation_based.examples.spiking_lstm_text :members: :undoc-members: :show-inheritance: A2C -------------------------------------------------- .. automodule:: spikingjelly.activation_based.examples.A2C :members: :undoc-members: :show-inheritance: .. automodule:: spikingjelly.activation_based.examples.Spiking_A2C :members: :undoc-members: :show-inheritance: DQN\_state --------------------------------------------------------- .. automodule:: spikingjelly.activation_based.examples.DQN_state :members: :undoc-members: :show-inheritance: .. automodule:: spikingjelly.activation_based.examples.Spiking_DQN_state :members: :undoc-members: :show-inheritance: PPO -------------------------------------------------- .. automodule:: spikingjelly.activation_based.examples.PPO :members: :undoc-members: :show-inheritance: .. automodule:: spikingjelly.activation_based.examples.Spiking_PPO :members: :undoc-members: :show-inheritance: Common Utilities ------------------------------------------------------------------- .. toctree:: :maxdepth: 2 spikingjelly.activation_based.examples.common