scalesim-project / scale-sim-v2

Repository to host and maintain scale-sim-v2 code
MIT License
232 stars 99 forks source link

Error in the dimensions of alexnet and yolo_tiny networks #102

Closed SgrSrikar-191938 closed 2 months ago

SgrSrikar-191938 commented 8 months ago

In the CONV2 layer of Alexnet.csv, the IFMAP size is 207 x 207 x 96, which needs to be modified to 27 x 27 x 96. Some inconsistencies are observed in the dimensions of IFMAP for CONV1 in yolo_tiny.csv when compared with the same CSV file from the previous simulator version. In the earlier version of the simulator, the dimensions of IFMAP for CONV1 were mentioned as 416 x 416 x 3, but in the version v2, it is modified to 5 x 5 x 3. Please verify these modified dimensions and update them accordingly.

ritikraj7 commented 2 months ago

Thanks for the observations. Alexnet.csv and yolo_tiny.csv have been updated accordingly.