LostTech.TensorFlow : API Documentation

Type overfeat

Namespace tensorflow.contrib.slim.python.slim.nets.overfeat

Public static methods

ValueTuple<object, PythonClassContainer> overfeat_(IGraphNodeBase inputs, int num_classes, bool is_training, double dropout_keep_prob, bool spatial_squeeze, string scope)

object overfeat__dyn(object inputs, ImplicitContainer<T> num_classes, ImplicitContainer<T> is_training, ImplicitContainer<T> dropout_keep_prob, ImplicitContainer<T> spatial_squeeze, ImplicitContainer<T> scope)

object overfeat_arg_scope(double weight_decay)

object overfeat_arg_scope_dyn(ImplicitContainer<T> weight_decay)

Public properties

PythonFunctionContainer overfeat__fn get;

PythonFunctionContainer overfeat_arg_scope_fn get;

object trunc_normal get; set;

object trunc_normal_dyn get; set;