Skip to content

Commit dfe408a

Browse files
authored
Updated new view for lineage and dataset mismatch in keras tutorials (#1541)
1 parent 7a217ab commit dfe408a

4 files changed

Lines changed: 4 additions & 4 deletions

File tree

375 KB
Loading

content/en/tutorials/integration-tutorials/keras.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -63,7 +63,7 @@ configs = dict(
6363

6464
## Dataset
6565

66-
In this colab, we will be using [CIFAR100](https://www.tensorflow.org/datasets/catalog/cifar100) dataset from TensorFlow Dataset catalog. We aim to build a simple image classification pipeline using TensorFlow/Keras.
66+
In this colab, we will be using [Fashion-MNIST](https://www.tensorflow.org/datasets/catalog/fashion_mnist) dataset from TensorFlow Dataset catalog. We aim to build a simple image classification pipeline using TensorFlow/Keras.
6767

6868

6969
```python
@@ -167,4 +167,4 @@ model.fit(
167167

168168
# Close the W&B Run
169169
run.finish()
170-
```
170+
```

content/en/tutorials/integration-tutorials/keras_models.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -63,7 +63,7 @@ configs = dict(
6363

6464
## Dataset
6565

66-
In this colab, we will be using [CIFAR100](https://www.tensorflow.org/datasets/catalog/cifar100) dataset from TensorFlow Dataset catalog. We aim to build a simple image classification pipeline using TensorFlow/Keras.
66+
In this colab, we will be using [Fashion-MNIST](https://www.tensorflow.org/datasets/catalog/fashion_mnist) dataset from TensorFlow Dataset catalog. We aim to build a simple image classification pipeline using TensorFlow/Keras.
6767

6868

6969
```python

content/en/tutorials/integration-tutorials/keras_tables.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -65,7 +65,7 @@ configs = dict(
6565

6666
## Dataset
6767

68-
In this colab, we will be using [CIFAR100](https://www.tensorflow.org/datasets/catalog/cifar100) dataset from TensorFlow Dataset catalog. We aim to build a simple image classification pipeline using TensorFlow/Keras.
68+
In this colab, we will be using [Fashion-MNIST](https://www.tensorflow.org/datasets/catalog/fashion_mnist) dataset from TensorFlow Dataset catalog. We aim to build a simple image classification pipeline using TensorFlow/Keras.
6969

7070

7171
```python

0 commit comments

Comments
 (0)