- Configure your network architecture in the bash file and then run it
- Gradient based search
CUBLAS_WORKSPACE_CONFIG=:4096:8 bash run_darts_search.bash
- Performance based search
CUBLAS_WORKSPACE_CONFIG=:4096:8 bash run_bnas_search.bash
- Gradient based search
- Evaluate your search outcome
- Configure your evaluation network in run_darts_eval.bash and then run it
CUBLAS_WORKSPACE_CONFIG=:4096:8 bash run_darts_eval.bash
- Configure your evaluation network in run_darts_eval.bash and then run it
- Differentiable architecture search for convolutional and recurrent networks. (DARTS)
- This repository contains an unofficial implementation of BNAS
- Binarized Encoder-Decoder Network and Binarized Deconvolution Engine for Semantic Segmentation. (BEDN)
- Structured Binary Neural Networks for Accurate Image Classification and Semantic Segmentation. (SBNN)
- Flops Counter
- Segmenation metrics
- ENet
- DAPNet