MCPcopy Create free account

hub / github.com/AlfredXiangWu/LightCNN / functions

Functions42 in github.com/AlfredXiangWu/LightCNN

↓ 8 callersMethodupdate
(self, val, n=1)
train.py:251
↓ 5 callersMethod__init__
(self, in_channels, out_channels, kernel_size=3, stride=1, padding=1, type=1)
light_cnn.py:13
↓ 4 callersMethod_make_layer
(self, block, num_blocks, in_channels, out_channels)
light_cnn.py:94
↓ 4 callersMethod_make_layer
(self, block, num_blocks, in_channels, out_channels)
light_cnn.py:140
↓ 4 callersMethod_make_layer
(self, block, num_blocks, in_channels, out_channels)
light_cnn_v4.py:62
↓ 2 callersFunctionLightCNN_29Layers
(**kwargs)
light_cnn.py:174
↓ 2 callersFunctionLightCNN_29Layers_v2
(**kwargs)
light_cnn.py:178
↓ 2 callersFunctionLightCNN_9Layers
(**kwargs)
light_cnn.py:170
↓ 2 callersMethod__init__
(self, in_channels, out_channels, kernel_size=3, stride=1, padding=1, type=1)
light_cnn_v4.py:17
↓ 2 callersFunctionaccuracy
Computes the precision@k for the specified values of k
train.py:269
↓ 2 callersFunctionvalidate
(val_loader, model, criterion)
train.py:205
↓ 1 callersFunctionadjust_learning_rate
(optimizer, epoch)
train.py:258
↓ 1 callersFunctionmain
()
train.py:60
↓ 1 callersFunctionmain
()
extract_features.py:45
↓ 1 callersFunctionread_list
(list_path)
extract_features.py:91
↓ 1 callersMethodreset
(self)
train.py:245
↓ 1 callersFunctionsave_checkpoint
(state, filename)
train.py:236
↓ 1 callersFunctionsave_feature
(save_path, img_name, features)
extract_features.py:100
↓ 1 callersFunctiontrain
(train_loader, model, criterion, optimizer, epoch)
train.py:158
FunctionLightCNN_V4
(cfg)
light_cnn_v4.py:91
Method__getitem__
(self, index)
load_imglist.py:26
Method__init__
(self, in_channels, out_channels, kernel_size, stride, padding)
light_cnn.py:27
Method__init__
(self, in_channels, out_channels)
light_cnn.py:38
Method__init__
(self, num_classes=79077)
light_cnn.py:51
Method__init__
(self, block, layers, num_classes=79077)
light_cnn.py:76
Method__init__
(self, block, layers, num_classes=79077)
light_cnn.py:126
Method__init__
(self)
train.py:242
Method__init__
(self, in_channels, out_channels)
light_cnn_v4.py:31
Method__init__
(self, block, layers)
light_cnn_v4.py:45
Method__init__
(self, root, fileList, transform=None, list_reader=default_list_reader, loader=default_loader)
load_imglist.py:20
Method__len__
(self)
load_imglist.py:34
Functiondefault_list_reader
(fileList)
load_imglist.py:11
Functiondefault_loader
(path)
load_imglist.py:7
Methodforward
(self, x)
light_cnn.py:21
Methodforward
(self, x)
light_cnn.py:32
Methodforward
(self, x)
light_cnn.py:43
Methodforward
(self, x)
light_cnn.py:67
Methodforward
(self, x)
light_cnn.py:100
Methodforward
(self, x)
light_cnn.py:146
Methodforward
(self, x)
light_cnn_v4.py:25
Methodforward
(self, x)
light_cnn_v4.py:36
Methodforward
(self, x, label=None)
light_cnn_v4.py:68