Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/kernelerr/paddle-sys-demo
Demos for paddle-sys.
https://github.com/kernelerr/paddle-sys-demo
Last synced: 25 days ago
JSON representation
Demos for paddle-sys.
- Host: GitHub
- URL: https://github.com/kernelerr/paddle-sys-demo
- Owner: KernelErr
- License: apache-2.0
- Created: 2020-12-24T14:32:04.000Z (almost 4 years ago)
- Default Branch: master
- Last Pushed: 2021-04-17T03:40:33.000Z (over 3 years ago)
- Last Synced: 2023-03-08T23:54:12.671Z (over 1 year ago)
- Language: Rust
- Size: 5.86 KB
- Stars: 3
- Watchers: 2
- Forks: 1
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# paddle-sys-demo
Demos for paddle-sys.
## Demo
### ResNet
This demo showed how to run the residual network model in Rust with paddle-sys. Please replace the paths of the model and parameters in the source code. And add your pre-compiled library to the environment variable before running.
```bash
cargo build
export LD_LIBRARY_PATH=/path/to/paddle_lib:$LD_LIBRARY_PATH
cargo run
```## License
paddle-sys-demo is provided under the Apache License, Version 2.0.