Home
last modified time | relevance | path

Searched refs:train_net (Results 1 – 21 of 21) sorted by relevance

/dports/misc/mxnet/incubator-mxnet-1.9.0/example/ssd/
H A Dtrain.py24 from train.train_net import train_net
136 train_net(args.network, args.train_path,
/dports/misc/py-mxnet/incubator-mxnet-1.9.0/example/ssd/
H A Dtrain.py24 from train.train_net import train_net
136 train_net(args.network, args.train_path,
/dports/graphics/opencv/opencv-4.5.3/samples/dnn/face_detector/
H A Dsolver.prototxt1 train_net: "train.prototxt"
/dports/misc/mxnet/incubator-mxnet-1.9.0/example/rcnn/
H A Dtrain.py31 def train_net(sym, roidb, args): function
299 train_net(sym, roidb, args)
/dports/misc/py-mxnet/incubator-mxnet-1.9.0/example/rcnn/
H A Dtrain.py31 def train_net(sym, roidb, args): function
299 train_net(sym, roidb, args)
/dports/misc/mxnet/incubator-mxnet-1.9.0/example/ssd/train/
H A Dtrain_net.py90 def train_net(net, train_path, num_classes, batch_size, function
/dports/misc/py-mxnet/incubator-mxnet-1.9.0/example/ssd/train/
H A Dtrain_net.py90 def train_net(net, train_path, num_classes, batch_size, function
/dports/misc/mxnet/incubator-mxnet-1.9.0/3rdparty/tvm/tests/python/frontend/caffe/
H A Dtest_forward.py99 s.train_net = proto_file
/dports/misc/py-mxnet/incubator-mxnet-1.9.0/tools/caffe_converter/
H A Dcaffe.proto124 // train_net_param, train_net, net_param, net
140 optional string train_net = 1; // Proto filename for the train net. field
/dports/misc/mxnet/incubator-mxnet-1.9.0/tools/caffe_converter/
H A Dcaffe.proto124 // train_net_param, train_net, net_param, net
140 optional string train_net = 1; // Proto filename for the train net. field
/dports/graphics/vapoursynth-waifu2x-ncnn-vulkan/vapoursynth-waifu2x-ncnn-vulkan-r4/deps/ncnn/tools/caffe/
H A Dcaffe.proto107 // train_net_param, train_net, net_param, net
123 optional string train_net = 1; // Proto filename for the train net. field
/dports/graphics/waifu2x-ncnn-vulkan/waifu2x-ncnn-vulkan-20210521/src/ncnn/tools/caffe/
H A Dcaffe.proto107 // train_net_param, train_net, net_param, net
123 optional string train_net = 1; // Proto filename for the train net. field
/dports/graphics/opencv/opencv-4.5.3/modules/dnn/src/caffe/
H A Dopencv-caffe.proto265 // train_net_param, train_net, net_param, net
281 optional string train_net = 1; // Proto filename for the train net. field
/dports/benchmarks/vkpeak/vkpeak-20210430/ncnn/tools/caffe/
H A Dcaffe.proto107 // train_net_param, train_net, net_param, net
123 optional string train_net = 1; // Proto filename for the train net. field
/dports/misc/ncnn/ncnn-20211208/tools/caffe/
H A Dcaffe.proto107 // train_net_param, train_net, net_param, net
123 optional string train_net = 1; // Proto filename for the train net. field
/dports/graphics/realsr-ncnn-vulkan/realsr-ncnn-vulkan-20210210/src/ncnn/tools/caffe/
H A Dcaffe.proto107 // train_net_param, train_net, net_param, net
123 optional string train_net = 1; // Proto filename for the train net. field
/dports/misc/mxnet/incubator-mxnet-1.9.0/example/ssd/tools/caffe_converter/
H A Dcaffe.proto238 // train_net_param, train_net, net_param, net
254 optional string train_net = 1; // Proto filename for the train net. field
/dports/misc/py-mxnet/incubator-mxnet-1.9.0/example/ssd/tools/caffe_converter/
H A Dcaffe.proto238 // train_net_param, train_net, net_param, net
254 optional string train_net = 1; // Proto filename for the train net. field
/dports/misc/mnn/MNN-1.2.0/tools/converter/source/caffe/
H A Dcaffe.proto238 // train_net_param, train_net, net_param, net
254 optional string train_net = 1; // Proto filename for the train net. field
/dports/graphics/opencv/opencv-4.5.3/modules/dnn/misc/caffe/
H A Dopencv-caffe.pb.cc10002 this->train_net().data(), static_cast<int>(this->train_net().length()), in MergePartialFromCodedStream()
10616 this->train_net().data(), static_cast<int>(this->train_net().length()), in SerializeWithCachedSizes()
10620 1, this->train_net(), output); in SerializeWithCachedSizes()
10880 this->train_net().data(), static_cast<int>(this->train_net().length()), in InternalSerializeWithCachedSizesToArray()
10885 1, this->train_net(), target); in InternalSerializeWithCachedSizesToArray()
11203 this->train_net()); in ByteSizeLong()
H A Dopencv-caffe.pb.h3170 const ::std::string& train_net() const;
3179 void set_allocated_train_net(::std::string* train_net);
16987 inline const ::std::string& SolverParameter::train_net() const { in train_net() function
17026 inline void SolverParameter::set_allocated_train_net(::std::string* train_net) { in set_allocated_train_net() argument
17027 if (train_net != NULL) { in set_allocated_train_net()
17032 …_net_.SetAllocatedNoArena(&::google::protobuf::internal::GetEmptyStringAlreadyInited(), train_net); in set_allocated_train_net()