Skip to content

Commit 96333fa

Browse files
committed
comment LSTM (will be fixed)
1 parent 295d391 commit 96333fa

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

cpp/layer.h

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -73,7 +73,7 @@ class MaxPooling2D : public Layer {
7373
void backward(float* e);
7474
};
7575

76-
76+
/*
7777
class LSTM : public Layer {
7878
public:
7979
char Idx[4] = {'I', 'F', 'U', 'O'};
@@ -89,5 +89,5 @@ class LSTM : public Layer {
8989
void forward(float* x);
9090
void backward(float* e);
9191
};
92-
92+
*/
9393
#endif // CPP_LAYER_H_

0 commit comments

Comments
 (0)