"...resnet50_tensorflow.git" did not exist on "fa15ed1eb316adff041904380930f39452a761f6"
changing find_batch_size to work with tokenizer outputs (#11890)
* changing find_batch_size to work with tokenizer outputs
trainer_pt_utils.find_batch_size does not recognize the batch size of BatchEncoding objects. This can cause an error when a trainer relies on find_batch_size to report the number of observed examples in the evaluation loop.
* Trigger CI
Co-authored-by:
jrenner <joseph.renner@inria.fr>
Showing
Please register or sign in to comment