Spenhouet / tensorboard-aggregator

Aggregate multiple tensorboard runs to new summary or csv files
MIT License
166 stars 27 forks source link

Fix typos in argparse help #7

Closed janosh closed 3 years ago

janosh commented 3 years ago

I'd also like to suggest changing the default --subpath from ['test', 'train'] to ['.'] as I believe the majority of users don't use subpaths. This came up in #2.

Spenhouet commented 3 years ago

Hi @janosh,

thanks for your contribution and sorry for my late reply. I agree that the default --subpath can be set to ['.']. If you would like to add it to the existing pull request, I would be happy to merge it.