dataset.map(preprocess)
AttributeError
dataset.map(preprocess)
AttributeError: module 'tensorflow' has no attribute 'map'
What is the solution?
dataset.map(preprocess)
AttributeError
dataset.map(preprocess)
AttributeError: module 'tensorflow' has no attribute 'map'
What is the solution?