Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/NVlabs/stylegan
/ types & classes
Types & classes
20 in github.com/NVlabs/stylegan
⨍
Functions
280
◇
Types & classes
20
↓ 27 callers
Class
EasyDict
Convenience class that behaves like a dict but allows access with the attribute syntax.
dnnlib/util.py:36
↓ 10 callers
Class
TFRecordExporter
dataset_tool.py:33
↓ 1 callers
Class
ExceptionInfo
dataset_tool.py:106
↓ 1 callers
Class
Network
Generic network abstraction. Acts as a convenience wrapper for a parameterized network construction function, providing several utility metho
dnnlib/tflib/network.py:36
↓ 1 callers
Class
WorkerThread
dataset_tool.py:113
Class
DummyMetric
metrics/metric_base.py:137
Class
FID
metrics/frechet_inception_distance.py:21
Class
LS
metrics/linear_separability.py:104
Class
Logger
Redirect stderr to stdout, optionally print stdout to a file, and optionally force flushing on both stdout and the file.
dnnlib/util.py:52
Class
MetricBase
metrics/metric_base.py:36
Class
MetricGroup
metrics/metric_base.py:119
Class
Optimizer
A Wrapper for tf.train.Optimizer. Automatically takes care of: - Gradient averaging for multi-GPU training. - Dynamic loss scaling and ty
dnnlib/tflib/optimizer.py:29
Class
PPL
metrics/perceptual_path_length.py:35
Class
PathType
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:38
Class
RunContext
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:22
Class
SubmitConfig
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:53
Class
SubmitTarget
The target where the function should be run. LOCAL: Run it locally.
dnnlib/submission/submit.py:30
Class
SyntheticDataset
training/dataset.py:171
Class
TFRecordDataset
training/dataset.py:37
Class
ThreadPool
dataset_tool.py:131