condor 0.1.6

Condor is an ergonomic wrapper around the tch library for Rust.
1
2
3
4
5
6
7
/// All NN modules
pub mod modules;

/// Common utilities for machine learning
pub mod utils;

mod other_crates;