{"id":19731591,"url":"https://github.com/shunk031/chainer-xception","last_synced_at":"2025-10-07T09:53:59.184Z","repository":{"id":79264396,"uuid":"130374017","full_name":"shunk031/chainer-Xception","owner":"shunk031","description":"Chainer implementation of the paper \"Xception: Deep Learning with Depthwise Separable Convolutions\" (https://arxiv.org/abs/1610.02357).","archived":false,"fork":false,"pushed_at":"2018-05-17T08:24:01.000Z","size":8,"stargazers_count":5,"open_issues_count":0,"forks_count":0,"subscribers_count":3,"default_branch":"master","last_synced_at":"2025-04-30T02:38:22.017Z","etag":null,"topics":["chainer","chainerv4","deep-learning","imagenet","xception"],"latest_commit_sha":null,"homepage":"","language":"Python","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/shunk031.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":null,"code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null,"zenodo":null}},"created_at":"2018-04-20T14:35:10.000Z","updated_at":"2023-05-05T15:12:45.000Z","dependencies_parsed_at":"2023-03-01T10:16:15.304Z","dependency_job_id":null,"html_url":"https://github.com/shunk031/chainer-Xception","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/shunk031/chainer-Xception","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/shunk031%2Fchainer-Xception","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/shunk031%2Fchainer-Xception/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/shunk031%2Fchainer-Xception/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/shunk031%2Fchainer-Xception/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/shunk031","download_url":"https://codeload.github.com/shunk031/chainer-Xception/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/shunk031%2Fchainer-Xception/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":278755164,"owners_count":26040034,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","status":"online","status_checked_at":"2025-10-07T02:00:06.786Z","response_time":59,"last_error":null,"robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":true,"can_crawl_api":true,"host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["chainer","chainerv4","deep-learning","imagenet","xception"],"created_at":"2024-11-12T00:21:57.910Z","updated_at":"2025-10-07T09:53:59.179Z","avatar_url":"https://github.com/shunk031.png","language":"Python","funding_links":[],"categories":[],"sub_categories":[],"readme":"# chainer-Xception\n\nThis repository contains a [Chainer](https://chainer.org/) implementation for the paper: [Xception: Deep Learning with Depthwise Separable Convolutions](https://arxiv.org/abs/1610.02357) (CVPR 2017, François Chollet).\n\n## Requirements\n\n- Chainer 4.0.0+\n- CuPy 4.0.0+\n\n## Use pretrained model\n\nDownload the pre-trained caffemodel from [Baidu Cloud](https://pan.baidu.com/s/1gfiTShd). \n\nIf `pretrained_model` is specified as `xception.caffemodel`, it automatically loads and converts the caffemodel from `$CHAINER_DATASET_ROOT/pfnet/chainer/models/`, where `$CHAINER_DATASET_ROOT` os set as `$HOME/.chainer/dataset` unless you specify another value by modifying the environment variable.\n\n``` python-console\nPython 3.6.2 (default, Oct 31 2017, 12:23:24)\nType 'copyright', 'credits' or 'license' for more information\nIPython 6.4.0 -- An enhanced Interactive Python. Type '?' for help.\n\nIn [1]: from xception import Xception\n\nIn [2]: model = Xception(pretrained_model='xception.caffemodel')\nNow loading caffemodel (usually it may take few minutes)\n```\n\n## Reference\n\n- [Chollet, François. \"Xception: Deep Learning with Depthwise Separable Convolutions.\" arXiv preprint arXiv:1610.02357 (2016).](https://arxiv.org/abs/1610.02357)\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fshunk031%2Fchainer-xception","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fshunk031%2Fchainer-xception","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fshunk031%2Fchainer-xception/lists"}