Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/JunlinHan/DCLGAN
/ functions
Functions
313 in github.com/JunlinHan/DCLGAN
⨍
Functions
313
◇
Types & classes
76
Method
modify_commandline_options
Configures options specific for FASTCUT model
models/fastcut_model.py:19
Method
optimize_parameters
(self)
models/simdcl_model.py:148
Method
optimize_parameters
Calculate losses, gradients, and update network weights; called in every training iteration
models/cycle_gan_model.py:170
Method
optimize_parameters
Calculate losses, gradients, and update network weights; called in every training iteration
models/base_model.py:85
Method
optimize_parameters
(self)
models/cut_model.py:103
Method
optimize_parameters
Update network weights; it will be called in every training iteration.
models/template_model.py:94
Method
optimize_parameters
(self)
models/fastcut_model.py:107
Function
print_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
Function
save_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
Method
set_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
Method
set_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
Method
set_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
Function
str2bool
(v)
util/util.py:13
← previous
301–313 of 313, ranked by callers