# deep-learning-models-1 **Repository Path**: wangyongggg/deep-learning-models-1 ## Basic Information - **Project Name**: deep-learning-models-1 - **Description**: Natural language processing & computer vision models optimized for AWS - **Primary Language**: Unknown - **License**: Apache-2.0 - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2021-08-11 - **Last Updated**: 2021-08-11 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # AWS Deep Learning Models This is a repository with implementations optimized to run well on AWS infrastructure. ## Structure | Folder | Description | |-----------|-------------| | [models](models) | **A collection of implementations for models that use TF 2.x APIs. The models are reasonably optimized to run on AWS** | | [models/nlp](models/nlp) | Natural Language Processing/Understanding models | | [models/vision](models/vision) | Computer Vision models | | [legacy](legacy) | Older scripts for Resnet training | ## Contribution guidelines If you want to contribute to models, please review the [contribution guidelines](CONTRIBUTING.md). ## License [Apache License 2.0](LICENSE)