Skip to content

Commit

Permalink
Update gitignore and working stelarr
Browse files Browse the repository at this point in the history
  • Loading branch information
brianreicher committed Nov 29, 2023
1 parent db2124d commit c792ef9
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 1 deletion.
5 changes: 5 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -180,3 +180,8 @@ cython_debug/

# Go workspace file
go.work


# autoseg specifc
log/
snapshots/
2 changes: 1 addition & 1 deletion src/autoseg/train/STELARRTrain.py
Original file line number Diff line number Diff line change
Expand Up @@ -249,7 +249,7 @@ def get_training_pipeline():
pred_enhanced: "pred_enhanced",
},
dataset_dtypes={gt_affs: np.float32},
output_filename="batch_{latest}.zarr",
output_filename="batch_latest.zarr",
every=save_every,
)

Expand Down

0 comments on commit c792ef9

Please sign in to comment.