↓ 1 callersFunctionget_feature get a list of features from images :param x: generated images, of shape [num_images, height, width, rgb] :return: feature table, of shap
src/tl_gan/script_old_discover_feature_axis.py:27
↓ 1 callersFunctionget_loc_control(idx_feature, nrows=8, ncols=5,
xywh_range=(0.51, 0.05, 0.48, 0.8))
src/tl_gan/script_generation_interactive.py:139
↓ 1 callersMethodprocess_items_concurrently(self, item_iterator, process_func=lambda x: x, pre_func=lambda x: x, post_func=lambda x: x, max_items_in_flig
src/model/pggan/dataset_tool.py:161
↓ 1 callersMethodprocess_items_concurrently(self, item_iterator, process_func=lambda x: x, pre_func=lambda x: x, post_func=lambda x: x, max_items_in_flig
src/ingestion/dataset_tool_modify.py:168
↓ 1 callersFunctionsetup_text_label(text, font='Calibri', fontsize=32, padding=6, glow_size=2.0, glow_coef=3.0, glow_exp=2.0, cache_size=100)
src/model/pggan/misc.py:319
FunctionD_wgangp_acgan(G, D, opt, training_set, minibatch_size, reals, labels,
wgan_lambda = 10.0, # Weight for the grad
src/model/pggan/loss.py:43
Method__init__(self, resolution=1024, num_channels=3, dtype='uint8', dynamic_range=[0,255], label_size=0, label_dtype='float
src/model/pggan/dataset.py:172