neurosim / DNN_NeuroSim_V2.1

Benchmark framework of compute-in-memory based accelerators for deep neural network (on-chip training chip focused)
98 stars 48 forks source link

DNN NeuroSim as MLP #17

Open tejadhith opened 1 year ago

tejadhith commented 1 year ago

Why can't I use DNN NeuroSim as MLP by removing the Convolutional Layers, Max Pool and Activation Functions? Is there any advantage of using MLP NeuroSim over the altered DNN NeuroSim?

And I did try using DNN NeuroSim as MLP, but in the Hardware Performance it's getting stuck at Layer 1. May I know the issue/cause behind this?

jinquan-shi commented 3 months ago

Same problem. Have you solved the problem in some way?