Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/SpenserCai/sd-webui-deoldify
/ functions
Functions
1,778 in github.com/SpenserCai/sd-webui-deoldify
⨍
Functions
1,778
◇
Types & classes
284
↳
Endpoints
1
Method
forward
(self, *args)
fastai/vision/gan.py:47
Method
forward
(self, output, target)
fastai/vision/gan.py:296
Method
forward
(self, x)
fastai/vision/cyclegan.py:35
Method
forward
(self, real_A, real_B)
fastai/vision/cyclegan.py:90
Method
forward
(self, output, target:bool)
fastai/vision/cyclegan.py:99
Method
forward
(self, output, target)
fastai/vision/cyclegan.py:112
Method
forward
(self,x)
fastai/vision/models/xception.py:34
Method
forward
(self, up_in:Tensor)
fastai/vision/models/unet.py:27
Method
forward
(self, x)
fastai/vision/models/darknet.py:19
Method
forward
(self, x)
fastai/vision/models/darknet.py:37
Method
forward
(self, x)
fastai/vision/models/xresnet2.py:28
Method
forward
(self, x)
fastai/vision/models/xresnet2.py:62
Method
forward
(self, x)
fastai/vision/models/xresnet2.py:131
Method
forward
(self, x)
fastai/vision/models/xresnet.py:13
Method
forward
(self, x)
fastai/vision/models/xresnet.py:47
Method
forward
(self, x)
fastai/vision/models/wrn.py:26
Method
forward
(self, x)
fastai/vision/models/wrn.py:51
Method
forward
(self, x)
fastai/vision/models/presnet.py:42
Method
forward
(self, x)
fastai/vision/models/presnet.py:60
Method
forward
(self, x)
fastai/vision/models/presnet.py:101
Method
forward
(self, x_cat:Tensor, x_cont:Tensor)
fastai/tabular/models.py:32
Method
forward
(self, input:Tuple[Tensor,Tensor, Tensor])
fastai/text/learner.py:240
Method
forward
(self, input:LongTensor)
fastai/text/learner.py:258
Method
forward
(ctx, x:Tensor, f:Tensor, hidden_init:Optional[Tensor]=None, batch_first:bool=True)
fastai/text/models/qrnn.py:21
Method
forward
(ctx, x:Tensor, f:Tensor, hidden_init:Optional[Tensor]=None, batch_first:bool=True)
fastai/text/models/qrnn.py:46
Method
forward
(self, inp, hid=None)
fastai/text/models/qrnn.py:100
Method
forward
(self, x:Tensor)
fastai/text/models/awd_lstm.py:22
Method
forward
(self, *args:ArgStar)
fastai/text/models/awd_lstm.py:44
Method
forward
(self, words:LongTensor, scale:Optional[float]=None)
fastai/text/models/awd_lstm.py:65
Method
forward
(self, input:Tuple[Tensor,Tensor])
fastai/text/models/awd_lstm.py:147
Method
forward
(self, pos:Tensor)
fastai/text/models/transformer.py:15
Method
forward
(self, x)
fastai/text/models/transformer.py:21
Method
forward
(self, x)
fastai/text/models/transformer.py:24
Method
forward
(self, x:Tensor, mask:Tensor=None, **kwargs)
fastai/text/models/transformer.py:44
Method
forward
(self, x:Tensor, mask:Tensor=None, **kwargs)
fastai/text/models/transformer.py:147
Method
forward
(self, x)
fastai/text/models/transformer.py:165
Method
forward
(self, x)
fastai/text/models/transformer.py:205
Method
forward
Get Inception feature maps Parameters ---------- inp : torch.autograd.Variable Input tensor of shape Bx3xHxW. Val
fid/inception.py:130
Method
forward
(self, x)
fid/inception.py:197
Method
forward
(self, x)
fid/inception.py:224
Method
forward
(self, x)
fid/inception.py:254
Method
forward
(self, x)
fid/inception.py:289
Method
from_csv
Create an `ItemList` in `path` from the inputs in the `cols` of `path/csv_name`
fastai/data_block.py:138
Method
from_csv
Create from a csv file in `path/csv_labels`.
fastai/vision/data.py:125
Method
from_csv
Get the filenames in `path/csv_name` opened with `header`.
fastai/vision/data.py:294
Method
from_csv
Create a `TextDataBunch` from texts in csv files. `kwargs` are passed to the dataloader creation.
fastai/text/data.py:210
Method
from_df
Create a `DataBunch` suitable for collaborative filtering from `ratings`.
fastai/collab.py:53
Method
from_df
Create from a `DataFrame` `df`.
fastai/vision/data.py:116
Method
from_df
Create a `DataBunch` from `df` and `valid_idx` with `dep_var`. `kwargs` are passed to `DataBunch.create`.
fastai/tabular/data.py:88
Method
from_folder
Create from imagenet style dataset in `path` with `train`,`valid`,`test` subfolders (or provide `valid_pct`).
fastai/vision/data.py:105
Method
from_folder
Create a `TextDataBunch` from text files in folders.
fastai/text/data.py:227
Method
from_learners
Create a GAN from `learn_gen` and `learn_crit`.
fastai/vision/gan.py:218
Method
from_lists
Create from list of `fnames` in `path`.
fastai/vision/data.py:135
Method
from_name_re
Create from list of `fnames` in `path` with re expression `pat`.
fastai/vision/data.py:152
Method
from_similars
Gets the indices for the most similar images.
fastai/widgets/image_cleaner.py:36
Method
from_tokens
Create a `TextDataBunch` from tokens and labels. `kwargs` are passed to the dataloader creation.
fastai/text/data.py:178
Method
from_toplosses
Gets indices with top losses.
fastai/widgets/image_cleaner.py:17
Function
gan_critic
Critic to train a `GAN`.
fastai/vision/gan.py:260
Method
generate_classes
Generate classes from `items` by taking the sorted unique values.
fastai/data_block.py:397
Method
generate_classes
Generate classes from unique `items` and add `background`.
fastai/vision/data.py:338
Method
get
(self, i)
fastai/data_block.py:319
Method
get
(self, i)
fastai/data_block.py:375
Method
get
(self, i)
fastai/data_block.py:418
Method
get
(self, i)
fastai/data_block.py:440
Method
get
(self, i)
fastai/vision/data.py:356
Method
get
(self, i)
fastai/vision/data.py:405
Function
get_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
Function
get_artistic_video_colorizer
( root_folder: Path = Path('./'), weights_name: str = 'ColorizeArtistic_gen', results_dir='result_
deoldify/visualize.py:395
Method
get_info
(cls)
fastai/gen_doc/docstrings.py:130
Function
get_layer_name
(layer:nn.Module)
fastai/callbacks/hooks.py:158
Function
get_module_toc
Display table of contents for given `mod_name`.
fastai/gen_doc/nbdoc.py:245
Function
get_param_groups
(layer_groups:Collection[nn.Module])
fastai/torch_core.py:199
Method
get_stat
(self, name:str)
fastai/callback.py:122
Method
get_state
Return the inner state minus the layer groups.
fastai/callback.py:146
Function
get_video_colorizer
(render_factor: int = 21,workfolder:str = "./video")
deoldify/visualize.py:391
Function
gpu_mem_get_free
get free memory (in MBs) for the currently selected gpu id, w/o emptying the cache
fastai/utils/mem.py:41
Function
gpu_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
Function
gpu_mem_get_used
get used memory (in MBs) for the currently selected gpu id, w/o emptying the cache
fastai/utils/mem.py:50
Function
gpu_mem_restore
Reclaim GPU RAM if CUDA out of memory happened, or execution was interrupted
fastai/utils/ipython.py:35
Function
gpu_mem_trace
A decorator that runs `GPUMemTrace` w/ report on func
fastai/utils/mem.py:169
Function
gpu_with_max_free_mem
get [gpu_id, its_free_ram] for the first gpu with highest available RAM
fastai/utils/mem.py:64
Function
have_min_pkg_version
Check whether we have at least `version` of `package`. Returns True on success, False otherwise.
fastai/imports/core.py:44
Method
hook
Take the mean and std of `o`.
fastai/callbacks/hooks.py:91
Method
hook_fn
Applies `hook_func` to `module`, `input`, `output`.
fastai/callbacks/hooks.py:18
Method
html_intrinsic_attention
(self, text:str, class_id:int=None, **kwargs)
fastai/text/interpret.py:70
Method
html_intrinsic_attention
(self, text:str, class_id:int=None, **kwargs)
fastai/text/models/awd_lstm.py:231
Function
idx_dict
Create a dictionary value to index from `a`.
fastai/core.py:106
Function
inceptionresnetv2
(pretrained:bool=False)
fastai/vision/models/cadene_models.py:37
Function
inceptionv4
(pretrained:bool=False)
fastai/vision/models/cadene_models.py:19
Method
init
(self, init)
fastai/basic_train.py:177
Function
init_transformer
(m)
fastai/text/models/transformer.py:228
Function
insert_cells
Insert the function doc `cells` at their correct position and updates `pos_dict`.
fastai/gen_doc/gen_notebooks.py:175
Function
intercept_args
(self, dataset, batch_size=1, shuffle=False, sampler=None, batch_sampler=None, num_workers=0,
fastai/basic_data.py:10
Method
is_done
Return `True` if schedule completed.
fastai/callback.py:393
Method
is_empty
(self)
fastai/basic_data.py:227
Function
jekyll_important
(s)
fastai/gen_doc/nbdoc.py:339
Function
jekyll_note
(s)
fastai/gen_doc/nbdoc.py:337
Function
jekyll_warn
(s)
fastai/gen_doc/nbdoc.py:338
Function
join_paths
Join `path` to every file name in `fnames`.
fastai/core.py:242
Method
jump_to_epoch
(self, epoch:int)
fastai/callbacks/general_sched.py:36
← previous
next →
1,301–1,400 of 1,778, ranked by callers