From: Xiang Gao Date: Thu, 6 Dec 2018 06:44:27 +0000 (-0800) Subject: Optimize images (#14084) X-Git-Tag: accepted/tizen/6.5/unified/20211028.231830~2430 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=3799d32b7b95a190f6d05539ef6a1dd40810dc3f;p=platform%2Fupstream%2Fpytorch.git Optimize images (#14084) Summary: This is a PR that [ImgBot](https://imgbot.net/) opened on my fork https://github.com/zasdfgbnm/pytorch/pull/1, I forward it here. ImgBot does lossless compression on images to reduce file size. Pull Request resolved: https://github.com/pytorch/pytorch/pull/14084 Differential Revision: D13356293 Pulled By: ezyang fbshipit-source-id: 731236d95ad870db8ccb99b03ed306704365242c --- diff --git a/caffe2/contrib/cuda-convnet2/images/show-cost.png b/caffe2/contrib/cuda-convnet2/images/show-cost.png index 1e2ad5a..0cebb25 100644 Binary files a/caffe2/contrib/cuda-convnet2/images/show-cost.png and b/caffe2/contrib/cuda-convnet2/images/show-cost.png differ diff --git a/caffe2/contrib/cuda-convnet2/images/show-filters-no-rgb.png b/caffe2/contrib/cuda-convnet2/images/show-filters-no-rgb.png index c2bc364..b7e2a4e 100644 Binary files a/caffe2/contrib/cuda-convnet2/images/show-filters-no-rgb.png and b/caffe2/contrib/cuda-convnet2/images/show-filters-no-rgb.png differ diff --git a/caffe2/contrib/cuda-convnet2/images/show-filters.png b/caffe2/contrib/cuda-convnet2/images/show-filters.png index ca275e9..0a2ce01 100644 Binary files a/caffe2/contrib/cuda-convnet2/images/show-filters.png and b/caffe2/contrib/cuda-convnet2/images/show-filters.png differ diff --git a/caffe2/contrib/cuda-convnet2/images/show-preds.png b/caffe2/contrib/cuda-convnet2/images/show-preds.png index 0d5550f..9987802 100644 Binary files a/caffe2/contrib/cuda-convnet2/images/show-preds.png and b/caffe2/contrib/cuda-convnet2/images/show-preds.png differ diff --git a/docs/caffe2/Caffe2-with-name-55-tall.png b/docs/caffe2/Caffe2-with-name-55-tall.png index 758e2fa..8ca55c7 100644 Binary files a/docs/caffe2/Caffe2-with-name-55-tall.png and b/docs/caffe2/Caffe2-with-name-55-tall.png differ diff --git a/docs/source/_static/img/pytorch-logo-dark-unstable.png b/docs/source/_static/img/pytorch-logo-dark-unstable.png index 15c544a..5934fc3 100644 Binary files a/docs/source/_static/img/pytorch-logo-dark-unstable.png and b/docs/source/_static/img/pytorch-logo-dark-unstable.png differ diff --git a/docs/source/_static/img/pytorch-logo-dark.png b/docs/source/_static/img/pytorch-logo-dark.png index 7992605..b7a1ceb 100644 Binary files a/docs/source/_static/img/pytorch-logo-dark.png and b/docs/source/_static/img/pytorch-logo-dark.png differ