naszilla
Naszilla is a Python library for neural architecture search (NAS)
파일 탐색기
최종 버전 다운로드 (.zip)- bananas.md
- encodings.md
- local_search.md
- naszilla.md
- bananas.png
- encodings.png
- encodings_thumbnail_large.png
- local_search.png
- metann_adj_test.png
- metann_adj_train.png
- metann_path_test.png
- metann_path_train.png
- naszilla_banner.png
- __init__.py
- acqmap.py
- acqopt.py
- acquisition.py
- __init__.py
- probo.py
- __init__.py
- list.py
- real.py
- __init__.py
- makept.py
- __init__.py
- functionhandler.py
- __init__.py
- gp_utils.py
- __init__.py
- compile_stan.py
- gp_distmat.py
- gp_distmat_fixedsig.py
- gp_hier2.py
- gp_hier2_matern.py
- gp_hier3.py
- __init__.py
- pp_core.py
- pp_gp_george.py
- pp_gp_my_distmat.py
- pp_gp_stan.py
- pp_gp_stan_distmat.py
- __init__.py
- datatransform.py
- print_utils.py
- __init__.py
- __init__.py
- model.py
- train_gcn.py
- utils.py
- __init__.py
- cell_101.py
- distances.py
- encodings.py
- mutations.py
- sample_random.py
- __init__.py
- cell_201.py
- distances.py
- __init__.py
- cell_301.py
- __init__.py
- acquisition_functions.py
- meta_neural_net.py
- nas_algorithms.py
- nas_benchmarks.py
- params.py
- run_experiments.py
- .gitignore
- LICENSE
- README.md
- requirements.txt
- setup.py
# 설치 가이드
1. 코드 내려받기
git clone https://github.com/naszilla/naszilla
깃허브에서 프로젝트 코드 전체를 내 컴퓨터로 내려받습니다.
cd naszilla
방금 내려받은 프로젝트 폴더 안으로 이동합니다.
2. Python
쉬움 추천사전 준비물
cat requirements.txt | xargs -n 1 -L 1 pip install
requirements.txt 등에 명시된 파이썬 라이브러리를 설치합니다.
pip install -e .
requirements.txt 등에 명시된 파이썬 라이브러리를 설치합니다.
에러 메시지 없이 실행되고 터미널에 안내 문구가 출력되면 정상입니다.
이 레포의 README에 적힌 실제 명령어를 그대로 가져왔습니다.
// repository documentation
Was this content helpful?
(0 ratings)
