{"id":17282862,"url":"https://github.com/narumiruna/efficientnet-pytorch","last_synced_at":"2025-04-05T14:04:27.653Z","repository":{"id":99044273,"uuid":"189720699","full_name":"narumiruna/efficientnet-pytorch","owner":"narumiruna","description":"A PyTorch implementation of \"EfficientNet: Rethinking Model Scaling for Convolutional Neural Networks\".","archived":false,"fork":false,"pushed_at":"2025-03-07T05:12:05.000Z","size":319,"stargazers_count":113,"open_issues_count":4,"forks_count":31,"subscribers_count":2,"default_branch":"main","last_synced_at":"2025-03-29T13:05:25.393Z","etag":null,"topics":["cifar10","efficientnet","imagenet","mnist","pytorch"],"latest_commit_sha":null,"homepage":"","language":"Python","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/narumiruna.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","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}},"created_at":"2019-06-01T10:39:33.000Z","updated_at":"2025-03-10T07:18:38.000Z","dependencies_parsed_at":"2023-04-16T14:17:04.030Z","dependency_job_id":"3af2efab-82d6-4ee6-bcb0-90ba41179ec3","html_url":"https://github.com/narumiruna/efficientnet-pytorch","commit_stats":{"total_commits":158,"total_committers":4,"mean_commits":39.5,"dds":0.2974683544303798,"last_synced_commit":"7999371cb9c9535311a35b24eb9a1f566c52355f"},"previous_names":[],"tags_count":1,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/narumiruna%2Fefficientnet-pytorch","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/narumiruna%2Fefficientnet-pytorch/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/narumiruna%2Fefficientnet-pytorch/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/narumiruna%2Fefficientnet-pytorch/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/narumiruna","download_url":"https://codeload.github.com/narumiruna/efficientnet-pytorch/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":247345850,"owners_count":20924102,"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","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":["cifar10","efficientnet","imagenet","mnist","pytorch"],"created_at":"2024-10-15T09:49:55.798Z","updated_at":"2025-04-05T14:04:27.635Z","avatar_url":"https://github.com/narumiruna.png","language":"Python","funding_links":[],"categories":[],"sub_categories":[],"readme":"# EfficientNet\n\nhttps://arxiv.org/abs/1905.11946\n\n## Prerequisites\n\n- Ubuntu\n- Python 3\n  - torch 1.0.1\n  - torchvision 0.2.2.post3\n  - tqdm\n  - mlconfig\n\n## Usage\n\n## Torch Hub\n\n```python\nmodel = torch.hub.load('narumiruna/efficientnet-pytorch', 'efficientnet_b0', pretrained=True)\n```\n\n### Train\n\n```shell\n$ python train.py -c /path/to/config\n```\n\n### Evaluate\n\n```shell\n$ python evaluate.py --arch efficientnet_b0 -r /path/to/dataset\n```\n\n## Pretrained models\n\nSource: https://github.com/tensorflow/tpu/tree/master/models/official/efficientnet\n\n| Model Name | Top-1 Accuracy |\n| ------ | ------ |\n| efficientnet_b0 | 76.52% |\n| efficientnet_b1 | 77.80% |\n| efficientnet_b2 | 78.83% |\n| efficientnet_b3 | 80.19% |\n| efficientnet_b4 | 82.27% |\n| efficientnet_b5 | 83.11% |\n| efficientnet_b6 |  |\n| efficientnet_b7 |  |\n\n## References\n\n- https://arxiv.org/abs/1905.11946\n- https://github.com/tensorflow/tpu/tree/master/models/official/efficientnet\n- https://github.com/tensorflow/models/blob/master/research/slim/nets/mobilenet/mobilenet.py\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fnarumiruna%2Fefficientnet-pytorch","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fnarumiruna%2Fefficientnet-pytorch","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fnarumiruna%2Fefficientnet-pytorch/lists"}