vak icon indicating copy to clipboard operation
vak copied to clipboard

have cli log `vak` version

Open NickleDave opened this issue 5 years ago • 1 comments

i.e. should be in log file from each run

NickleDave avatar May 27 '20 23:05 NickleDave

I looked at this but it is currently not easy since each function in cli sets up a logger separately, e.g. prep instantiates one, so does train, etc.

Might be a good reason to have a Logger class that does things on setUp like log the version and / or current git commit

NickleDave avatar Jun 10 '20 01:06 NickleDave