mirror of
https://github.com/pjreddie/darknet.git
synced 2023-08-10 21:13:14 +03:00
compile fix
This commit is contained in:
@ -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>
|
||||
|
Reference in New Issue
Block a user