https://github.com/facebookresearch/pythia
Raw File
Tip revision: 4321e54dae5d4f303a6b45cb19c3e9ffc23f973a authored by Amanpreet Singh on 22 December 2019, 09:31:19 UTC
[fix] Fix checkpoint loading in for context and data parallel
Tip revision: 4321e54
.editorconfig
root = true

[*.py]
charset = utf-8
trim_trailing_whitespace = true
end_of_line = lf
insert_final_newline = true
indent_style = space
indent_size = 4

[*.md]
trim_trailing_whitespace = false
back to top