Differentiable Architecture Search
Quickstart Guide
You will need:
python
3.8 or greater: https://www.python.org/downloads/graphviz
(optional, required for computation graph visualizations): https://graphviz.org/download/
Install DARTS as part of the autora
package:
pip install -U "autora[theorist-darts]"
Success
It is recommended to use a python
environment manager like virtualenv
.
Check your installation by running:
python -c "from autora.theorist.darts import DARTSRegressor; DARTSRegressor()"