Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/SpenserCai/sd-webui-deoldify
/ types & classes
Types & classes
284 in github.com/SpenserCai/sd-webui-deoldify
⨍
Functions
1,778
◇
Types & classes
284
↳
Endpoints
1
↓ 8 callers
Class
FlowField
Wrap together some coords `flow` with a `size`.
fastai/vision/image.py:55
↓ 7 callers
Class
TfmPixel
Decorator for pixel tfm funcs.
fastai/vision/image.py:579
↓ 6 callers
Class
CallbackHandler
Manage all of the registered `callbacks` and `metrics`, smoothing loss by momentum `beta`.
fastai/callback.py:224
↓ 6 callers
Class
Flatten
fastai/vision/models/xresnet.py:12
↓ 6 callers
Class
Learner
Trainer for `model` using `data` to minimize `loss_func` with optimizer `opt_func`.
fastai/basic_train.py:148
↓ 6 callers
Class
MergeLayer
Merge a shortcut with the result of the module by adding them or concatenating thme if `dense=True`.
fastai/layers.py:149
↓ 6 callers
Class
TextList
Basic `ItemList` for text data.
fastai/text/data.py:317
↓ 6 callers
Class
TfmCoord
Decorator for coord tfm funcs.
fastai/vision/image.py:582
↓ 5 callers
Class
ImageSegment
Support applying transforms to segmentation masks data in `px`.
fastai/vision/image.py:231
↓ 5 callers
Class
Param
A parameter in a function used in `anno_parser` or `call_parse`
fastai/script.py:8
↓ 5 callers
Class
ParameterModule
Register a lone parameter `p` in a module.
fastai/torch_core.py:153
↓ 5 callers
Class
PixelShuffle_ICNR
Upsample by `scale` from `ni` filters to `nf` (default `ni`), using `nn.PixelShuffle`, `icnr` init, and `weight_norm`.
fastai/layers.py:204
↓ 5 callers
Class
TfmAffine
Decorator for affine tfm funcs.
fastai/vision/image.py:576
↓ 5 callers
Class
XResNet
fastai/vision/models/xresnet2.py:87
↓ 4 callers
Class
ColorizerFilter
deoldify/filters.py:76
↓ 4 callers
Class
ConvSkip
fastai/vision/models/xception.py:24
↓ 4 callers
Class
FIDInceptionC
InceptionC block patched for FID computation
fid/inception.py:218
↓ 4 callers
Class
FlattenedLoss
Same as `func`, but flattens input and target.
fastai/layers.py:222
↓ 4 callers
Class
Image
Support applying transforms to image data in `px`.
fastai/vision/image.py:62
↓ 4 callers
Class
MasterFilter
deoldify/filters.py:113
↓ 4 callers
Class
ModelImageVisualizer
deoldify/visualize.py:17
↓ 4 callers
Class
NumericalizeProcessor
`PreProcessor` that numericalizes the tokens in `ds`.
fastai/text/data.py:300
↓ 4 callers
Class
SmoothenValue
Create a smooth moving average for a value (loss, etc) using `beta`.
fastai/callback.py:208
↓ 3 callers
Class
Category
Basic class for single classification labels.
fastai/core.py:307
↓ 3 callers
Class
DeviceDataLoader
Bind a `DataLoader` to a `torch.device`.
fastai/basic_data.py:27
↓ 3 callers
Class
FIDInceptionA
InceptionA block patched for FID computation
fid/inception.py:191
↓ 3 callers
Class
Hooks
Create several hooks on the modules in `ms` with `hook_func`.
fastai/callbacks/hooks.py:34
↓ 3 callers
Class
ItemLists
An `ItemList` for each of `train` and `valid` (optional `test`).
fastai/data_block.py:446
↓ 3 callers
Class
RNNDropout
Dropout with probability `p` that is consistent on the seq_len dimension.
fastai/text/models/awd_lstm.py:17
↓ 3 callers
Class
Scheduler
Used to \"step\" from start,end (`vals`) over `n_iter` iterations on a schedule defined by `func`
fastai/callback.py:376
↓ 3 callers
Class
SequentialEx
Like `nn.Sequential`, but with ModuleList semantics, and can access module input
fastai/layers.py:128
↓ 3 callers
Class
SigmoidRange
Sigmoid module with range `(low,x_max)`
fastai/layers.py:167
↓ 3 callers
Class
Text
Basic item for <code>text</code> data in numericalized `ids`.
fastai/text/data.py:278
↓ 3 callers
Class
TokenizeProcessor
`PreProcessor` that tokenizes the texts in `ds`.
fastai/text/data.py:283
↓ 2 callers
Class
CollabLine
Base item for collaborative filtering, subclasses `TabularLine`.
fastai/collab.py:14
↓ 2 callers
Class
Config
Creates a default config file 'config.yml' in $FASTAI_HOME (default `~/.fastai/`)
fastai/datasets.py:129
↓ 2 callers
Class
CustomPixelShuffle_ICNR
Upsample by `scale` from `ni` filters to `nf` (default `ni`), using `nn.PixelShuffle`, `icnr` init, and `weight_norm`.
deoldify/unet.py:24
↓ 2 callers
Class
DecoderLayer
Basic block of a Transformer model.
fastai/text/models/transformer.py:138
↓ 2 callers
Class
EmptyLabel
Should be used for a dummy label.
fastai/core.py:301
↓ 2 callers
Class
Flatten
Flatten `x` to a single dimension, often used at the end of a model. `full` for rank-1 tensor
fastai/layers.py:25
↓ 2 callers
Class
FloatItem
Basic class for float items.
fastai/core.py:320
↓ 2 callers
Class
Hook
Create a hook on `m` with `hook_func`.
fastai/callbacks/hooks.py:10
↓ 2 callers
Class
ImageList
`ItemList` suitable for computer vision.
fastai/vision/data.py:258
↓ 2 callers
Class
ImagePoints
Support applying transforms to a `flow` of points.
fastai/vision/image.py:253
↓ 2 callers
Class
ImageTBWriter
Writes model image output to Tensorboard.
fastai/callbacks/tensorboard.py:398
↓ 2 callers
Class
Lambda
Create a layer that simply calls `func` with `x`
fastai/layers.py:10
↓ 2 callers
Class
MultiCategory
Basic class for multi-classification labels.
fastai/core.py:314
↓ 2 callers
Class
NoisyItem
An random `ItemBase` of size `noise_sz`.
fastai/vision/gan.py:229
↓ 2 callers
Class
NoneReduceOnCPU
A context manager to evaluate `loss_func` with none reduce and weights on the CPU inside.
fastai/torch_core.py:277
↓ 2 callers
Class
OpenFileProcessor
`PreProcessor` that opens the filenames and read the texts.
fastai/text/data.py:312
↓ 2 callers
Class
PositionalEncoding
Encode the position with a sinusoid.
fastai/text/models/transformer.py:11
↓ 2 callers
Class
QRNNLayer
Apply a single layer Quasi-Recurrent Neural Network (QRNN) to an input sequence.
fastai/text/models/qrnn.py:81
↓ 2 callers
Class
SelfAttention
Self attention layer for nd.
fastai/layers.py:81
↓ 2 callers
Class
SequentialRNN
A sequential module that passes the reset call to its children.
fastai/text/models/awd_lstm.py:153
↓ 2 callers
Class
TfmLighting
Decorator for lighting tfm funcs.
fastai/vision/image.py:588
↓ 2 callers
Class
VideoColorizer
deoldify/visualize.py:186
↓ 2 callers
Class
Vocab
Contain the correspondence between numbers and tokens and numericalize.
fastai/text/transform.py:122
↓ 2 callers
Class
WeightDropout
A module that warps another layer in which some weights will be replaced by 0 during training.
fastai/text/models/awd_lstm.py:27
↓ 1 callers
Class
AdaptiveConcatPool2d
Layer that concats `AdaptiveAvgPool2d` and `AdaptiveMaxPool2d`.
fastai/layers.py:178
↓ 1 callers
Class
AdaptiveLoss
Expand the `target` to match the `output` size before applying `crit`.
fastai/vision/gan.py:291
↓ 1 callers
Class
AdaptiveLoss
fastai/vision/cyclegan.py:96
↓ 1 callers
Class
AsyncTBWriter
Callback for GANLearners that writes to Tensorboard. Extends LearnerTensorboardWriter and adds output image writes.
fastai/callbacks/tensorboard.py:209
↓ 1 callers
Class
AverageMetric
Wrap a `func` in a callback for metrics computation.
fastai/callback.py:328
↓ 1 callers
Class
CategoryProcessor
`PreProcessor` that create `classes` from `ds.items` and handle the mapping.
fastai/data_block.py:324
↓ 1 callers
Class
CollabLearner
`Learner` suitable for collaborative filtering.
fastai/collab.py:68
↓ 1 callers
Struct
Config
bot/config/config.go:11
↓ 1 callers
Class
CounterStat
fastai/general_optimizer.py:39
↓ 1 callers
Class
DeviceId
deoldify/device_id.py:3
↓ 1 callers
Class
DistributedRecorder
fastai/distributed.py:48
↓ 1 callers
Class
DistributedTrainer
fastai/distributed.py:19
↓ 1 callers
Class
DynamicUnetDeep
Create a U-Net from a given architecture.
deoldify/unet.py:94
↓ 1 callers
Class
DynamicUnetWide
Create a U-Net from a given architecture.
deoldify/unet.py:208
↓ 1 callers
Class
EmbeddingDotBias
Base dot model for collaborative filtering.
fastai/collab.py:36
↓ 1 callers
Class
EmbeddingDropout
Apply dropout with probabily `embed_p` to an embedding layer `emb`.
fastai/text/models/awd_lstm.py:57
↓ 1 callers
Class
EmbeddingNN
Subclass `TabularModel` to create a NN suitable for collaborative filtering.
fastai/collab.py:26
↓ 1 callers
Class
EmptyLabelList
Basic `ItemList` for dummy labels.
fastai/data_block.py:317
↓ 1 callers
Class
FIDInceptionE_1
First InceptionE block patched for FID computation
fid/inception.py:248
↓ 1 callers
Class
FIDInceptionE_2
Second InceptionE block patched for FID computation
fid/inception.py:283
↓ 1 callers
Class
FakeOptimizer
fastai/basic_train.py:606
↓ 1 callers
Class
GANLoss
Wrapper around `loss_funcC` (for the critic) and `loss_funcG` (for the generator).
fastai/vision/gan.py:54
↓ 1 callers
Class
GANModule
Wrapper around a `generator` and a `critic` to create a GAN.
fastai/vision/gan.py:41
↓ 1 callers
Class
GANTrainer
Handles GAN Training.
fastai/vision/gan.py:71
↓ 1 callers
Class
GPUMemTrace
Trace allocated and peaked GPU memory usage (deltas).
fastai/utils/mem.py:72
↓ 1 callers
Class
GeLU
fastai/text/models/transformer.py:20
↓ 1 callers
Class
GraphTBRequest
Request object for model histogram writes to Tensorboard.
fastai/callbacks/tensorboard.py:412
↓ 1 callers
Class
HistogramTBRequest
Request object for model histogram writes to Tensorboard.
fastai/callbacks/tensorboard.py:264
↓ 1 callers
Class
HistogramTBWriter
Writes model histograms to Tensorboard.
fastai/callbacks/tensorboard.py:281
↓ 1 callers
Class
ImageTBRequest
Request object for model image output writes to Tensorboard.
fastai/callbacks/tensorboard.py:369
↓ 1 callers
Class
InceptionV3
Pretrained InceptionV3 network returning feature maps
fid/inception.py:16
↓ 1 callers
Class
LRFinder
Causes `learn` to go on a mock training from `start_lr` to `end_lr` for `num_it` iterations.
fastai/callbacks/lr_finder.py:9
↓ 1 callers
Class
LabelLists
A `LabelList` for each of `train` and `valid` (optional `test`).
fastai/data_block.py:519
↓ 1 callers
Class
LanguageLearner
Subclass of RNNLearner for predictions.
fastai/text/learner.py:113
↓ 1 callers
Class
LanguageModelPreLoader
Transforms the tokens in `dataset` to a stream of contiguous batches for language modelling.
fastai/text/data.py:16
↓ 1 callers
Class
LinearDecoder
To go on top of a RNNCore module and create a Language Model.
fastai/text/models/awd_lstm.py:136
↓ 1 callers
Class
MixUpLoss
Adapt the loss function `crit` to go with mixup.
fastai/callbacks/mixup.py:40
↓ 1 callers
Class
MixedItem
fastai/data_block.py:764
↓ 1 callers
Class
MixedPrecision
fastai/callbacks/fp16.py:64
↓ 1 callers
Class
MixedProcessor
fastai/data_block.py:749
↓ 1 callers
Class
ModelImageSet
Convenience object that holds the original, real(target) and generated versions of a single image fed to a model.
fastai/callbacks/tensorboard.py:247
↓ 1 callers
Class
ModelOnCPU
A context manager to evaluate `model` on the CPU inside.
fastai/torch_core.py:268
next →
1–100 of 284, ranked by callers