vergeml
Machine Learning Environment - alpha version
파일 탐색기
최종 버전 다운로드 (.zip)- header.png
- term.png
- installation.md
- test_base.py
- test_cache.py
- test_cmd.py
- test_data.py
- test_data_conf.py
- test_display.py
- test_help.py
- test_io.py
- test_loader.py
- test_model.py
- test_training.py
- test_utils.py
- test_validate.py
- test_views.py
- __init__.py
- download.py
- help.py
- ls.py
- new.py
- plot.py
- preprocess.py
- run.py
- __init__.py
- cats_and_dogs.py
- celeba.py
- cifar_10.py
- cifar_100.py
- dogs.py
- fashion_mnist.py
- ham10000.py
- mnist.py
- svhn.py
- unique_objects.py
- __init__.py
- imagenet.py
- __init__.py
- augment.py
- crop.py
- flip_horizontal.py
- flip_vertical.py
- grayscale.py
- random_crop.py
- resize.py
- rgb.py
- rest.css
- logo-big.png
- logo.png
- rest.js
- index.html
- __init__.py
- confusion_matrix.py
- pr.py
- roc.py
- __init__.py
- rest.py
- tensorboard.py
- __init__.py
- features.py
- image.py
- labeled_image.py
- mnist.py
- __init__.py
- __main__.py
- cache.py
- command.py
- config.py
- data.py
- dataset.py
- display.py
- env.py
- glossary.py
- img.py
- io.py
- libraries.py
- loader.py
- model.py
- operation.py
- option.py
- plugins.py
- random_robot.py
- results.py
- utils.py
- views.py
- wsgi.py
- .gitignore
- CHANGELOG.md
- LICENSE
- MANIFEST.in
- README.md
- setup.py
- TROUBLESHOOTING.md
# 설치 가이드
1. 코드 내려받기
git clone https://github.com/mme/vergeml
깃허브에서 프로젝트 코드 전체를 내 컴퓨터로 내려받습니다.
cd vergeml
방금 내려받은 프로젝트 폴더 안으로 이동합니다.
2. 공식 설치 스크립트
쉬움 추천사전 준비물
- Python 3 pip 명령어를 쓰려면 Python이 필요합니다.
pip install vergeml
PyPI에 배포된 패키지를 바로 설치합니다. 소스 클론이 필요 없습니다.
설치 후 새 터미널을 열고, 프로그램의 버전 확인 명령(예: --version)으로 정상 설치됐는지 확인하세요.
이 레포의 README에 적힌 실제 명령어를 그대로 가져왔습니다.
// repository documentation
Was this content helpful?
(0 ratings)
