dataset.map(preprocess)
AttributeError Traceback (most recent call last)
Cell In[29], line 1
—-> 1 dataset.map(preprocess)
AttributeError: module ‘tensorflow’ has no attribute ‘map’
how to solve this problem?
What is the solution?
New contributor
saimon islam is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
Check out our Code of Conduct.
1