DrStoop
DrStoop
get_dataset.tokenize() on a single CPU is very slow. Therefore in this pull request it is upgraded to multiprocessing by implementing the multiprocessing target function worker_tokenize(args_list). Additionally a multiprocessing debug logger...
`python-xlib` is a great package, thanks therefore! I am using multiple computer mice on different masters and as far as I see the currently `python-xlib` with solely integrated `XInput` extension...
### Background I needed to summarize the [OpenAIGPTDoubleHeadsModel](https://github.com/huggingface/pytorch-transformers/blob/master/examples/single_model_scripts/run_openai_gpt.py) in [huggingface/pytorch-transformers](https://github.com/huggingface/pytorch-transformers) which takes as (dummy) input multiple `torch.zeors()` tensors with `dtype=torch.int64`. This is currently not supported in the pytorch-summary tool, so...
**Motivation** Bug fix: The props tabBarLabelStyle and tabBarLabel are ignored by MaterialTopTabBar. This pull requests solves the problem full for tabBarLabelStyle. For tabBarLabel this PR only fixes the problem for...