keras-contrib
Keras community contributions
파일 탐색기
최종 버전 다운로드 (.zip)- install_cntk.sh
- theme.css
- theme_extra.css
- jquery-2.1.1.min.js
- modernizr-2.8.3.min.js
- theme.js
- 404.html
- base.html
- breadcrumbs.html
- footer.html
- main.html
- nav.html
- search.html
- searchbox.html
- toc.html
- versions.html
- pydocmd.yml
- README.md
- .gitkeep
- cifar10_clr.py
- cifar10_densenet.py
- cifar10_nasnet.py
- cifar10_resnet.py
- cifar10_ror.py
- cifar10_wide_resnet.py
- conll2000_chunking_crf.py
- improved_wgan.py
- jaccard_loss.py
- __init__.py
- squash.py
- __init__.py
- densenet.py
- nasnet.py
- resnet.py
- wide_resnet.py
- __init__.py
- cntk_backend.py
- numpy_backend.py
- tensorflow_backend.py
- theano_backend.py
- __init__.py
- cyclical_learning_rate.py
- dead_relu_detector.py
- snapshot.py
- tensorboard.py
- __init__.py
- clip.py
- __init__.py
- coco.py
- conll2000.py
- pascal_voc.py
- __init__.py
- convaware.py
- __init__.py
- pelu.py
- sinerelu.py
- srelu.py
- swish.py
- __init__.py
- cosineconvolution2d.py
- subpixelupscaling.py
- __init__.py
- groupnormalization.py
- instancenormalization.py
- __init__.py
- capsule.py
- core.py
- crf.py
- __init__.py
- crf_losses.py
- dssim.py
- jaccard.py
- __init__.py
- crf_accuracies.py
- __init__.py
- ftml.py
- lars.py
- padam.py
- yogi.py
- __init__.py
- __init__.py
- __init__.py
- activations.py
- metrics.py
- optimizers.py
- regularizers.py
- __init__.py
- conv_utils.py
- save_load_utils.py
- test_utils.py
- __init__.py
- __init__.py
- .gitkeep
- test_squash.py
- backend_test.py
- cyclical_learning_rate_test.py
- dead_relu_detector_test.py
- tensorboard_test.py
- test_datasets.py
- test_pelu.py
- test_sinerelu.py
- test_srelu.py
- test_swish.py
- test_cosineconvolution2d.py
- test_subpixelupscaling.py
- test_groupnormalization.py
- test_instancenormalization.py
- test_capsule.py
- test_core.py
- test_crf.py
- dssim_test.py
- jaccard_test.py
- .gitkeep
- ftml_test.py
- lars_test.py
- padam_test.py
- yogi_test.py
- .gitkeep
- .gitkeep
- save_load_utils_test.py
- .gitkeep
- constraints_test.py
- initializers_test.py
- test_codeowners.py
- test_doc_auto_generation.py
- test_documentation.py
- conftest.py
- .coveragerc
- .gitignore
- .travis.yml
- CODEOWNERS
- CONTRIBUTING.md
- convert_to_tf_keras.py
- GUIDELINES.md
- LICENSE
- PULL_REQUEST_TEMPLATE.md
- pytest.ini
- README.md
- setup.py
# 설치 가이드
1. 코드 내려받기
git clone https://github.com/keras-team/keras-contrib
깃허브에서 프로젝트 코드 전체를 내 컴퓨터로 내려받습니다.
cd keras-contrib
방금 내려받은 프로젝트 폴더 안으로 이동합니다.
2. Python
쉬움 추천사전 준비물
sudo pip install git+https://www.github.com/keras-team/keras-contrib.git
requirements.txt 등에 명시된 파이썬 라이브러리를 설치합니다.
pip uninstall keras_contrib
이 명령어를 터미널에 그대로 입력해 실행하세요.
pip uninstall tf_keras_contrib
이 명령어를 터미널에 그대로 입력해 실행하세요.
에러 메시지 없이 실행되고 터미널에 안내 문구가 출력되면 정상입니다.
이 레포의 README에 적힌 실제 명령어를 그대로 가져왔습니다.
// repository documentation
Was this content helpful?
(0 ratings)
