cervo
Utility wrappers for tract
파일 탐색기
최종 버전 다운로드 (.zip)- config.toml
- bug_report.md
- feature_request.md
- ci.yml
- release.yml
- CODEOWNERS
- pull_request_template.md
- compare_batchers.rs
- compare_batchsize.rs
- compare_loading.rs
- compare_noise.rs
- compare_threading.rs
- helpers.rs
- main.rs
- Cargo.toml
- batchers.py
- batchsize.py
- check_deps.py
- compare_batchsize.py
- compare_threading.py
- loaders.py
- noise.py
- perstep.py
- generate.sh
- README.md
- Regenerate.sh
- test-complex.nnef.tar
- test-complex.onnx
- test-large.nnef.tar
- test-large.onnx
- test-nnef.crvo
- test-recurrent-nnef.crvo
- test-recurrent.nnef.tar
- test-recurrent.onnx
- test.crvo
- test.nnef.tar
- test.onnx
- lib.rs
- Cargo.toml
- release.toml
- lib.rs
- asset-data.rs
- helpers.rs
- infer-simple.rs
- load-simple.rs
- to-nnef.rs
- Cargo.toml
- api.rs
- benchmark.rs
- describe.rs
- import.rs
- package.rs
- run.rs
- to_nnef.rs
- commands.rs
- main.rs
- Cargo.toml
- scratch.rs
- wrapper.rs
- basic.rs
- dynamic.rs
- fixed.rs
- helpers.rs
- memoizing.rs
- batcher.rs
- epsilon.rs
- inferer.rs
- lib.rs
- model_api.rs
- recurrent.rs
- wrapper.rs
- batcher.rs
- Cargo.toml
- lib.rs
- helpers.rs
- infer-complex.rs
- infer-simple.rs
- load-complex.rs
- load-simple.rs
- Cargo.toml
- lib.rs
- helpers.rs
- infer-complex.rs
- infer-lstm.rs
- infer-simple.rs
- load-complex.rs
- load-simple.rs
- to-nnef.rs
- Cargo.toml
- ticket.rs
- error.rs
- lib.rs
- runtime.rs
- state.rs
- timing.rs
- Cargo.toml
- run_10_heterogenous.png
- run_1_heterogenous.png
- run_2_heterogenous.png
- run_5_heterogenous.png
- run_for_10_heterogenous.png
- run_for_10_homogenous.png
- run_for_15_heterogenous.png
- run_for_15_homogenous.png
- run_for_5_heterogenous.png
- run_for_5_homogenous.png
- threading.md
- .gitignore
- Cargo.lock
- Cargo.toml
- CHANGELOG.md
- CODE_OF_CONDUCT.md
- CONTRIBUTING.md
- deny.toml
- LICENSE-APACHE
- LICENSE-MIT
- README.md
- release.toml
# 설치 가이드
1. 코드 내려받기
git clone https://github.com/EmbarkStudios/cervo
깃허브에서 프로젝트 코드 전체를 내 컴퓨터로 내려받습니다.
cd cervo
방금 내려받은 프로젝트 폴더 안으로 이동합니다.
2. Rust
보통 추천사전 준비물
- Git GitHub에서 프로젝트 코드를 내려받으려면 필요합니다.
- Rust (rustup) rustup으로 설치하면 cargo도 함께 설치됩니다.
cargo build --release
Rust 프로젝트를 컴파일합니다.
cargo run
빌드 후 바로 실행까지 진행합니다.
cargo build가 에러 없이 끝나면 성공입니다. target/ 폴더에 실행 파일이 생성됩니다.
// repository documentation
Was this content helpful?
(0 ratings)
