RuokaiYin / SATA_Sim

SATA_Sim is an energy estimation framework for Backpropagation-Through-Time (BPTT) based Spiking Neural Networks (SNNs) training and inference with sparsity awareness.
MIT License
23 stars 2 forks source link

energy consumption of LSTM blocks #4

Open 2843142407 opened 1 month ago

2843142407 commented 1 month ago

Why does the SDCL architecture not consider the impact of LSTM? If we consider the energy consumption of calculating LSTM blocks, how should we design the code?

RuokaiYin commented 1 month ago

Thanks for the suggestion. I have started working on adding the estimation support for the LSTM block.