源代码提交(3)
requirements.txt
0 → 100644
| git+https://gitee.com/haowen-xu/ml-essentials | ||
| git+https://gitee.com/haowen-xu/tensorkit | ||
| git+https://gitee.com/mirrors/ZhuSuan.git | ||
| click | ||
| jinja2 | ||
| networkx | ||
| numpy | ||
| pandas | ||
| PyYAML | ||
| python-snappy | ||
| scikit-learn | ||
| seaborn | ||
| semver | ||
| natsort | ||
| imageio | ||
| fs | ||
| lazy_object_proxy | ||
| kafka-python | ||
| tqdm | ||
| loguru | ||
| tensorboard==1.15 | ||
| numba | ||
| -f https://download.pytorch.org/whl/cu116/torch_stable.html | ||
| torch==1.12.0+cu116 | ||
| -f https://data.dgl.ai/wheels/repo.html | ||
| dgl-cu116 | ||
| -f https://data.pyg.org/whl/torch-1.12.0+cu116.html | ||
| torch-scatter | ||
| torch-sparse | ||
| torch-cluster | ||
| torch-spline-conv | ||
| torch-geometric |
sample_dataset/id_manager/latency_range.yml
0 → 100644
此差异已折叠。
sample_dataset/id_manager/operation_id.yml
0 → 100644
此差异已折叠。
sample_dataset/id_manager/service_id.yml
0 → 100644
此差异已折叠。
sample_dataset/id_manager/status_id.yml
0 → 100644
sample_dataset/test.csv
0 → 100644
此差异已折叠。
sample_dataset/train.csv
0 → 100644
sample_dataset/val.csv
0 → 100644
此差异已折叠。
test.sh
0 → 100644
tracegnn/__init__.py
0 → 100644
tracegnn/cli/__init__.py
0 → 100644
tracegnn/cli/data_process.py
0 → 100644
此差异已折叠。
tracegnn/constants.py
0 → 100644
此差异已折叠。
tracegnn/data/__init__.py
0 → 100644
tracegnn/data/bytes_db.py
0 → 100644
此差异已折叠。
tracegnn/data/trace_graph.py
0 → 100644
此差异已折叠。
tracegnn/data/trace_graph_db.py
0 → 100644
此差异已折叠。
tracegnn/models/__init__.py
0 → 100644
tracegnn/models/trace_vae/__init__.py
0 → 100644