BritishGeologicalSurvey / CoreScore

Assessing core fragmentation from BGS Core Store photography
GNU Lesser General Public License v3.0
5 stars 1 forks source link

Handle more inputs with argparse #5

Open mobiuscreek opened 3 years ago

mobiuscreek commented 3 years ago

The training script, train.py only accepts the number of epochs and learning rate. The default batch size is set t to 1 and as a result the training has been very slow. It will be good to be able handle more arguments and see how they affect performance.

Acceptance criteria: