Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/a312863063/seeprettyface-generator-wanghong
/ types & classes
Types & classes
8 in github.com/a312863063/seeprettyface-generator-wanghong
⨍
Functions
108
◇
Types & classes
8
↓ 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
Class
EasyDict
Convenience class that behaves like a dict but allows access with the attribute syntax.
dnnlib/util.py:36
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
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
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