harrim-nv commited on
Commit
0585411
·
verified ·
1 Parent(s): 51d39c2

Delete logs/profile_bridge_raw_766838.log

Browse files
Files changed (1) hide show
  1. logs/profile_bridge_raw_766838.log +0 -64
logs/profile_bridge_raw_766838.log DELETED
@@ -1,64 +0,0 @@
1
- === Profiling parquet ===
2
- File: /lustre/fsw/portfolios/dir/projects/dir_cosmos_base_lustre/cosmos3_action_datasets/bridge_raw/data/chunk-000/file-000.parquet
3
-
4
- Rows: 1,496,285 Row groups: 2 Columns: 7
5
- Chunk size (15 fps, 76 frames): 76 rows per sample
6
- File size on disk: 84.22 MiB (59 bytes/row)
7
-
8
- Columns hand_pose uses (present in parquet):
9
- task_index
10
- episode_index
11
- frame_index
12
- timestamp
13
-
14
- Columns in parquet NOT in hand_pose list:
15
- observation.state
16
- action
17
- index
18
-
19
- Arrow table size (in-memory): 146.09 MiB (102 bytes/row)
20
- observation.state: 48037.5 KiB (list<element: float>)
21
- action: 48037.5 KiB (list<element: float>)
22
- timestamp: 6027.5 KiB (float)
23
- frame_index: 11872.4 KiB (int64)
24
- episode_index: 11872.4 KiB (int64)
25
- index: 11872.4 KiB (int64)
26
- task_index: 11872.4 KiB (int64)
27
-
28
- Full-table read time (1,496,285 rows):
29
- All columns (7): 0.0874s (mean of 5)
30
- Subset (4 cols): 0.0080s (mean of 5)
31
- Subset is 0.09x of full
32
- => Subset reads less data; loader column selection could help.
33
-
34
- Chunk read (76 rows) at random offsets (in-memory slice, mean of 5): 0.0000s
35
-
36
- Note: LeRobot loads the full HF dataset (all columns). Column selection
37
- only helps when the omitted columns are a large share of the table.
38
-
39
- === Profiling video ===
40
- Root: /lustre/fsw/portfolios/dir/projects/dir_cosmos_base_lustre/cosmos3_action_datasets/bridge_raw
41
- Video key: observation.images.main
42
- Profiling 5 video(s), 76 frames each, warmup=1 repeat=10 access=random
43
-
44
- /usr/local/lib/python3.12/dist-packages/torch/cuda/__init__.py:63: FutureWarning: The pynvml package is deprecated. Please install nvidia-ml-py instead. If you did not install pynvml directly, please report this to the maintainers of the package that installed pynvml for you.
45
- import pynvml # type: ignore[import]
46
- /usr/local/lib/python3.12/dist-packages/torch_automated_profiler/utils/misc.py:13: UserWarning: pkg_resources is deprecated as an API. See https://setuptools.pypa.io/en/latest/pkg_resources.html. The pkg_resources package is slated for removal as early as 2025-11-30. Refrain from using this package or pin to Setuptools<81.
47
- from pkg_resources import parse_version
48
- videos/observation.images.main/chunk-000/file-000.mp4
49
- open+create=0.0018s decode=0.2420s total=0.2438s frames=76
50
- videos/observation.images.main/chunk-000/file-001.mp4
51
- open+create=0.0024s decode=0.2358s total=0.2382s frames=76
52
- videos/observation.images.main/chunk-000/file-002.mp4
53
- open+create=0.0025s decode=0.2687s total=0.2712s frames=76
54
- videos/observation.images.main/chunk-000/file-003.mp4
55
- open+create=0.0023s decode=0.2687s total=0.2710s frames=76
56
- videos/observation.images.main/chunk-000/file-004.mp4
57
- open+create=0.0020s decode=0.2589s total=0.2609s frames=76
58
-
59
- Summary (mean over videos):
60
- open+create decoder: 0.0022s
61
- decode (get_frames_at): 0.2548s
62
- total per video load: 0.2570s
63
- DONE_PROFILE
64
- RESULT: bridge_raw_profile PASSED