MCPcopy Create free account

hub / github.com/JunlinHan/DCLGAN / functions

Functions313 in github.com/JunlinHan/DCLGAN

Methodmodify_commandline_options
Configures options specific for FASTCUT model
models/fastcut_model.py:19
Methodoptimize_parameters
(self)
models/simdcl_model.py:148
Methodoptimize_parameters
Calculate losses, gradients, and update network weights; called in every training iteration
models/cycle_gan_model.py:170
Methodoptimize_parameters
Calculate losses, gradients, and update network weights; called in every training iteration
models/base_model.py:85
Methodoptimize_parameters
(self)
models/cut_model.py:103
Methodoptimize_parameters
Update network weights; it will be called in every training iteration.
models/template_model.py:94
Methodoptimize_parameters
(self)
models/fastcut_model.py:107
Functionprint_numpy
Print the mean, min, max, median, std, and size of a numpy array Parameters: val (bool) -- if print the values of the numpy array
util/util.py:104
Functionsave_image
Save a numpy image to the disk Parameters: image_numpy (numpy array) -- input numpy array image_path (str) -- the path o
util/util.py:84
Methodset_input
Unpack input data from the dataloader and perform necessary pre-processing steps. Parameters: input (dict): include the data its
models/cycle_gan_model.py:93
Methodset_input
Unpack input data from the dataloader and perform necessary pre-processing steps. Parameters: input (dict): includes the data its
models/base_model.py:71
Methodset_input
Unpack input data from the dataloader and perform necessary pre-processing steps. Parameters: input: a dictionary that contains t
models/template_model.py:72
Functionstr2bool
(v)
util/util.py:13
← previous301–313 of 313, ranked by callers