updated args

This commit is contained in:
William Falcon
2019-06-25 18:44:11 -04:00
parent 41f68861d5
commit c45a329df4
3 changed files with 7 additions and 4 deletions
@@ -188,9 +188,9 @@ if __name__ == '__main__':
# single or multiple GPUs on same machine
gpu_ids = hyperparams.gpus.split(';')
if hyperparams.live:
if hyperparams.interactive:
# run on 1 gpu
print(f'RUNNING INTERACTIVE TRIAL ON GPUS. gpu ids: {gpu_ids}')
print(f'RUNNING INTERACTIVE MODE ON GPUS. gpu ids: {gpu_ids}')
os.environ["CUDA_VISIBLE_DEVICES"] = gpu_ids
main(hyperparams, None, None)