Skip to content

Commit

Permalink
fixes omission
Browse files Browse the repository at this point in the history
  • Loading branch information
lacan authored Feb 10, 2022
1 parent 5f1e6c3 commit 23a263d
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -78,6 +78,7 @@ def cellpose = Cellpose2D.builder("cyto") // Can choose "None" if you want to tr
.learningRate(0.2) // Optional: Will default to 0.2
.batchSize(8) // Optional: Will default to 8
.modelDirectory(new File("My/location")) // Optional place to store resulting model. Will default to QuPath project root, and make a 'models' folder
.build()
// Once ready for training you can call the train() method
// train() will:
Expand Down

0 comments on commit 23a263d

Please sign in to comment.