Metadata-Version: 2.1
Name: coinstac-dinunet
Version: 0.2.2
Summary: Distributed Neural Network implementation on COINSTAC.
Home-page: https://github.com/trendscenter/coinstac-dinunet
Author: Aashis Khana1
Author-email: sraashis@gmail.com
License: MIT
Description: # coinstac-dinunet
        Distributed Neural Network implementation  on COINSTAC.
        
        ```pip install coinstac-dinunet```
        
        [![YourActionName Actions Status](https://github.com/trendscenter/coinstac-dinunet/workflows/build/badge.svg)](https://github.com/trendscenter/coinstac-dinunet/actions)
        ![versions](https://img.shields.io/pypi/pyversions/pybadges.svg)
        
        ## Reducing gradients across sites.
        
        ![DINUNET](assets/dinunet.png)
        
        ### 1. Define Local Node
        ```python
        
        ```
        ### 2. Define Remote Node
        ```python
        
        ```
        ### 3. Define Trainer
        ```python
        
        ```
        
        ### 4. Define custom metrics
        ```python
        
        ```
        
        
Platform: UNKNOWN
Classifier: License :: OSI Approved :: MIT License
Classifier: Programming Language :: Python :: 3.6
Classifier: Programming Language :: Python :: 3.7
Description-Content-Type: text/markdown
