/AutoML-LSTM-NAS

Simple Example for Network Architecture Search ( NAS )

Primary LanguagePython

AutoML-LSTM-NAS

Training

Print parameters:

''' python3 train.py --help '''

''' optional arguments: -h, --help show this help message and exit --max_layers MAX_LAYERS '''

Train:

''' python3 train.py '''

For evaluate architecture

Print parameters:

''' cd experiments/ python3 train.py --architecture "61, 24, 60, 5, 57, 55, 59, 3" '''