No timeout
This commit is contained in:
parent
137ba1c475
commit
2f28356ab9
2 changed files with 1 additions and 15 deletions
|
|
@ -51,8 +51,6 @@ def random_hparam_search(
|
|||
except KeyboardInterrupt as e:
|
||||
logging.info("Interrupted, stopping")
|
||||
break
|
||||
except TimeoutError as e:
|
||||
logging.warning(f"Timeout, aborting experiment")
|
||||
except Exception as e:
|
||||
logging.error(
|
||||
f"Error with hparams {current_hyperparameters}:\n\t{e}", stack_info=True
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue