Skip to content

Commit

Permalink
Fix bugs
Browse files Browse the repository at this point in the history
  • Loading branch information
D-X-Y committed Oct 4, 2021
1 parent bc4c469 commit 1853a8e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion exps/NAS-Bench-201-algos/DARTS-V2.py
Expand Up @@ -433,7 +433,7 @@ def main(xargs):
)
)
if api is not None:
logger.log("{:}".format(api.query_by_arch(genotypes[total_epoch - 1]), "200"))
logger.log("{:}".format(api.query_by_arch(genotypes[total_epoch - 1], "200")))
logger.close()


Expand Down

0 comments on commit 1853a8e

Please sign in to comment.