MCPcopy Create free account

hub / github.com/RameenAbdal/StyleFlow / functions

Functions329 in github.com/RameenAbdal/StyleFlow

Functionset_random_seed
set random seed
module/utils.py:99
Functionset_user_name_override
Set the global username override value.
dnnlib/submission/submit.py:151
Methodset_var
Set the value of a given variable based on the given NumPy array. Note: This method is very inefficient -- prefer to use tflib.set_vars() when
dnnlib/tflib/network.py:250
Methodsetup_as_moving_average_of
Construct a TensorFlow op that updates the variables of this network to be slightly closer to those of the given network.
dnnlib/tflib/network.py:341
Methodsetup_weight_histograms
Construct summary ops to include histograms of all trainable parameters in TensorBoard.
dnnlib/tflib/network.py:535
Methodshape
(self)
module/normalization.py:140
Functionshape_to_list
Convert a Tensorflow shape to a list of ints. Retained for backwards compatibility -- use TensorShape.as_list() in new code.
dnnlib/tflib/tfutil.py:39
Methodshould_stop
Tell whether a stopping condition has been triggered one way or another.
dnnlib/submission/run_context.py:74
Methodshow_his_image
(self, i)
main_attribute.py:263
Methodshow_his_image
(self, i)
main.py:206
Functionstable_var
(x, mean=None, dim=1)
module/normalization.py:125
Functionstandard_normal_logprob
(z)
module/utils.py:93
Functionstyle_mixing_example
(network_pkl, row_seeds, col_seeds, truncation_psi, col_styles, minibatch_size=4)
run_generator.py:40
Functionsubmit_run
Create a run dir, gather files related to the run, copy files to the run dir, and launch the run in appropriate place.
dnnlib/submission/submit.py:310
Functiontransfer_real_to_slide
(name, real_value)
ui/ui2.py:61
Functiontruncated_normal
(tensor, mean=0, std=1, trunc_std=2)
module/utils.py:73
Functiontuple_product
Calculate the product of the tuple elements.
dnnlib/util.py:135
Methodundo
(self)
ui/mouse_event2.py:106
Methodundo
(self)
ui/mouse_event.py:75
Methodunwind_key
(obj)
dnnlib/tflib/network.py:390
Methodupdate_lock_scene
(self)
main_attribute.py:243
Methodupdate_lock_scene
(self)
main.py:186
Methodupdate_real_scene
(self)
main_attribute.py:255
Methodupdate_real_scene
(self)
main.py:198
Functionupsample_2d
r"""Upsample a batch of 2D images with the given filter. Accepts a batch of 2D images of the shape `[N, C, H, W]` or `[N, H, W, C]` and upsam
dnnlib/tflib/ops/upfirdn_2d.py:169
Functionupsample_conv_2d
r"""Fused `upsample_2d()` followed by `tf.nn.conv2d()`. Padding is performed only once at the beginning, not between the operations. The fuse
dnnlib/tflib/ops/upfirdn_2d.py:234
Functionvalidate
(test_loader, model, epoch, writer, save_dir, args, clf_loaders=None)
module/utils.py:334
Functionvisualize_point_clouds
(pts, gtr, idx, pert_order=[0, 1, 2])
module/utils.py:109
Functionweights_init
(m)
module/diffeq_layers.py:6
← previous301–329 of 329, ranked by callers