neurosim / DNN_NeuroSim_V1.3

Benchmark framework of compute-in-memory based accelerators for deep neural network (inference engine focused)
62 stars 36 forks source link

Library missing on "openram.tech" #42

Open JiacongSun opened 1 year ago

JiacongSun commented 1 year ago

Hi,

@neurosim After installation and build the environment with "make", I tried the recommanded command "python inference.py --dataset cifar10 --model VGG8 --mode WAGE". However, I receiced this error: ModuleNotFoundError: No module named openram.tech

I have installed "openram" library using pip. But pip and conda cannot find the library "openram.tech" ( "pip install openram.tech" or "conda install openram.tech" doesn't work).

Anyone has idea what might be the problem?

Thanks!