MCPcopy Create free account

hub / github.com/LynnHo/EigenGAN-Tensorflow / functions

Functions236 in github.com/LynnHo/EigenGAN-Tensorflow

Methodreg_loss
(self)
tflib/deep_learning/module.py:94
Methodreg_losses
(self)
tflib/deep_learning/module.py:90
Functionresettable_metric
(metric_fn, metric_params, scope=None)
tflib/deep_learning/metrics.py:4
Functionresettable_metric_fn
(*args, **kwargs)
tflib/deep_learning/metrics.py:12
Functionreshape
(x, shape)
tflib/ops/ops.py:19
Functionrun
()
test_traversal_all_dims.py:81
Functionrun
(**pl_ipts)
train.py:173
Functionrun_parallels
(work_fn, iterable, max_workers=None, chunksize=1, processing_bar=True, backend_executor=multiprocessing.Pool,
pylib/processing.py:6
Functionrun_parallels
(work_fn, iterable, max_workers=None, chunksize=1, processing_bar=True, backend_executor=multiprocessing.Pool,
scripts/pylib/processing.py:6
Functionsave_json
(path, obj, **kwargs)
pylib/serialization.py:15
Functionsave_json
(path, obj, **kwargs)
scripts/pylib/serialization.py:15
Functionsave_pickle
(path, obj, **kwargs)
pylib/serialization.py:50
Functionsave_pickle
(path, obj, **kwargs)
scripts/pylib/serialization.py:50
Functionsave_yaml
(path, data, **kwargs)
pylib/serialization.py:35
Functionsave_yaml
(path, data, **kwargs)
scripts/pylib/serialization.py:35
Methodscope
(self)
tflib/deep_learning/module.py:74
Functionsession
Return a Session with simple config.
tflib/utils/utils.py:34
Functionsigma_training
()
tflib/deep_learning/layers.py:260
Functionsigmoid_focal_loss
(multi_class_labels, logits, gamma=2.0)
tflib/deep_learning/losses.py:34
Functionspectral_normalization
(weights, num_iterations=1, epsilon=1e-12,
tflib/deep_learning/layers.py:247
Functionsplit_nest
Split nested structure. Examples -------- >>> split_nest({'a': shape(10, 20), 'b': shape(4, 15)}, 2, axis=0) >>> [{'a': shape(5, 20),
tflib/distribute/distribute.py:13
Functionsuffix_now
(path, fmt="%Y-%m-%d-%H:%M:%S", sep='-')
pylib/path.py:75
Functionsuffix_now
(path, fmt="%Y-%m-%d-%H:%M:%S", sep='-')
scripts/pylib/path.py:75
Functionsummary_statistic_v1
(deprecated, use v2) Summary of statistics. Examples -------- >>> summary_statistic_v1({'a': data_a, 'b': data_b})
tflib/utils/summary.py:4
Functiontile_concat
(a_list, b_list=None)
tflib/ops/ops.py:4
Functiontimeit
Function decorator displaying the function execution time. All kwargs are the arguments taken by the Timer class constructor.
pylib/timer.py:72
Functiontimeit
Function decorator displaying the function execution time. All kwargs are the arguments taken by the Timer class constructor.
scripts/pylib/timer.py:72
Functiontransposed_convolution2d
(inputs, num_outputs, kernel_size,
tflib/deep_learning/layers.py:135
Functiontruncated_normal
(shape, mean=0.0, stddev=1.0, minval=-2.0, maxval=2.0, seed=None)
tflib/random/random.py:4
Methodvariables
(self)
tflib/deep_learning/module.py:78
Functionweight_normalization
(weights, scale=True, epsilon=1e-8,
tflib/deep_learning/layers.py:288
Functionwork
(i)
pylib/processing.py:38
Functionwork
(i)
scripts/align.py:82
Functionwork
(i)
scripts/pylib/processing.py:38
Functionwrapper
(*args, **kwargs)
pylib/timer.py:82
Functionwrapper
(*args, **kwargs)
scripts/pylib/timer.py:82
← previous201–236 of 236, ranked by callers