remixmatch
No description available.
파일 탐색기
최종 버전 다운로드 (.zip)- ab_cta_remixmatch.py
- ab_cta_remixmatch_noweak.py
- ab_remixmatch.py
- __init__.py
- train.py
- cta_fsmixup.py
- cta_mixmatch.py
- cta_remixmatch.py
- __init__.py
- data.py
- train.py
- all.sh
- fs_baseline.py
- fs_mixup.py
- __init__.py
- augment.py
- ctaugment.py
- data.py
- layers.py
- models.py
- train.py
- utils.py
- ablation.sh
- cifar10.sh
- stl10.sh
- svhn.sh
- aggregate_accuracy.py
- check_split.py
- create_datasets.py
- create_split.py
- create_unlabeled.py
- extract_accuracy.py
- inspect_dataset.py
- __init__.py
- augmentations.py
- custom_ops.py
- policies.py
- shake_drop.py
- shake_shake.py
- wrn.py
- __init__.py
- LICENSE
- vat_utils.py
- CONTRIBUTING.md
- ict.py
- LICENSE
- mean_teacher.py
- mixmatch.py
- mixup.py
- pi_model.py
- pseudo_label.py
- README.md
- remixmatch_no_cta.py
- requirements.txt
- vat.py
# 설치 가이드
1. 코드 내려받기
git clone https://github.com/google-research/remixmatch
깃허브에서 프로젝트 코드 전체를 내 컴퓨터로 내려받습니다.
cd remixmatch
방금 내려받은 프로젝트 폴더 안으로 이동합니다.
2. 공식 설치 스크립트
쉬움 추천사전 준비물
- APT (Debian/Ubuntu 계열) Debian/Ubuntu 계열 리눅스에 기본 내장된 패키지 매니저입니다.
sudo apt install python3-dev python3-virtualenv python3-tk imagemagick
APT 패키지 저장소에서 바로 설치합니다 (Debian/Ubuntu 계열).
설치 후 새 터미널을 열고, 프로그램의 버전 확인 명령(예: --version)으로 정상 설치됐는지 확인하세요.
이 레포의 README에 적힌 실제 명령어를 그대로 가져왔습니다.
// repository documentation
Was this content helpful?
(0 ratings)
