Fix typo and remove not used style tag

This commit is contained in:
Edward Zhou
2020-10-07 21:40:22 +11:00
parent a91b352944
commit 8fd1167cad
3 changed files with 3 additions and 16 deletions

View File

@@ -28,7 +28,7 @@ model.evaluate(dataset)
## Keras Sequential 顺序模型
顺序模型是多个网络层的线性堆叠目前支持2方式
顺序模型是多个网络层的线性堆叠目前支持2方式
### 构造模型

View File

@@ -14,7 +14,7 @@ Note: 我们的 TensorFlow 社区翻译了这些文档。因为社区翻译是
```python
# 使用 seaborn 绘制矩阵图 (pairplot)
!pip install seaborn
$ pip install seaborn
```
Requirement already satisfied: seaborn in /usr/local/lib/python3.6/dist-packages (0.9.0)
@@ -350,19 +350,6 @@ train_stats
<div>
<style scoped>
.dataframe tbody tr th:only-of-type {
vertical-align: middle;
}
.dataframe tbody tr th {
vertical-align: top;
}
.dataframe thead th {
text-align: right;
}
</style>
<table border="1" class="dataframe">
<thead>
<tr style="text-align: right;">