Skip to content

Latest commit

 

History

History
13 lines (8 loc) · 328 Bytes

README.md

File metadata and controls

13 lines (8 loc) · 328 Bytes

Deep learning library

Inspired by tinygrad

Examples

cargo run --release --example efficientnet static/chicken.jpg

Environment variables

  • RUST_LOG to adjust log level (ERROR, INFO, DEBUG, TRACE)
  • CUDA=1 to enable cuda backend
  • GRAPH=1 to output compute graph (graph.dot)