MCPcopy Create free account

hub / github.com/EdenBelouadah/class-incremental-learning / functions

Functions293 in github.com/EdenBelouadah/class-incremental-learning

Method__repr__
(self)
ail/codes/utils/MyImageFolder.py:210
Method__repr__
(self)
scail/codes/utils/MyImageFolder.py:210
Method__repr__
(self)
cil/utils/MyImageFolder.py:210
Function_central_crop
Performs central crops of the given image list. Args: image: a 3-D image tensor crop_height: the height of the image following the crop.
cil/bic/codes/vgg_preprocessing.py:89
Function_random_crop_and_flip
Crops the given image to a random part of the image, and randomly flips. Args: image: a 3-D image tensor crop_height: the new height. c
cil/bic/codes/vgg_preprocessing.py:59
Functionbottleneck_block
Bottleneck block variant for residual networks with BN before convolutions. Args: inputs: A tensor of size [batch, channels, height_in, width_i
cil/bic/codes/resnet.py:204
Functionbuilding_block
Standard building block for residual networks with BN before convolutions. Args: inputs: A tensor of size [batch, channels, height_in, width_in
cil/bic/codes/resnet.py:165
Functioncompute_accuracy_lwf
(tg_model, tg_feature_model, evalloader, scale=None, print_info=True, device=None)
cil/lucir/codes/utils_incremental/compute_accuracy.py:91
Functiondefault_loader
(path)
il2m/codes/utils/MyImageFolder.py:128
Functiondefault_loader
(path)
deesil/codes/utils/MyImageFolder.py:128
Functiondefault_loader
(path)
siw/utils/MyImageFolder.py:128
Functiondefault_loader
(path)
ail/codes/utils/MyImageFolder.py:128
Functiondefault_loader
(path)
scail/codes/utils/MyImageFolder.py:128
Functiondefault_loader
(path)
cil/utils/MyImageFolder.py:128
Methodentropy
DESCRIPTION: function which selects images for manual annotation based on their entropy. The higher the entropy o
ail/codes/classical_AFs.py:65
Functionformat_time
(seconds)
cil/lucir/codes/utils_pytorch.py:73
Methodforward
(self, x)
cil/lucir/codes/modified_resnet.py:26
Methodforward
(self, x)
cil/lucir/codes/modified_resnet.py:91
Methodforward
(self, input)
cil/lucir/codes/modified_linear.py:26
Methodforward
(self, x)
cil/lucir/codes/modified_linear.py:53
Methodforward
(self, x)
cil/lucir/codes/resnet.py:38
Methodforward
(self, x)
cil/lucir/codes/resnet.py:73
Methodforward
(self, x)
cil/lucir/codes/resnet.py:136
Methodfrom_str_to_list
(self, string, type)
deesil/codes/utils/Utils.py:40
Functionget_cur_features
(self, inputs, outputs)
cil/lucir/codes/utils_incremental/train_eval_LF.py:17
Functionget_cur_features
(self, inputs, outputs)
cil/lucir/codes/utils_incremental/train_eval_MR_LF.py:18
Functionget_mean_and_std
Compute the mean and std value of dataset.
cil/lucir/codes/utils_pytorch.py:43
Functionget_new_scores_before_scale
(self, inputs, outputs)
cil/lucir/codes/utils_incremental/train_eval_MS.py:14
Functionget_new_scores_before_scale
(self, inputs, outputs)
cil/lucir/codes/utils_incremental/train_eval_MR_LF.py:26
Functionget_old_scores_before_scale
(self, inputs, outputs)
cil/lucir/codes/utils_incremental/train_eval_MS.py:10
Functionget_old_scores_before_scale
(self, inputs, outputs)
cil/lucir/codes/utils_incremental/train_eval_MR_LF.py:22
Functionget_ref_features
(self, inputs, outputs)
cil/lucir/codes/utils_incremental/train_eval_LF.py:13
Functionget_ref_features
(self, inputs, outputs)
cil/lucir/codes/utils_incremental/train_eval_MR_LF.py:14
Functionget_weight_initializer
(params)
siw/LwF/codes/utils_resnet.py:163
Functionget_weight_initializer
(params)
cil/icarl/codes/utils_resnet.py:162
Functionimagenet_model_fn
Our model_fn for ResNet to be used with our Estimator.
cil/bic/codes/main_no_herding.py:342
Functionimagenet_model_fn
Our model_fn for ResNet to be used with our Estimator.
cil/bic/codes/main.py:342
Functioninit_params
Init layer parameters.
cil/lucir/codes/utils_pytorch.py:57
Functioninput_fn
Input function which provides batches for train or eval. Args: is_training: A boolean denoting whether the input is for training. data_dir:
cil/bic/codes/main_no_herding.py:154
Functioninput_fn
Input function which provides batches for train or eval. Args: is_training: A boolean denoting whether the input is for training. data_dir:
cil/bic/codes/main.py:154
Functioninput_fn_eval
()
cil/bic/codes/resnet.py:739
Functioninput_fn_eval_test
()
cil/bic/codes/resnet.py:769
Functioninput_fn_feature_extraction
()
cil/bic/codes/resnet.py:806
Functioninput_fn_test
()
cil/bic/codes/resnet.py:777
Functioninput_fn_train
()
cil/bic/codes/resnet.py:725
Functionis_image_file
Checks if a file is an allowed image extension. Args: filename (string): path to a file Returns: bool: True if the filename en
il2m/codes/utils/MyImageFolder.py:21
Functionis_image_file
Checks if a file is an allowed image extension. Args: filename (string): path to a file Returns: bool: True if the filename en
deesil/codes/utils/MyImageFolder.py:21
Functionis_image_file
Checks if a file is an allowed image extension. Args: filename (string): path to a file Returns: bool: True if the filename en
siw/utils/MyImageFolder.py:21
Functionis_image_file
Checks if a file is an allowed image extension. Args: filename (string): path to a file Returns: bool: True if the filename en
ail/codes/utils/MyImageFolder.py:21
Functionis_image_file
Checks if a file is an allowed image extension. Args: filename (string): path to a file Returns: bool: True if the filename en
scail/codes/utils/MyImageFolder.py:21
Functionis_image_file
Checks if a file is an allowed image extension. Args: filename (string): path to a file Returns: bool: True if the filename en
cil/utils/MyImageFolder.py:21
Methodkcenters
select nb_idx indices among im_list_idx and return them in im_selection (list) : the minimal distance between two selected images is maximi
ail/codes/classical_AFs.py:35
Functionlearning_rate_with_decay
Get a learning rate that decays step-wise as training progresses. Args: batch_size: the number of examples processed in each training batch.
cil/bic/codes/resnet.py:398
Functionload_class_in_feature_space
(files_from_cl,batch_size,scores, label_batch,loss_class,file_string_batch,op_feature_map,sess)
siw/LwF/codes/utils_icarl.py:37
Functionload_class_in_feature_space
(files_from_cl,batch_size,scores, label_batch,loss_class,file_string_batch,op_feature_map,sess)
cil/icarl/codes/utils_icarl.py:34
Functionload_data
(fpath)
cil/bic/codes/utils_imagenet.py:19
Functionmain
(unused_argv)
cil/bic/codes/main_no_herding.py:376
Functionmain
(unused_argv)
cil/bic/codes/main.py:376
Methodmax_margin
PARAMETERS: dataset_dir - directory which contains dataset related information al_budget - int which gives the ac
ail/codes/classical_AFs.py:105
Functionparse_record
Parses a record containing a training example of an image. The input record is parsed into a label and image, and the image is passed through pre
cil/bic/codes/main_no_herding.py:117
Functionparse_record
Parses a record containing a training example of an image. The input record is parsed into a label and image, and the image is passed through pre
cil/bic/codes/main.py:117
Functionprepare_files
(train_images_path, val_images_path, nb_groups, nb_cl)
siw/LwF/codes/utils_data.py:46
Functionprepare_files
(train_images_path, val_images_path, nb_groups, nb_cl)
cil/icarl/codes/utils_data.py:45
Functionprepare_networks
(images_mean, device,image_batch, nb_cl, nb_groups)
siw/LwF/codes/utils_icarl.py:54
Functionprepare_networks
(images_mean, device,image_batch, nb_cl, nb_groups)
cil/icarl/codes/utils_icarl.py:51
Functionprepare_validation
(x_train, y_train, x_test, y_test, nb_groups, nb_cl, nb_val)
cil/bic/codes/utils_imagenet.py:51
Functionpreprocess_image
Preprocesses the given image. Args: image: A `Tensor` representing an image of arbitrary size. output_height: The height of the image after
cil/bic/codes/vgg_preprocessing.py:194
Functionprocess_record_dataset
Given a Dataset with raw records, parse each record into images and labels, and return an iterator over the records. Args: dataset: A Da
cil/bic/codes/resnet.py:61
Methodrandomly
(self)
ail/codes/classical_AFs.py:28
Functionread_data
(files_from_cl)
siw/LwF/codes/utils_data.py:13
Functionread_data
(files_from_cl)
cil/icarl/codes/utils_data.py:12
Functionread_data_test
(files_from_cl)
siw/LwF/codes/utils_data.py:29
Functionread_data_test
(files_from_cl)
cil/icarl/codes/utils_data.py:28
Functionreading_data_and_preparing_network
(images_mean, files_from_cl, device, itera, batch_size, nb_groups, nb_cl, save_path)
siw/LwF/codes/utils_icarl.py:16
Functionreading_data_and_preparing_network
(images_mean, files_from_cl, device, itera, batch_size, nb_groups, nb_cl, save_path)
cil/icarl/codes/utils_icarl.py:13
Functionresnet101
Constructs a ResNet-101 model. Args: pretrained (bool): If True, returns a model pre-trained on ImageNet
cil/lucir/codes/resnet.py:188
Functionresnet152
Constructs a ResNet-152 model. Args: pretrained (bool): If True, returns a model pre-trained on ImageNet
cil/lucir/codes/resnet.py:200
Functionresnet18
Constructs a ResNet-18 model. Args: pretrained (bool): If True, returns a model pre-trained on ImageNet
cil/lucir/codes/modified_resnet.py:108
Functionresnet18
Constructs a ResNet-18 model. Args: pretrained (bool): If True, returns a model pre-trained on ImageNet
cil/lucir/codes/resnet.py:153
Functionresnet34
Constructs a ResNet-34 model. Args: pretrained (bool): If True, returns a model pre-trained on ImageNet
cil/lucir/codes/resnet.py:165
Functionresnet50
Constructs a ResNet-50 model. Args: pretrained (bool): If True, returns a model pre-trained on ImageNet
cil/lucir/codes/resnet.py:176
Functionresnet_main
(flags, model_function, input_function, x_train, y_train, x_val, y_val, x_test, y_test, itera, nb_groups, nb_c
cil/bic/codes/resnet.py:682
Functionresnet_model_fn
Shared functionality for different resnet model_fns. Initializes the ResnetModel representing the model layers and uses that model to build the n
cil/bic/codes/resnet.py:433
Functionsave_model
(name, scope, sess)
siw/LwF/codes/utils_resnet.py:175
Functionsave_model
(name, scope, sess)
cil/icarl/codes/utils_resnet.py:174
Functionsavepickle
(data, file_path)
cil/lucir/codes/utils_pytorch.py:22
Functionsoftmax
(target, axis, name=None)
siw/LwF/codes/utils_resnet.py:53
Functionsoftmax
(target, axis, name=None)
cil/icarl/codes/utils_resnet.py:52
Functionsplit_images_labels_paths
(imgs)
cil/lucir/codes/utils_dataset.py:19
Functiontrain_eval_lwf
(epochs, tg_model, ref_model, tg_optimizer, tg_lr_scheduler, \ trainloader, testloader, \
cil/lucir/codes/utils_incremental/train_eval.py:69
Functiontrain_eval_lwf2
(epochs, tg_model, ref_model, tg_optimizer, tg_lr_scheduler, \ trainloader, testloader, iter_size,
cil/lucir/codes/utils_incremental/train_eval.py:128
Functiontrain_eval_lwf3
(epochs, tg_model, ref_model, tg_optimizer, tg_lr_scheduler, \ trainloader, testloader, iter_size,
cil/lucir/codes/utils_incremental/train_eval.py:194
Functionunpickle
(file_path)
cil/lucir/codes/utils_pytorch.py:28
← previous201–293 of 293, ranked by callers