VGSLify Documentation ===================== VGSLify is a powerful tool for creating and managing deep learning models using the Variable-size Graph Specification Language (VGSL). With support for both TensorFlow and PyTorch backends, VGSLify enables rapid prototyping and easy conversion between model code and compact string specifications. This documentation provides a comprehensive guide to getting started with VGSLify, advanced usage examples, and detailed API references. Getting Started --------------- If you are new to VGSLify, start with these guides: .. toctree:: :maxdepth: 2 :caption: Getting Started: introduction installation getting_started tutorials User Guides ----------- Explore advanced usage and customization examples: .. toctree:: :maxdepth: 2 :caption: User Guides: supported_layers convert_to_vgsl_spec advanced_usage API Reference ------------- For developers looking for technical details, refer to the API docs: .. toctree:: :maxdepth: 2 :caption: API Reference: source/vgslify source/vgslify.core source/vgslify.model_parsers source/vgslify.tensorflow source/vgslify.torch source/vgslify.utils Indices and Tables ================== * :ref:`genindex` * :ref:`modindex` * :ref:`search`