7e2d894cfa
Adds `nbsphinx` lib to workflow dependencies |
||
---|---|---|
.github | ||
.vscode | ||
archai | ||
benchmarks | ||
devices | ||
devops/azure | ||
docker | ||
docs | ||
scripts | ||
tests | ||
.amltignore | ||
.gitattributes | ||
.gitignore | ||
AUTHORS.md | ||
CODE_OF_CONDUCT.md | ||
CONTRIBUTING.md | ||
LICENSE | ||
NOTICE.md | ||
README.md | ||
SECURITY.md | ||
install.bat | ||
install.sh | ||
pyproject.toml | ||
pytest.ini | ||
requirements.txt | ||
run_all_ft_analysis.bat | ||
setup.cfg | ||
setup.py |
README.md
Installation
There are various methods to install Archai, but it is recommended to use it within a virtual environment, such as conda
or pyenv
. This ensures that the software runs in a consistent and isolated environment, and allows for easy management of installed packages and dependencies.
PyPI provides a convenient way to install Python packages, as it allows users to easily search for and download packages, as well as automatically handle dependencies and other installation requirements. This is especially useful for larger Python projects that require multiple packages to be installed and managed.
Archai requires Python 3.7+ and PyTorch 1.7.0+.
pip install archai
Please refer to the installation guide for more information.
Quickstart
To run a specific NAS algorithm, specify it by the --algos
switch:
python scripts/main.py --algos darts --full
Please refer to available algorithms for more information on available switches and algorithms.
Examples
Archai is a cutting-edge NAS platform that uses advanced Machine Learning algorithms to perform a wide range of tasks. In order to illustrate the capabilities of Archai, we will present a series of examples that showcase its ability:
Documentation
Please refer to the documentation for more information.
Support
If you have any questions or feedback about the Archai project or the open problems in Neural Architecture Search, please feel free to contact us using the following information:
- Email: archai@microsoft.com
- Website: https://github.com/microsoft/archai/issues
We welcome any questions, feedback, or suggestions you may have and look forward to hearing from you.
Team
Archai has been created and maintained by Shital Shah, Debadeepta Dey, Gustavo de Rosa, Caio Mendes, Piero Kauffmann, and Ofer Dekel at Microsoft Research.
Contributions
This project welcomes contributions and suggestions. Most contributions require you to agree to a Contributor License Agreement (CLA) declaring that you have the right to, and actually do, grant us the rights to use your contribution. For details, visit https://cla.microsoft.com.
When you submit a pull request, a CLA-bot will automatically determine whether you need to provide a CLA and decorate the PR appropriately (e.g., label, comment). Simply follow the instructions provided by the bot. You will only need to do this once across all repositories using our CLA.
This project has adopted the Microsoft Open Source Code of Conduct. For more information see the Code of Conduct FAQ or contact opencode@microsoft.com with any additional questions or comments.
Trademark
This project may contain trademarks or logos for projects, products, or services. Authorized use of Microsoft trademarks or logos is subject to and must follow Microsoft's Trademark & Brand Guidelines. Use of Microsoft trademarks or logos in modified versions of this project must not cause confusion or imply Microsoft sponsorship. Any use of third-party trademarks or logos are subject to those third-party's policies.
License
This project is released under the MIT License. Please review the file for more details.