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
buf
(self)
fastai/general_optimizer.py:17
Method
buf
(self)
fastai/general_optimizer.py:33
Method
buf
(self)
fastai/general_optimizer.py:42
Function
bunzip
bunzip `fn`, raising exception if output already exists
fastai/core.py:394
Function
bwd_forget_mult_backward
fastai/text/models/bwd_forget_mult_cuda.cpp:22
Function
bwd_forget_mult_forward
fastai/text/models/bwd_forget_mult_cuda.cpp:14
Method
c
(self)
fastai/data_block.py:366
Method
c
(self)
fastai/data_block.py:624
Function
call_plac
Decorator to create a simple CLI from `func` using `plac`
fastai/script.py:43
Method
cb_name
(self)
fastai/basic_train.py:454
Function
check_perf
Suggest how to improve the setup to speed things up
fastai/utils/collect_env.py:150
Method
clear
Reset the state of the inner optimizer.
fastai/callback.py:67
Function
clip_grad
Add gradient clipping of `clip` during training.
fastai/train.py:95
Method
clone
Mimic the behavior of torch.clone for `ImagePoints` objects.
fastai/vision/image.py:265
Method
clone
Mimic the behavior of torch.clone for `Image` objects.
fastai/vision/image.py:350
Function
collab_learner
Create a Learner for collaborative filtering on `data`.
fastai/collab.py:96
Function
colorize_crit_learner
( data: ImageDataBunch, loss_critic=AdaptiveLoss(nn.BCEWithLogitsLoss()), nf: int = 256, )
deoldify/critics.py:36
Method
colorize_from_url
( self, source_url, file_name: str, render_factor: int = None, post_pr
deoldify/visualize.py:354
Function
compose_
(funcs, x, *args, **kwargs)
fastai/core.py:380
Function
cond_init
Initialize the non-batchnorm layers of `m` with `init_func`.
fastai/torch_core.py:248
Function
cont_cat_split
Helper function that returns column names of cont and cat variables from given df.
fastai/tabular/transform.py:106
Function
convert_all
Convert modified notebooks in `folder` to html pages in `dest_path`.
fastai/gen_doc/convert2html.py:35
Method
coord
Equivalent to `image.flow = func(image.flow, image.size)`.
fastai/vision/image.py:182
Method
coord
Put `func` with `args` and `kwargs` in `self.flow_func` for later.
fastai/vision/image.py:297
Method
create
Create DeviceDataLoader from `dataset` with `bs` and `shuffle`: process using `num_workers`.
fastai/basic_data.py:78
Method
create
Create a `DataBunch` from `train_ds`, `valid_ds` and maybe `test_ds` with a batch size of `bs`. Passes `**dl_kwargs` to `DataLoader()`
fastai/basic_data.py:112
Method
create
Create a vocabulary from a set of `tokens`.
fastai/text/transform.py:148
Method
create
Function that transform the `datasets` in a `DataBunch` for classification. Passes `**dl_kwargs` on to `DataLoader()`
fastai/text/data.py:258
Function
create_cnn
(data, base_arch, **kwargs)
fastai/vision/learner.py:105
Function
cyclic_dt_features
Calculate the cos and sin of date/time cycles.
fastai/tabular/transform.py:26
Method
data
Return this images pixels as a tensor.
fastai/vision/image.py:219
Method
data
Return this image pixels as a `LongTensor`.
fastai/vision/image.py:240
Method
data
Return the points associated to this object.
fastai/vision/image.py:322
Method
data
(self)
fastai/vision/image.py:378
Method
databunch
Create an `DataBunch` from self, `path` will override `self.path`, `kwargs` are passed to `DataBunch.create`.
fastai/data_block.py:541
Method
databunch
To throw a clear error message when the data wasn't split.
fastai/data_block.py:737
Function
deal_caps
Replace all Capitalized tokens in `x` by their lower version and add `TK_MAJ` before.
fastai/text/transform.py:75
Function
decode_spec_tokens
(tokens)
fastai/text/learner.py:94
Function
denormalize
Denormalize `x` with `mean` and `std`.
fastai/vision/data.py:60
Function
deoldify_api
(_: gr.Blocks, app: FastAPI)
scripts/api.py:24
Function
deoldify_image
( input_image: str = Body("",title="image input"), render_factor: int = Body(35,title="render
scripts/api.py:26
Function
deoldify_tab
()
scripts/ui_deoldify.py:53
Method
destroyed
(*args, **kwargs)
fastai/basic_train.py:294
Method
device
(self)
fastai/vision/image.py:276
Function
dice
Dice coefficient metric for binary target. If iou=True, returns iou metric, classic for segmentation problems.
fastai/metrics.py:53
Method
dls
Returns a list of all DeviceDataLoaders. If you need a specific DeviceDataLoader, access via the relevant property (`train_dl`, `valid_dl`, etc) as th
fastai/basic_data.py:135
Function
do_annealing_poly
Helper function for `anneal_poly`.
fastai/callback.py:369
Function
doc
Show `show_doc` info in preview window along with link to full docs.
fastai/gen_doc/nbdoc.py:130
Function
doctest
Inline notebook popup for `show_test`
fastai/gen_doc/nbtest.py:25
Function
download_images
Download images listed in text file `urls` to path `dest`, at most `max_pics`
fastai/vision/data.py:194
Function
dpn92
(pretrained:bool=False)
fastai/vision/models/cadene_models.py:38
Method
empty_val
(self)
fastai/basic_data.py:221
Function
error_rate
1 - `accuracy`
fastai/metrics.py:49
Method
export
Export the state of the `Learner` in `self.path/file`. `file` can be file-like (file or buffer)
fastai/basic_train.py:233
Method
export
Export the minimal state of `self` for inference in `self.path/file`. `file` can be file-like (file or buffer)
fastai/basic_data.py:196
Method
export
Export the minimal state and save it in `fn` to load an empty version for inference.
fastai/data_block.py:675
Function
extract_kwargs
Extract the keys in `names` from the `kwargs`.
fastai/core.py:156
Function
fbeta
Computes the f_beta between `preds` and `targets`
fastai/metrics.py:13
Function
filt_sz
(recep)
fastai/vision/models/xresnet.py:49
Method
filter
( self, orig_image: PilImage, filtered_image: PilImage, render_factor: int, post_process: bool = True)
deoldify/filters.py:81
Method
filter
( self, orig_image: PilImage, filtered_image: PilImage, render_factor: int = None, post_process: bool
deoldify/filters.py:118
Method
filter_by_folder
Only keep filenames in `include` folder or reject the ones in `exclude`.
fastai/data_block.py:163
Method
filter_by_func
(self, func:Callable)
fastai/data_block.py:537
Method
filter_by_func
(self, func:Callable)
fastai/data_block.py:714
Method
filter_by_rand
Keep random sample of `items` with probability `p` and an optional `seed`.
fastai/data_block.py:174
Function
find_classes
List of label subdirectories in imagenet-style `folder`.
fastai/core.py:110
Function
fit_one_cycle
Fit a model following the 1cycle policy.
fastai/train.py:14
Function
fix_html
List of replacements from html strings in `x`.
fastai/text/transform.py:58
Function
float_or_x
Tries to convert to float, returns x if it can't
fastai/core.py:389
Method
flow
Access the flow-field grid after applying queued affine transforms.
fastai/vision/image.py:160
Method
flow
Access the flow-field grid after applying queued affine and coord transforms.
fastai/vision/image.py:282
Function
foreground_acc
Computes non-background accuracy, e.g. camvid for multiclass segmentation
fastai/metrics.py:43
Function
forget_mult_CPU
(x:Tensor, f:Tensor, hidden_init:Optional[Tensor]=None, batch_first:bool=True, backward:bool=False)
fastai/text/models/qrnn.py:68
Function
forget_mult_backward
fastai/text/models/forget_mult_cuda.cpp:22
Function
forget_mult_forward
fastai/text/models/forget_mult_cuda.cpp:14
Method
forward
(self, input, target)
deoldify/loss.py:30
Method
forward
(self, input, target)
deoldify/loss.py:115
Method
forward
(self, x)
deoldify/unet.py:50
Method
forward
(self, up_in: Tensor)
deoldify/unet.py:84
Method
forward
(self, up_in: Tensor)
deoldify/unet.py:198
Method
forward
(self, x)
fastai/layers.py:13
Method
forward
(self, x)
fastai/layers.py:23
Method
forward
(self, x)
fastai/layers.py:28
Method
forward
(self, x)
fastai/layers.py:69
Method
forward
(self, x)
fastai/layers.py:89
Method
forward
(self, x)
fastai/layers.py:132
Method
forward
(self, x)
fastai/layers.py:152
Method
forward
(self, x)
fastai/layers.py:170
Method
forward
(self, x)
fastai/layers.py:175
Method
forward
(self, x)
fastai/layers.py:186
Method
forward
(self,x:Tensor)
fastai/layers.py:190
Method
forward
(self,x)
fastai/layers.py:218
Method
forward
(self, output, *args)
fastai/layers.py:259
Method
forward
(self, real, fake)
fastai/layers.py:263
Method
forward
(self, x)
fastai/layers.py:290
Method
forward
(self, output, target)
fastai/layers.py:299
Method
forward
(self, x)
fastai/torch_core.py:156
Method
forward
(self, users:LongTensor, items:LongTensor)
fastai/collab.py:33
Method
forward
(self, users:LongTensor, items:LongTensor)
fastai/collab.py:44
Method
forward
(self, output, target)
fastai/callbacks/mixup.py:54
← previous
next →
1,201–1,300 of 1,778, ranked by callers