neural-backed-decision-trees
Making decision trees competitive with neural networks on CIFAR10, CIFAR100, TinyImagenet200, Imagenet
파일 탐색기
최종 버전 다운로드 (.zip)- .gitignore
- api.py
- README.md
- requirements.txt
- run.sh
- resnet18-nbdt.json
- resnet18.json
- resnet50.json
- __init__.py
- nbdt_losses.py
- classy_train.py
- README.md
- load_pretrained_nbdts.ipynb
- nbdt
- nbdt-hierarchy
- nbdt-wnids
- original
- __init__.py
- ade20k.py
- cifar.py
- custom.py
- imagenet.py
- lip.py
- pascal_context.py
- transforms.py
- graph-induced-HRNet-w48.json
- graph-induced-ResNet10.json
- graph-induced-ResNet18.json
- graph-induced-wrn28_10_cifar10.json
- graph-induced.json
- graph-wordnet.json
- graph-induced-ResNet10.json
- graph-induced-ResNet18.json
- graph-induced-wrn28_10_cifar100.json
- graph-induced.json
- graph-wordnet-single.json
- graph-wordnet.json
- graph-induced-HRNet-w18-v1.json
- graph-induced-HRNet-w48.json
- graph-induced-efficientnet_b7b.json
- graph-induced.json
- graph-induced-HRNet-w48-cls20.json
- graph-induced-HRNet-w48-cls59.json
- graph-induced-ResNet18.json
- graph-induced-wrn28_10.json
- graph-induced.json
- graph-wordnet-single.json
- graph-wordnet.json
- __init__.py
- resnet.py
- utils.py
- wideresnet.py
- tree-template.html
- nx.py
- wn.py
- ADE20K.txt
- CIFAR10.txt
- CIFAR100.txt
- Imagenet1000.txt
- LookIntoPerson.txt
- PascalContext.txt
- TinyImagenet200.txt
- __init__.py
- analysis.py
- graph.py
- hierarchy.py
- loss.py
- metrics.py
- model.py
- tree.py
- utils.py
- gen_train_eval_nopretrained.ps1
- gen_train_eval_nopretrained.sh
- gen_train_eval_pretrained.ps1
- gen_train_eval_pretrained.sh
- gen_train_eval_resnet.ps1
- gen_train_eval_resnet.sh
- gen_train_eval_wideresnet.ps1
- gen_train_eval_wideresnet.sh
- generate_hierarchies_wordnet.ps1
- generate_hierarchies_wordnet.sh
- __init__.py
- conftest.py
- test_inference.py
- test_train.py
- .gitignore
- .pylintrc
- LICENSE
- main.py
- MANIFEST.in
- pytest.ini
- README.md
- requirements.txt
- setup.py
# 설치 가이드
1. 코드 내려받기
git clone https://github.com/alvinwan/neural-backed-decision-trees
깃허브에서 프로젝트 코드 전체를 내 컴퓨터로 내려받습니다.
cd neural-backed-decision-trees
방금 내려받은 프로젝트 폴더 안으로 이동합니다.
2. 공식 설치 스크립트
쉬움 추천사전 준비물
- Python 3 pip 명령어를 쓰려면 Python이 필요합니다.
pip install nbdt
PyPI에 배포된 패키지를 바로 설치합니다. 소스 클론이 필요 없습니다.
설치 후 새 터미널을 열고, 프로그램의 버전 확인 명령(예: --version)으로 정상 설치됐는지 확인하세요.
이 레포의 README에 적힌 실제 명령어를 그대로 가져왔습니다.
// repository documentation
Was this content helpful?
(0 ratings)
