I am currently working with PyTorch (more precisely with LSTMs using CUDA) on Ubuntu 18.04
. As mentioned here, I have set CUBLAS_WORKSPACE_CONFIG=:4096:2
.
However, if I train my LSTM
using the same hyperparameters as before its performance decreases a lot. So I would like to reset the setting. Does anyone know the default value or how I could possibly obtain the settings I used before?