MCPcopy Create free account

hub / github.com/crowsonkb/style_transfer / types & classes

Types & classes21 in github.com/crowsonkb/style_transfer

↓ 47 callersClassarg
config_system.py:32
↓ 3 callersClassCaffeModel
A Caffe neural network model.
style_transfer.py:356
↓ 2 callersClassLayerIndexer
Helper class for accessing feature maps and gradients.
style_transfer.py:136
↓ 2 callersClassTileWorkerPoolError
Indicates abnormal termination of TileWorker processes.
style_transfer.py:262
↓ 1 callersClassAdamOptimizer
Implements the Adam gradient descent optimizer [4] with iterate averaging.
optimizers.py:11
↓ 1 callersClassArrayPool
A pool of preallocated (C-contiguous) NumPy arrays.
style_transfer.py:340
↓ 1 callersClassAutocallNamespace
config_system.py:151
↓ 1 callersClassImageWindow
display_image.py:4
↓ 1 callersClassJSONEncoder
web_interface.py:45
↓ 1 callersClassLBFGSOptimizer
L-BFGS [2] for function minimization, with fixed size steps (no line search).
optimizers.py:64
↓ 1 callersClassLogFormatter
Log formatter originally from Tornado and modified.
log_utils.py:23
↓ 1 callersClassProgress
A helper class for keeping track of progress.
style_transfer.py:912
↓ 1 callersClassStatLogger
Collects per-iteration statistics to be written to a CSV file on exit.
style_transfer.py:101
↓ 1 callersClassStyleTransfer
Performs style transfer.
style_transfer.py:664
↓ 1 callersClassTileWorker
Computes feature maps and gradients on the specified device in a separate process.
style_transfer.py:169
↓ 1 callersClassTileWorkerPool
A collection of TileWorkers.
style_transfer.py:267
↓ 1 callersClassValuePlaceholder
config_system.py:147
ClassBGColor
Represents our state of knowledge about the terminal background color.
style_transfer.py:51
ClassIterate
A message containing a new iterate.
web_interface.py:19
ClassIterationFinished
A message to notify the client that iteration has stopped.
web_interface.py:31
ClassWebInterface
web_interface.py:96