tf-yarn
Train TensorFlow models on YARN in just a few lines of code!
파일 탐색기
최종 버전 다운로드 (.zip)- main.yml
- __init__.py
- task.py
- HorovodWithGloo.md
- MLflow.md
- Tensorboard.md
- test_worker.py
- test_model_ckpt.py
- test_cluster.py
- test_evaluator_task.py
- test_tf_task_common.py
- test__internal.py
- test__task_commons.py
- test_client.py
- test_evaluator_metrics.py
- test_topologies.py
- __init__.py
- check_hadoop_env.py
- __init__.py
- client.py
- task.py
- __init__.py
- pytorch_distributed_example.py
- pytorch_example.py
- __init__.py
- collective_all_reduce_example.py
- id_estimator_example.py
- keras_example.py
- linear_classifier_example.py
- mlflow_example.py
- native_keras_with_gloo_example.py
- run_examples.sh
- run_pytorch_examples.sh
- winequality.py
- __init__.py
- worker.py
- __init__.py
- client.py
- experiment.py
- model_ckpt.py
- parquet_dataset.py
- __init__.py
- _independent_workers_task.py
- _tensorboard_task.py
- evaluator_task.py
- gloo_allred_task.py
- tf_task_common.py
- __init__.py
- client.py
- cluster.py
- experiment.py
- keras_experiment.py
- metrics.py
- __init__.py
- _criteo.py
- _env.py
- _internal.py
- _task_commons.py
- client.py
- constants.py
- default.log.conf
- evaluator_metrics.py
- event.py
- metrics.py
- mlflow.py
- packaging.py
- tensorboard.py
- topologies.py
- .gitignore
- LICENSE
- MANIFEST.in
- OWNERS
- pom.xml
- pylama.ini
- README.md
- requirements.txt
- setup.cfg
- setup.py
- skein.png
- tests-requirements.txt
# 설치 가이드
1. 코드 내려받기
git clone https://github.com/criteo/tf-yarn
깃허브에서 프로젝트 코드 전체를 내 컴퓨터로 내려받습니다.
cd tf-yarn
방금 내려받은 프로젝트 폴더 안으로 이동합니다.
2. Maven (Java)
보통 추천사전 준비물
- Git GitHub에서 프로젝트 코드를 내려받으려면 필요합니다.
- JDK (Java) Java 프로젝트를 빌드/실행하려면 필요합니다.
- Maven mvn 명령어를 쓰기 위한 빌드 도구입니다.
mvn clean install
Maven으로 의존성 설치와 빌드를 진행합니다.
BUILD SUCCESS 메시지가 뜨면 성공입니다. target/ 폴더에 결과물이 생성됩니다.
3. Python
쉬움사전 준비물
$ pip install tf-yarn
requirements.txt 등에 명시된 파이썬 라이브러리를 설치합니다.
$ pip install .
requirements.txt 등에 명시된 파이썬 라이브러리를 설치합니다.
에러 메시지 없이 실행되고 터미널에 안내 문구가 출력되면 정상입니다.
이 레포의 README에 적힌 실제 명령어를 그대로 가져왔습니다.
// repository documentation
Was this content helpful?
(0 ratings)
