From 1106f5325b8bd3dc4b5fe776d8abecbe3879b9d2 Mon Sep 17 00:00:00 2001
From: Alexey <AlexeyAB@users.noreply.github.com>
Date: Sun, 18 Feb 2018 16:44:58 +0000
Subject: [PATCH] Update Readme.md
---
src/network.h | 4 +++-
1 files changed, 3 insertions(+), 1 deletions(-)
diff --git a/src/network.h b/src/network.h
index bb65eac..6f4123a 100644
--- a/src/network.h
+++ b/src/network.h
@@ -2,6 +2,7 @@
#ifndef NETWORK_H
#define NETWORK_H
+#include <stdint.h>
#include "layer.h"
#ifdef __cplusplus
@@ -20,7 +21,7 @@
float *workspace;
int n;
int batch;
- int *seen;
+ int *seen;
float epoch;
int subdivisions;
float momentum;
@@ -63,6 +64,7 @@
#ifdef GPU
float **input_gpu;
float **truth_gpu;
+ int wait_stream;
#endif
} network;
--
Gitblit v1.10.0