Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/Hawkeye-FineGrained/Hawkeye
/ functions
Functions
503 in github.com/Hawkeye-FineGrained/Hawkeye
⨍
Functions
503
◇
Types & classes
105
Function
get_mask
(conv5, layer_weights, mask=None, rate=0.8, img_size=448)
model/methods/MGE_CNN/MGE.py:30
Method
get_optimizer
(self, config)
Examples/PeerLearning.py:41
Method
get_optimizer
(self, config)
Examples/Baseline.py:32
Method
get_optimizer
(self, config)
Examples/APCNN.py:36
Method
get_optimizer
(self, config)
Examples/MPN.py:13
Method
get_optimizer
(self, config)
Examples/APINet.py:34
Method
get_optimizer
(self, config)
Examples/ProtoTreeNet.py:21
Method
get_optimizer
(self, config)
Examples/CBCNN.py:17
Method
get_optimizer
(self, config)
Examples/MGE_CNN.py:18
Method
get_optimizer
(self, config)
Examples/S3N.py:36
Method
get_optimizer
(self, config)
Examples/OSMENet.py:35
Method
get_optimizer
(self, config)
Examples/CrossX.py:35
Method
get_optimizer
(self, config)
Examples/PairConfusion.py:17
Method
get_optimizer
(self, config)
Examples/BCNN.py:32
Method
get_optimizer
(self, config)
Examples/CIN.py:34
Method
get_optimizer
(self, config)
Examples/NTSNet.py:15
Method
get_optimizer
(self, config)
Examples/InterpPartsNet.py:39
Method
get_optimizer
(self, config)
Examples/DCL.py:74
Method
get_performance_meters
(self)
Examples/PeerLearning.py:25
Method
get_scheduler
(self, config)
Examples/PeerLearning.py:56
Method
get_scheduler
(self, config)
Examples/Baseline.py:35
Method
get_scheduler
(self, config)
Examples/APCNN.py:86
Method
get_scheduler
(self, config)
Examples/MPN.py:20
Method
get_scheduler
(self, config)
Examples/APINet.py:45
Method
get_scheduler
(self, config)
Examples/ProtoTreeNet.py:70
Method
get_scheduler
(self, config)
Examples/CBCNN.py:35
Method
get_scheduler
(self, config)
Examples/MGE_CNN.py:25
Method
get_scheduler
(self, config)
Examples/S3N.py:57
Method
get_scheduler
(self, config)
Examples/OSMENet.py:45
Method
get_scheduler
(self, config)
Examples/CrossX.py:39
Method
get_scheduler
(self, config)
Examples/PairConfusion.py:25
Method
get_scheduler
(self, config)
Examples/BCNN.py:42
Method
get_scheduler
(self, config)
Examples/CIN.py:42
Method
get_scheduler
(self, config)
Examples/NTSNet.py:21
Method
get_scheduler
(self, config)
Examples/InterpPartsNet.py:64
Method
get_scheduler
(self, config)
Examples/DCL.py:90
Method
get_transformers
(self, config)
Examples/Baseline.py:12
Method
get_transformers
(self, config)
Examples/APCNN.py:18
Method
get_transformers
(self, config)
Examples/S3N.py:17
Method
get_transformers
(self, config)
Examples/CrossX.py:16
Method
get_transformers
(self, config)
Examples/InterpPartsNet.py:17
Method
get_transformers
(self, config)
Examples/DCL.py:19
Method
get_weighted_sampler
(self)
dataset/dataset_DCL.py:94
Function
initialize_weights
(m)
model/utils.py:5
Function
initialize_weights_xavier
(m)
model/utils.py:19
Method
leaves
(self)
model/methods/ProtoTree/leaf.py:90
Method
leaves
(self)
model/methods/ProtoTree/node.py:26
Method
leaves
(self)
model/methods/ProtoTree/branch.py:92
Method
leaves
(self)
model/methods/ProtoTree/prototree.py:237
Method
leaves_require_grad
(self)
model/methods/ProtoTree/prototree.py:81
Function
list_loss
(logits, targets)
model/loss/NTS_loss.py:32
Function
nms_pytorch
Apply non-maximum suppression to avoid detecting too many overlapping bounding boxes for a given object. Args: boxes: (tensor) The loc
model/methods/nms.py:4
Method
node_depths
(self)
model/methods/ProtoTree/prototree.py:222
Method
nodes
(self)
model/methods/ProtoTree/node.py:22
Method
nodes
(self)
model/methods/ProtoTree/prototree.py:214
Method
nodes_by_index
(self)
model/methods/ProtoTree/leaf.py:98
Method
nodes_by_index
(self)
model/methods/ProtoTree/node.py:34
Method
nodes_by_index
(self)
model/methods/ProtoTree/branch.py:102
Method
nodes_by_index
(self)
model/methods/ProtoTree/prototree.py:218
Method
num_branches
(self)
model/methods/ProtoTree/leaf.py:102
Method
num_branches
(self)
model/methods/ProtoTree/node.py:38
Method
num_branches
(self)
model/methods/ProtoTree/branch.py:108
Method
num_branches
(self)
model/methods/ProtoTree/prototree.py:241
Method
num_leaves
(self)
model/methods/ProtoTree/leaf.py:106
Method
num_leaves
(self)
model/methods/ProtoTree/node.py:42
Method
num_leaves
(self)
model/methods/ProtoTree/branch.py:112
Method
num_leaves
(self)
model/methods/ProtoTree/prototree.py:245
Method
on_start_epoch
(self, config)
Examples/APCNN.py:69
Method
on_start_epoch
(self, config)
Examples/APINet.py:86
Method
on_start_epoch
(self, config)
Examples/ProtoTreeNet.py:83
Method
path_to
(self, node: Node)
model/methods/ProtoTree/prototree.py:309
Method
prototypes_require_grad
(self)
model/methods/ProtoTree/prototree.py:90
Function
pth_nms_merge
(dets, thresh, topk)
model/methods/APCNN.py:36
Function
ranking_loss
(score, targets, proposal_num=6)
model/loss/NTS_loss.py:38
Method
register
(self, module)
utils/repository.py:10
Method
requires_grad
(self)
model/methods/ProtoTree/leaf.py:78
Function
resnet101
Constructs a ResNet-101 model. Args: pretrained (bool): If True, returns a model pre-trained on ImageNet
model/methods/APCNN.py:611
Function
resnet101
Constructs a ResNet-101 model. Args: pretrained (bool): If True, returns a model pre-trained on ImageNet
model/methods/NTS_Net/resnet.py:191
Function
resnet152
r"""ResNet-152 model from `"Deep Residual Learning for Image Recognition" <https://arxiv.org/pdf/1512.03385.pdf>`_. Args: pretrained
model/backbone/resnet.py:323
Function
resnet152
Constructs a ResNet-152 model. Args: pretrained (bool): If True, returns a model pre-trained on ImageNet
model/methods/NTS_Net/resnet.py:203
Function
resnet18
r"""ResNet-18 model from `"Deep Residual Learning for Image Recognition" <https://arxiv.org/pdf/1512.03385.pdf>`_. Args: pretrained (
model/backbone/resnet.py:271
Function
resnet18
Constructs a ResNet-18 model. Args: pretrained (bool): If True, returns a model pre-trained on ImageNet
model/methods/NTS_Net/resnet.py:155
Function
resnet34
r"""ResNet-34 model from `"Deep Residual Learning for Image Recognition" <https://arxiv.org/pdf/1512.03385.pdf>`_. Args: pretrained (
model/backbone/resnet.py:284
Function
resnet34
Constructs a ResNet-34 model. Args: pretrained (bool): If True, returns a model pre-trained on ImageNet
model/methods/NTS_Net/resnet.py:167
Function
resnext101_32x8d
r"""ResNeXt-101 32x8d model from `"Aggregated Residual Transformation for Deep Neural Networks" <https://arxiv.org/pdf/1611.05431.pdf>`_. Arg
model/backbone/resnet.py:351
Function
resnext50_32x4d
r"""ResNeXt-50 32x4d model from `"Aggregated Residual Transformation for Deep Neural Networks" <https://arxiv.org/pdf/1611.05431.pdf>`_. Args
model/backbone/resnet.py:336
Method
root
(self)
model/methods/ProtoTree/prototree.py:77
Method
save_gradient
(self, grad)
model/methods/MGE_CNN/grad_cam.py:15
Method
save_state
(self, directory_path: str)
model/methods/ProtoTree/prototree.py:256
Method
size
(self)
model/methods/ProtoTree/node.py:18
Method
update
(self, new_value)
utils/utils.py:21
Method
update_performance_meter
(self, split)
Examples/PeerLearning.py:104
Method
value
(self)
utils/utils.py:28
Function
vgg11
r"""VGG 11-layer model (configuration "A") from `"Very Deep Convolutional Networks For Large-Scale Image Recognition" <https://arxiv.org/pdf/1409.
model/backbone/vgg.py:90
Function
vgg11_bn
r"""VGG 11-layer model (configuration "A") with batch normalization `"Very Deep Convolutional Networks For Large-Scale Image Recognition" <https:/
model/backbone/vgg.py:103
Function
vgg13
r"""VGG 13-layer model (configuration "B") `"Very Deep Convolutional Networks For Large-Scale Image Recognition" <https://arxiv.org/pdf/1409.1556.
model/backbone/vgg.py:116
Function
vgg13_bn
r"""VGG 13-layer model (configuration "B") with batch normalization `"Very Deep Convolutional Networks For Large-Scale Image Recognition" <https:/
model/backbone/vgg.py:129
Function
vgg16_bn
r"""VGG 16-layer model (configuration "D") with batch normalization `"Very Deep Convolutional Networks For Large-Scale Image Recognition" <https:/
model/backbone/vgg.py:155
Function
vgg19
r"""VGG 19-layer model (configuration "E") `"Very Deep Convolutional Networks For Large-Scale Image Recognition" <https://arxiv.org/pdf/1409.1556.
model/backbone/vgg.py:168
Function
vgg19_bn
r"""VGG 19-layer model (configuration 'E') with batch normalization `"Very Deep Convolutional Networks For Large-Scale Image Recognition" <https:/
model/backbone/vgg.py:181
← previous
next →
401–500 of 503, ranked by callers