https://github.com/amazon-science/sp-cil
Science Score: 36.0%
This score indicates how likely this project is to be science-related based on various indicators:
-
○CITATION.cff file
-
✓codemeta.json file
Found codemeta.json file -
✓.zenodo.json file
Found .zenodo.json file -
○DOI references
-
✓Academic publication links
Links to: arxiv.org -
○Committers with academic emails
-
○Institutional organization owner
-
○JOSS paper metadata
-
○Scientific vocabulary similarity
Low similarity (6.6%) to scientific vocabulary
Repository
Basic Info
- Host: GitHub
- Owner: amazon-science
- License: apache-2.0
- Language: Python
- Default Branch: main
- Size: 43.9 KB
Statistics
- Stars: 10
- Watchers: 9
- Forks: 2
- Open Issues: 0
- Releases: 0
Metadata Files
README.md
Strongly Pretrained Class Incremental Learning
This is code base for the following paper:
Class-Incremental Learning with Strong Pre-trained Models
Tz-Ying Wu, Gurumurthy Swaminathan, Zhizhong Li, Avinash Ravichandran, Nuno Vasconcelos, Rahul Bhotika, Stefano Soatto
Please read our paper for details!
Installation
To create a conda environment to run the project, simply run
conda env create -f CIL.yml.
Data
Create a soft link of the imagenet folder (the root folder that includes train/val image folders) at prepro/data/imagenet.
Experiments
800-40
shell
bash scripts/getresults80040.sh -l layer4 -n 10 # for resnet10
bash scripts/getresults80040.sh -l layer4 -n 18 # for resnet18
bash scripts/getresults80040.sh -l fc -n 10 # for resnet10, fc-only
bash scripts/getresults80040.sh -l fc -n 18 # for resnet18, fc-only
500-50
shell
bash scripts/getresults50050.sh -l layer4 -n 10
bash scripts/getresults50050.sh -l layer4 -n 18
bash scripts/getresults50050.sh -l fc -n 10
bash scripts/getresults50050.sh -l fc -n 18
Security
See CONTRIBUTING for more information.
License
This project is licensed under the Apache-2.0 License.
Owner
- Name: Amazon Science
- Login: amazon-science
- Kind: organization
- Website: https://amazon.science
- Twitter: AmazonScience
- Repositories: 80
- Profile: https://github.com/amazon-science
GitHub Events
Total
Last Year
Committers
Last synced: about 1 year ago
Top Committers
| Name | Commits | |
|---|---|---|
| Zhizhong Li | l****n@a****m | 2 |
| Amazon GitHub Automation | 5****o | 1 |
Committer Domains (Top 20 + Academic)
Issues and Pull Requests
Last synced: about 1 year ago
All Time
- Total issues: 0
- Total pull requests: 0
- Average time to close issues: N/A
- Average time to close pull requests: N/A
- Total issue authors: 0
- Total pull request authors: 0
- Average comments per issue: 0
- Average comments per pull request: 0
- Merged pull requests: 0
- Bot issues: 0
- Bot pull requests: 0
Past Year
- Issues: 0
- Pull requests: 0
- Average time to close issues: N/A
- Average time to close pull requests: N/A
- Issue authors: 0
- Pull request authors: 0
- Average comments per issue: 0
- Average comments per pull request: 0
- Merged pull requests: 0
- Bot issues: 0
- Bot pull requests: 0