raghakot / keras-vis

Neural network visualization toolkit for keras
https://raghakot.github.io/keras-vis
MIT License
2.98k stars 664 forks source link

import error #82

Open emoebel opened 6 years ago

emoebel commented 6 years ago

Hi, I'm using keras on a distant cluster with GPUs. I just installed keras-vis and would like to use the visualize_activation tool, but as soon as I type in ipython: from vis.visualization import visualize_activation

I get: TclError: no display name and no $DISPLAY environment variable => see attached file for complete error error_kerasvis.txt

Has this something to do with the fact that I'm using a distant machine? Any idea on how to solve the problem?

Best, lazyleaf