MCPcopy Create free account

hub / github.com/Confusezius/Revisiting_Deep_Metric_Learning_PyTorch / functions

Functions204 in github.com/Confusezius/Revisiting_Deep_Metric_Learning_PyTorch

Method__init__
(self, save_path, title='Training Log', figsize=(25,19))
utilities/logger.py:31
Method__init__
(self)
utilities/logger.py:90
Method__init__
LOGGER Internal Structure: self.progress_saver: Contains multiple Progress_Saver instances to log metrics for main metric subsets (e
utilities/logger.py:105
Method__init__
(self)
toy_experiments/toy_example_diagonal_lines.py:51
Method__init__
(self, opt)
batchminer/random_distance.py:5
Method__init__
(self, opt)
batchminer/npair.py:3
Method__init__
(self, opt)
batchminer/random.py:6
Method__init__
(self, opt)
batchminer/parametric.py:5
Method__init__
(self, opt)
batchminer/lifted.py:4
Method__init__
(self, opt)
batchminer/distance.py:7
Method__init__
(self, opt)
batchminer/intra_random.py:6
Method__init__
(self, opt)
batchminer/softhard.py:5
Method__init__
(self, opt)
batchminer/rho_distance.py:5
Method__init__
(self, opt)
batchminer/semihard.py:5
Method__init__
(self, image_dict, opt, is_validation=False)
datasets/basic_dataset_scaffold.py:10
Method__init__
(self, opt, image_dict, image_list)
datasampler/greedy_coreset_sampler.py:16
Method__init__
(self, opt, image_dict, image_list)
datasampler/fid_batchmatch_sampler.py:16
Method__init__
(self, method='class_random', random_subset_perc=0.1, batch_size=128, samples_per_class=4)
datasampler/samplers.py:22
Method__init__
(self, opt, image_dict, image_list)
datasampler/d2_coreset_sampler.py:16
Method__init__
(self, opt, image_dict, image_list)
datasampler/disthist_batchmatch_sampler.py:16
Method__init__
(self, opt, image_dict, image_list, **kwargs)
datasampler/class_random_sampler.py:16
Method__init__
(self, opt, image_dict, image_list=None)
datasampler/random_sampler.py:16
Method__init__
(self, opt, batchminer)
criteria/snr.py:12
Method__init__
(self, opt)
criteria/softtriplet.py:12
Method__init__
(self, opt, batchminer)
criteria/margin.py:12
Method__init__
Args:
criteria/npair.py:12
Method__init__
(self, opt, batchminer)
criteria/triplet.py:12
Method__init__
(self, opt, batchminer)
criteria/angular.py:12
Method__init__
(self, opt, batchminer)
criteria/contrastive.py:12
Method__init__
(self, opt)
criteria/arcface.py:12
Method__init__
Args: margin: Triplet Margin. nu: Regularisation Parameter for beta values if they are le
criteria/adversarial_separation.py:13
Method__init__
(self, opt)
criteria/softmax.py:13
Method__init__
(self, opt, batchminer)
criteria/lifted.py:12
Method__init__
Args: opt: Namespace containing all relevant parameters.
criteria/proxynca.py:13
Method__init__
Args: margin: Triplet Margin.
criteria/histogram.py:13
Method__init__
(self, opt, batchminer)
criteria/quadruplet.py:11
Method__init__
(self, opt)
criteria/multisimilarity.py:11
Method__iter__
(self)
datasampler/greedy_coreset_sampler.py:39
Method__iter__
(self)
datasampler/fid_batchmatch_sampler.py:38
Method__iter__
(self)
datasampler/samplers.py:58
Method__iter__
(self)
datasampler/d2_coreset_sampler.py:38
Method__iter__
(self)
datasampler/disthist_batchmatch_sampler.py:39
Method__iter__
(self)
datasampler/class_random_sampler.py:35
Method__iter__
(self)
datasampler/random_sampler.py:28
Method__len__
(self)
datasets/basic_dataset_scaffold.py:88
Method__len__
(self)
datasampler/greedy_coreset_sampler.py:155
Method__len__
(self)
datasampler/fid_batchmatch_sampler.py:147
Method__len__
(self)
datasampler/samplers.py:100
Method__len__
(self)
datasampler/d2_coreset_sampler.py:144
Method__len__
(self)
datasampler/disthist_batchmatch_sampler.py:164
Method__len__
(self)
datasampler/class_random_sampler.py:48
Method__len__
(self)
datasampler/random_sampler.py:40
Functionbasic_training_parameters
(parser)
parameters.py:5
Functionbatch_creation_parameters
(parser)
parameters.py:154
Methodbatchfinder
(n_calls, pos)
datasampler/greedy_coreset_sampler.py:54
Methodbatchfinder
(n_calls, pos)
datasampler/d2_coreset_sampler.py:53
Functionbatchmining_specific_parameters
(parser)
parameters.py:142
Methodcreate_storage
(self, dataloader, model, device)
datasampler/greedy_coreset_sampler.py:78
Methodcreate_storage
(self, dataloader, model, device)
datasampler/fid_batchmatch_sampler.py:70
Methodcreate_storage
(self, dataloader, model, device)
datasampler/d2_coreset_sampler.py:75
Methodcreate_storage
(self, dataloader, model, device)
datasampler/disthist_batchmatch_sampler.py:72
Methoddisthist_match
datasampler/disthist_batchmatch_sampler.py:105
Functionevaluate
Parent-Function to compute evaluation metrics, print summary string and store checkpoint files/plot sample recall plots.
evaluation/__init__.py:7
Methodforward
(self, x, **kwargs)
architectures/resnet50.py:33
Methodforward
(self, x)
architectures/googlenet.py:24
Methodforward
(self, x, warmup=False, **kwargs)
architectures/bninception.py:35
Methodforward
(self, x)
utilities/misc.py:39
Methodforward
(self, x)
toy_experiments/toy_example_diagonal_lines.py:55
Methodforward
(self, batch, labels, **kwargs)
criteria/snr.py:29
Methodforward
(self, batch, labels, **kwargs)
criteria/softtriplet.py:50
Methodforward
(self, batch, labels, **kwargs)
criteria/margin.py:39
Methodforward
(self, batch, labels, **kwargs)
criteria/npair.py:29
Methodforward
(self, batch, labels, **kwargs)
criteria/triplet.py:27
Methodforward
(self, batch, labels, **kwargs)
criteria/angular.py:29
Methodforward
(self, batch, labels, **kwargs)
criteria/contrastive.py:27
Methodforward
(self, batch, labels, **kwargs)
criteria/arcface.py:36
Methodforward
(self, feature_dict)
criteria/adversarial_separation.py:49
Methodforward
Container which applies a simple identity function. Input: x: any torch tensor input.
criteria/adversarial_separation.py:66
Methodforward
(self, batch, labels, **kwargs)
criteria/softmax.py:33
Methodforward
(self, batch, labels, **kwargs)
criteria/lifted.py:28
Methodforward
(self, batch, labels, **kwargs)
criteria/proxynca.py:39
Methodforward
(self, batch, labels, **kwargs)
criteria/histogram.py:36
Methodforward
(self, batch, labels, **kwargs)
criteria/quadruplet.py:33
Methodforward
(self, batch, labels, **kwargs)
criteria/multisimilarity.py:28
Methodfunctional_forward
(self, x)
architectures/bninception.py:49
Functiongimme_params
(model)
utilities/misc.py:9
Methodlog
(self, segment, content, group=None)
utilities/logger.py:93
Functionloss_specific_parameters
(parser)
parameters.py:73
Functionname_filter
(n)
Result_Evaluations.py:80
Methodprecompute_indices
(self)
datasampler/greedy_coreset_sampler.py:44
Methodprecompute_indices
(self)
datasampler/fid_batchmatch_sampler.py:54
Methodprecompute_indices
(self)
datasampler/disthist_batchmatch_sampler.py:56
Methodreplace_storage_entries
(self, embeddings, indices)
datasampler/greedy_coreset_sampler.py:75
Methodreplace_storage_entries
(self, embeddings, indices)
datasampler/fid_batchmatch_sampler.py:67
Methodreplace_storage_entries
(self, embeddings, indices)
datasampler/disthist_batchmatch_sampler.py:69
Functionsampler_parse_args
(parser)
datasampler/samplers.py:8
Functionselect
(arch, opt)
architectures/__init__.py:5
Functionselect
(batchminername, opt)
batchminer/__init__.py:16
Functionselect
(dataset, opt, data_path)
datasets/__init__.py:6
Functionselect
(sampler, opt, image_dict, image_list=None, **kwargs)
datasampler/__init__.py:9
← previousnext →101–200 of 204, ranked by callers