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 #!/bin/bash
# Efficient Neural Architecture Search via Parameter Sharing, ICML 2018 # Efficient Neural Architecture Search via Parameter Sharing, ICML 2018
# bash ./scripts-search/scripts/algos/ENAS.sh cifar10 0 -1 # bash ./scripts-search/algos/ENAS.sh cifar10 0 -1
echo script name: $0 echo script name: $0
echo $# arguments echo $# arguments
if [ "$#" -ne 3 ] ;then if [ "$#" -ne 3 ] ;then

View File

@ -1,6 +1,6 @@
#!/bin/bash #!/bin/bash
# One-Shot Neural Architecture Search via Self-Evaluated Template Network, ICCV 2019 # 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 script name: $0
echo $# arguments echo $# arguments
if [ "$#" -ne 3 ] ;then if [ "$#" -ne 3 ] ;then