notebooks
notebooks copied to clipboard
AttributeError: 'Wav2Vec2ForSequenceClassification' object has no attribute 'prepare_tf_dataset'
Hello. The error is raised on the cell
tf_dataset = model.prepare_tf_dataset(
dataset,
batch_size=4,
shuffle=True,
)
when running quickstart.ipynb notebook in colab.