Upload README.md with huggingface_hub
Browse files
README.md
CHANGED
|
@@ -16,7 +16,7 @@ library_name: pytorch
|
|
| 16 |
|
| 17 |
**ADA-TGN** (Temporal Graph Networks with Adaptive Memory Protection) is an anomaly detection and root cause analysis framework for microservice systems. It extends [TGN](https://github.com/twitter-research/tgn) with a **Dual-Stage Soft-Gating** mechanism that prevents memory contamination by anomalous data.
|
| 18 |
|
| 19 |
-
For full usage, see the [
|
| 20 |
|
| 21 |
## Files
|
| 22 |
|
|
@@ -28,7 +28,7 @@ For full usage, see the [ada-tgn repository](https://github.com/norun9/ada-tgn).
|
|
| 28 |
## How to Use
|
| 29 |
|
| 30 |
```bash
|
| 31 |
-
git clone https://github.com/
|
| 32 |
bash setup_env.sh
|
| 33 |
bash run_evaluate.sh # unified model (default)
|
| 34 |
bash run_evaluate.sh --model_type per_experiment
|
|
|
|
| 16 |
|
| 17 |
**ADA-TGN** (Temporal Graph Networks with Adaptive Memory Protection) is an anomaly detection and root cause analysis framework for microservice systems. It extends [TGN](https://github.com/twitter-research/tgn) with a **Dual-Stage Soft-Gating** mechanism that prevents memory contamination by anomalous data.
|
| 18 |
|
| 19 |
+
For full usage, see the [ADA-TGN repository](https://github.com/cyb3rlab/ADA-TGN).
|
| 20 |
|
| 21 |
## Files
|
| 22 |
|
|
|
|
| 28 |
## How to Use
|
| 29 |
|
| 30 |
```bash
|
| 31 |
+
git clone https://github.com/cyb3rlab/ADA-TGN.git && cd ADA-TGN
|
| 32 |
bash setup_env.sh
|
| 33 |
bash run_evaluate.sh # unified model (default)
|
| 34 |
bash run_evaluate.sh --model_type per_experiment
|