al-fariqy raihan ( qywok )
commited on
Commit
•
ae7e9e9
1
Parent(s):
0a7b47e
Feat: Crafting LSTM, GRU, and LSTM_GRU model
Browse files
.github/workflows/gru_pipeline.yaml
CHANGED
@@ -3,7 +3,7 @@ name: GRU Pipeline
|
|
3 |
on:
|
4 |
push:
|
5 |
branches:
|
6 |
-
-
|
7 |
tags:
|
8 |
- '*'
|
9 |
schedule:
|
|
|
3 |
on:
|
4 |
push:
|
5 |
branches:
|
6 |
+
- production
|
7 |
tags:
|
8 |
- '*'
|
9 |
schedule:
|
.github/workflows/lstm_gru_pipeline.yaml
CHANGED
@@ -3,7 +3,7 @@ name: LSTM GRU Pipeline
|
|
3 |
on:
|
4 |
push:
|
5 |
branches:
|
6 |
-
-
|
7 |
tags:
|
8 |
- '*'
|
9 |
schedule:
|
|
|
3 |
on:
|
4 |
push:
|
5 |
branches:
|
6 |
+
- production
|
7 |
tags:
|
8 |
- '*'
|
9 |
schedule:
|
.github/workflows/lstm_pipeline.yaml
CHANGED
@@ -3,7 +3,7 @@ name: LSTM Pipeline
|
|
3 |
on:
|
4 |
push:
|
5 |
branches:
|
6 |
-
-
|
7 |
tags:
|
8 |
- '*'
|
9 |
schedule:
|
|
|
3 |
on:
|
4 |
push:
|
5 |
branches:
|
6 |
+
- production
|
7 |
tags:
|
8 |
- '*'
|
9 |
schedule:
|
SECURITY.md
ADDED
@@ -0,0 +1,21 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
# Security Policy
|
2 |
+
|
3 |
+
## Supported Versions
|
4 |
+
|
5 |
+
Use this section to tell people about which versions of your project are
|
6 |
+
currently being supported with security updates.
|
7 |
+
|
8 |
+
| Version | Supported |
|
9 |
+
| ------- | ------------------ |
|
10 |
+
| 5.1.x | :white_check_mark: |
|
11 |
+
| 5.0.x | :x: |
|
12 |
+
| 4.0.x | :white_check_mark: |
|
13 |
+
| < 4.0 | :x: |
|
14 |
+
|
15 |
+
## Reporting a Vulnerability
|
16 |
+
|
17 |
+
Use this section to tell people how to report a vulnerability.
|
18 |
+
|
19 |
+
Tell them where to go, how often they can expect to get an update on a
|
20 |
+
reported vulnerability, what to expect if the vulnerability is accepted or
|
21 |
+
declined, etc.
|