NeuroBench / neurobench

Benchmark harness and baseline results for the NeuroBench algorithm track.
https://neurobench.readthedocs.io
Apache License 2.0
61 stars 12 forks source link

Created static metrics model_size, connection_sparsity, and parameter_count #62

Closed EssentiallyNoah closed 1 year ago

EssentiallyNoah commented 1 year ago

55 and #54

Created net function for NeuroBenchModel and updated snntorch_models.py and torch_models.py. Added unit tests. Also created static metric parameter_count which returns a count of the number of parameters separate from the amount of space they take in memory.

jasonlyik commented 1 year ago

Closes #55 Closes #54