Metadata-Version: 2.1
Name: gradflow
Version: 0.0.1
Summary: A simple, scalable and efficient deep learning framework.
Home-page: https://github.com/kcxain/gradflow
Author: kcxain
Author-email: kcxain@gmail.com
License: Apache License 2.0
Description: <p align="center">
          <picture>
            <img alt="GradFlow" src="./logo.svg" width="360" height="80" style="max-width: 100%;">
          </picture>
          <br/>
        </p>
        
        GradFlow is a deep learning framework designed to be **simple**, **scalable** and **efficient** with **PyTorch-like API**. 
        
        GradFlow provides all the necessary components for training a deep learning model, including initialization methods, optimizers, data loaders, and modules.
Keywords: auto-gradient,deep-learning
Platform: UNKNOWN
Classifier: Programming Language :: Python :: 3
Classifier: License :: OSI Approved :: MIT License
Classifier: Operating System :: OS Independent
Description-Content-Type: text/markdown
