From e6b3006d1b67f97be70398436fd6cce919897015 Mon Sep 17 00:00:00 2001
From: Joseph Redmon <pjreddie@users.noreply.github.com>
Date: Fri, 29 Jul 2016 20:11:41 +0000
Subject: [PATCH] Update LICENSE

---
 src/imagenet.c |    4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/src/imagenet.c b/src/imagenet.c
index 4c4d2bd..1625526 100644
--- a/src/imagenet.c
+++ b/src/imagenet.c
@@ -39,7 +39,7 @@
     args.m = N;
     args.labels = labels;
     args.d = &buffer;
-    args.type = CLASSIFICATION_DATA;
+    args.type = OLD_CLASSIFICATION_DATA;
 
     load_thread = load_data_in_thread(args);
     int epoch = (*net.seen)/N;
@@ -115,7 +115,7 @@
     args.m = 0;
     args.labels = labels;
     args.d = &buffer;
-    args.type = CLASSIFICATION_DATA;
+    args.type = OLD_CLASSIFICATION_DATA;
 
     pthread_t load_thread = load_data_in_thread(args);
     for(i = 1; i <= splits; ++i){

--
Gitblit v1.10.0