torchgeo icon indicating copy to clipboard operation
torchgeo copied to clipboard

Add CSVLogger to train.py

Open adamjstewart opened this issue 3 years ago • 0 comments

Summary

Our current train.py script only logs to TensorBoard. We should add a CSV logger.

Rationale

In order to determine the optimal hyperparams in a hyperparam sweep, we need an easy way of finding the final val accuracy of each run. Currently, the only way to get this is to convert the TensorBoard logger output to a CSV. If we log directly to CSV this becomes much easier, especially for those who don't use TensorBoard.

Implementation

No response

Alternatives

No response

Additional information

No response

adamjstewart avatar Aug 07 '22 19:08 adamjstewart