MCPcopy Create free account

hub / github.com/SpenserCai/sd-webui-deoldify / functions

Functions1,778 in github.com/SpenserCai/sd-webui-deoldify

↓ 1 callersFunctionSendInfoMsg
(s *discordgo.Session, i *discordgo.InteractionCreate, opt *Options)
bot/core/command_handlers/deoldify_command.go:46
↓ 1 callersFunctionSetOptions
(disOps map[string]*discordgo.ApplicationCommandInteractionDataOption, opt *Options)
bot/core/command_handlers/deoldify_command.go:30
↓ 1 callersFunction_LoadNvmlLibrary
Load the library if it isn't loaded already
fastai/utils/pynvml_gate.py:18
↓ 1 callersMethod__init__
(self, layer_wgts=[20, 70, 10])
deoldify/loss.py:9
↓ 1 callersMethod__init__
(self, learn: Learner, stats: tuple = imagenet_stats)
deoldify/filters.py:24
↓ 1 callersMethod__init__
(self)
fastai/torch_core.py:90
↓ 1 callersMethod__init__
(self, name:str, param:float=0.9, scope=StatScope.Weight, init:float=0., decay:bool=True, debias:bool=False)
fastai/general_optimizer.py:79
↓ 1 callersMethod__init__
(self, cats, conts, classes, names)
fastai/collab.py:16
↓ 1 callersMethod__init__
(self, m:nn.Module, hook_func:HookFunc, is_forward:bool=True, detach:bool=True)
fastai/callbacks/hooks.py:12
↓ 1 callersMethod__init__
(self, crit, reduction='mean')
fastai/callbacks/mixup.py:43
↓ 1 callersMethod__init__
(self, px:Tensor)
fastai/vision/image.py:64
↓ 1 callersMethod__init__
(self, learn:Learner, preds:Tensor, y_true:Tensor, losses:Tensor, ds_type:DatasetType=Dataset
fastai/vision/interpret.py:12
↓ 1 callersMethod__init__
(self, up_in_c:int, x_in_c:int, hook:Hook, final_div:bool=True, blur:bool=False, leaky:float=None,
fastai/vision/models/unet.py:16
↓ 1 callersMethod__init__
(self, cats, conts, classes, names)
fastai/tabular/data.py:26
↓ 1 callersMethod__init__
(self, input_size:int, hidden_size:int, n_layers:int=1, bias:bool=True, batch_first:bool=True,
fastai/text/models/qrnn.py:132
↓ 1 callersMethod__init__
(self, vocab_sz:int, emb_sz:int, n_hid:int, n_layers:int, pad_token:int=1, hidden_p:float=0.2,
fastai/text/models/awd_lstm.py:80
↓ 1 callersMethod__init__
(self, vocab_sz:int, ctx_len:int, n_layers:int, n_heads:int, d_model:int, d_head:int, d_inner:int,
fastai/text/models/transformer.py:151
↓ 1 callersMethod__post_init__
Setup path,metrics, callbacks and ensure model directory exists.
fastai/basic_train.py:166
↓ 1 callersMethod__pre_init__
(self)
fastai/torch_core.py:89
↓ 1 callersMethod__repr__
(self)
fastai/utils/mem.py:125
↓ 1 callersFunction_affine_inv_mult
Applies the inverse affine transform described in `m` to `c`.
fastai/vision/image.py:565
↓ 1 callersMethod_apply_attention
(self, x:Tensor, mask:Tensor=None)
fastai/text/models/transformer.py:47
↓ 1 callersFunction_bn
Batchnorm layer with 0 initialization
fastai/vision/models/wrn.py:6
↓ 1 callersMethod_build_video
(self, source_path: Path)
deoldify/visualize.py:285
↓ 1 callersMethod_calc_l2wass_dist
( self, mean_stl, tr_cov_stl, root_cov_stl, mean_synth, cov_synth )
deoldify/loss.py:95
↓ 1 callersMethod_colorize_raw_frames
( self, source_path: Path, render_factor: int = None, post_process: bool = True,g_process_bar: gr.Prog
deoldify/visualize.py:261
↓ 1 callersFunction_compute_zs_mat
Utility routine to compute zoom/squish matrix.
fastai/vision/transform.py:319
↓ 1 callersFunction_download_images
Downloads images in `img_tuples` to `label_path`. If the directory doesn't exist, it'll be created automatically. Uses `parallel` to spe
fastai/widgets/image_downloader.py:159
↓ 1 callersMethod_download_video_from_url
(self, source_url, source_path: Path)
deoldify/visualize.py:222
↓ 1 callersFunction_draw_rect
Draw bounding box on `ax`.
fastai/vision/image.py:41
↓ 1 callersFunction_eval_dropouts
(mod)
fastai/text/interpret.py:30
↓ 1 callersFunction_eval_dropouts
(mod)
fastai/text/models/awd_lstm.py:197
↓ 1 callersMethod_extract_raw_frames
(self, source_path: Path)
deoldify/visualize.py:235
↓ 1 callersFunction_fetch_img_tuples
Parse the Google Images Search for urls and return the image metadata as tuples (fname, url).
fastai/widgets/image_downloader.py:113
↓ 1 callersFunction_fetch_img_tuples_webdriver
Parse the Google Images Search for urls and return the image metadata as tuples (fname, url). Use this for downloads of >100 images. Requires
fastai/widgets/image_downloader.py:127
↓ 1 callersFunction_fuzzy_line_match
Find any lines where `fn_name` is called
fastai/gen_doc/nbtest.py:150
↓ 1 callersMethod_get_ctx
Return ' (ctx: subctx)' or ' (ctx)' or ' (subctx)' or '' depending on this and constructor arguments
fastai/utils/mem.py:129
↓ 1 callersFunction_get_default_args
(func:Callable)
fastai/vision/image.py:49
↓ 1 callersMethod_get_doc
Return documentary of class By default it returns docstring of class, but it can be overridden for example for cases like merging own
fastai/gen_doc/docstrings.py:121
↓ 1 callersMethod_get_ffmpeg_probe
(self, path:Path)
deoldify/visualize.py:201
↓ 1 callersMethod_get_fps
(self, source_path: Path)
deoldify/visualize.py:214
↓ 1 callersMethod_get_image_tensors
Gets list of image tensors from lists of Image objects, as a tuple of original, generated and real(target) images.
fastai/callbacks/tensorboard.py:381
↓ 1 callersMethod_get_model_ready_image
(self, orig: PilImage, sz: int)
deoldify/filters.py:43
↓ 1 callersFunction_get_resize_target
Calc size of `img` to fit in `crop_target` - adjust based on `do_crop`.
fastai/vision/image.py:601
↓ 1 callersFunction_get_sfs_idxs
Get the indexes of the layers where the size of the activation changes.
fastai/vision/models/unet.py:7
↓ 1 callersMethod_get_source
(self, inp)
fastai/text/models/qrnn.py:120
↓ 1 callersMethod_get_style_vals
(self, tensor)
deoldify/loss.py:85
↓ 1 callersMethod_get_val2
(self, state, val, param)
fastai/general_optimizer.py:58
↓ 1 callersMethod_get_val3
(self, state, val, param)
fastai/general_optimizer.py:59
↓ 1 callersFunction_grid_sample
Resample pixels in `coords` from `x` by `mode`, with `padding_mode` in ('reflection','border','zeros').
fastai/vision/image.py:531
↓ 1 callersFunction_img_fname
Return image file name including the extension given its url.
fastai/widgets/image_downloader.py:109
↓ 1 callersMethod_init_ui
Initialize the widget UI and return the UI.
fastai/widgets/image_downloader.py:27
↓ 1 callersFunction_is_file_match
(elt, file_name:str, exact_match:bool=False)
fastai/gen_doc/nbtest.py:107
↓ 1 callersFunction_line_shift
Shift the line i of `x` by p-i elements to the left, is `mask` puts 0s on the diagonal.
fastai/text/models/transformer.py:81
↓ 1 callersFunction_make_group
(N, ni, nf, block, stride, drop_p)
fastai/vision/models/wrn.py:34
↓ 1 callersMethod_make_layer
(self, expansion, ni, nf, blocks, stride)
fastai/vision/models/xresnet.py:73
↓ 1 callersMethod_model_process
(self, orig: PilImage, sz: int)
deoldify/filters.py:48
↓ 1 callersMethod_plot_comparison
( self, figsize: Tuple[int, int], render_factor: int, display_render_factor: b
deoldify/visualize.py:88
↓ 1 callersMethod_plot_imgs
Plots the most confused images
fastai/widgets/class_confusion.py:107
↓ 1 callersMethod_plot_solo
( self, figsize: Tuple[int, int], render_factor: int, display_render_factor: b
deoldify/visualize.py:112
↓ 1 callersMethod_plot_tab
Generates graphs
fastai/widgets/class_confusion.py:69
↓ 1 callersMethod_populate_tabs
Adds relevant graphs to each tab
fastai/widgets/class_confusion.py:60
↓ 1 callersMethod_post_process
(self, raw_color: PilImage, orig: PilImage)
deoldify/filters.py:100
↓ 1 callersMethod_relative_item_path
(self, i)
fastai/data_block.py:144
↓ 1 callersFunction_remove_points_out
(flow:FlowField)
fastai/vision/image.py:448
↓ 1 callersFunction_resolve_tfms
Resolve every tfm in `tfms`.
fastai/vision/image.py:527
↓ 1 callersMethod_save_gen_learner
(self, iteration: int, epoch: int)
deoldify/save.py:27
↓ 1 callersMethod_save_result_image
(self, source_path: Path, image: Image, results_dir = None)
deoldify/visualize.py:128
↓ 1 callersMethod_scale_to_square
(self, orig: PilImage, targ: int)
deoldify/filters.py:37
↓ 1 callersFunction_search_url
Return a Google Images Search URL for a given search term.
fastai/widgets/image_downloader.py:103
↓ 1 callersMethod_set_trainable
(self)
fastai/vision/gan.py:80
↓ 1 callersMethod_setweights
Apply dropout to the raw weights.
fastai/text/models/awd_lstm.py:38
↓ 1 callersMethod_show_losses
Checks if the model is for Tabular or Images and gathers top losses
fastai/widgets/class_confusion.py:30
↓ 1 callersMethod_single_wass_loss
(self, pred, targ)
deoldify/loss.py:107
↓ 1 callersFunction_sixel_encode
(data, width, height)
fastai/sixel.py:5
↓ 1 callersMethod_split_stats
(self, stats)
fastai/general_optimizer.py:105
↓ 1 callersFunction_submodule_name
Returns submodule - utils, text, vision, imports, etc.
fastai/gen_doc/nbtest.py:114
↓ 1 callersFunction_symbol_skeleton
(name)
fastai/gen_doc/gen_notebooks.py:91
↓ 1 callersMethod_tab_losses
Gathers dataframes of the combinations data
fastai/widgets/class_confusion.py:138
↓ 1 callersMethod_transform
(self, image: PilImage)
deoldify/filters.py:34
↓ 1 callersMethod_unsquare
(self, image: PilImage, orig: PilImage)
deoldify/filters.py:70
↓ 1 callersMethod_update_mems
(self, hids)
fastai/text/models/transformer.py:195
↓ 1 callersFunction_url_params
Build Google Images Search Url params and return them as a string.
fastai/widgets/image_downloader.py:93
↓ 1 callersMethod_write_avg_gradient
Writes the average of the gradients to Tensorboard.
fastai/callbacks/tensorboard.py:328
↓ 1 callersMethod_write_avg_norm
Writes the average norm of the gradients to Tensorboard.
fastai/callbacks/tensorboard.py:302
↓ 1 callersMethod_write_critic_model_stats
Writes gradient statistics for critic to Tensorboard.
fastai/callbacks/tensorboard.py:127
↓ 1 callersMethod_write_gen_model_stats
Writes gradient statistics for generator to Tensorboard.
fastai/callbacks/tensorboard.py:121
↓ 1 callersMethod_write_histogram
Writes single model histogram to Tensorboard.
fastai/callbacks/tensorboard.py:271
↓ 1 callersMethod_write_images
Writes model generated, original and real images to Tensorboard.
fastai/callbacks/tensorboard.py:148
↓ 1 callersMethod_write_images
Writes model generated, original and real images to Tensorboard
fastai/callbacks/tensorboard.py:183
↓ 1 callersMethod_write_max_gradient
Writes the maximum of the gradients to Tensorboard.
fastai/callbacks/tensorboard.py:338
↓ 1 callersMethod_write_max_norm
Writes the maximum norm of the gradients to Tensorboard.
fastai/callbacks/tensorboard.py:312
↓ 1 callersMethod_write_median_gradient
Writes the median of the gradients to Tensorboard.
fastai/callbacks/tensorboard.py:333
↓ 1 callersMethod_write_median_norm
Writes the median norm of the gradients to Tensorboard.
fastai/callbacks/tensorboard.py:307
↓ 1 callersMethod_write_metrics
Writes training metrics to Tensorboard.
fastai/callbacks/tensorboard.py:73
↓ 1 callersMethod_write_min_gradient
Writes the minimum of the gradients to Tensorboard.
fastai/callbacks/tensorboard.py:343
↓ 1 callersMethod_write_min_norm
Writes the minimum norm of the gradients to Tensorboard.
fastai/callbacks/tensorboard.py:317
↓ 1 callersMethod_write_model_stats
Writes gradient statistics to Tensorboard.
fastai/callbacks/tensorboard.py:53
↓ 1 callersMethod_write_model_stats
Writes gradient statistics to Tensorboard.
fastai/callbacks/tensorboard.py:133
↓ 1 callersMethod_write_num_zeros
Writes the number of zeroes in the gradients to Tensorboard.
fastai/callbacks/tensorboard.py:322
← previousnext →401–500 of 1,778, ranked by callers