coralnet / pyspacer

Python based tools for spatial image analysis
MIT License
6 stars 2 forks source link

Training: stop earlier than 10 epochs in some cases #75

Open StephenChan opened 7 months ago

StephenChan commented 7 months ago

There were ideas on this in issue #73 which I wanted to start organizing in a separate issue.

In general, can potentially deploy more conservative values without much testing, while more aggressive values should be tested more carefully.

Note that at this point, train time increases linearly with the number of epochs. Though, if we could cache feature vectors to local filesystem for quicker access in later training epochs, then each epoch after the first could run faster.