alibi_detect.models.tensorflow.resnet
Constants
BATCH_NORM_DECAY
BATCH_NORM_DECAYBATCH_NORM_DECAY: float = 0.997BATCH_NORM_EPSILON
BATCH_NORM_EPSILONBATCH_NORM_EPSILON: float = 1e-05L2_WEIGHT_DECAY
L2_WEIGHT_DECAYL2_WEIGHT_DECAY: float = 0.0002LR_SCHEDULE
LR_SCHEDULELR_SCHEDULE: list = [(0.1, 91), (0.01, 136), (0.001, 182)]BASE_LEARNING_RATE
BASE_LEARNING_RATEHEIGHT
HEIGHTWIDTH
WIDTHNUM_CHANNELS
NUM_CHANNELSLearningRateBatchScheduler
LearningRateBatchSchedulerConstructor
Name
Type
Default
Description
Methods
on_batch_begin
on_batch_beginName
Type
Default
Description
on_epoch_begin
on_epoch_beginName
Type
Default
Description
Functions
conv_block
conv_blockName
Type
Default
Description
identity_block
identity_blockName
Type
Default
Description
l2_regulariser
l2_regulariserName
Type
Default
Description
learning_rate_schedule
learning_rate_scheduleName
Type
Default
Description
preprocess_image
preprocess_imageName
Type
Default
Description
resnet
resnetName
Type
Default
Description
resnet_block
resnet_blockName
Type
Default
Description
run
runName
Type
Default
Description
scale_by_instance
scale_by_instanceName
Type
Default
Description
Last updated
Was this helpful?

