Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/crowsonkb/style_transfer
/ types & classes
Types & classes
21 in github.com/crowsonkb/style_transfer
⨍
Functions
206
◇
Types & classes
21
↓ 47 callers
Class
arg
config_system.py:32
↓ 3 callers
Class
CaffeModel
A Caffe neural network model.
style_transfer.py:356
↓ 2 callers
Class
LayerIndexer
Helper class for accessing feature maps and gradients.
style_transfer.py:136
↓ 2 callers
Class
TileWorkerPoolError
Indicates abnormal termination of TileWorker processes.
style_transfer.py:262
↓ 1 callers
Class
AdamOptimizer
Implements the Adam gradient descent optimizer [4] with iterate averaging.
optimizers.py:11
↓ 1 callers
Class
ArrayPool
A pool of preallocated (C-contiguous) NumPy arrays.
style_transfer.py:340
↓ 1 callers
Class
AutocallNamespace
config_system.py:151
↓ 1 callers
Class
ImageWindow
display_image.py:4
↓ 1 callers
Class
JSONEncoder
web_interface.py:45
↓ 1 callers
Class
LBFGSOptimizer
L-BFGS [2] for function minimization, with fixed size steps (no line search).
optimizers.py:64
↓ 1 callers
Class
LogFormatter
Log formatter originally from Tornado and modified.
log_utils.py:23
↓ 1 callers
Class
Progress
A helper class for keeping track of progress.
style_transfer.py:912
↓ 1 callers
Class
StatLogger
Collects per-iteration statistics to be written to a CSV file on exit.
style_transfer.py:101
↓ 1 callers
Class
StyleTransfer
Performs style transfer.
style_transfer.py:664
↓ 1 callers
Class
TileWorker
Computes feature maps and gradients on the specified device in a separate process.
style_transfer.py:169
↓ 1 callers
Class
TileWorkerPool
A collection of TileWorkers.
style_transfer.py:267
↓ 1 callers
Class
ValuePlaceholder
config_system.py:147
Class
BGColor
Represents our state of knowledge about the terminal background color.
style_transfer.py:51
Class
Iterate
A message containing a new iterate.
web_interface.py:19
Class
IterationFinished
A message to notify the client that iteration has stopped.
web_interface.py:31
Class
WebInterface
web_interface.py:96