Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/PanJinquan/tensorflow_models_learning
/ functions
Functions
624 in github.com/PanJinquan/tensorflow_models_learning
⨍
Functions
624
◇
Types & classes
42
Function
mobilenet_v1_arg_scope
Defines the default MobilenetV1 arg scope. Args: is_training: Whether or not we're training the model. If this is set to None, the parame
slim/nets/mobilenet_v1.py:428
Function
nasnet_cifar_arg_scope
Defines the default arg scope for the NASNet-A Cifar model. Args: weight_decay: The weight decay to use for regularizing the model. batch_n
slim/nets/nasnet/nasnet.py:116
Function
nasnet_large_arg_scope
Defines the default arg scope for the NASNet-A Large ImageNet model. Args: weight_decay: The weight decay to use for regularizing the model.
slim/nets/nasnet/nasnet.py:188
Function
nasnet_mobile_arg_scope
Defines the default arg scope for the NASNet-A Mobile ImageNet model. Args: weight_decay: The weight decay to use for regularizing the model.
slim/nets/nasnet/nasnet.py:152
Method
num_clones
(self)
slim/deployment/model_deploy.py:537
Method
num_ps_tasks
(self)
slim/deployment/model_deploy.py:553
Method
num_replicas
(self)
slim/deployment/model_deploy.py:549
Function
overfeat
Contains the model definition for the OverFeat network. The definition for the network was obtained from: OverFeat: Integrated Recognition, Loc
slim/nets/overfeat.py:50
Function
overfeat_arg_scope
(weight_decay=0.0005)
slim/nets/overfeat.py:40
Function
pix2pix_arg_scope
Returns a default argument scope for isola_net. Returns: An arg scope.
slim/nets/pix2pix.py:40
Function
pix2pix_discriminator
Creates the Image2Image Translation Discriminator. Args: net: A `Tensor` of size [batch_size, height, width, channels] representing the i
slim/nets/pix2pix.py:225
Function
pix2pix_generator
Defines the network architecture. Args: net: A `Tensor` of size [batch, height, width, channels]. Note that the generator currently requi
slim/nets/pix2pix.py:128
Function
pnasnet_large_arg_scope
Default arg scope for the PNASNet Large ImageNet model.
slim/nets/nasnet/pnasnet.py:68
Function
pnasnet_mobile_arg_scope
Default arg scope for the PNASNet Mobile ImageNet model.
slim/nets/nasnet/pnasnet.py:75
Function
preprocess_image
Pre-process one image for training or evaluation. Args: image: 3-D Tensor [height, width, channels] with the image. If dtype is tf.float3
slim/preprocessing/inception_preprocessing.py:285
Function
preprocess_image
Preprocesses the given image. Args: image: A `Tensor` representing an image of arbitrary size. output_height: The height of the image after
slim/preprocessing/vgg_preprocessing.py:338
Function
preprocess_image
Preprocesses the given image. Args: image: A `Tensor` representing an image of arbitrary size. output_height: The height of the image after
slim/preprocessing/lenet_preprocessing.py:26
Function
preprocess_image
Preprocesses the given image. Args: image: A `Tensor` representing an image of arbitrary size. output_height: The height of the image after
slim/preprocessing/cifarnet_preprocessing.py:106
Function
preprocessing_fn
(image, output_height, output_width, **kwargs)
slim/preprocessing/preprocessing_factory.py:81
Method
ps_device
(self)
slim/deployment/model_deploy.py:557
Function
read_label_file
Reads the labels file and returns a mapping from ID to class name. Args: dataset_dir: The directory in which the labels file is found. file
slim/datasets/dataset_utils.py:130
Method
replica_id
(self)
slim/deployment/model_deploy.py:545
Function
resnet_arg_scope
Defines the default ResNet arg scope. TODO(gpapan): The batch-normalization related default values above are appropriate for use in conjunction
slim/nets/resnet_utils.py:222
Function
resnet_v1_101
ResNet-101 model of [1]. See resnet_v1() for arg and return description.
slim/nets/resnet_v1.py:306
Function
resnet_v1_152
ResNet-152 model of [1]. See resnet_v1() for arg and return description.
slim/nets/resnet_v1.py:330
Function
resnet_v1_200
ResNet-200 model of [2]. See resnet_v1() for arg and return description.
slim/nets/resnet_v1.py:354
Function
resnet_v1_50
ResNet-50 model of [1]. See resnet_v1() for arg and return description.
slim/nets/resnet_v1.py:282
Function
resnet_v2_101
ResNet-101 model of [1]. See resnet_v2() for arg and return description.
slim/nets/resnet_v2.py:274
Function
resnet_v2_152
ResNet-152 model of [1]. See resnet_v2() for arg and return description.
slim/nets/resnet_v2.py:296
Function
resnet_v2_200
ResNet-200 model of [2]. See resnet_v2() for arg and return description.
slim/nets/resnet_v2.py:318
Function
resnet_v2_50
ResNet-50 model of [1]. See resnet_v2() for arg and return description.
slim/nets/resnet_v2.py:252
Function
run
Runs the download and conversion operation. Args: dataset_dir: The dataset directory where the dataset is stored.
slim/datasets/download_and_convert_mnist.py:186
Function
run
Runs the download and conversion operation. Args: dataset_dir: The dataset directory where the dataset is stored.
slim/datasets/download_and_convert_flowers.py:177
Function
run
Runs the download and conversion operation. Args: dataset_dir: The dataset directory where the dataset is stored.
slim/datasets/download_and_convert_cifar10.py:159
Method
setUp
(self)
slim/nets/mobilenet/mobilenet_v2_test.py:44
Method
setUp
(self)
slim/deployment/model_deploy_test.py:171
Method
setUp
(self)
slim/deployment/model_deploy_test.py:318
Method
setUp
(self)
slim/deployment/model_deploy_test.py:467
Function
split_separable_conv2d
Separable mobilenet V1 style convolution. Depthwise convolution, with default non-linearity, followed by 1x1 depthwise convolution. This is simi
slim/nets/mobilenet/conv_blocks.py:92
Function
stack_blocks_dense
Stacks ResNet `Blocks` and controls output feature density. First, this function creates scopes for the ResNet in the form of 'block_name/unit_1'
slim/nets/resnet_utils.py:126
Method
testAllEndPointsShapes
(self)
slim/nets/inception_v4_test.py:69
Method
testAllEndPointsShapesCifarModel
(self)
slim/nets/nasnet/nasnet_test.py:119
Method
testAllEndPointsShapesLargeModel
(self)
slim/nets/nasnet/pnasnet_test.py:109
Method
testAllEndPointsShapesLargeModel
(self)
slim/nets/nasnet/nasnet_test.py:227
Method
testAllEndPointsShapesMobileModel
(self)
slim/nets/nasnet/pnasnet_test.py:146
Method
testAllEndPointsShapesMobileModel
(self)
slim/nets/nasnet/nasnet_test.py:176
Method
testAtrousFullyConvolutionalEndpointShapes
(self)
slim/nets/resnet_v1_test.py:451
Method
testAtrousFullyConvolutionalEndpointShapes
(self)
slim/nets/resnet_v2_test.py:368
Method
testAtrousFullyConvolutionalUnknownHeightWidth
(self)
slim/nets/resnet_v1_test.py:534
Method
testAtrousFullyConvolutionalUnknownHeightWidth
(self)
slim/nets/resnet_v2_test.py:454
Method
testAtrousFullyConvolutionalValues
Verify dense feature extraction with atrous convolution.
slim/nets/resnet_v1_test.py:472
Method
testAtrousFullyConvolutionalValues
Verify dense feature extraction with atrous convolution.
slim/nets/resnet_v2_test.py:389
Method
testAtrousValuesBottleneck
Verify the values of dense feature extraction by atrous convolution. Make sure that dense feature extraction by stack_blocks_dense() followed by
slim/nets/resnet_v1_test.py:199
Method
testAtrousValuesBottleneck
Verify the values of dense feature extraction by atrous convolution. Make sure that dense feature extraction by stack_blocks_dense() followed by
slim/nets/resnet_v2_test.py:199
Method
testBatchNormScopeDoesHasIsTrainingWhenItsNotNone
(self)
slim/nets/mobilenet_v1_test.py:525
Method
testBatchNormScopeDoesHasIsTrainingWhenItsNotNone
(self)
slim/nets/mobilenet/mobilenet_v2_test.py:179
Method
testBatchNormScopeDoesNotHaveIsTrainingWhenItsSetToNone
(self)
slim/nets/mobilenet_v1_test.py:520
Method
testBatchNormScopeDoesNotHaveIsTrainingWhenItsSetToNone
(self)
slim/nets/mobilenet/mobilenet_v2_test.py:174
Method
testBuild
(self)
slim/nets/vgg_test.py:29
Method
testBuild
(self)
slim/nets/vgg_test.py:196
Method
testBuild
(self)
slim/nets/vgg_test.py:383
Method
testBuild
(self)
slim/nets/overfeat_test.py:29
Method
testBuild
(self)
slim/nets/alexnet_test.py:29
Method
testBuildAndCheckAllEndPointsApproximateFaceNet
(self)
slim/nets/mobilenet_v1_test.py:291
Method
testBuildAndCheckAllEndPointsUptoConv2d_13
(self)
slim/nets/mobilenet_v1_test.py:131
Method
testBuildAndCheckAllEndPointsUptoMixed5c
(self)
slim/nets/inception_v2_test.py:90
Method
testBuildAndCheckAllEndPointsUptoMixed5c
(self)
slim/nets/inception_v1_test.py:91
Method
testBuildAndCheckAllEndPointsUptoMixed7c
(self)
slim/nets/inception_v3_test.py:93
Method
testBuildAndCheckAllEndPointsUptoPreAuxLogits
(self)
slim/nets/inception_resnet_v2_test.py:121
Method
testBuildAndCheckAllEndPointsUptoPreAuxLogitsWithAlignedFeatureMaps
(self)
slim/nets/inception_resnet_v2_test.py:147
Method
testBuildAndCheckAllEndPointsUptoPreAuxLogitsWithOutputStrideEight
(self)
slim/nets/inception_resnet_v2_test.py:173
Method
testBuildBaseNetwork
(self)
slim/nets/inception_resnet_v2_test.py:89
Method
testBuildBaseNetwork
(self)
slim/nets/inception_v2_test.py:58
Method
testBuildBaseNetwork
(self)
slim/nets/inception_v1_test.py:58
Method
testBuildBaseNetwork
(self)
slim/nets/mobilenet_v1_test.py:58
Method
testBuildBaseNetwork
(self)
slim/nets/inception_v3_test.py:58
Method
testBuildBaseNetwork
(self)
slim/nets/inception_v4_test.py:115
Method
testBuildClassificationNetwork
(self)
slim/nets/inception_v2_test.py:31
Method
testBuildClassificationNetwork
(self)
slim/nets/inception_v1_test.py:31
Method
testBuildClassificationNetwork
(self)
slim/nets/mobilenet_v1_test.py:31
Method
testBuildClassificationNetwork
(self)
slim/nets/inception_v3_test.py:31
Method
testBuildCustomNetworkUsingConvDefs
(self)
slim/nets/mobilenet_v1_test.py:109
Method
testBuildEndPoints
(self)
slim/nets/inception_resnet_v2_test.py:70
Method
testBuildEndPoints
(self)
slim/nets/inception_v3_test.py:135
Method
testBuildEndPointsNCHWDataFormat
(self)
slim/nets/inception_v2_test.py:203
Method
testBuildEndPointsWithDepthMultiplierGreaterThanOne
(self)
slim/nets/inception_v2_test.py:149
Method
testBuildEndPointsWithDepthMultiplierGreaterThanOne
(self)
slim/nets/mobilenet_v1_test.py:374
Method
testBuildEndPointsWithDepthMultiplierGreaterThanOne
(self)
slim/nets/inception_v3_test.py:179
Method
testBuildEndPointsWithDepthMultiplierLessThanOne
(self)
slim/nets/inception_v2_test.py:129
Method
testBuildEndPointsWithDepthMultiplierLessThanOne
(self)
slim/nets/mobilenet_v1_test.py:355
Method
testBuildEndPointsWithDepthMultiplierLessThanOne
(self)
slim/nets/inception_v3_test.py:159
Method
testBuildEndPointsWithUseSeparableConvolutionFalse
(self)
slim/nets/inception_v2_test.py:180
Method
testBuildErrorsForDataFormats
(self)
slim/nets/inception_v2_test.py:228
Method
testBuildLogits
(self)
slim/nets/inception_resnet_v2_test.py:27
Method
testBuildLogits
(self)
slim/nets/inception_v4_test.py:27
Method
testBuildLogitsCifarModel
(self)
slim/nets/nasnet/nasnet_test.py:29
Method
testBuildLogitsLargeModel
(self)
slim/nets/nasnet/pnasnet_test.py:29
Method
testBuildLogitsLargeModel
(self)
slim/nets/nasnet/nasnet_test.py:63
Method
testBuildLogitsMobileModel
(self)
slim/nets/nasnet/pnasnet_test.py:46
Method
testBuildLogitsMobileModel
(self)
slim/nets/nasnet/nasnet_test.py:46
← previous
next →
301–400 of 624, ranked by callers