I'm trying to train the network 2 with GPU. however, no matter whatever changes I'm trying to make to session config. The training process doesn't even start.
The code starts executing and model gets loaded, but i think it's not able to create a session.
With a CPU it does.
Did anyone face the same problem? How would you deal with this?
I'm trying to train the network 2 with GPU. however, no matter whatever changes I'm trying to make to session config. The training process doesn't even start.
The code starts executing and model gets loaded, but i think it's not able to create a session.
With a CPU it does.
Did anyone face the same problem? How would you deal with this?