summary_loop icon indicating copy to clipboard operation
summary_loop copied to clipboard

Codebase for the Summary Loop paper at ACL2020

Results 3 summary_loop issues
Sort by recently updated
recently updated
newest added

Bumps [transformers](https://github.com/huggingface/transformers) from 3.1.0 to 4.30.0. Release notes Sourced from transformers's releases. v4.30.0: 100k, Agents improvements, Safetensors core dependency, Swiftformer, Autoformer, MobileViTv2, timm-as-a-backbone 100k Transformers has just reached 100k stars...

dependencies

![error](https://user-images.githubusercontent.com/78010707/140900514-fd60c492-d780-436f-8215-cb733a121ce2.PNG) Why is this problem happening?

Updated occurrences of torch.load to include map_location parameter. When attempting to train with --device set to cpu, torch.load may attempt to load a file with GPU tensors, which will lead...