MCPcopy Create free account

hub / github.com/PanJinquan/tensorflow_models_learning / functions

Functions624 in github.com/PanJinquan/tensorflow_models_learning

Functionmobilenet_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
Functionnasnet_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
Functionnasnet_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
Functionnasnet_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
Methodnum_clones
(self)
slim/deployment/model_deploy.py:537
Methodnum_ps_tasks
(self)
slim/deployment/model_deploy.py:553
Methodnum_replicas
(self)
slim/deployment/model_deploy.py:549
Functionoverfeat
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
Functionoverfeat_arg_scope
(weight_decay=0.0005)
slim/nets/overfeat.py:40
Functionpix2pix_arg_scope
Returns a default argument scope for isola_net. Returns: An arg scope.
slim/nets/pix2pix.py:40
Functionpix2pix_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
Functionpix2pix_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
Functionpnasnet_large_arg_scope
Default arg scope for the PNASNet Large ImageNet model.
slim/nets/nasnet/pnasnet.py:68
Functionpnasnet_mobile_arg_scope
Default arg scope for the PNASNet Mobile ImageNet model.
slim/nets/nasnet/pnasnet.py:75
Functionpreprocess_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
Functionpreprocess_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
Functionpreprocess_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
Functionpreprocess_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
Functionpreprocessing_fn
(image, output_height, output_width, **kwargs)
slim/preprocessing/preprocessing_factory.py:81
Methodps_device
(self)
slim/deployment/model_deploy.py:557
Functionread_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
Methodreplica_id
(self)
slim/deployment/model_deploy.py:545
Functionresnet_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
Functionresnet_v1_101
ResNet-101 model of [1]. See resnet_v1() for arg and return description.
slim/nets/resnet_v1.py:306
Functionresnet_v1_152
ResNet-152 model of [1]. See resnet_v1() for arg and return description.
slim/nets/resnet_v1.py:330
Functionresnet_v1_200
ResNet-200 model of [2]. See resnet_v1() for arg and return description.
slim/nets/resnet_v1.py:354
Functionresnet_v1_50
ResNet-50 model of [1]. See resnet_v1() for arg and return description.
slim/nets/resnet_v1.py:282
Functionresnet_v2_101
ResNet-101 model of [1]. See resnet_v2() for arg and return description.
slim/nets/resnet_v2.py:274
Functionresnet_v2_152
ResNet-152 model of [1]. See resnet_v2() for arg and return description.
slim/nets/resnet_v2.py:296
Functionresnet_v2_200
ResNet-200 model of [2]. See resnet_v2() for arg and return description.
slim/nets/resnet_v2.py:318
Functionresnet_v2_50
ResNet-50 model of [1]. See resnet_v2() for arg and return description.
slim/nets/resnet_v2.py:252
Functionrun
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
Functionrun
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
Functionrun
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
MethodsetUp
(self)
slim/nets/mobilenet/mobilenet_v2_test.py:44
MethodsetUp
(self)
slim/deployment/model_deploy_test.py:171
MethodsetUp
(self)
slim/deployment/model_deploy_test.py:318
MethodsetUp
(self)
slim/deployment/model_deploy_test.py:467
Functionsplit_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
Functionstack_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
MethodtestAllEndPointsShapes
(self)
slim/nets/inception_v4_test.py:69
MethodtestAllEndPointsShapesCifarModel
(self)
slim/nets/nasnet/nasnet_test.py:119
MethodtestAllEndPointsShapesLargeModel
(self)
slim/nets/nasnet/pnasnet_test.py:109
MethodtestAllEndPointsShapesLargeModel
(self)
slim/nets/nasnet/nasnet_test.py:227
MethodtestAllEndPointsShapesMobileModel
(self)
slim/nets/nasnet/pnasnet_test.py:146
MethodtestAllEndPointsShapesMobileModel
(self)
slim/nets/nasnet/nasnet_test.py:176
MethodtestAtrousFullyConvolutionalEndpointShapes
(self)
slim/nets/resnet_v1_test.py:451
MethodtestAtrousFullyConvolutionalEndpointShapes
(self)
slim/nets/resnet_v2_test.py:368
MethodtestAtrousFullyConvolutionalUnknownHeightWidth
(self)
slim/nets/resnet_v1_test.py:534
MethodtestAtrousFullyConvolutionalUnknownHeightWidth
(self)
slim/nets/resnet_v2_test.py:454
MethodtestAtrousFullyConvolutionalValues
Verify dense feature extraction with atrous convolution.
slim/nets/resnet_v1_test.py:472
MethodtestAtrousFullyConvolutionalValues
Verify dense feature extraction with atrous convolution.
slim/nets/resnet_v2_test.py:389
MethodtestAtrousValuesBottleneck
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
MethodtestAtrousValuesBottleneck
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
MethodtestBatchNormScopeDoesHasIsTrainingWhenItsNotNone
(self)
slim/nets/mobilenet_v1_test.py:525
MethodtestBatchNormScopeDoesHasIsTrainingWhenItsNotNone
(self)
slim/nets/mobilenet/mobilenet_v2_test.py:179
MethodtestBatchNormScopeDoesNotHaveIsTrainingWhenItsSetToNone
(self)
slim/nets/mobilenet_v1_test.py:520
MethodtestBatchNormScopeDoesNotHaveIsTrainingWhenItsSetToNone
(self)
slim/nets/mobilenet/mobilenet_v2_test.py:174
MethodtestBuild
(self)
slim/nets/vgg_test.py:29
MethodtestBuild
(self)
slim/nets/vgg_test.py:196
MethodtestBuild
(self)
slim/nets/vgg_test.py:383
MethodtestBuild
(self)
slim/nets/overfeat_test.py:29
MethodtestBuild
(self)
slim/nets/alexnet_test.py:29
MethodtestBuildAndCheckAllEndPointsApproximateFaceNet
(self)
slim/nets/mobilenet_v1_test.py:291
MethodtestBuildAndCheckAllEndPointsUptoConv2d_13
(self)
slim/nets/mobilenet_v1_test.py:131
MethodtestBuildAndCheckAllEndPointsUptoMixed5c
(self)
slim/nets/inception_v2_test.py:90
MethodtestBuildAndCheckAllEndPointsUptoMixed5c
(self)
slim/nets/inception_v1_test.py:91
MethodtestBuildAndCheckAllEndPointsUptoMixed7c
(self)
slim/nets/inception_v3_test.py:93
MethodtestBuildAndCheckAllEndPointsUptoPreAuxLogits
(self)
slim/nets/inception_resnet_v2_test.py:121
MethodtestBuildAndCheckAllEndPointsUptoPreAuxLogitsWithAlignedFeatureMaps
(self)
slim/nets/inception_resnet_v2_test.py:147
MethodtestBuildAndCheckAllEndPointsUptoPreAuxLogitsWithOutputStrideEight
(self)
slim/nets/inception_resnet_v2_test.py:173
MethodtestBuildBaseNetwork
(self)
slim/nets/inception_resnet_v2_test.py:89
MethodtestBuildBaseNetwork
(self)
slim/nets/inception_v2_test.py:58
MethodtestBuildBaseNetwork
(self)
slim/nets/inception_v1_test.py:58
MethodtestBuildBaseNetwork
(self)
slim/nets/mobilenet_v1_test.py:58
MethodtestBuildBaseNetwork
(self)
slim/nets/inception_v3_test.py:58
MethodtestBuildBaseNetwork
(self)
slim/nets/inception_v4_test.py:115
MethodtestBuildClassificationNetwork
(self)
slim/nets/inception_v2_test.py:31
MethodtestBuildClassificationNetwork
(self)
slim/nets/inception_v1_test.py:31
MethodtestBuildClassificationNetwork
(self)
slim/nets/mobilenet_v1_test.py:31
MethodtestBuildClassificationNetwork
(self)
slim/nets/inception_v3_test.py:31
MethodtestBuildCustomNetworkUsingConvDefs
(self)
slim/nets/mobilenet_v1_test.py:109
MethodtestBuildEndPoints
(self)
slim/nets/inception_resnet_v2_test.py:70
MethodtestBuildEndPoints
(self)
slim/nets/inception_v3_test.py:135
MethodtestBuildEndPointsNCHWDataFormat
(self)
slim/nets/inception_v2_test.py:203
MethodtestBuildEndPointsWithDepthMultiplierGreaterThanOne
(self)
slim/nets/inception_v2_test.py:149
MethodtestBuildEndPointsWithDepthMultiplierGreaterThanOne
(self)
slim/nets/mobilenet_v1_test.py:374
MethodtestBuildEndPointsWithDepthMultiplierGreaterThanOne
(self)
slim/nets/inception_v3_test.py:179
MethodtestBuildEndPointsWithDepthMultiplierLessThanOne
(self)
slim/nets/inception_v2_test.py:129
MethodtestBuildEndPointsWithDepthMultiplierLessThanOne
(self)
slim/nets/mobilenet_v1_test.py:355
MethodtestBuildEndPointsWithDepthMultiplierLessThanOne
(self)
slim/nets/inception_v3_test.py:159
MethodtestBuildEndPointsWithUseSeparableConvolutionFalse
(self)
slim/nets/inception_v2_test.py:180
MethodtestBuildErrorsForDataFormats
(self)
slim/nets/inception_v2_test.py:228
MethodtestBuildLogits
(self)
slim/nets/inception_resnet_v2_test.py:27
MethodtestBuildLogits
(self)
slim/nets/inception_v4_test.py:27
MethodtestBuildLogitsCifarModel
(self)
slim/nets/nasnet/nasnet_test.py:29
MethodtestBuildLogitsLargeModel
(self)
slim/nets/nasnet/pnasnet_test.py:29
MethodtestBuildLogitsLargeModel
(self)
slim/nets/nasnet/nasnet_test.py:63
MethodtestBuildLogitsMobileModel
(self)
slim/nets/nasnet/pnasnet_test.py:46
MethodtestBuildLogitsMobileModel
(self)
slim/nets/nasnet/nasnet_test.py:46
← previousnext →301–400 of 624, ranked by callers