Open suncici opened 1 year ago
I think the problem is introduced by tensor2tensor==1.15.4, simply removing the following code from GINN.py resolves the problem:
from tensor2tensor.models import transformer
from tensor2tensor.data_generators import problem_hparams
I have a problem when running the command,has anyone encountered?python 3.7, other package is same to the package in the requirement.txt.
when I update tensorflow-datasets version to 2.1.0 , anthor error happens.