alibaba / EasyRec

A framework for large scale recommendation algorithms.
Apache License 2.0
1.65k stars 304 forks source link

AttributeError: module 'tensorflow._api.v1.data' has no attribute 'TableRecordDataset' #355

Closed ucas010 closed 1 year ago

ucas010 commented 1 year ago

dssm能用, esmm不能用。 easy-rec 0.6.1 easyrec 0.1.0b0 tensorboard 1.15.0 tensorflow-estimator 1.15.1 tensorflow-gpu 1.15.3

ucas010 commented 1 year ago

ESMM from easy_rec.python.protos.dataset_pb2 import DatasetConfig ModuleNotFoundError: No module named 'easy_rec.python.protos.dataset_pb2' tf升级到1.15.5 attr = getattr(self._tfmw_wrapped_module, name) AttributeError: module 'tensorflow._api.v1.data' has no attribute 'TableRecordDataset'

yunkchen commented 1 year ago

确认下config中的input_type字段,是不是因为在local跑odps输入模式导致这个报错

ucas010 commented 1 year ago

已经解决,感谢,will close