added TF2 model and tests - updated templates

This commit is contained in:
thomwolf
2019-11-08 11:35:03 +01:00
parent 8fda532c3c
commit 727a79b305
11 changed files with 646 additions and 381 deletions

View File

@@ -26,6 +26,8 @@ import logging
import math
import os
import sys
import copy
import itertools
from io import open
import numpy as np

View File

@@ -25,6 +25,8 @@ import logging
import math
import os
import sys
import copy
import itertools
from io import open
import torch