Skip to content

Commit

Permalink
Update generated files
Browse files Browse the repository at this point in the history
  • Loading branch information
fchollet committed Sep 4, 2020
1 parent 7c35ee2 commit 59e36ea
Show file tree
Hide file tree
Showing 18 changed files with 209 additions and 366 deletions.
4 changes: 2 additions & 2 deletions examples/nlp/md/semantic_similarity_with_bert.md
Original file line number Diff line number Diff line change
Expand Up @@ -214,7 +214,7 @@ y_test = tf.keras.utils.to_categorical(test_df.label, num_classes=3)
```

---
## Keras Custom Data Generator
## Create a custom data generator


```python
Expand Down Expand Up @@ -518,7 +518,7 @@ ________________________________________________________________________________
```
</div>
# Train the entire model end-to-end
## Train the entire model end-to-end


```python
Expand Down
4 changes: 2 additions & 2 deletions examples/nlp/semantic_similarity_with_bert.py
Original file line number Diff line number Diff line change
Expand Up @@ -137,7 +137,7 @@
y_test = tf.keras.utils.to_categorical(test_df.label, num_classes=3)

"""
## Keras Custom Data Generator
## Create a custom data generator
"""


Expand Down Expand Up @@ -320,7 +320,7 @@ def on_epoch_end(self):
model.summary()

"""
# Train the entire model end-to-end
## Train the entire model end-to-end
"""
history = model.fit(
train_data,
Expand Down
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading

0 comments on commit 59e36ea

Please sign in to comment.