I am using AUTOTUNE for audio processing.
import tensorflow as tf
AUTOTUNE = tf.data.AUTOTUNE
But i am getting attribute error which said "module 'tensorflow._api.v2.data' has no attribute 'AUTOTUNE'". Tensorflow version is 2.3.0. How to solve this?
AUTOTUNEto do, as it seems to be used for automatic data pipelining for performance reasons.