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

can't solve the problem #48

Closed Holowila closed 1 year ago

Holowila commented 1 year ago

I'm trying to run the program on windows system. But it will just throw out an error message: ./layer_record_VGG8/trace_command.sh: line 1: ./NeuroSIM/main:No such file or directory when I run inference.py. No matter I try absolute path or change 'main' to 'main.cpp' or both, it just doesn't work. While it does exist a main.cpp file in NeuroSIM directory.

Holowila commented 1 year ago

Problem solved. I set shell=True and used the absolute path of trace_command.sh as args rather than sequence.