Skip to content

Commit

Permalink
WIP
Browse files Browse the repository at this point in the history
  • Loading branch information
klieret committed Nov 6, 2023
1 parent d53255e commit 3d1ed51
Show file tree
Hide file tree
Showing 2 changed files with 473 additions and 180 deletions.
648 changes: 470 additions & 178 deletions notebooks/030_performance.ipynb

Large diffs are not rendered by default.

5 changes: 3 additions & 2 deletions src/ocpaper231/data.py
Original file line number Diff line number Diff line change
Expand Up @@ -8,15 +8,16 @@
def get_dm(*, n_val=5, setup=True) -> TrackingDataModule:
"""Get default tracking data module"""
dm = TrackingDataModule(
identifier="point_clouds_v8",
train={
"dirs": [
"/scratch/gpfs/IOJALVO/gnn-tracking/object_condensation/point_clouds_v6/part_1/"
"/scratch/gpfs/IOJALVO/gnn-tracking/object_condensation/point_clouds_v8/part_1/"
],
# If you run into memory issues, reduce this
},
val={
"dirs": [
"/scratch/gpfs/IOJALVO/gnn-tracking/object_condensation/point_clouds_v6/part_9/"
"/scratch/gpfs/IOJALVO/gnn-tracking/object_condensation/point_clouds_v8/part_9/"
],
"stop": n_val,
},
Expand Down

0 comments on commit 3d1ed51

Please sign in to comment.