Merge pull request #50 from yongsu-bloo/parent-fix

comments fix - ENAS.sh, SETN.sh
This commit is contained in:
D-X-Y 2020-01-17 20:26:03 +11:00 committed by GitHub
commit 56f2161a3f
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
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