adding absolute imports to gpt2, openai and transfo-xl

This commit is contained in:
thomwolf
2019-03-14 09:55:01 +01:00
parent eecaaa734a
commit e5f2d9122c
3 changed files with 6 additions and 0 deletions

View File

@@ -15,6 +15,8 @@
# limitations under the License.
"""PyTorch OpenAI GPT model."""
from __future__ import absolute_import, division, print_function, unicode_literals
import collections
import copy
import json