MCPcopy Create free account

hub / github.com/aojunzz/NM-sparsity / types & classes

Types & classes55 in github.com/aojunzz/NM-sparsity

↓ 39 callersClassSparseConv
implement N:M sparse convolution layer
devkit/sparse_ops/sparse_ops.py:65
↓ 10 callersClassAverageMeter
Computes and stores the average and current value
classification/train_imagenet.py:278
↓ 5 callersClassInputPadder
Pads images such that dimensions are divisible by 8
RAFT/core/utils/utils.py:7
↓ 5 callersClassResNetV1
classification/models/resnet.py:98
↓ 3 callersClassFlyingThings3D
RAFT/core/datasets.py:137
↓ 3 callersClassautocast
RAFT/core/sparse_raft.py:15
↓ 3 callersClassautocast
RAFT/core/raft.py:15
↓ 2 callersClassAlternateCorrBlock
RAFT/core/corr.py:63
↓ 2 callersClassBasicEncoder
RAFT/core/extractor.py:118
↓ 2 callersClassBasicEncoder
RAFT/core/sparse_extractor.py:123
↓ 2 callersClassBottleneckBlock
RAFT/core/extractor.py:60
↓ 2 callersClassBottleneckBlock
RAFT/core/sparse_extractor.py:65
↓ 2 callersClassCorrBlock
RAFT/core/corr.py:12
↓ 2 callersClassFlowHead
RAFT/core/sparse_update.py:10
↓ 2 callersClassFlowHead
RAFT/core/update.py:6
↓ 2 callersClassImagenetDataset
devkit/dataset/imagenet_dataset.py:10
↓ 2 callersClassKITTI
RAFT/core/datasets.py:161
↓ 2 callersClassMpiSintel
RAFT/core/datasets.py:102
↓ 2 callersClassRAFT
RAFT/core/raft.py:24
↓ 2 callersClassResidualBlock
RAFT/core/extractor.py:6
↓ 2 callersClassResidualBlock
RAFT/core/sparse_extractor.py:11
↓ 2 callersClassSmallEncoder
RAFT/core/extractor.py:195
↓ 2 callersClassSmallEncoder
RAFT/core/sparse_extractor.py:200
↓ 1 callersClassBasicMotionEncoder
RAFT/core/sparse_update.py:83
↓ 1 callersClassBasicMotionEncoder
RAFT/core/update.py:79
↓ 1 callersClassBasicUpdateBlock
RAFT/core/sparse_update.py:118
↓ 1 callersClassBasicUpdateBlock
RAFT/core/update.py:114
↓ 1 callersClassColorAugmentation
devkit/dataset/imagenet_dataset.py:39
↓ 1 callersClassConvGRU
RAFT/core/sparse_update.py:20
↓ 1 callersClassConvGRU
RAFT/core/update.py:16
↓ 1 callersClassFlowAugmentor
RAFT/core/utils/augmentor.py:15
↓ 1 callersClassFlyingChairs
RAFT/core/datasets.py:121
↓ 1 callersClassGradScaler
RAFT/train.py:31
↓ 1 callersClassHD1K
RAFT/core/datasets.py:180
↓ 1 callersClassLRScheduler
r"""Learning Rate Scheduler For mode='step', we multiply lr with `decay_factor` at each epoch in `step`. For mode='poly':: lr = target
devkit/core/lr_scheduler.py:5
↓ 1 callersClassLogger
RAFT/train.py:94
↓ 1 callersClassOneCycleLR
r"""Sets the learning rate of each parameter group according to the 1cycle learning rate policy. The 1cycle policy anneals the learning rate f
RAFT/core/lr_scheduler.py:160
↓ 1 callersClassSepConvGRU
RAFT/core/sparse_update.py:37
↓ 1 callersClassSepConvGRU
RAFT/core/update.py:33
↓ 1 callersClassSmallMotionEncoder
RAFT/core/sparse_update.py:66
↓ 1 callersClassSmallMotionEncoder
RAFT/core/update.py:62
↓ 1 callersClassSmallUpdateBlock
RAFT/core/sparse_update.py:103
↓ 1 callersClassSmallUpdateBlock
RAFT/core/update.py:99
↓ 1 callersClassSparseFlowAugmentor
RAFT/core/utils/augmentor.py:122
↓ 1 callersClassSparseRAFT
RAFT/core/sparse_raft.py:24
↓ 1 callersClass_enable_get_lr_call
RAFT/core/lr_scheduler.py:127
ClassBasicBlock
classification/models/resnet.py:27
ClassBottleneck
classification/models/resnet.py:59
ClassFlowDataset
RAFT/core/datasets.py:18
ClassSparse
Prune the unimprotant weight for the forwards phase but pass the gradient to dense weight using SR-STE in the backwards phase
devkit/sparse_ops/sparse_ops.py:9
ClassSparseLinear
devkit/sparse_ops/sparse_ops.py:90
ClassSparse_NHWC
Prune the unimprotant edges for the forwards phase but pass the gradient to dense weight using SR-STE in the backwards phase
devkit/sparse_ops/sparse_ops.py:36
ClassSyncBNFunc
devkit/sparse_ops/syncbn_layer.py:8
ClassSyncBatchNorm2d
devkit/sparse_ops/syncbn_layer.py:66
Class_LRScheduler
RAFT/core/lr_scheduler.py:12