RPSnet
Official Implementation of "Random Path Selection for Incremental Learning" paper. NeurIPS 2019
파일 탐색기
최종 버전 다운로드 (.zip)- cifar100_10.pkl
- generate_cifar100_labels.py
- generate_ILSVRC_labels.py
- meta_CIFAR100.pkl
- __init__.py
- bar.py
- counter.py
- helpers.py
- spinner.py
- .gitignore
- demo.gif
- LICENSE
- MANIFEST.in
- README.rst
- setup.py
- test_progress.py
- __init__.py
- eval.py
- logger.py
- misc.py
- visualize.py
- cifar_dataset.py
- iCaRL.py
- iCaRL.sh
- learner.py
- rps_net.py
- util.py
- cifar100_10.pkl
- generate_cifar100_labels.py
- generate_ILSVRC_labels.py
- meta_CIFAR100.pkl
- __init__.py
- bar.py
- counter.py
- helpers.py
- spinner.py
- .gitignore
- demo.gif
- LICENSE
- MANIFEST.in
- README.rst
- setup.py
- test_progress.py
- 10.png
- 20.png
- 50.png
- __init__.py
- eval.py
- imagenet_100.png
- logger.py
- misc.py
- path.png
- rpsnet.png
- visualize.py
- .gitignore
- cifar.py
- CIFAR100.sh
- cifar_dataset.py
- imagenet.py
- learner.py
- mnist.py
- MNIST.sh
- plot.ipynb
- README.md
- rps_net.py
- util.py
# 설치 가이드
1. 코드 내려받기
git clone https://github.com/brjathu/RPSnet
깃허브에서 프로젝트 코드 전체를 내 컴퓨터로 내려받습니다.
cd RPSnet
방금 내려받은 프로젝트 폴더 안으로 이동합니다.
2. Python
쉬움 추천사전 준비물
⚠️ 이 프로젝트는 규모가 큰 저장소라, 이 방법이 실제 핵심 제품이 아니라 내부 하위 패키지를 가리키는 것일 수 있습니다. README 전체를 함께 확인해보세요.
pip install .
PyPI에 배포된 패키지를 바로 설치합니다. 소스 클론이 필요 없습니다.
jupyter notebook
브라우저에서 노트북(.ipynb) 파일들을 열람하고 실행할 수 있는 Jupyter 화면을 켭니다.
에러 메시지 없이 실행되고 터미널에 안내 문구가 출력되면 정상입니다.
// repository documentation
Was this content helpful?
(0 ratings)
