condor 0.1.6

Condor is an ergonomic wrapper around the tch library for Rust.
docs.rs failed to build condor-0.1.6
Please check the build logs for more information.
See Builds for ideas on how to fix a failed build, or Metadata for how to configure docs.rs builds.
If you believe this is docs.rs' fault, open an issue.
Visit the last successful build: condor-0.1.0

Condor

Screenshot

Condor aims to be an ergonomic PyTorch interface in Rust.

CI Status Current Crates.io Version

TODO

  • Implement linear layers
  • Implement basic transformer layers
  • Implement sequential
  • Implement decoder and seq2seq transformer
  • Implement RNN layers
  • Implement utilities
  • Implement more exotic architectures
  • Write more detailed tests (check tensor data)