norun9 commited on
Commit
11100df
·
verified ·
1 Parent(s): 7ef7104

Upload README.md with huggingface_hub

Browse files
Files changed (1) hide show
  1. README.md +2 -2
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 [ada-tgn repository](https://github.com/norun9/ada-tgn).
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/norun9/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
 
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