Metadata-Version: 2.1
Name: aiei
Version: 1.0.7
Summary: A tiny framework for AI.
Home-page: UNKNOWN
Author: Lei Zhao
Author-email: zlchn@qq.com
License: Apache
Project-URL: github, https://github.com/
Description: ### Install AIEI
        
        Version is recommended, not required
        
        - python>=3.6
        - torch>=1.6.0 (pytorch amp & tensorboard), torchvision
        
        1. install locally: `pip install -v -e .`. With building ops: `AIEI=0 pip install -v -e .`
        
        2. change variable: `base_config.py -> TORCH_MODEL_HOME, config.py -> data_path`
        
        
        ### TODO
        - merge multi-scale_pad and get_scale_pad
        - add user define path_ckpt
        
Keywords: deep learning,pytorch,AI,EI
Platform: UNKNOWN
Classifier: License :: OSI Approved :: Apache Software License
Classifier: Programming Language :: Python
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.6
Classifier: Programming Language :: Python :: Implementation :: CPython
Classifier: Programming Language :: Python :: Implementation :: PyPy
Requires-Python: >=3.6.0
Description-Content-Type: text/markdown
Provides-Extra: dev
