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