Skip to content

Commit

Permalink
version bump
Browse files Browse the repository at this point in the history
  • Loading branch information
kapoorlab committed Nov 10, 2024
1 parent 5bfdba5 commit 8b22349
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions src/napatrackmater/Trackvector.py
Original file line number Diff line number Diff line change
Expand Up @@ -3021,7 +3021,8 @@ def train_gbr_vision_neural_net(
experiment_name="mitosis",
scheduler_choice="plateau",
oneat_accuracy = True,
crop_size = None
crop_size = None,
pool_first = True
):


Expand All @@ -3042,7 +3043,7 @@ def train_gbr_vision_neural_net(

mitosis_inception.setup_gbr_vision_h5_datasets(crop_size = crop_size)

mitosis_inception.setup_densenet_vision_model(input_shape, num_classes,box_vector,start_kernel,mid_kernel,startfilter,depth, growth_rate)
mitosis_inception.setup_densenet_vision_model(input_shape, num_classes,box_vector,start_kernel,mid_kernel,startfilter,depth, growth_rate, pool_first = pool_first)

mitosis_inception.setup_logger()
mitosis_inception.setup_checkpoint()
Expand Down

0 comments on commit 8b22349

Please sign in to comment.