mirror of
https://github.com/pjreddie/darknet.git
synced 2023-08-10 21:13:14 +03:00
fix GRU, add LSTM
This commit is contained in:
parent
604a760637
commit
a4f5e71c63
@ -125,8 +125,8 @@ char *get_layer_string(LAYER_TYPE a)
|
|||||||
return "rnn";
|
return "rnn";
|
||||||
case GRU:
|
case GRU:
|
||||||
return "gru";
|
return "gru";
|
||||||
case LSTM:
|
case LSTM:
|
||||||
return "lstm";
|
return "lstm";
|
||||||
case CRNN:
|
case CRNN:
|
||||||
return "crnn";
|
return "crnn";
|
||||||
case MAXPOOL:
|
case MAXPOOL:
|
||||||
|
Loading…
Reference in New Issue
Block a user