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