fixmatch
A simple method to perform semi-supervised learning with limited data.
파일 탐색기
최종 버전 다운로드 (.zip)- ab_fixmatch_adam.py
- ab_fixmatch_anchoring.py
- ab_fixmatch_linearlr.py
- ab_fixmatch_meanteacher.py
- ab_fixmatch_meanteacher_train.py
- ab_fixmatch_momentum.py
- ab_fixmatch_nocutout.py
- ab_fixmatch_onlycutout.py
- ab_fixmatch_ra.py
- ab_fixmatch_sharpen.py
- ab_fixmatch_sharpen_conditional_consistency.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
- augment.py
- augment_ops.py
- ct_augment.py
- rand_augment.py
- weak_augment.py
- datasets.py
- imagenet.py
- resnet50_model.py
- files2labels_train.txt
- files2labels_valid.txt
- files2shards_train.txt
- files2shards_train_size128116_split1.txt
- files2shards_train_size128116_split2.txt
- files2shards_train_size128116_split3.txt
- files2shards_train_size128116_split4.txt
- files2shards_train_size128116_split5.txt
- generate_ssl_imagenet.sh
- README.md
- save_sharded_data.py
- ema.py
- learning_rate.py
- fixmatch.py
- README.md
- supervised.py
- training.py
- __init__.py
- augment.py
- ctaugment.py
- data.py
- layers.py
- models.py
- train.py
- utils.py
- FixMatch diagram white.png
- FixMatch diagram.png
- accuracy_table.py
- 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
- fixmatch.py
- ict.py
- LICENSE
- mean_teacher.py
- mixmatch.py
- mixup.py
- pi_model.py
- pseudo_label.py
- README.md
- remixmatch_no_cta.py
- requirements.txt
- uda.py
- vat.py
# 설치 가이드
1. 코드 내려받기
git clone https://github.com/google-research/fixmatch
깃허브에서 프로젝트 코드 전체를 내 컴퓨터로 내려받습니다.
cd fixmatch
방금 내려받은 프로젝트 폴더 안으로 이동합니다.
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)
