https://github.com/BVLC/caffe

sort by:
Revision Author Date Message Commit Date
3f494b4 Revert fix the bug of SSD NMS Noise raised by community into master_clean 22 May 2019, 13:38:33 UTC
f259210 update the accuracy benchmark with winograd support 14 May 2019, 09:25:55 UTC
1141d7f Caffe 1.1.6 prerelease, cont. 13 May 2019, 13:43:39 UTC
8878d23 Caffe 1.1.6 prerelease 13 May 2019, 11:18:28 UTC
362a3b3 add an instruction to run full INT8 model of ResNet-50 v1.0 test in README.md 04 March 2019, 05:52:35 UTC
58d4396 change version number to 1.1.5 04 March 2019, 05:43:36 UTC
2135dfb enable INT8 InnerProduct and support memory optimizaiton for inference 04 March 2019, 12:55:05 UTC
d554cbf Merge remote-tracking branch 'remotes/internal/release_1.1.4a' 13 February 2019, 13:55:57 UTC
dca58c4 update caffe version to 1.1.4 12 February 2019, 16:21:55 UTC
abb553c IntelCaffe release_1.1.4 02 February 2019, 17:03:39 UTC
7f06baf Merge "add models with full convolution" into master_clean 02 February 2019, 07:35:18 UTC
c8f2cf4 add models with full convolution 02 February 2019, 05:44:24 UTC
c1fe578 Merge "Don't use ssh in local test" into master_clean 29 January 2019, 10:24:15 UTC
7dc778b Don't use ssh in local test Change-Id: I422da80110793afa8cd1a7f732f9d4f324114ca5 29 January 2019, 06:44:16 UTC
f30126d Merge "update Dockerfiles to reduce image size" into master_clean 28 January 2019, 02:08:04 UTC
4dcab01 add 1st conv layer support for faster-rcnn/RFCN and int8 prototxt 23 January 2019, 12:29:31 UTC
3806c3c update Dockerfiles to reduce image size 23 January 2019, 11:48:58 UTC
484f4bb support inference performance test in benchmark Change-Id: Idf4fbc6555d757913ef5f4e8a72a92aa1b7d5d24 Change-Id: Idf4fbc6555d757913ef5f4e8a72a92aa1b7d5d24 Change-Id: Idf4fbc6555d757913ef5f4e8a72a92aa1b7d5d24 Change-Id: Idf4fbc6555d757913ef5f4e8a72a92aa1b7d5d24 Change-Id: Idf4fbc6555d757913ef5f4e8a72a92aa1b7d5d24 22 January 2019, 06:28:39 UTC
f1c6753 Merge "fix conv sum fusion bug found in VNet" into master_clean 02 January 2019, 02:12:38 UTC
09e92a7 Merge "use CPU device for VNet script" into master_clean 02 January 2019, 02:12:34 UTC
a400ff2 Merge "add VNet topology" into master_clean 02 January 2019, 02:12:27 UTC
fb58ee2 Merge "Add mobilenet v2 deploy prototxt." into master_clean 28 December 2018, 02:27:59 UTC
14ac1e5 use CPU device for VNet script 27 December 2018, 06:02:21 UTC
d0e6e15 fix conv sum fusion bug found in VNet 27 December 2018, 06:02:21 UTC
440e8cf add VNet topology 27 December 2018, 06:02:20 UTC
2fcf003 using openmp4.5 array reduction directive to optimize prelu backward perf. compiler requirement: 1. GCC6.1 and later which support openmp array reduction. 2. ICC19.01 and above. It's because ICC lower versions, such as 17.0/18.0, have bug on openmp array reduction feature. Change-Id: I83d0db5be1e1e02f94841e333bc7762fa17196b4 27 December 2018, 03:31:08 UTC
f73c104 weight diff and weight data may have different format if mkldnn calculates bwd_w and bwd_d in jit:avx2 and jit:avx512 path seperately. For such case, we have to force reorder to nchw at weight update. 17 December 2018, 05:55:56 UTC
27d61d3 force to override mklml soft link if exist. 17 December 2018, 05:55:55 UTC
7010334 Merge branch 'master_clean' of ssh://git-ccr-1.devtools.intel.com:29418/dl_framework-intel_caffe 12 December 2018, 15:09:41 UTC
fa67231 Merge "add copy right information in licence" into master_clean 12 December 2018, 07:04:22 UTC
4e8ffda add copy right information in licence 12 December 2018, 10:35:29 UTC
32b6ad3 Merge remote-tracking branch 'internal/release_1.1.3' 11 December 2018, 15:18:16 UTC
c0408ba Merge remote-tracking branch 'internal/release_1.1.3' 11 December 2018, 14:07:24 UTC
9d10d6f update version number to 1.1.3 11 December 2018, 13:47:08 UTC
44c1a5a add license file for rfcn, faster-rcnn, int8 11 December 2018, 13:23:38 UTC
afc46d1 Add resnet50 int8 full conv model 11 December 2018, 06:59:32 UTC
47ef718 Add resnet50 int8 full conv model 11 December 2018, 06:57:26 UTC
9822cd1 Add large spatial count(>0x8000 0000) support. without this change, sign extention would happen from int to size_t. 06 December 2018, 03:14:13 UTC
22e54ed Merge more 5d(ncdhw) mkldnn layers support PR to master. this patch also fixes bugs found in "make runtest" and vnet. 06 December 2018, 03:13:29 UTC
2d36595 Add mobilenet v2 deploy prototxt. 29 November 2018, 03:02:32 UTC
fd692c4 fix build error caused by USE_OPENMP being OFF 28 November 2018, 05:17:13 UTC
ca7d58f Merge "fix build failure caused by use_opencv flag being off" into master_clean 28 November 2018, 05:07:04 UTC
2cbb0b5 fix build failure caused by use_opencv flag being off 28 November 2018, 03:24:00 UTC
425ca6f Merge "Add ResNext-50." into master_clean 23 November 2018, 06:40:53 UTC
5342d4d move to mkldnn v0.17 formal release version 23 November 2018, 09:24:00 UTC
b1394d4 Add ResNext-50. 23 November 2018, 00:45:17 UTC
86fd6c9 fix crash issue due to mkldnn weight reorder modification 22 November 2018, 02:11:50 UTC
bd18a0b Merge "Update SSD-MobileNet INT8 model" into master_clean 21 November 2018, 00:41:32 UTC
aeef205 Update SSD-MobileNet INT8 model 20 November 2018, 11:20:45 UTC
03be4f9 Merge "update for latest MKLDNN" into master_clean 16 November 2018, 02:10:52 UTC
ab32457 update for latest MKLDNN 15 November 2018, 15:33:58 UTC
c76aed1 Update the ssd_mobilenet model with KL iteration 2 15 November 2018, 07:33:00 UTC
e94b3ff rename a folder 09 November 2018, 08:26:19 UTC
dcbb6f8 rename a folder name 09 November 2018, 15:52:09 UTC
513e0fb Merge remote-tracking branch 'internal/release_1.1.2a' 08 November 2018, 14:34:00 UTC
987b23b add prototxt for FB resnet50 06 November 2018, 16:37:59 UTC
ae367fb Fix issue to suport multi-instances on more than 64 physical cores. 06 November 2018, 14:58:03 UTC
27aa7f7 support first test run with an iteration offset: test_offset 06 November 2018, 14:57:42 UTC
4998107 Enable distribution validation run. 06 November 2018, 14:57:30 UTC
551a53d Update README.md 31 October 2018, 08:29:14 UTC
269e288 Update README.md 31 October 2018, 08:28:49 UTC
fb760be Update README.md 31 October 2018, 08:27:28 UTC
44f87a1 Update README.md 31 October 2018, 08:27:01 UTC
c981767 add Scaling data on AWS 31 October 2018, 16:09:40 UTC
212991f Fix accuracy issue in ssd-mobilenet 31 October 2018, 03:30:09 UTC
298e050 Use the raw mobilenet-ssd 30 October 2018, 05:49:10 UTC
4133f8e Fix the typo for calibration algo selection 28 October 2018, 15:00:53 UTC
9fc3fd4 Fix 64+ cores platform multi-instance cores allocation issue. 26 October 2018, 08:14:10 UTC
a8a5ecb support first test run with an iteration offset: test_offset 23 October 2018, 20:00:35 UTC
ef4b23d Fix SSD/ResNet50 winograd training/test accuracy/assertion issues. It's mainly due to mkldnn reorder implementation, which only support nchw input format to wino_fmt output reorder. Original framework code path may create wino_fmt to nchw and nchw16i16o to wino_fmt reorder primitive, but those are not supported by mkldnn and will trigger assertion. 22 October 2018, 07:35:28 UTC
740351e Add multi-nodes test support. Change-Id: I3cbbc2cc598f5868b2ac7b6595e694fc409179e9 18 October 2018, 08:19:19 UTC
016f3cf Enable the ResNext-50 conv/sum fusion 10 October 2018, 16:31:41 UTC
54eb7f5 Support S8S8 10 October 2018, 03:21:33 UTC
73ffc35 ci test3 09 October 2018, 11:56:28 UTC
75b0196 ci test2 09 October 2018, 11:44:42 UTC
ddfac12 a test 08 October 2018, 16:33:24 UTC
1756d40 remove unused prototxt 30 September 2018, 11:56:54 UTC
b3f22d1 update scripts for winograd prototxt generation 29 September 2018, 21:07:33 UTC
70df2d2 modify rfcn int8 prototxt for performance and accuracy test. 29 September 2018, 21:05:58 UTC
17c2409 modify concat scale unify method and update inceptionv3 int8 prototxt. Change-Id: Ib705f750b277244a905349628ca95de8bbb2049d 29 September 2018, 20:39:26 UTC
dcc03cb remove unused .jpg files 29 September 2018, 11:25:14 UTC
3c14534 Merge Release_1.1.2 28 September 2018, 23:32:04 UTC
8d7fb23 add prototxt files 28 September 2018, 11:53:06 UTC
bb9dcf3 Add the missing files for 1.1.2 27 September 2018, 08:22:15 UTC
ab5baad Work for 1.1.2 release 27 September 2018, 07:37:45 UTC
12c7e5e Merge "Optimization of swap function for YOLO-V2 eval_detection." 14 August 2018, 00:18:30 UTC
e099133 Merge "fix -Werror=maybe-uninitialized build error" 10 August 2018, 07:29:11 UTC
6bb8218 Optimization of swap function for YOLO-V2 eval_detection. 10 August 2018, 06:48:38 UTC
6726dc2 Merge changes Ia87db676,I5685b1d8 * changes: Add the RELU version of yolo test prototxt for performance measurement. Add the dummy data version of test prototxt for performance measurement. 10 August 2018, 06:01:25 UTC
8fc17fd Merge "Fix multinodes random hang issue." 10 August 2018, 03:12:11 UTC
ff55484 Add the RELU version of yolo test prototxt for performance measurement. 10 August 2018, 00:30:08 UTC
2f44a59 Add the dummy data version of test prototxt for performance measurement. 10 August 2018, 00:28:41 UTC
36f2df1 Support dummy data performance test with BS = 1. 09 August 2018, 14:41:52 UTC
d84770d fix -Werror=maybe-uninitialized build error 08 August 2018, 06:59:45 UTC
cb1faea Fix multinodes random hang issue. 08 August 2018, 00:48:34 UTC
7aedca3 Add the NMS optimozation for AVX512. 31 July 2018, 13:49:35 UTC
2dd5ebe Add the test performance prototxt of yolo-v2. 31 July 2018, 03:38:53 UTC
bca723f Fix the YOLO-V2 caffe time crash when BS > 1. 24 July 2018, 14:50:34 UTC
2ca9248 Merge "Updated Dockerfiles from source code build to conda package installation" 17 July 2018, 12:59:59 UTC
a6083b9 Updated Dockerfiles from source code build to conda package installation 10 July 2018, 13:45:38 UTC
back to top