You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Description:
I encountered a NonMatchingChecksumError while trying to load the cnn_dailymail dataset using TensorFlow Datasets in Google Colab. The error indicates that the checksum of the downloaded file does not match the expected checksum.
Environment information
Operating System: Google Colab
Python Version: 3.10.12
TensorFlow Datasets Version: 4.9.7
TensorFlow Version: 2.17.1
I have upgraded tfds-nightly but it still exists.
About the code
# Tải bộ dữ liệu cnn_dailymail phiên bản mới nhất.data, info=tfds.load(name='cnn_dailymail', with_info=True)
print(info)
I try to specify the version of dataset but can't solve.
# Tải bộ dữ liệu cnn_dailymail phiên bản mới nhất.data, info=tfds.load(name='cnn_dailymail:3.4.0', with_info=True)
print(info)
Description:
I encountered a NonMatchingChecksumError while trying to load the cnn_dailymail dataset using TensorFlow Datasets in Google Colab. The error indicates that the checksum of the downloaded file does not match the expected checksum.
Environment information
Operating System: Google Colab
Python Version: 3.10.12
TensorFlow Datasets Version: 4.9.7
TensorFlow Version: 2.17.1
I have upgraded tfds-nightly but it still exists.
About the code
I try to specify the version of dataset but can't solve.
Link for colab
About the log
Expected behavior
I expected to obtain the dataset of CNN_DailyMail dataset
The text was updated successfully, but these errors were encountered: