Is there a way to accelerate loading keras packages?

I’m trying to debug Python programs using the keras package and Komodo takes ages to import the various modules. Is there some way to preload them so that they are instantly available? (When running the same script on the command line, module import takes a fraction of a second…)

No, there is no way to preload them. The Python debugger just runs things more slowly :frowning: