Commit ·
9fcd231
0
Parent(s):
Publish ArchEGraph-demo snapshot via Xet
Browse filesThis view is limited to 50 files because it contains too many changes. See raw diff
- .gitattributes +1 -0
- README.md +87 -0
- building/00000.npz +3 -0
- building/00001.npz +3 -0
- building/00002.npz +3 -0
- building/00003.npz +3 -0
- building/00004.npz +3 -0
- building/00005.npz +3 -0
- building/00006.npz +3 -0
- building/00007.npz +3 -0
- building/00008.npz +3 -0
- building/00009.npz +3 -0
- building/00011.npz +3 -0
- building/00012.npz +3 -0
- building/00013.npz +3 -0
- building/00014.npz +3 -0
- building/00015.npz +3 -0
- building/00016.npz +3 -0
- building/00017.npz +3 -0
- building/00018.npz +3 -0
- building/00019.npz +3 -0
- building/00020.npz +3 -0
- building/00021.npz +3 -0
- building/00022.npz +3 -0
- building/00023.npz +3 -0
- building/00024.npz +3 -0
- building/00025.npz +3 -0
- building/00026.npz +3 -0
- building/00027.npz +3 -0
- building/00028.npz +3 -0
- building/00030.npz +3 -0
- building/00031.npz +3 -0
- building/00032.npz +3 -0
- building/00033.npz +3 -0
- building/00034.npz +3 -0
- building/00035.npz +3 -0
- building/00036.npz +3 -0
- building/00037.npz +3 -0
- building/00038.npz +3 -0
- building/00039.npz +3 -0
- building/00041.npz +3 -0
- building/00042.npz +3 -0
- building/00043.npz +3 -0
- building/00044.npz +3 -0
- building/00045.npz +3 -0
- building/00046.npz +3 -0
- building/00047.npz +3 -0
- building/00048.npz +3 -0
- building/00049.npz +3 -0
- building/00050.npz +3 -0
.gitattributes
ADDED
|
@@ -0,0 +1 @@
|
|
|
|
|
|
|
| 1 |
+
*.npz filter=lfs diff=lfs merge=lfs -text
|
README.md
ADDED
|
@@ -0,0 +1,87 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
---
|
| 2 |
+
pretty_name: PACK
|
| 3 |
+
license: other
|
| 4 |
+
task_categories:
|
| 5 |
+
- regression
|
| 6 |
+
language:
|
| 7 |
+
- en
|
| 8 |
+
tags:
|
| 9 |
+
- building-energy
|
| 10 |
+
- simulation
|
| 11 |
+
- graph
|
| 12 |
+
- weather
|
| 13 |
+
size_categories:
|
| 14 |
+
- 10K<n<100K
|
| 15 |
+
---
|
| 16 |
+
|
| 17 |
+
# PACK
|
| 18 |
+
|
| 19 |
+
PACK is a building-energy dataset organized for graph-based and weather-conditioned learning.
|
| 20 |
+
|
| 21 |
+
## Dataset Summary
|
| 22 |
+
|
| 23 |
+
- Total cases in `manifest.csv`: 49,326
|
| 24 |
+
- Unique buildings: 5,481
|
| 25 |
+
- Unique weather IDs: 64
|
| 26 |
+
- `n_steps` range: 968 to 8,760
|
| 27 |
+
- `n_spaces` range: 1 to 231
|
| 28 |
+
|
| 29 |
+
This repository currently stores:
|
| 30 |
+
|
| 31 |
+
- `manifest.csv` (index of all cases)
|
| 32 |
+
- `building/` (5,481 files)
|
| 33 |
+
- `geometry/` (5,482 files)
|
| 34 |
+
- `weather/` (64 files)
|
| 35 |
+
- `energy/` (49,326 files; nested under subfolders like `00/`)
|
| 36 |
+
- `split/` (predefined split CSV files)
|
| 37 |
+
|
| 38 |
+
## Data Layout
|
| 39 |
+
|
| 40 |
+
Each row in `manifest.csv` contains:
|
| 41 |
+
|
| 42 |
+
- `sample_id`: case ID (`building__weather` style)
|
| 43 |
+
- `source_job_tag`: source identifier
|
| 44 |
+
- `weather_id`: weather/location key
|
| 45 |
+
- `building_id`: building key
|
| 46 |
+
- `energy_file`: relative path to energy npz file under `energy/`
|
| 47 |
+
- `n_steps`: number of time steps
|
| 48 |
+
- `n_spaces`: number of spaces/zones
|
| 49 |
+
|
| 50 |
+
## Included Split Files
|
| 51 |
+
|
| 52 |
+
- `split/split_p.csv` (30,658 rows)
|
| 53 |
+
- `split/split_m.csv` (18,668 rows)
|
| 54 |
+
- `split/split_demo.csv` (300 rows)
|
| 55 |
+
- `split/split_building_bias.csv` (3,000 rows)
|
| 56 |
+
- `split/split_weather_bias.csv` (3,000 rows)
|
| 57 |
+
|
| 58 |
+
Each split CSV uses the same columns:
|
| 59 |
+
|
| 60 |
+
- `case_id`, `sample_id`, `building_id`, `weather_id`, `subset`, `split`, `scenario`
|
| 61 |
+
|
| 62 |
+
## Quick Start
|
| 63 |
+
|
| 64 |
+
```python
|
| 65 |
+
import pandas as pd
|
| 66 |
+
from pathlib import Path
|
| 67 |
+
|
| 68 |
+
root = Path(".") # dataset root
|
| 69 |
+
manifest = pd.read_csv(root / "manifest.csv")
|
| 70 |
+
|
| 71 |
+
row = manifest.iloc[0]
|
| 72 |
+
energy_path = root / "energy" / row["energy_file"]
|
| 73 |
+
building_path = root / "building" / f"{row['building_id']}.npz"
|
| 74 |
+
weather_path = root / "weather" / f"{row['weather_id']}.npz"
|
| 75 |
+
|
| 76 |
+
print(row["sample_id"])
|
| 77 |
+
print(energy_path, building_path, weather_path)
|
| 78 |
+
```
|
| 79 |
+
|
| 80 |
+
## Notes
|
| 81 |
+
|
| 82 |
+
- Energy files are stored in nested folders referenced by `energy_file`; do not assume all files are directly under `energy/`.
|
| 83 |
+
- If you need a smaller download, use a demo subset generated from `split/split_demo.csv`.
|
| 84 |
+
|
| 85 |
+
## Citation
|
| 86 |
+
|
| 87 |
+
If you use this dataset, please cite your project/paper and this Hugging Face dataset page.
|
building/00000.npz
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:56433eb6619917aaf5c236d1d61e19b21003ee56c8f57d6ab43139e71a51c02c
|
| 3 |
+
size 8945
|
building/00001.npz
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:22749ba257887627def93debb79e1704d16ba486d703b9bf18ddcb26761c76f0
|
| 3 |
+
size 5929
|
building/00002.npz
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:aa9cce01e5216804dcce12c8ddd20c4b8b4f871946d7ad442917f3065b84f403
|
| 3 |
+
size 5737
|
building/00003.npz
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:a25e63754f8497da93cba82c505de875c26cdaede5a901fd07741f741bdfd047
|
| 3 |
+
size 6925
|
building/00004.npz
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:34d9b2699bbb78d15aefb93693a16e65aeebb3a453ed92d84d2c3f36e923d34f
|
| 3 |
+
size 8561
|
building/00005.npz
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:cce03515fbc5271a733a943895f378ce9861aad2ac2faebf1b7b2fc06a2756e0
|
| 3 |
+
size 5490
|
building/00006.npz
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:78bc263bf90faa2478d0fbff186e00a40d2526e6c74f0438a441cdfd9fba240f
|
| 3 |
+
size 9777
|
building/00007.npz
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:f6898b47c19a84561843c7a3668761f5e1fdfdbd430305c235b33edc1c749ff6
|
| 3 |
+
size 11961
|
building/00008.npz
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:ab5e62c9de2610ffc15847b937d71b65a8c1a28b209515177b0f503fbf258b35
|
| 3 |
+
size 7765
|
building/00009.npz
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:3c79b046017b40277f268d4e3c6ae18ac60dc58c047d7194a2009900ced7fb6d
|
| 3 |
+
size 11086
|
building/00011.npz
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:14d62efd8285273d55c7a05e99ac0d7cd54e939399d710f55ce77962f469e4e5
|
| 3 |
+
size 7097
|
building/00012.npz
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:ce776a5f31a4ca8b1112908e726cc64e28ac4d021bd9c1d9b2e7178fc4fda814
|
| 3 |
+
size 5612
|
building/00013.npz
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:e0bfd3c370bda9150f579599182d87ddd26ed7269efdb3683e7d479447b0afe0
|
| 3 |
+
size 11661
|
building/00014.npz
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:1deee18fed44d55b50bf7329542da11cae055733f5c24663cde6d5f0ef26dca0
|
| 3 |
+
size 10630
|
building/00015.npz
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:87ec07a43b7a19444fff68da53d18ab71054a0d22a6302e29e468207fb726c7d
|
| 3 |
+
size 11793
|
building/00016.npz
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:6e5683c4192a623b8b222b699da74330aa58aa2e6ad9b93fc27e906411140af1
|
| 3 |
+
size 7909
|
building/00017.npz
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:d395cfaeaf2c270e0d581bf6c2f2819af52b439b93130ced42dbb545437f9684
|
| 3 |
+
size 9838
|
building/00018.npz
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:811d388bc0d758cb9c3007f3dc239551aaf794ff80502bcec4c3c2d829c419bd
|
| 3 |
+
size 6865
|
building/00019.npz
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:9eb5d3546fc98b3c23b3bef1deed51596848fa7e0f4e65673881ad69f2e76079
|
| 3 |
+
size 5239
|
building/00020.npz
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:7996aa5c8dbfa3e261dd3c6581085191264e6e781b9bb631e553c73f9a1d179d
|
| 3 |
+
size 4500
|
building/00021.npz
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:c2aba582b9b2180fc3b73da76d8e2b079e47c3bb93304c966fa935eab3c72766
|
| 3 |
+
size 4271
|
building/00022.npz
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:0f996395076548ce03048dc50a6f7b76d66ef235cf4b4b06cd7a4f5202f1ce1a
|
| 3 |
+
size 12617
|
building/00023.npz
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:99a5e4b1b0ca8ef282662a5d7c705b7e8a529677078e7fc538d5a8df67326ad9
|
| 3 |
+
size 6000
|
building/00024.npz
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:4a0f9db055ba74e0bd7d7bfb20e07068ea91501aa2be2a8ebf3d2f9b6099b520
|
| 3 |
+
size 4281
|
building/00025.npz
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:6a81a401ce49e0b5c2275ec7be2b8b808ab21a7f73317df16dba48d4a0662f1c
|
| 3 |
+
size 7233
|
building/00026.npz
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:e27f6317619a1b2edfce7803fc589f9ba7fa93f6f95de161b56668e0a41ec56e
|
| 3 |
+
size 7716
|
building/00027.npz
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:ea26feb33ffa55a5a242389916ce24210c0c2e870399b3422c3b11d5f1905d7d
|
| 3 |
+
size 7022
|
building/00028.npz
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:6b72e9fbb31bc88b4f7d8eabae39172100ae9299eb4f2078a3091ecd0c58bd41
|
| 3 |
+
size 9134
|
building/00030.npz
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:7fe23916a0b22fc39297cd2795deab0136fc76dadb783eff853d7e9401fe611b
|
| 3 |
+
size 6235
|
building/00031.npz
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:f99444e3088e1edb14c0a3e34df63aab4227181d9139ea123fff2f2e8dd5c332
|
| 3 |
+
size 8390
|
building/00032.npz
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:ffdcdbbc4b956ee26bdf518854c82e1a2301d27d7f1681765f0b2ed6d138b5e5
|
| 3 |
+
size 12060
|
building/00033.npz
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:5c2ead7546e7f5e2406ecc0da21ef65f9afcd8f4b0cc1e91c3b578e51952b09b
|
| 3 |
+
size 4744
|
building/00034.npz
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:820adce67aca76299bd5004d36617829955540c983d083250a75cdfc9d8613ba
|
| 3 |
+
size 5480
|
building/00035.npz
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:26933917de41c700e5fa5219487d66d668093b59f5b23708bdb3734789e7b234
|
| 3 |
+
size 3439
|
building/00036.npz
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:770f7e23c894f9bb89c9adadf7fecda1e69604cddd277dee4043298cc4caf83e
|
| 3 |
+
size 12953
|
building/00037.npz
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:8074b7daccf4ba9d6338acd4f2d764ffc6d23697241d2fc4fa36604aac66eb38
|
| 3 |
+
size 10681
|
building/00038.npz
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:e300820dfe1442d706e2991a0a645a3be873f4c9079c9222572d90a695977cb6
|
| 3 |
+
size 4355
|
building/00039.npz
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:7f053297b448f31a2d27b9e372daabcb3770b38a55bb5e7e91be4e4d3f4655fc
|
| 3 |
+
size 12671
|
building/00041.npz
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:fd0a45e739fa966befa93ba372de5d1c7a63f3a49c750d152e6992764c1a5c7b
|
| 3 |
+
size 5824
|
building/00042.npz
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:0f19f815e1d3f2f4468d01edda2eb65ae16779f39be946f410f548eca763cfbd
|
| 3 |
+
size 5485
|
building/00043.npz
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:def0126db7d6ab8b23758ca2545d3f3c1dc6f59c31ada099a762eb1431b4f44b
|
| 3 |
+
size 4834
|
building/00044.npz
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:b32d708cbd80ec1c2d7994b8131b45a00f44a5b8fc0679d01db2a213ab1996af
|
| 3 |
+
size 5180
|
building/00045.npz
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:243e078affe87210bf58c3bab62e34e810eed5b1e09df4e421be4084b81ab2be
|
| 3 |
+
size 7335
|
building/00046.npz
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:15d99c3723dae75c03c92e4222fccbdb0aa0ae39277b1a43a7a0a27bac4611a9
|
| 3 |
+
size 6512
|
building/00047.npz
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:ce82cd75cd521c742f001cc418ebfdcd3344f49bff1cdc42e1700096f8b7b13a
|
| 3 |
+
size 8108
|
building/00048.npz
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:31ad3f04529892b1ef7a4998e2ece9d3c2ab3f610316704dbca43baf7497744d
|
| 3 |
+
size 9318
|
building/00049.npz
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:b31ae9d62bff6226dd417908e45092ed02249d5571bf12b0015f0628a2bdeb14
|
| 3 |
+
size 7067
|
building/00050.npz
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:cdb3feff1a8fbac9ebe2f6be259ba4da7f59884066d855f08248062460bcbf86
|
| 3 |
+
size 4749
|