This repository has been archived by the owner on Aug 5, 2022. It is now read-only.
Caffe_v1.1.0
- Features
- Support INT8 inference. A calibration tool is provided to transform FP32 models to INT8 models
- Support convolution and element-wise sum fusion, boosting inference performance (e.g. ResNet-50)
- Support SSD training and inference with pure MKLDNN engine
- Enhance MSRA weight filler with scale parameter
- Support performance collection on single node in the same way as multi-node
- Set CPU_ONLY as default in CMake configuration
- Bug fixings
- Fix correctness issue on layers with various engines
- Sync sampling bug fix 96175b from Wei Liu’s SSD branch
- Fix multi-node crash issue running from pycaffe
- Correct link library of MLSL for multi-node
- Fix build issue of weight quantization
- Misc
- Upgrade MKLML to 2018.0.1.20171227 and MKLDNN to v0.12
- Update models for multi-node training
- Enhance installation and benchmarking scripts