Vikramank / Deep-Learning-

Deep learning algorithms written in TensorFlow
MIT License
46 stars 86 forks source link

Interactive Session tensorflow #7

Open gouti26 opened 6 years ago

gouti26 commented 6 years ago

I am running your code with same dataset and getting following problem on my system. I am using Spyder in Anaconda on Winows 10. I am not sure where i have to put the code to end the session. Please help

C:\Users\goutam.kumar\AppData\Local\Continuum\anaconda3\envs\tensorflow\lib\site-packages\tensorflow\python\client\session.py:1645: UserWarning: An interactive session is already active. This can cause out-of-memory errors in some cases. You must explicitly call InteractiveSession.close() to release resources held by the other session(s). warnings.warn('An interactive session is already active.