-
Is there a metric definition in
evaluatethat usespynvmlto monitor the GPU RAM usage while we runtrainer.train()? -
Is there a logging function that will automatically output the effective batch size by computing the the accumulations + batch size when using
auto_find_batch_sizewithtrainer.train()?