Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/RameenAbdal/StyleFlow
/ functions
Functions
329 in github.com/RameenAbdal/StyleFlow
⨍
Functions
329
◇
Types & classes
48
Function
set_random_seed
set random seed
module/utils.py:99
Function
set_user_name_override
Set the global username override value.
dnnlib/submission/submit.py:151
Method
set_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
Method
setup_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
Method
setup_weight_histograms
Construct summary ops to include histograms of all trainable parameters in TensorBoard.
dnnlib/tflib/network.py:535
Method
shape
(self)
module/normalization.py:140
Function
shape_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
Method
should_stop
Tell whether a stopping condition has been triggered one way or another.
dnnlib/submission/run_context.py:74
Method
show_his_image
(self, i)
main_attribute.py:263
Method
show_his_image
(self, i)
main.py:206
Function
stable_var
(x, mean=None, dim=1)
module/normalization.py:125
Function
standard_normal_logprob
(z)
module/utils.py:93
Function
style_mixing_example
(network_pkl, row_seeds, col_seeds, truncation_psi, col_styles, minibatch_size=4)
run_generator.py:40
Function
submit_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
Function
transfer_real_to_slide
(name, real_value)
ui/ui2.py:61
Function
truncated_normal
(tensor, mean=0, std=1, trunc_std=2)
module/utils.py:73
Function
tuple_product
Calculate the product of the tuple elements.
dnnlib/util.py:135
Method
undo
(self)
ui/mouse_event2.py:106
Method
undo
(self)
ui/mouse_event.py:75
Method
unwind_key
(obj)
dnnlib/tflib/network.py:390
Method
update_lock_scene
(self)
main_attribute.py:243
Method
update_lock_scene
(self)
main.py:186
Method
update_real_scene
(self)
main_attribute.py:255
Method
update_real_scene
(self)
main.py:198
Function
upsample_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
Function
upsample_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
Function
validate
(test_loader, model, epoch, writer, save_dir, args, clf_loaders=None)
module/utils.py:334
Function
visualize_point_clouds
(pts, gtr, idx, pert_order=[0, 1, 2])
module/utils.py:109
Function
weights_init
(m)
module/diffeq_layers.py:6
← previous
301–329 of 329, ranked by callers