Update mem/compute scripts interaction
Move all the model setup in a different script. Add per architecture variables (for example, feed forward matrices size), since most of the architectures today vary in one way or another. This makes it easier to change values around and get more meaningful results, and also enables users to more easily add new models.
parent
161ab0e9
No related branches found
No related tags found
Showing
- scripts/memory_compute_estimations/README.md 5 additions, 4 deletionsscripts/memory_compute_estimations/README.md
- scripts/memory_compute_estimations/compute_req.py 32 additions, 33 deletionsscripts/memory_compute_estimations/compute_req.py
- scripts/memory_compute_estimations/memory_req.py 34 additions, 34 deletionsscripts/memory_compute_estimations/memory_req.py
- scripts/memory_compute_estimations/setups.py 68 additions, 0 deletionsscripts/memory_compute_estimations/setups.py
Loading
Please register or sign in to comment