Metadata-Version: 2.1
Name: tfignite
Version: 0.0.3
Summary: Hight level training routine for tensorflow.
Home-page: https://github.com/ipod825/tfignite
Author: Shih-Ming Wang
Author-email: swang150@ucsc.edu
License: UNKNOWN
Download-URL: https://github.com/ipod825/tfignite/tarball/0.0.1
Description: # Tfignite: High-level library to help with training neural networks in tensorflow.
        
        Tfignite is a project that stems from [ignite](https://github.com/pytorch/ignite). Ignite is a high-level library to help with training neural networks in PyTorch, while Tfignite bares similar design / api and is designed dedicated for tensorflow 2.0.
        
        For the full API reference, read the [online documentation](https://ipod825.github.io/tfignite/docs/html/index.html). For example usage, check the [examples](https://github.com/ipod825/tfignite/tree/master/examples) directory.
        
        
        ## Installation
        
        ~~~{.bash}
        pip install tfignite
        ~~~
        
Platform: UNKNOWN
Classifier: Programming Language :: Python :: 3
Classifier: License :: OSI Approved :: MIT License
Classifier: Operating System :: OS Independent
Description-Content-Type: text/markdown
