Skip to content

Commit

Permalink
update cctorch
Browse files Browse the repository at this point in the history
  • Loading branch information
zhuwq0 committed Nov 24, 2023
1 parent f773778 commit 4c759bb
Showing 1 changed file with 3 additions and 6 deletions.
9 changes: 3 additions & 6 deletions slurm/run_cctorch.py
Original file line number Diff line number Diff line change
Expand Up @@ -28,13 +28,10 @@ def parse_args():


## based on GPU memory
# batch = 2048
# block_size1 = 1000
# block_size2 = 1000

batch = 100
block_size1 = 10
block_size2 = 10
batch = 1_024
block_size1 = 10_000
block_size2 = 10_000 # ~7GB

if args.dtct_pair:
dt_ct = f"{root_path}/{region}/hypodd/dt.ct"
Expand Down

0 comments on commit 4c759bb

Please sign in to comment.