No timeout

This commit is contained in:
Andras Schmelczer 2024-06-29 11:05:35 +01:00
parent 137ba1c475
commit 2f28356ab9
No known key found for this signature in database
GPG key ID: FC8F2C3D3D1A718C
2 changed files with 1 additions and 15 deletions

View file

@ -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