This commit is contained in:
Glenn Jocher 2019-12-23 11:14:34 -08:00
parent efc5ee480c
commit 6946a2a8fc
1 changed files with 1 additions and 1 deletions

View File

@ -467,7 +467,7 @@ if __name__ == '__main__':
if opt.bucket:
os.system('gsutil cp gs://%s/evolve.txt .' % opt.bucket) # download evolve.txt if exists
for _ in range(1): # generations to evolve
for _ in range(100): # generations to evolve
if os.path.exists('evolve.txt'): # if evolve.txt exists: select best hyps and mutate
# Select parent(s)
x = np.loadtxt('evolve.txt', ndmin=2)