Update README.md
Browse files
README.md
CHANGED
|
@@ -1,3 +1,35 @@
|
|
| 1 |
-
---
|
| 2 |
-
license: cc-by-4.0
|
| 3 |
-
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
---
|
| 2 |
+
license: cc-by-4.0
|
| 3 |
+
|
| 4 |
+
task_categories:
|
| 5 |
+
- tabular-regression
|
| 6 |
+
- tabular-classification
|
| 7 |
+
language:
|
| 8 |
+
- en
|
| 9 |
+
tags:
|
| 10 |
+
- gpu
|
| 11 |
+
- memory-estimation
|
| 12 |
+
- utilization-estimation
|
| 13 |
+
- deep-learning
|
| 14 |
+
- resource-management
|
| 15 |
+
- mlp
|
| 16 |
+
- cnn
|
| 17 |
+
- transformer
|
| 18 |
+
pretty_name: GPUMemNet, GPUUtilNet Dataset
|
| 19 |
+
---
|
| 20 |
+
|
| 21 |
+
# GPUMemNet Dataset
|
| 22 |
+
|
| 23 |
+
This dataset accompanies the paper **"GPU Memory and Utilization Estimation for Training-Aware Resource Management: Opportunities and Limitations"** and is released as part of the [GPUMemNet repository](https://github.com/itu-rad/GPUMemNet).
|
| 24 |
+
|
| 25 |
+
|
| 26 |
+
## Description
|
| 27 |
+
|
| 28 |
+
A synthetic, extensible dataset for GPU memory and utilization estimation across three neural network architecture families: MLPs, CNNs, and Transformers. Each sample captures architectural properties (layer counts, depth, batch size, number of parameters, number of activations) alongside measured GPU memory consumption and hardware utilization metrics (SMACT, SMOCC, DRAMA), collected under controlled training conditions.
|
| 29 |
+
|
| 30 |
+
The dataset is designed to support the development and evaluation of training-aware GPU resource management systems, with a focus on pre-execution memory estimation and interference-aware scheduling through utilization prediction.
|
| 31 |
+
|
| 32 |
+
## Repository
|
| 33 |
+
|
| 34 |
+
Code, models, and reproducibility artifacts are available at:
|
| 35 |
+
[https://github.com/itu-rad/GPUMemNet](https://github.com/itu-rad/GPUMemNet)
|