Feature request
When using auto_find_batch_size=True in the trainer I believe it identifies the right batch size but then it doesn't log it to the console anywhere?
It would be good if it could log what batch size it is using?
Motivation
I'd like to know what batch size it is using because then I will know roughly how big a batch can fit in memory - this info would be useful elsewhere.
Your contribution
N/A
Feature request
When using
auto_find_batch_size=Truein the trainer I believe it identifies the right batch size but then it doesn't log it to the console anywhere?It would be good if it could log what batch size it is using?
Motivation
I'd like to know what batch size it is using because then I will know roughly how big a batch can fit in memory - this info would be useful elsewhere.
Your contribution
N/A