mirror of https://github.com/AlexeyAB/darknet.git
compile fix
This commit is contained in:
parent
1e0b50c29e
commit
f6fa4a56d9
|
@ -1,10 +1,10 @@
|
|||
[net]
|
||||
# Testing
|
||||
batch=1
|
||||
subdivisions=1
|
||||
#batch=1
|
||||
#subdivisions=1
|
||||
# Training
|
||||
#batch=64
|
||||
#subdivisions=8
|
||||
batch=64
|
||||
subdivisions=8
|
||||
width=416
|
||||
height=416
|
||||
channels=3
|
||||
|
|
|
@ -1,10 +1,10 @@
|
|||
[net]
|
||||
# Testing
|
||||
batch=1
|
||||
subdivisions=1
|
||||
#batch=1
|
||||
#subdivisions=1
|
||||
# Training
|
||||
#batch=64
|
||||
#subdivisions=8
|
||||
batch=64
|
||||
subdivisions=8
|
||||
width=416
|
||||
height=416
|
||||
channels=3
|
||||
|
|
|
@ -1,4 +1,5 @@
|
|||
#include "shortcut_layer.h"
|
||||
#include "convolutional_layer.h"
|
||||
#include "dark_cuda.h"
|
||||
#include "blas.h"
|
||||
#include <stdio.h>
|
||||
|
|
Loading…
Reference in New Issue