Create your own GitHub profile
Sign up for your own profile on GitHub, the best place to host code, manage projects, and build software alongside 50 million developers.
Sign upPopular repositories
-
-
-
-
Forked from fastai/fastai
The fast.ai deep learning library, lessons, and tutorials
-
3,139 contributions in the last year
Activity overview
Contribution activity
December 2020
Created 3 commits in 1 repository
Created a pull request in huggingface/transformers that received 2 comments
Add a `parallel_mode` property to TrainingArguments
What does this PR do?
This PR adds a distributed_env property to the TrainingArugments making it clear if we are in:
a single process (CPU or one …