similarly to the topic below, keras stopped working. tf.keras - Training on first epoch not progressing despite using GPU memory
I've a python 3.7 anaconda installation on windows cuda 10.2 and cudnn installed 3080 GPU keras 2.3.1 TF 1.4
A few days ago everything was running perfectly. Then after installing pytorch keras stopped working. The same script I was training before now get stuck on the first epoch. No errors are displayed when running model.fit (verbose 2). Simply the whole memory is full (even using a very small dataset) and the training is not advancing. As additional information pytorch displayed an error about the impossibility to use cuda.
I've tried to format the whole PC (factory reset) and the issue is still happening. I'm out of ideas. Any suggestion would be more then welcome.
Thanks!