Metadata-Version: 2.1
Name: tlxzoo
Version: 0.0.1
Summary: zoo for tensorlayerx
Home-page: https://github.com/tensorlayer/TLXZoo
Author: tensorlayerx
Author-email: 
License: apache
Description: <a href="https://tensorlayerx.readthedocs.io/">
            <div align="center">
                <img src="https://git.openi.org.cn/hanjr/tensorlayerx-image/raw/branch/master/tlx-LOGO-04.png" width="50%" height="30%"/>
            </div>
        </a>
        
        Pre-trained models based on TensorLayerX. 
        TensorLayerX is a multi-backend AI framework, which can run on almost all operation systems and AI hardwares, and support hybrid-framework programming. The currently version supports TensorFlow, MindSpore, PaddlePaddle, PyTorch, OneFlow and Jittor as the backends.
        
        # Quick Start
        ## Installation
        ### Via pip
        ```bash
        # install from pypi
        pip3 install tlxzoo
        ```
        
        ## train
        ```bash
        python demo/vision/image_classification/vgg/train.py
        ```
        
        ## predict
        
        ```bash
        python demo/vision/image_classification/vgg/predict.py
        ```
Keywords: tensorlayerx zoo
Platform: UNKNOWN
Requires-Python: >=3.5
Description-Content-Type: text/markdown
