compile fix

This commit is contained in:
AlexeyAB 2019-09-04 19:58:36 +03:00
parent 1e0b50c29e
commit f6fa4a56d9
3 changed files with 9 additions and 8 deletions

View File

@ -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

View File

@ -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

View File

@ -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>