MCPcopy Create free account

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

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

↓ 3 callersFunctionis1d
Return `True` if `a` is one-dimensional
fastai/core.py:96
↓ 3 callersFunctionjekyll_div
(s,c,h,icon=None)
fastai/gen_doc/nbdoc.py:332
↓ 3 callersFunctionload_pynvml_env
()
fastai/utils/pynvml_gate.py:51
↓ 3 callersFunctionmake_date
Make sure `df[field_name]` is of the right date type.
fastai/tabular/transform.py:10
↓ 3 callersFunctionnum_distrib
Return the number of processes in distributed training (if applicable).
fastai/torch_core.py:404
↓ 3 callersFunctionone_param
Return the first parameter of `m`.
fastai/torch_core.py:371
↓ 3 callersFunctionparallel
Call `func` on every element of `arr` in parallel using `max_workers`.
fastai/core.py:346
↓ 3 callersMethodprocess_one
Apply `processor` or `self.processor` to `item`.
fastai/data_block.py:86
↓ 3 callersFunctionrank_distrib
Return the distributed rank of this process (if applicable).
fastai/torch_core.py:408
↓ 3 callersMethodrefresh
Apply any logit, flow, or affine transfers that have been sent to the `Image`.
fastai/vision/image.py:133
↓ 3 callersMethodresolve
Bind any random variables in the transform.
fastai/vision/image.py:496
↓ 3 callersFunctionshow_image
Display `Image` in notebook.
fastai/vision/image.py:433
↓ 3 callersMethodsplit_by_idxs
Split the data between `train_idx` and `valid_idx`.
fastai/data_block.py:193
↓ 3 callersMethodsplit_none
Don't split the data and create an empty validation set.
fastai/data_block.py:183
↓ 3 callersMethodstop
(self)
fastai/utils/mem.py:109
↓ 3 callersMethodswitch
Switch the model, if `gen_mode` is provided, in the desired mode.
fastai/vision/gan.py:143
↓ 3 callersFunctiontqdm
(x)
fid/fid_score.py:54
↓ 3 callersFunctiontry_import
Try to import `module`. Returns module's object on success, None on failure
fastai/imports/core.py:39
↓ 3 callersFunctiontry_save
(state:Dict, path:Path=None, file:PathLikeOrBinaryStream=None)
fastai/torch_core.py:417
↓ 3 callersFunctionuniqueify
Return sorted unique values of `x`.
fastai/core.py:100
↓ 3 callersFunctionvalidate
Calculate `loss_func` of `model` on `dl` in evaluation mode.
fastai/basic_train.py:53
↓ 2 callersMethod__init__
(self, learn:Learner, cuda_id:int=0)
fastai/distributed.py:21
↓ 2 callersMethod__init__
(self, block, layers, c_out=1000)
fastai/vision/models/xresnet2.py:89
↓ 2 callersMethod__init__
(self, block, layers, num_classes=1000)
fastai/vision/models/presnet.py:70
↓ 2 callersMethod__init__
(self, ids, text)
fastai/text/data.py:280
↓ 2 callersFunction_affine_grid
(size:TensorImageSize)
fastai/vision/image.py:544
↓ 2 callersFunction_affine_mult
Multiply `c` by `m` - can adjust for rectangular shaped `c`.
fastai/vision/image.py:554
↓ 2 callersMethod_calc_2_moments
(self, tensor)
deoldify/loss.py:73
↓ 2 callersMethod_call_and_update
Call `cb_name` on `cb` and update the inner state.
fastai/callback.py:239
↓ 2 callersMethod_change_dl
(self, dl, shuffle)
fastai/distributed.py:25
↓ 2 callersFunction_check_file
(fname)
fastai/datasets.py:215
↓ 2 callersMethod_colorize_from_path
( self, source_path: Path, render_factor: int = None, post_process: bool = True,g_process_bar: gr.Prog
deoldify/visualize.py:376
↓ 2 callersMethod_compute_boxes
(self)
fastai/vision/image.py:367
↓ 2 callersFunction_compute_statistics_of_path
(path, model, batch_size, dims, cuda)
fid/fid_score.py:261
↓ 2 callersMethod_create_tabs
Creates a tab for each variable
fastai/widgets/class_confusion.py:35
↓ 2 callersFunction_do_perspective_warp
Apply warp to `targ_pts` from `_orig_pts` to `c` `FlowField`.
fastai/vision/transform.py:259
↓ 2 callersFunction_draw_outline
Outline bounding box onto image `Patch`.
fastai/vision/image.py:36
↓ 2 callersMethod_encode_batch
(self, texts)
fastai/text/data.py:474
↓ 2 callersMethod_get_by_folder
(self, name)
fastai/data_block.py:203
↓ 2 callersFunction_get_crop_target
Calc crop shape of `target_px` to nearest multiple of `mult`.
fastai/vision/image.py:596
↓ 2 callersFunction_get_elapsed
(df:DataFrame,field_names:Collection[str], date_field:str, base_field:str, prefix:str)
fastai/tabular/transform.py:68
↓ 2 callersFunction_get_files
(parent, p, f, extensions)
fastai/data_block.py:22
↓ 2 callersMethod_get_image_from_url
(self, url: str)
deoldify/visualize.py:30
↓ 2 callersFunction_get_init_state
()
fastai/callback.py:221
↓ 2 callersMethod_get_new_batch
Retrieves new batch of DatasetType, and detaches it.
fastai/callbacks/tensorboard.py:40
↓ 2 callersFunction_get_processor
(tokenizer:Tokenizer=None, vocab:Vocab=None, chunksize:int=10000, max_vocab:int=60000, min_
fastai/text/data.py:140
↓ 2 callersFunction_get_sfs_idxs
Get the indexes of the layers where the size of the activation changes.
deoldify/unet.py:13
↓ 2 callersFunction_get_size
(xs,i)
fastai/vision/data.py:344
↓ 2 callersMethod_get_val1
(self, val)
fastai/general_optimizer.py:57
↓ 2 callersFunction_html_to_img_tuples
Parse the google images html to img tuples containining `(fname, url)`
fastai/widgets/image_downloader.py:119
↓ 2 callersMethod_interp_show
Show ImageSegment with color mapping labels
fastai/vision/interpret.py:24
↓ 2 callersMethod_label_from_list
Label `self.items` with `labels`.
fastai/data_block.py:266
↓ 2 callersFunction_loss_func_name2activ
(name:str, axis:int=-1)
fastai/basic_train.py:123
↓ 2 callersMethod_make_features
(self, x, clone=False)
deoldify/loss.py:26
↓ 2 callersMethod_make_features
(self, x, clone=False)
deoldify/loss.py:69
↓ 2 callersFunction_maybe_squeeze
(arr)
fastai/data_block.py:13
↓ 2 callersMethod_open_pil_image
(self, path: Path)
deoldify/visualize.py:27
↓ 2 callersFunction_pad_coord
(x, row_pad:int, col_pad:int, mode='zeros')
fastai/vision/transform.py:101
↓ 2 callersFunction_path_to_same_str
path -> str, but same on nt+posix, for alpha-sort only
fastai/data_block.py:15
↓ 2 callersMethod_precision
(self)
fastai/metrics.py:179
↓ 2 callersMethod_process_all_1
Process a list of `texts` in one process.
fastai/text/transform.py:110
↓ 2 callersMethod_purge_images
(self, dir)
deoldify/visualize.py:196
↓ 2 callersMethod_recall
(self)
fastai/metrics.py:171
↓ 2 callersMethod_relative_item_paths
(self)
fastai/data_block.py:145
↓ 2 callersMethod_repr_image_format
(self, format_str)
fastai/vision/image.py:91
↓ 2 callersMethod_repr_jpeg_
(self)
fastai/vision/image.py:89
↓ 2 callersFunction_round_multiple
Calc `x` to nearest multiple of `mult`.
fastai/vision/image.py:592
↓ 2 callersFunction_test_cnn
(m)
fastai/vision/learner.py:134
↓ 2 callersFunction_treat_html
(o:str)
fastai/core.py:326
↓ 2 callersFunction_url2tgz
(url, data=True, ext:str='.tgz')
fastai/datasets.py:190
↓ 2 callersMethod_write_for_dstype
Writes batch images of specified DatasetType to Tensorboard.
fastai/callbacks/tensorboard.py:407
↓ 2 callersMethodadd_test_folder
Add test set containing items from `test_folder` and an arbitrary `label`.
fastai/data_block.py:565
↓ 2 callersMethodadd_tfm
(self,tfm:Callable)
fastai/basic_data.py:143
↓ 2 callersMethodanalyze_pred
Called on `pred` before `reconstruct` for additional preprocessing.
fastai/data_block.py:93
↓ 2 callersFunctionanno_repr
(a)
fastai/gen_doc/nbdoc.py:66
↓ 2 callersFunctionapply_rules
Apply `pre_rules` and `post_rules` to `text`
fastai/text/data.py:397
↓ 2 callersMethodbackward
Pass `item` through the model and computes the gradient. Useful if `backward_hooks` are attached.
fastai/basic_train.py:365
↓ 2 callersFunctionbelongs_to_module
Check if `t` belongs to `module_name`.
fastai/gen_doc/nbdoc.py:41
↓ 2 callersMethodcalc
Apply to image `x`, wrapping it if necessary.
fastai/vision/image.py:474
↓ 2 callersMethodconfusion_matrix
Confusion matrix as an `np.ndarray`.
fastai/train.py:171
↓ 2 callersFunctionconv
(ni, nf, ks=3, stride=1, bias=False)
fastai/vision/models/presnet.py:18
↓ 2 callersFunctionconv3x3
(in_planes, out_planes, stride=1)
fastai/vision/models/xresnet2.py:11
↓ 2 callersFunctionconv_layer
(conv_1st, ni, nf, ks=3, stride=1, zero_bn=False, bias=False)
fastai/vision/models/presnet.py:21
↓ 2 callersFunctionconvert_nb
Convert a notebook `fname` to html file in `dest_path`.
fastai/gen_doc/convert2html.py:21
↓ 2 callersMethodcreate
Create an `optim.Optimizer` from `opt_func` with `lr`. Set lr on `layer_groups`.
fastai/callback.py:20
↓ 2 callersMethodcreate
Create an ImageBBox object from `bboxes`.
fastai/vision/image.py:356
↓ 2 callersFunctioncritic
(ch_in:int, n_ftrs:int=64, n_layers:int=3, norm_layer:nn.Module=None, sigmoid:bool=False)
fastai/vision/cyclegan.py:63
↓ 2 callersMethodcritic
Create some `fake_pred` with the generator from `input` and compare them to `real_pred` in `self.loss_funcD`.
fastai/vision/gan.py:65
↓ 2 callersMethoddata_archive_path
Get the path to data archives in the config file.
fastai/datasets.py:155
↓ 2 callersMethoddata_path
Get the path to data in the config file.
fastai/datasets.py:150
↓ 2 callersMethoddata_set
(self)
fastai/utils/mem.py:85
↓ 2 callersFunctiondatapath4file
Return data path to `filename`, checking locally first then in the config file.
fastai/datasets.py:199
↓ 2 callersFunctiondispatch_cuda
(cuda_class, cpu_func, x)
fastai/text/models/qrnn.py:15
↓ 2 callersFunctionembedding
Create an embedding layer.
fastai/layers.py:281
↓ 2 callersFunctionexecute_nb
Execute notebook `fname` with `metadata` for preprocessing.
fastai/gen_doc/gen_notebooks.py:79
↓ 2 callersMethodfit
Fit the model on this learner with `lr` learning rate, `wd` weight decay for `epochs` with `callbacks`.
fastai/basic_train.py:195
↓ 2 callersFunctionformat_ft_def
Format and link `func` definition to show in documentation
fastai/gen_doc/nbdoc.py:79
↓ 2 callersMethodforward
(self, x)
fastai/layers.py:18
↓ 2 callersMethodforward
(self, inp, hid=None)
fastai/text/models/qrnn.py:154
↓ 2 callersMethodfreeze_to
Freeze layers up to layer group `n`.
fastai/basic_train.py:216
← previousnext →201–300 of 1,778, ranked by callers