79728500

Date: 2025-08-07 11:37:08
Score: 1
Natty:
Report link
import tensorflow_datasets as tfds

import tensorflow as tf

# Use default configuration without subwords8k

dataset, info = tfds.load('imdb_reviews', with_info=True, as_supervised=True)

This error occurs may due to the subwords8k configuration for the imdb_reviews dataset has been deprecated. I guess

Reasons:
  • Low length (0.5):
  • Has code block (-0.5):
  • Low reputation (1):
Posted by: ZAST.AI