Expand description
Python bindings for scirs2-autograd
This module provides Python bindings for variable management and model persistence from scirs2-autograd. Due to Rust lifetime complexities, full computational graph APIs are not exposed. For comprehensive automatic differentiation, use PyTorch or TensorFlow which integrate seamlessly with scirs2 via NumPy arrays.
Structs§
- PyVariable
Environment - Variable environment for managing trainable parameters