yolo_quantization
yolo_quantization copied to clipboard
Based of paper "Quantization and Training of Neural Networks for Efficient Integer-Arithmetic-Only Inference"
# Training batch=1 subdivisions=1 其他的都会报CUDA错误
不知道程序是怎么读入数据的,在voc_nok.data有定义训练的txt,但是label文件,image文件怎么组织呢
这个实现其他网络来进行训练量化嘛?还是只针对于yolov3-tiny这个网络
hello, I read your code and can't find the quantitative operations during train ,can your tell me which function do this operations? Thank you!
YOLOv5速度更高,精度更好,期待v5的实现!