We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7dde879 commit b10552cCopy full SHA for b10552c
pylearn2/train_extensions/live_monitoring.py
@@ -391,13 +391,7 @@ def follow_channels(self, channel_list):
391
def follow_channels_qt(self, channel_list):
392
"""
393
Tracks and plots a specified set of channels in real time using
394
- a PySide Qt GUI. If the plot is closed, it can be reopened by
395
- calling lm.gui.start() (where lm is the instance of LiveMonitor)
396
- or new channels can be specified by calling this method again.
397
-
398
- Alternative to the follow_channels method which avoids relying
399
- on matplotlib's interactive mode, which may not work for some
400
- setups.
+ a PySide Qt GUI.
401
402
Parameters
403
----------
0 commit comments