-
I am always getting the exception How to handle the above exception? When I started to debug, I found that it is unable to get repr. i.e. |
Beta Was this translation helpful? Give feedback.
Replies: 2 comments 9 replies
-
Hi @np-n 👋 , |
Beta Was this translation helpful? Give feedback.
-
For people looking for solutions, as suggested by Felix here, the problem was coming from keras graph referencing in a loop. Resetting the session index of keras should do the trick :) |
Beta Was this translation helpful? Give feedback.
For people looking for solutions, as suggested by Felix here, the problem was coming from keras graph referencing in a loop. Resetting the session index of keras should do the trick :)