comments fix - ENAS.sh, SETN.sh

This commit is contained in:
Yongsu Baek
2020-01-17 18:03:35 +09:00
parent b89b485935
commit a6e4c1e7cd
2 changed files with 2 additions and 2 deletions

View File

@@ -1,6 +1,6 @@
#!/bin/bash
# One-Shot Neural Architecture Search via Self-Evaluated Template Network, ICCV 2019
# bash ./scripts-search/scripts/algos/SETN.sh cifar10 0 -1
# bash ./scripts-search/algos/SETN.sh cifar10 0 -1
echo script name: $0
echo $# arguments
if [ "$#" -ne 3 ] ;then