From b2b7137b6f185ce2f01664d782a09b08d50d5a07 Mon Sep 17 00:00:00 2001
From: Joseph Redmon <pjreddie@gmail.com>
Date: Tue, 28 Jan 2014 07:16:56 +0000
Subject: [PATCH] About to do something stupid...

---
 src/activations.h |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/src/activations.h b/src/activations.h
index 15d96d3..889453f 100644
--- a/src/activations.h
+++ b/src/activations.h
@@ -2,7 +2,7 @@
 #define ACTIVATIONS_H
 
 typedef enum{
-    SIGMOID, RELU, IDENTITY, RAMP
+    SIGMOID, RELU, LINEAR, RAMP, TANH
 }ACTIVATION;
 
 ACTIVATION get_activation(char *s);

--
Gitblit v1.10.0