LostTech.TensorFlow : API Documentation

Type alexnet

Namespace tensorflow.contrib.slim.python.slim.nets.alexnet

Public static methods

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

object alexnet_v2_arg_scope(double weight_decay)

object alexnet_v2_arg_scope_dyn(ImplicitContainer<T> weight_decay)

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

Public properties

PythonFunctionContainer alexnet_v2_arg_scope_fn get;

PythonFunctionContainer alexnet_v2_fn get;

object trunc_normal get; set;

object trunc_normal_dyn get; set;