/CryptoNAS

Primary LanguagePython

CryptoNAS

This repository contains the code for paper CryptoNAS. The implementation is based on ENAS.

Run

To run the experiments on CIFAR-10/100, please first download the datasets and place under cryptonas/data/ Use the Dockerfile to build the image. You can use run_docker.sh to run the container.

$ docker build .
$ bash run_docker.sh 0

The CNet models can be trained using commands in run.sh