Metadata-Version: 2.1
Name: ngclib
Version: 0.2
Summary: Generic PyTorch high level neural API
Home-page: https://gitlab.com/neuralwrappers/ngclib
Author: Mihai Cristian Pîrvu
Author-email: mihaicristianpirvu@gmail.com
License: WTFPL
Description: # Neural Graph Consensus library (ngclib)
        
        This is a library containing the implementation of various basic block [nodes](ngclib/nodes/README.md), [models](ngclib/models/README.md) and [consensus algorithms](ngclib/voting_algorithms/README.md) used by various implementations of ngc consensus projects.
        
        Example of projects:
        - [Semi-Supervised Learning for Multi-Task Scene Understanding by Neural Graph Consensus](https://gitlab.com/neural-graph-consensus/semisup-multitask-scene-understanding)
          - Paper accepted at AAAI2021
        - [NGC Sota](https://gitlab.com/neural-graph-consensus/ngc-sota)
        - [NGC Bootstrap](https://gitlab.com/neural-graph-consensus/ngc-bootstrap)
        - [NGC SpaceTime](https://gitlab.com/neural-graph-consensus/ngc-spacetime)
        
        
Keywords: PyTorch,neural network,high level api
Platform: UNKNOWN
Classifier: Programming Language :: Python :: 3
Classifier: Operating System :: OS Independent
Requires-Python: >=3.8
Description-Content-Type: text/markdown
