better network model
This commit is contained in:
+2
-3
@@ -5,9 +5,8 @@
|
||||
|
||||
namespace tkDNN {
|
||||
|
||||
Region::Region(Network *net, dataDim_t input_dim,
|
||||
int classes, int coords, int num, float thresh) :
|
||||
Layer(net, input_dim) {
|
||||
Region::Region(Network *net, int classes, int coords, int num, float thresh) :
|
||||
Layer(net) {
|
||||
|
||||
this->classes = classes;
|
||||
this->coords = coords;
|
||||
|
||||
Reference in New Issue
Block a user