'DatasetNotFoundError: Dataset smartwatch_gestures not found
I need to use the smartwatch_gestures from Tensorflow datasets and here is my code:
pip install --upgrade tfds-nightly
import tensorflow_datasets as tfds
import matplotlib.pyplot as plt
train_data,ds_info = tfds.load('smartwatch_gestures', as_supervised=True, split = 'train')
print(ds_info.features)
But, i get the following error:
DatasetNotFoundError: Dataset smartwatch_gestures not found.
Sources
This article follows the attribution requirements of Stack Overflow and is licensed under CC BY-SA 3.0.
Source: Stack Overflow
| Solution | Source |
|---|
