This directory contains code for the PySyReNN client library. It is subdivided into frontend/ (a wrapper for calling the gRPC server) and helpers/ (high-level classes that orchestrate things like computing exact integrated gradients).
Documentation and usage examples are available:
- Readmes exist in frontend/README.md and helpers/README.md.
- Experiments using PySyReNN are available in ../experiments.
- Test cases for PySyReNN are available in frontend/tests and helpers/tests.