neurosim / DNN_NeuroSim_V1.4

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

problem of "trace_command.sh" #13

Open cocktailplusHCL opened 4 months ago

cocktailplusHCL commented 4 months ago

Dear authors : I want to inquire about an issue encountered while running "inference.py". The situation is as follows: I want to execute the simulation of cifar-10 on ResNet34. I have already saved the trained model using "train.py" and specified the model_path in the "inference.py". "layer_record_ResNet34" and "NetWork_ResNet31.csv" are prepared. When running the "inference.py", a large number of "Floating point exception" occur in the last line of the code"call (........./trace_command.sh)", causing it to terminate. I would like to ask the authors about the reasons for this situation and possible solutions. Below is the execution interface. messageImage_1715928125349

siatzjs commented 2 weeks ago

I have the same problem