NielsRogge / Transformers-Tutorials

This repository contains demos I made with the Transformers library by HuggingFace.
MIT License
8.51k stars 1.34k forks source link

Accelerates [TrOCR] training #265

Open Mohammed20201991 opened 1 year ago

Mohammed20201991 commented 1 year ago

How can we accelerate train on training with trainer loop or with native Pytorch? as the tutorial made by @NielsRogge
I am trying to do modifications to this notebook collab by using the Accelerate lib

Mohammed20201991 commented 1 year ago

.