LostTech.TensorFlow : API Documentation

Type inception_v3

Namespace tensorflow.contrib.slim.python.slim.nets.inception_v3

Public static methods

ValueTuple<object, IDictionary<string, object>> inception_v3_(IGraphNodeBase inputs, int num_classes, bool is_training, double dropout_keep_prob, int min_depth, double depth_multiplier, ImplicitContainer<T> prediction_fn, bool spatial_squeeze, Nullable<bool> reuse, VariableScope scope)

ValueTuple<object, IDictionary<string, object>> inception_v3_(IGraphNodeBase inputs, int num_classes, bool is_training, double dropout_keep_prob, int min_depth, double depth_multiplier, ImplicitContainer<T> prediction_fn, bool spatial_squeeze, Nullable<bool> reuse, string scope)

object inception_v3__dyn(object inputs, ImplicitContainer<T> num_classes, ImplicitContainer<T> is_training, ImplicitContainer<T> dropout_keep_prob, ImplicitContainer<T> min_depth, ImplicitContainer<T> depth_multiplier, ImplicitContainer<T> prediction_fn, ImplicitContainer<T> spatial_squeeze, object reuse, ImplicitContainer<T> scope)

object inception_v3_arg_scope(double weight_decay, string batch_norm_var_collection, double batch_norm_decay, double batch_norm_epsilon, ImplicitContainer<T> updates_collections, bool use_fused_batchnorm)

object inception_v3_arg_scope_dyn(ImplicitContainer<T> weight_decay, ImplicitContainer<T> batch_norm_var_collection, ImplicitContainer<T> batch_norm_decay, ImplicitContainer<T> batch_norm_epsilon, ImplicitContainer<T> updates_collections, ImplicitContainer<T> use_fused_batchnorm)

ValueTuple<object, IDictionary<string, object>> inception_v3_base(IGraphNodeBase inputs, string final_endpoint, int min_depth, double depth_multiplier, VariableScope scope)

ValueTuple<object, IDictionary<string, object>> inception_v3_base(IGraphNodeBase inputs, string final_endpoint, int min_depth, double depth_multiplier, string scope)

object inception_v3_base_dyn(object inputs, ImplicitContainer<T> final_endpoint, ImplicitContainer<T> min_depth, ImplicitContainer<T> depth_multiplier, object scope)

Public properties

PythonFunctionContainer inception_v3__fn get;

PythonFunctionContainer inception_v3_arg_scope_fn get;

PythonFunctionContainer inception_v3_base_fn get;

object trunc_normal get; set;

object trunc_normal_dyn get; set;