neurosim / DNN_NeuroSim_V2.0

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

Confusion regarding Device Models #6

Closed osama-usuf closed 3 years ago

osama-usuf commented 3 years ago

Greetings,

I am a graduate student and have been using the tools being designed by the NeuroSim for some time.

I have originally been working with MLP+NeuroSim framework, and am recently trying to shift my work to the DNN+NeuroSim framework.

My question relates to device models.

In DNN+NeuroSim, how exactly can I toggle between carrying out training and inference via an ideal device model? I know that we could explicitly choose which device model to instantiate in the previous framework, but I have been unable to figure this out in DNN+NeuroSim.

Any help would be appreciated.

Thank you!

osama-usuf commented 3 years ago

This distinction is not implemented.