MCPcopy Create free account

hub / github.com/NVlabs/stylegan2 / types & classes

Types & classes28 in github.com/NVlabs/stylegan2

↓ 33 callersClassEasyDict
Convenience class that behaves like a dict but allows access with the attribute syntax.
dnnlib/util.py:35
↓ 10 callersClassTFRecordExporter
dataset_tool.py:32
↓ 2 callersClassManifoldEstimator
Finds an estimate for the manifold of given feature vectors.
metrics/precision_recall.py:61
↓ 1 callersClassDistanceBlock
Distance block.
metrics/precision_recall.py:38
↓ 1 callersClassExceptionInfo
dataset_tool.py:105
↓ 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 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 callersClassWorkerThread
dataset_tool.py:112
ClassDummyMetric
metrics/metric_base.py:163
ClassFID
metrics/frechet_inception_distance.py:20
ClassIS
metrics/inception_score.py:18
ClassLS
metrics/linear_separability.py:103
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
ClassMetricBase
metrics/metric_base.py:23
ClassMetricGroup
metrics/metric_base.py:145
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:26
ClassPPL
metrics/perceptual_path_length.py:34
ClassPR
metrics/precision_recall.py:171
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
ClassProjector
projector.py:16
ClassSimpleAdam
Simplified version of tf.train.AdamOptimizer that behaves identically when used with dnnlib.tflib.Optimizer.
dnnlib/tflib/optimizer.py:324
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
ClassTFRecordDataset
training/dataset.py:19
ClassTarget
dnnlib/submission/internal/local.py:11
ClassTargetOptions
dnnlib/submission/internal/local.py:7
ClassThreadPool
dataset_tool.py:130