Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/ethanhe42/xception-caffe
Xception implemented with caffe
https://github.com/ethanhe42/xception-caffe
caffe imagenet xception xception-caffe
Last synced: about 1 month ago
JSON representation
Xception implemented with caffe
- Host: GitHub
- URL: https://github.com/ethanhe42/xception-caffe
- Owner: ethanhe42
- License: mit
- Created: 2017-01-17T12:00:04.000Z (almost 8 years ago)
- Default Branch: master
- Last Pushed: 2022-02-28T02:32:19.000Z (almost 3 years ago)
- Last Synced: 2024-04-13T16:52:38.886Z (9 months ago)
- Topics: caffe, imagenet, xception, xception-caffe
- Homepage: https://yihui-he.github.io/blog/xception-with-caffe
- Size: 17.6 KB
- Stars: 45
- Watchers: 3
- Forks: 65
- Open Issues: 3
-
Metadata Files:
- Readme: README.md
- Funding: .github/FUNDING.yml
- License: LICENSE
Awesome Lists containing this project
README
# Xception with Caffe
[GitHub - yihui-he/Xception-caffe: Xception implemented with caffe](https://github.com/yihui-he/Xception-caffe)
Please use **my Caffe** **[fork](https://github.com/yihui-he/caffe-pro)** for running [Xception](https://arxiv.org/abs/1610.02357).
| err@1 | err@5 |
| --- | --- |
| 23.654 | 7.156 |### Citation
If you find the code useful in your research, please consider citing:
```
@InProceedings{He_2017_ICCV,
author = {He, Yihui and Zhang, Xiangyu and Sun, Jian},
title = {Channel Pruning for Accelerating Very Deep Neural Networks},
booktitle = {The IEEE International Conference on Computer Vision (ICCV)},
month = {Oct},
year = {2017}
}
```### Other models on Caffe
[](https://yihui-he.github.io/blog/resnet-on-cifar-10-with-caffe)
[](https://yihui-he.github.io/blog/resnet-on-imagenet-with-caffe)