From 443c0a93f5cc8a1bb91374b5feb079dca3d652ed Mon Sep 17 00:00:00 2001 From: shahules786 Date: Wed, 28 Sep 2022 12:49:41 +0530 Subject: [PATCH] set hydra to full error --- hpc_entrypoint.sh | 2 ++ 1 file changed, 2 insertions(+) diff --git a/hpc_entrypoint.sh b/hpc_entrypoint.sh index 2a4e3c7..7372eb9 100644 --- a/hpc_entrypoint.sh +++ b/hpc_entrypoint.sh @@ -22,6 +22,8 @@ echo "Activate Environment" source activate enhancer export TRANSFORMERS_OFFLINE=True export PYTHONPATH=${PYTHONPATH}:/scratch/c.sistc3/enhancer +export HYDRA_FULL_ERROR=1 + echo $PYTHONPATH source ~/mlflow_settings.sh