shirleyatgithub
shirleyatgithub
Dear Author, Thanks for sharing the code. I encountered a problem when executing the ann_to_snn.py and wonder if you have encountered this problem. The error message is as follows: "...
Dear author, is it able to load the transformed snn directly for inference? I tried to use codes similar to the following: if opt.weights_path.endswith(".weights"): # Load darknet weights model.load_darknet_weights(opt.weights_path) else:...
how to load_weights from a pre-trained model,
Traceback (most recent call last): File "train.py", line 487, in train() # train normally File "train.py", line 140, in train cutoff = load_darknet_weights(model, weights) File "/home/gss/yolopruning/YOLOv3-complete-pruning-poker/models.py", line 394, in load_darknet_weights...
Dear author, Thanks for your generous sharing. Your code is very helpful for me to understand lsm. I just wonder how you set the parameters to be the values they...
which files should be changed if I want to use ZFnet?