File tree Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change 7474 dist_bd = 10 , # Maximum distance for boundary connections
7575 k_tx = 5 , # Use calculated optimal transcript neighbors
7676 dist_tx = 5 , # Use calculated optimal search radius
77- tile_width = 50 , # Tile size for processing
78- tile_height = 50 ,
77+ tile_size = 10000 , # Tile size for processing
78+ # tile_height=50,
7979 neg_sampling_ratio = 10. , # 5:1 negative:positive samples
8080 frac = 1.0 , # Use all data
8181 val_prob = 0.3 , # 30% validation set
Original file line number Diff line number Diff line change 6262trainer = Trainer (
6363 accelerator = "gpu" ,
6464 strategy = "auto" ,
65- precision = "16-mixed " ,
65+ precision = "32 " ,
6666 devices = 4 , # set higher number if more gpus are available
6767 max_epochs = 150 ,
6868 default_root_dir = models_dir ,
You can’t perform that action at this time.
0 commit comments