Helper Module for Deep Learning.
Common functions to display a dynamic board.
-
class
pynet.plotting.board.Board(port=8097, host='http://localhost', env='main', display_pred=False, prepare_pred=None)[source]¶ Define a dynamic board.
It can be used to gather interesting plottings during a training.
-
__init__(port=8097, host='http://localhost', env='main', display_pred=False, prepare_pred=None)[source]¶ Initilaize the class.
- Parameters
port: int, default 8097
the port on which the visdom server is launched.
host: str, default ‘http://localhost’
the host on which visdom is launched.
env: str, default ‘main’
the environment to be used.
display_pred: bool, default False
if set render the predicted images.
prepare_pred: callable, defaultt None
a function that transforms the predictions into a Nx1xXxY or Nx3xXxY array, with N the number of images.
-
Follow us
© 2019, pynet developers .
Inspired by AZMIND template.
Inspired by AZMIND template.