Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/RameenAbdal/StyleFlow
/ types & classes
Types & classes
48 in github.com/RameenAbdal/StyleFlow
⨍
Functions
329
◇
Types & classes
48
↓ 9 callers
Class
EasyDict
Convenience class that behaves like a dict but allows access with the attribute syntax.
dnnlib/util.py:35
↓ 5 callers
Class
GTScene
ui/GT_mouse_event.py:9
↓ 3 callers
Class
Build_model
utils.py:190
↓ 2 callers
Class
Lambda
module/odefunc.py:39
↓ 2 callers
Class
MovingBatchNorm1d
module/normalization.py:138
↓ 2 callers
Class
RealTimeAttrThread
ui/real_time_attr_thread.py:15
↓ 2 callers
Class
RealTimeLightThread
ui/real_time_light_thread.py:15
↓ 2 callers
Class
ReferenceDialog
ui/mouse_event.py:10
↓ 2 callers
Class
TestOptions
options/test_options.py:4
↓ 1 callers
Class
AccNumEvals
module/flow.py:7
↓ 1 callers
Class
Accumulator
module/flow.py:26
↓ 1 callers
Class
CNF
module/cnf.py:34
↓ 1 callers
Class
Ex
main_attribute.py:42
↓ 1 callers
Class
Ex
main.py:43
↓ 1 callers
Class
ExWindow
main_attribute.py:36
↓ 1 callers
Class
ExWindow
main.py:37
↓ 1 callers
Class
GraphicsScene
ui/mouse_event2.py:15
↓ 1 callers
Class
GraphicsScene
ui/mouse_event.py:15
↓ 1 callers
Class
MyDataset
train_flow.py:26
↓ 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:35
↓ 1 callers
Class
ODEfunc
module/odefunc.py:104
↓ 1 callers
Class
ODEnet
Helper class to make neural nets for use in continuous normalizing flows
module/odefunc.py:59
↓ 1 callers
Class
PlatformExtras
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 callers
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:23
↓ 1 callers
Class
SequentialFlow
A generalized nn.Sequential container for normalizing flows.
module/cnf.py:9
↓ 1 callers
Class
Swish
module/odefunc.py:30
↓ 1 callers
Class
Ui_Form
ui/ui2.py:77
↓ 1 callers
Class
Ui_Form
ui/ui.py:74
Class
AverageValueMeter
Computes and stores the average and current value
module/utils.py:15
Class
BaseOptions
options/base_options.py:6
Class
ConcatLinear
module/diffeq_layers.py:22
Class
ConcatLinear_v2
module/diffeq_layers.py:34
Class
ConcatScaleLinear
module/diffeq_layers.py:90
Class
ConcatSquashLinear
module/diffeq_layers.py:73
Class
IgnoreLinear
module/diffeq_layers.py:13
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:51
Class
MovingBatchNormNd
module/normalization.py:9
Class
Optimizer
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
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:37
Class
ReferenceDialog
ui/mouse_event2.py:10
Class
ScaleLinear
module/diffeq_layers.py:60
Class
SimpleAdam
Simplified version of tf.train.AdamOptimizer that behaves identically when used with dnnlib.tflib.Optimizer.
dnnlib/tflib/optimizer.py:290
Class
SquashLinear
module/diffeq_layers.py:47
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:64
Class
SubmitTarget
The target where the function should be run. LOCAL: Run it locally.
dnnlib/submission/submit.py:29
Class
Target
dnnlib/submission/internal/local.py:11
Class
TargetOptions
dnnlib/submission/internal/local.py:7
Class
TrainOptions
options/train_options.py:4