mirror of
https://github.com/pjreddie/darknet.git
synced 2023-08-10 21:13:14 +03:00
Works well on MNIST
This commit is contained in:
@ -2,7 +2,7 @@
|
||||
#define ACTIVATIONS_H
|
||||
|
||||
typedef enum{
|
||||
SIGMOID, RELU, IDENTITY, RAMP
|
||||
SIGMOID, RELU, LINEAR, RAMP, TANH
|
||||
}ACTIVATION;
|
||||
|
||||
ACTIVATION get_activation(char *s);
|
||||
|
Reference in New Issue
Block a user