MCPcopy Create free account

hub / github.com/RameenAbdal/StyleFlow / types & classes

Types & classes48 in github.com/RameenAbdal/StyleFlow

↓ 9 callersClassEasyDict
Convenience class that behaves like a dict but allows access with the attribute syntax.
dnnlib/util.py:35
↓ 5 callersClassGTScene
ui/GT_mouse_event.py:9
↓ 3 callersClassBuild_model
utils.py:190
↓ 2 callersClassLambda
module/odefunc.py:39
↓ 2 callersClassMovingBatchNorm1d
module/normalization.py:138
↓ 2 callersClassRealTimeAttrThread
ui/real_time_attr_thread.py:15
↓ 2 callersClassRealTimeLightThread
ui/real_time_light_thread.py:15
↓ 2 callersClassReferenceDialog
ui/mouse_event.py:10
↓ 2 callersClassTestOptions
options/test_options.py:4
↓ 1 callersClassAccNumEvals
module/flow.py:7
↓ 1 callersClassAccumulator
module/flow.py:26
↓ 1 callersClassCNF
module/cnf.py:34
↓ 1 callersClassEx
main_attribute.py:42
↓ 1 callersClassEx
main.py:43
↓ 1 callersClassExWindow
main_attribute.py:36
↓ 1 callersClassExWindow
main.py:37
↓ 1 callersClassGraphicsScene
ui/mouse_event2.py:15
↓ 1 callersClassGraphicsScene
ui/mouse_event.py:15
↓ 1 callersClassMyDataset
train_flow.py:26
↓ 1 callersClassNetwork
Generic network abstraction. Acts as a convenience wrapper for a parameterized network construction function, providing several utility metho
dnnlib/tflib/network.py:35
↓ 1 callersClassODEfunc
module/odefunc.py:104
↓ 1 callersClassODEnet
Helper class to make neural nets for use in continuous normalizing flows
module/odefunc.py:59
↓ 1 callersClassPlatformExtras
A mixed bag of values used by dnnlib heuristics. Attributes: data_reader_buffer_size: Used by DataReader to size internal shared memory
dnnlib/submission/submit.py:49
↓ 1 callersClassRunContext
Helper class for managing the run/training loop. The context will hide the implementation details of a basic run/training loop. It will set t
dnnlib/submission/run_context.py:23
↓ 1 callersClassSequentialFlow
A generalized nn.Sequential container for normalizing flows.
module/cnf.py:9
↓ 1 callersClassSwish
module/odefunc.py:30
↓ 1 callersClassUi_Form
ui/ui2.py:77
↓ 1 callersClassUi_Form
ui/ui.py:74
ClassAverageValueMeter
Computes and stores the average and current value
module/utils.py:15
ClassBaseOptions
options/base_options.py:6
ClassConcatLinear
module/diffeq_layers.py:22
ClassConcatLinear_v2
module/diffeq_layers.py:34
ClassConcatScaleLinear
module/diffeq_layers.py:90
ClassConcatSquashLinear
module/diffeq_layers.py:73
ClassIgnoreLinear
module/diffeq_layers.py:13
ClassLogger
Redirect stderr to stdout, optionally print stdout to a file, and optionally force flushing on both stdout and the file.
dnnlib/util.py:51
ClassMovingBatchNormNd
module/normalization.py:9
ClassOptimizer
A Wrapper for tf.train.Optimizer. Automatically takes care of: - Gradient averaging for multi-GPU training. - Gradient accumulation for a
dnnlib/tflib/optimizer.py:28
ClassPathType
Determines in which format should a path be formatted. WINDOWS: Format with Windows style. LINUX: Format with Linux/Posix style. AUTO: Us
dnnlib/submission/submit.py:37
ClassReferenceDialog
ui/mouse_event2.py:10
ClassScaleLinear
module/diffeq_layers.py:60
ClassSimpleAdam
Simplified version of tf.train.AdamOptimizer that behaves identically when used with dnnlib.tflib.Optimizer.
dnnlib/tflib/optimizer.py:290
ClassSquashLinear
module/diffeq_layers.py:47
ClassSubmitConfig
Strongly typed config dict needed to submit runs. Attributes: run_dir_root: Path to the run dir root. Can be optionally templated with ta
dnnlib/submission/submit.py:64
ClassSubmitTarget
The target where the function should be run. LOCAL: Run it locally.
dnnlib/submission/submit.py:29
ClassTarget
dnnlib/submission/internal/local.py:11
ClassTargetOptions
dnnlib/submission/internal/local.py:7
ClassTrainOptions
options/train_options.py:4