Closed QianpengLi577 closed 1 year ago
Hi Qianpeng,
Sorry for resolving this issue a little bit late. My schedule has been quite overwhelming recently. I just added the scale sim files into another folder and changed all the relative paths. Please check whether it can be successfully running on your side. Please do let me know if there are any further issues, I will be happy to help.
Thank you for pointing out the stride bug, I will resolve it ASAP.
Best, Ruokai
Hi Ruokai,
Thanks for fixing it, it works well now.
Best, Qianpeng
The FC kernel is now supported. Thanks.
When I run
inference-energy-cal/cycle-utils.py
, I get this errorCould you please provide this file?
In addition, I found a bug that doesn't affect the simulation results too much. The
extract_workload
function inenergy-cal.py
calculates the size of the output feature map correctly only for the convolutional layers, but not for the fully-connected layers. Here is the relevant code