Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/SakhriHoussem/Image-Classification
/ functions
Functions
44 in github.com/SakhriHoussem/Image-Classification
⨍
Functions
44
◇
Types & classes
4
↓ 16 callers
Method
conv_layer
(self, bottom, in_channels, out_channels, name)
vgg19/vgg19_trainable.py:108
↓ 16 callers
Method
conv_layer
(self, bottom, name)
vgg19/vgg19.py:94
↓ 13 callers
Method
conv_layer
(self, bottom, in_channels, out_channels, name)
vgg16/vgg16_trainable.py:104
↓ 13 callers
Method
conv_layer
(self, bottom, name)
vgg16/vgg16.py:90
↓ 6 callers
Method
build
load variable from npy to build the VGG :param rgb: rgb image [batch, height, width, 3] values scaled [0, 1]
vgg16/vgg16.py:22
↓ 5 callers
Method
fc_layer
(self, bottom, in_size, out_size, name)
vgg16/vgg16_trainable.py:114
↓ 5 callers
Method
fc_layer
(self, bottom, in_size, out_size, name)
vgg19/vgg19_trainable.py:118
↓ 5 callers
Method
max_pool
(self, bottom, name)
vgg16/vgg16_trainable.py:101
↓ 5 callers
Method
max_pool
(self, bottom, name)
vgg16/vgg16.py:87
↓ 5 callers
Method
max_pool
(self, bottom, name)
vgg19/vgg19_trainable.py:105
↓ 5 callers
Method
max_pool
(self, bottom, name)
vgg19/vgg19.py:91
↓ 5 callers
Method
save_npy
(self, sess, npy_path="./vgg16-save.npy")
vgg16/vgg16_trainable.py:161
↓ 4 callers
Method
get_var
(self, initial_value, name, idx, var_name)
vgg16/vgg16_trainable.py:141
↓ 4 callers
Method
get_var
(self, initial_value, name, idx, var_name)
vgg19/vgg19_trainable.py:145
↓ 3 callers
Method
fc_layer
(self, bottom, name)
vgg16/vgg16.py:102
↓ 3 callers
Method
fc_layer
(self, bottom, name)
vgg19/vgg19.py:106
↓ 2 callers
Function
ClusterGen
function to generate list of IP addresses for workers and parameters servers from Devices name :param list[str] workers: list of workers De
Networking.py:16
↓ 2 callers
Method
get_bias
(self, name)
vgg16/vgg16.py:122
↓ 2 callers
Method
get_bias
(self, name)
vgg19/vgg19.py:126
↓ 1 callers
Function
draw_table
:param data: :param classes: :param save_as: :param save_to: :return:
dataSetGenerator.py:1
↓ 1 callers
Method
get_conv_filter
(self, name)
vgg16/vgg16.py:119
↓ 1 callers
Method
get_conv_filter
(self, name)
vgg19/vgg19.py:123
↓ 1 callers
Method
get_conv_var
(self, filter_size, in_channels, out_channels, name)
vgg16/vgg16_trainable.py:123
↓ 1 callers
Method
get_conv_var
(self, filter_size, in_channels, out_channels, name)
vgg19/vgg19_trainable.py:127
↓ 1 callers
Method
get_fc_var
(self, in_size, out_size, name)
vgg16/vgg16_trainable.py:132
↓ 1 callers
Method
get_fc_var
(self, in_size, out_size, name)
vgg19/vgg19_trainable.py:136
↓ 1 callers
Method
get_fc_weight
(self, name)
vgg16/vgg16.py:125
↓ 1 callers
Method
get_fc_weight
(self, name)
vgg19/vgg19.py:129
↓ 1 callers
Method
get_var_count
(self)
vgg16/vgg16_trainable.py:176
↓ 1 callers
Function
inMyNetwork
generate list of devices and there IP addresses who connected with you in the same Network :param str() hosts: string for hosts as nmap use
Networking.py:4
Method
__init__
(self, vgg16_npy_path=None,output = 1000, trainable=True, dropout=0.5)
vgg16/vgg16_trainable.py:13
Method
__init__
(self, vgg16_npy_path=None)
vgg16/vgg16.py:11
Method
__init__
(self, vgg19_npy_path=None,output = 1000, trainable=True, dropout=0.5)
vgg19/vgg19_trainable.py:13
Method
__init__
(self, vgg19_npy_path=None)
vgg19/vgg19.py:11
Method
avg_pool
(self, bottom, name)
vgg16/vgg16_trainable.py:98
Method
avg_pool
(self, bottom, name)
vgg16/vgg16.py:84
Method
avg_pool
(self, bottom, name)
vgg19/vgg19_trainable.py:102
Method
avg_pool
(self, bottom, name)
vgg19/vgg19.py:88
Method
build
load variable from npy to build the VGG :param rgb: rgb image [batch, height, width, 3] values scaled [0, 1] :param train_mo
vgg16/vgg16_trainable.py:23
Method
build
load variable from npy to build the VGG :param rgb: rgb image [batch, height, width, 3] values scaled [0, 1] :param train_mo
vgg19/vgg19_trainable.py:24
Method
build
load variable from npy to build the VGG :param rgb: rgb image [batch, height, width, 3] values scaled [0, 1]
vgg19/vgg19.py:22
Function
dataSetGenerator
Generate a image dataSet from a picture dataSets the picture dataSets must be in the same structure to generate also labels example of
dataSetGenerator.py:1
Method
get_var_count
(self)
vgg19/vgg19_trainable.py:177
Method
save_npy
(self, sess, npy_path="./vgg19-save.npy")
vgg19/vgg19_trainable.py:162