I'm using flask as the web server running keras with tensor flow backend. Every time I restart it, it shows up like this:
Does this mean that Tensorflow is loading twice? Or is it because I'm running it in PyCharm and the debugger is active - how can I disable it? The 3 lines below don't come up when running on IDLE. Tensorflow takes quite a while to load, so it would be great if I can only have it load once.
Thank you for any comment and suggestions.