Metadata-Version: 2.1
Name: noah-vega
Version: 1.8.4
Summary: AutoML Toolkit
Home-page: https://github.com/huawei-noah/vega
Author: Huawei Noah's Ark Lab
Author-email: 
License: Apache License 2.0
Description: **Vega ver1.8.4 released:**
        
        **Introduction**
        
        Vega is an AutoML algorithm tool chain developed by Noah's Ark Laboratory, the main features are as follows:
        
        1. Full pipeline capabilities: The AutoML capabilities cover key functions such as Hyperparameter Optimization, Data Augmentation, Network Architecture Search (NAS), Model Compression, and Fully Train. These functions are highly decoupled and can be configured as required, construct a complete pipeline.
        2. Industry-leading AutoML algorithms: Provides Noah's Ark Laboratory's self-developed **industry-leading algorithms (Benchmark)** and **Model Zoo** to download the State-of-the-art (SOTA) models.
        3. Fine-grained network search space: The network search space can be freely defined, and rich network architecture parameters are provided for use in the search space. The network architecture parameters and model training hyperparameters can be searched at the same time, and the search space can be applied to Pytorch, TensorFlow and MindSpore.
        4. High-concurrency neural network training capability: Provides high-performance trainers to accelerate model training and evaluation.
        5. Multi-Backend: PyTorch, TensorFlow, MindSpore.
        
        **Installation**
        
        Install Vega and the open source softwares that Vega depends on:
        
        `pip3 install --user --upgrade noah-vega`
        
        **Cooperation and Contribution**
        
        Welcome to use Vega. If you have any questions or suggestions, need help, fix bugs, contribute new algorithms, or improve the documentation, submit an issue in the community. We will reply to and communicate with you in a timely manner.  
        
Platform: UNKNOWN
Classifier: Programming Language :: Python :: 3
Classifier: License :: OSI Approved :: Apache Software License
Classifier: Operating System :: POSIX :: Linux
Requires-Python: >=3.6
Description-Content-Type: text/markdown
