MCPcopy Create free account

hub / github.com/SpenserCai/sd-webui-deoldify / types & classes

Types & classes284 in github.com/SpenserCai/sd-webui-deoldify

↓ 8 callersClassFlowField
Wrap together some coords `flow` with a `size`.
fastai/vision/image.py:55
↓ 7 callersClassTfmPixel
Decorator for pixel tfm funcs.
fastai/vision/image.py:579
↓ 6 callersClassCallbackHandler
Manage all of the registered `callbacks` and `metrics`, smoothing loss by momentum `beta`.
fastai/callback.py:224
↓ 6 callersClassFlatten
fastai/vision/models/xresnet.py:12
↓ 6 callersClassLearner
Trainer for `model` using `data` to minimize `loss_func` with optimizer `opt_func`.
fastai/basic_train.py:148
↓ 6 callersClassMergeLayer
Merge a shortcut with the result of the module by adding them or concatenating thme if `dense=True`.
fastai/layers.py:149
↓ 6 callersClassTextList
Basic `ItemList` for text data.
fastai/text/data.py:317
↓ 6 callersClassTfmCoord
Decorator for coord tfm funcs.
fastai/vision/image.py:582
↓ 5 callersClassImageSegment
Support applying transforms to segmentation masks data in `px`.
fastai/vision/image.py:231
↓ 5 callersClassParam
A parameter in a function used in `anno_parser` or `call_parse`
fastai/script.py:8
↓ 5 callersClassParameterModule
Register a lone parameter `p` in a module.
fastai/torch_core.py:153
↓ 5 callersClassPixelShuffle_ICNR
Upsample by `scale` from `ni` filters to `nf` (default `ni`), using `nn.PixelShuffle`, `icnr` init, and `weight_norm`.
fastai/layers.py:204
↓ 5 callersClassTfmAffine
Decorator for affine tfm funcs.
fastai/vision/image.py:576
↓ 5 callersClassXResNet
fastai/vision/models/xresnet2.py:87
↓ 4 callersClassColorizerFilter
deoldify/filters.py:76
↓ 4 callersClassConvSkip
fastai/vision/models/xception.py:24
↓ 4 callersClassFIDInceptionC
InceptionC block patched for FID computation
fid/inception.py:218
↓ 4 callersClassFlattenedLoss
Same as `func`, but flattens input and target.
fastai/layers.py:222
↓ 4 callersClassImage
Support applying transforms to image data in `px`.
fastai/vision/image.py:62
↓ 4 callersClassMasterFilter
deoldify/filters.py:113
↓ 4 callersClassModelImageVisualizer
deoldify/visualize.py:17
↓ 4 callersClassNumericalizeProcessor
`PreProcessor` that numericalizes the tokens in `ds`.
fastai/text/data.py:300
↓ 4 callersClassSmoothenValue
Create a smooth moving average for a value (loss, etc) using `beta`.
fastai/callback.py:208
↓ 3 callersClassCategory
Basic class for single classification labels.
fastai/core.py:307
↓ 3 callersClassDeviceDataLoader
Bind a `DataLoader` to a `torch.device`.
fastai/basic_data.py:27
↓ 3 callersClassFIDInceptionA
InceptionA block patched for FID computation
fid/inception.py:191
↓ 3 callersClassHooks
Create several hooks on the modules in `ms` with `hook_func`.
fastai/callbacks/hooks.py:34
↓ 3 callersClassItemLists
An `ItemList` for each of `train` and `valid` (optional `test`).
fastai/data_block.py:446
↓ 3 callersClassRNNDropout
Dropout with probability `p` that is consistent on the seq_len dimension.
fastai/text/models/awd_lstm.py:17
↓ 3 callersClassScheduler
Used to \"step\" from start,end (`vals`) over `n_iter` iterations on a schedule defined by `func`
fastai/callback.py:376
↓ 3 callersClassSequentialEx
Like `nn.Sequential`, but with ModuleList semantics, and can access module input
fastai/layers.py:128
↓ 3 callersClassSigmoidRange
Sigmoid module with range `(low,x_max)`
fastai/layers.py:167
↓ 3 callersClassText
Basic item for <code>text</code> data in numericalized `ids`.
fastai/text/data.py:278
↓ 3 callersClassTokenizeProcessor
`PreProcessor` that tokenizes the texts in `ds`.
fastai/text/data.py:283
↓ 2 callersClassCollabLine
Base item for collaborative filtering, subclasses `TabularLine`.
fastai/collab.py:14
↓ 2 callersClassConfig
Creates a default config file 'config.yml' in $FASTAI_HOME (default `~/.fastai/`)
fastai/datasets.py:129
↓ 2 callersClassCustomPixelShuffle_ICNR
Upsample by `scale` from `ni` filters to `nf` (default `ni`), using `nn.PixelShuffle`, `icnr` init, and `weight_norm`.
deoldify/unet.py:24
↓ 2 callersClassDecoderLayer
Basic block of a Transformer model.
fastai/text/models/transformer.py:138
↓ 2 callersClassEmptyLabel
Should be used for a dummy label.
fastai/core.py:301
↓ 2 callersClassFlatten
Flatten `x` to a single dimension, often used at the end of a model. `full` for rank-1 tensor
fastai/layers.py:25
↓ 2 callersClassFloatItem
Basic class for float items.
fastai/core.py:320
↓ 2 callersClassHook
Create a hook on `m` with `hook_func`.
fastai/callbacks/hooks.py:10
↓ 2 callersClassImageList
`ItemList` suitable for computer vision.
fastai/vision/data.py:258
↓ 2 callersClassImagePoints
Support applying transforms to a `flow` of points.
fastai/vision/image.py:253
↓ 2 callersClassImageTBWriter
Writes model image output to Tensorboard.
fastai/callbacks/tensorboard.py:398
↓ 2 callersClassLambda
Create a layer that simply calls `func` with `x`
fastai/layers.py:10
↓ 2 callersClassMultiCategory
Basic class for multi-classification labels.
fastai/core.py:314
↓ 2 callersClassNoisyItem
An random `ItemBase` of size `noise_sz`.
fastai/vision/gan.py:229
↓ 2 callersClassNoneReduceOnCPU
A context manager to evaluate `loss_func` with none reduce and weights on the CPU inside.
fastai/torch_core.py:277
↓ 2 callersClassOpenFileProcessor
`PreProcessor` that opens the filenames and read the texts.
fastai/text/data.py:312
↓ 2 callersClassPositionalEncoding
Encode the position with a sinusoid.
fastai/text/models/transformer.py:11
↓ 2 callersClassQRNNLayer
Apply a single layer Quasi-Recurrent Neural Network (QRNN) to an input sequence.
fastai/text/models/qrnn.py:81
↓ 2 callersClassSelfAttention
Self attention layer for nd.
fastai/layers.py:81
↓ 2 callersClassSequentialRNN
A sequential module that passes the reset call to its children.
fastai/text/models/awd_lstm.py:153
↓ 2 callersClassTfmLighting
Decorator for lighting tfm funcs.
fastai/vision/image.py:588
↓ 2 callersClassVideoColorizer
deoldify/visualize.py:186
↓ 2 callersClassVocab
Contain the correspondence between numbers and tokens and numericalize.
fastai/text/transform.py:122
↓ 2 callersClassWeightDropout
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 callersClassAdaptiveConcatPool2d
Layer that concats `AdaptiveAvgPool2d` and `AdaptiveMaxPool2d`.
fastai/layers.py:178
↓ 1 callersClassAdaptiveLoss
Expand the `target` to match the `output` size before applying `crit`.
fastai/vision/gan.py:291
↓ 1 callersClassAdaptiveLoss
fastai/vision/cyclegan.py:96
↓ 1 callersClassAsyncTBWriter
Callback for GANLearners that writes to Tensorboard. Extends LearnerTensorboardWriter and adds output image writes.
fastai/callbacks/tensorboard.py:209
↓ 1 callersClassAverageMetric
Wrap a `func` in a callback for metrics computation.
fastai/callback.py:328
↓ 1 callersClassCategoryProcessor
`PreProcessor` that create `classes` from `ds.items` and handle the mapping.
fastai/data_block.py:324
↓ 1 callersClassCollabLearner
`Learner` suitable for collaborative filtering.
fastai/collab.py:68
↓ 1 callersStructConfig
bot/config/config.go:11
↓ 1 callersClassCounterStat
fastai/general_optimizer.py:39
↓ 1 callersClassDeviceId
deoldify/device_id.py:3
↓ 1 callersClassDistributedRecorder
fastai/distributed.py:48
↓ 1 callersClassDistributedTrainer
fastai/distributed.py:19
↓ 1 callersClassDynamicUnetDeep
Create a U-Net from a given architecture.
deoldify/unet.py:94
↓ 1 callersClassDynamicUnetWide
Create a U-Net from a given architecture.
deoldify/unet.py:208
↓ 1 callersClassEmbeddingDotBias
Base dot model for collaborative filtering.
fastai/collab.py:36
↓ 1 callersClassEmbeddingDropout
Apply dropout with probabily `embed_p` to an embedding layer `emb`.
fastai/text/models/awd_lstm.py:57
↓ 1 callersClassEmbeddingNN
Subclass `TabularModel` to create a NN suitable for collaborative filtering.
fastai/collab.py:26
↓ 1 callersClassEmptyLabelList
Basic `ItemList` for dummy labels.
fastai/data_block.py:317
↓ 1 callersClassFIDInceptionE_1
First InceptionE block patched for FID computation
fid/inception.py:248
↓ 1 callersClassFIDInceptionE_2
Second InceptionE block patched for FID computation
fid/inception.py:283
↓ 1 callersClassFakeOptimizer
fastai/basic_train.py:606
↓ 1 callersClassGANLoss
Wrapper around `loss_funcC` (for the critic) and `loss_funcG` (for the generator).
fastai/vision/gan.py:54
↓ 1 callersClassGANModule
Wrapper around a `generator` and a `critic` to create a GAN.
fastai/vision/gan.py:41
↓ 1 callersClassGANTrainer
Handles GAN Training.
fastai/vision/gan.py:71
↓ 1 callersClassGPUMemTrace
Trace allocated and peaked GPU memory usage (deltas).
fastai/utils/mem.py:72
↓ 1 callersClassGeLU
fastai/text/models/transformer.py:20
↓ 1 callersClassGraphTBRequest
Request object for model histogram writes to Tensorboard.
fastai/callbacks/tensorboard.py:412
↓ 1 callersClassHistogramTBRequest
Request object for model histogram writes to Tensorboard.
fastai/callbacks/tensorboard.py:264
↓ 1 callersClassHistogramTBWriter
Writes model histograms to Tensorboard.
fastai/callbacks/tensorboard.py:281
↓ 1 callersClassImageTBRequest
Request object for model image output writes to Tensorboard.
fastai/callbacks/tensorboard.py:369
↓ 1 callersClassInceptionV3
Pretrained InceptionV3 network returning feature maps
fid/inception.py:16
↓ 1 callersClassLRFinder
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 callersClassLabelLists
A `LabelList` for each of `train` and `valid` (optional `test`).
fastai/data_block.py:519
↓ 1 callersClassLanguageLearner
Subclass of RNNLearner for predictions.
fastai/text/learner.py:113
↓ 1 callersClassLanguageModelPreLoader
Transforms the tokens in `dataset` to a stream of contiguous batches for language modelling.
fastai/text/data.py:16
↓ 1 callersClassLinearDecoder
To go on top of a RNNCore module and create a Language Model.
fastai/text/models/awd_lstm.py:136
↓ 1 callersClassMixUpLoss
Adapt the loss function `crit` to go with mixup.
fastai/callbacks/mixup.py:40
↓ 1 callersClassMixedItem
fastai/data_block.py:764
↓ 1 callersClassMixedPrecision
fastai/callbacks/fp16.py:64
↓ 1 callersClassMixedProcessor
fastai/data_block.py:749
↓ 1 callersClassModelImageSet
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 callersClassModelOnCPU
A context manager to evaluate `model` on the CPU inside.
fastai/torch_core.py:268
next →1–100 of 284, ranked by callers