MCPcopy Create free account

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

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

Methodforward
(self, *args)
fastai/vision/gan.py:47
Methodforward
(self, output, target)
fastai/vision/gan.py:296
Methodforward
(self, x)
fastai/vision/cyclegan.py:35
Methodforward
(self, real_A, real_B)
fastai/vision/cyclegan.py:90
Methodforward
(self, output, target:bool)
fastai/vision/cyclegan.py:99
Methodforward
(self, output, target)
fastai/vision/cyclegan.py:112
Methodforward
(self,x)
fastai/vision/models/xception.py:34
Methodforward
(self, up_in:Tensor)
fastai/vision/models/unet.py:27
Methodforward
(self, x)
fastai/vision/models/darknet.py:19
Methodforward
(self, x)
fastai/vision/models/darknet.py:37
Methodforward
(self, x)
fastai/vision/models/xresnet2.py:28
Methodforward
(self, x)
fastai/vision/models/xresnet2.py:62
Methodforward
(self, x)
fastai/vision/models/xresnet2.py:131
Methodforward
(self, x)
fastai/vision/models/xresnet.py:13
Methodforward
(self, x)
fastai/vision/models/xresnet.py:47
Methodforward
(self, x)
fastai/vision/models/wrn.py:26
Methodforward
(self, x)
fastai/vision/models/wrn.py:51
Methodforward
(self, x)
fastai/vision/models/presnet.py:42
Methodforward
(self, x)
fastai/vision/models/presnet.py:60
Methodforward
(self, x)
fastai/vision/models/presnet.py:101
Methodforward
(self, x_cat:Tensor, x_cont:Tensor)
fastai/tabular/models.py:32
Methodforward
(self, input:Tuple[Tensor,Tensor, Tensor])
fastai/text/learner.py:240
Methodforward
(self, input:LongTensor)
fastai/text/learner.py:258
Methodforward
(ctx, x:Tensor, f:Tensor, hidden_init:Optional[Tensor]=None, batch_first:bool=True)
fastai/text/models/qrnn.py:21
Methodforward
(ctx, x:Tensor, f:Tensor, hidden_init:Optional[Tensor]=None, batch_first:bool=True)
fastai/text/models/qrnn.py:46
Methodforward
(self, inp, hid=None)
fastai/text/models/qrnn.py:100
Methodforward
(self, x:Tensor)
fastai/text/models/awd_lstm.py:22
Methodforward
(self, *args:ArgStar)
fastai/text/models/awd_lstm.py:44
Methodforward
(self, words:LongTensor, scale:Optional[float]=None)
fastai/text/models/awd_lstm.py:65
Methodforward
(self, input:Tuple[Tensor,Tensor])
fastai/text/models/awd_lstm.py:147
Methodforward
(self, pos:Tensor)
fastai/text/models/transformer.py:15
Methodforward
(self, x)
fastai/text/models/transformer.py:21
Methodforward
(self, x)
fastai/text/models/transformer.py:24
Methodforward
(self, x:Tensor, mask:Tensor=None, **kwargs)
fastai/text/models/transformer.py:44
Methodforward
(self, x:Tensor, mask:Tensor=None, **kwargs)
fastai/text/models/transformer.py:147
Methodforward
(self, x)
fastai/text/models/transformer.py:165
Methodforward
(self, x)
fastai/text/models/transformer.py:205
Methodforward
Get Inception feature maps Parameters ---------- inp : torch.autograd.Variable Input tensor of shape Bx3xHxW. Val
fid/inception.py:130
Methodforward
(self, x)
fid/inception.py:197
Methodforward
(self, x)
fid/inception.py:224
Methodforward
(self, x)
fid/inception.py:254
Methodforward
(self, x)
fid/inception.py:289
Methodfrom_csv
Create an `ItemList` in `path` from the inputs in the `cols` of `path/csv_name`
fastai/data_block.py:138
Methodfrom_csv
Create from a csv file in `path/csv_labels`.
fastai/vision/data.py:125
Methodfrom_csv
Get the filenames in `path/csv_name` opened with `header`.
fastai/vision/data.py:294
Methodfrom_csv
Create a `TextDataBunch` from texts in csv files. `kwargs` are passed to the dataloader creation.
fastai/text/data.py:210
Methodfrom_df
Create a `DataBunch` suitable for collaborative filtering from `ratings`.
fastai/collab.py:53
Methodfrom_df
Create from a `DataFrame` `df`.
fastai/vision/data.py:116
Methodfrom_df
Create a `DataBunch` from `df` and `valid_idx` with `dep_var`. `kwargs` are passed to `DataBunch.create`.
fastai/tabular/data.py:88
Methodfrom_folder
Create from imagenet style dataset in `path` with `train`,`valid`,`test` subfolders (or provide `valid_pct`).
fastai/vision/data.py:105
Methodfrom_folder
Create a `TextDataBunch` from text files in folders.
fastai/text/data.py:227
Methodfrom_learners
Create a GAN from `learn_gen` and `learn_crit`.
fastai/vision/gan.py:218
Methodfrom_lists
Create from list of `fnames` in `path`.
fastai/vision/data.py:135
Methodfrom_name_re
Create from list of `fnames` in `path` with re expression `pat`.
fastai/vision/data.py:152
Methodfrom_similars
Gets the indices for the most similar images.
fastai/widgets/image_cleaner.py:36
Methodfrom_tokens
Create a `TextDataBunch` from tokens and labels. `kwargs` are passed to the dataloader creation.
fastai/text/data.py:178
Methodfrom_toplosses
Gets indices with top losses.
fastai/widgets/image_cleaner.py:17
Functiongan_critic
Critic to train a `GAN`.
fastai/vision/gan.py:260
Methodgenerate_classes
Generate classes from `items` by taking the sorted unique values.
fastai/data_block.py:397
Methodgenerate_classes
Generate classes from unique `items` and add `background`.
fastai/vision/data.py:338
Methodget
(self, i)
fastai/data_block.py:319
Methodget
(self, i)
fastai/data_block.py:375
Methodget
(self, i)
fastai/data_block.py:418
Methodget
(self, i)
fastai/data_block.py:440
Methodget
(self, i)
fastai/vision/data.py:356
Methodget
(self, i)
fastai/vision/data.py:405
Functionget_annotations
Open a COCO style json in `fname` and returns the lists of filenames (with maybe `prefix`) and labelled bboxes.
fastai/vision/data.py:24
Functionget_artistic_video_colorizer
( root_folder: Path = Path('./'), weights_name: str = 'ColorizeArtistic_gen', results_dir='result_
deoldify/visualize.py:395
Methodget_info
(cls)
fastai/gen_doc/docstrings.py:130
Functionget_layer_name
(layer:nn.Module)
fastai/callbacks/hooks.py:158
Functionget_module_toc
Display table of contents for given `mod_name`.
fastai/gen_doc/nbdoc.py:245
Functionget_param_groups
(layer_groups:Collection[nn.Module])
fastai/torch_core.py:199
Methodget_stat
(self, name:str)
fastai/callback.py:122
Methodget_state
Return the inner state minus the layer groups.
fastai/callback.py:146
Functionget_video_colorizer
(render_factor: int = 21,workfolder:str = "./video")
deoldify/visualize.py:391
Functiongpu_mem_get_free
get free memory (in MBs) for the currently selected gpu id, w/o emptying the cache
fastai/utils/mem.py:41
Functiongpu_mem_get_free_no_cache
get free memory (in MBs) for the currently selected gpu id, after emptying the cache
fastai/utils/mem.py:45
Functiongpu_mem_get_used
get used memory (in MBs) for the currently selected gpu id, w/o emptying the cache
fastai/utils/mem.py:50
Functiongpu_mem_restore
Reclaim GPU RAM if CUDA out of memory happened, or execution was interrupted
fastai/utils/ipython.py:35
Functiongpu_mem_trace
A decorator that runs `GPUMemTrace` w/ report on func
fastai/utils/mem.py:169
Functiongpu_with_max_free_mem
get [gpu_id, its_free_ram] for the first gpu with highest available RAM
fastai/utils/mem.py:64
Functionhave_min_pkg_version
Check whether we have at least `version` of `package`. Returns True on success, False otherwise.
fastai/imports/core.py:44
Methodhook
Take the mean and std of `o`.
fastai/callbacks/hooks.py:91
Methodhook_fn
Applies `hook_func` to `module`, `input`, `output`.
fastai/callbacks/hooks.py:18
Methodhtml_intrinsic_attention
(self, text:str, class_id:int=None, **kwargs)
fastai/text/interpret.py:70
Methodhtml_intrinsic_attention
(self, text:str, class_id:int=None, **kwargs)
fastai/text/models/awd_lstm.py:231
Functionidx_dict
Create a dictionary value to index from `a`.
fastai/core.py:106
Functioninceptionresnetv2
(pretrained:bool=False)
fastai/vision/models/cadene_models.py:37
Functioninceptionv4
(pretrained:bool=False)
fastai/vision/models/cadene_models.py:19
Methodinit
(self, init)
fastai/basic_train.py:177
Functioninit_transformer
(m)
fastai/text/models/transformer.py:228
Functioninsert_cells
Insert the function doc `cells` at their correct position and updates `pos_dict`.
fastai/gen_doc/gen_notebooks.py:175
Functionintercept_args
(self, dataset, batch_size=1, shuffle=False, sampler=None, batch_sampler=None, num_workers=0,
fastai/basic_data.py:10
Methodis_done
Return `True` if schedule completed.
fastai/callback.py:393
Methodis_empty
(self)
fastai/basic_data.py:227
Functionjekyll_important
(s)
fastai/gen_doc/nbdoc.py:339
Functionjekyll_note
(s)
fastai/gen_doc/nbdoc.py:337
Functionjekyll_warn
(s)
fastai/gen_doc/nbdoc.py:338
Functionjoin_paths
Join `path` to every file name in `fnames`.
fastai/core.py:242
Methodjump_to_epoch
(self, epoch:int)
fastai/callbacks/general_sched.py:36
← previousnext →1,301–1,400 of 1,778, ranked by callers