Skip to content

Commit

Permalink
feat(models): стилистические правки в таблицах model.summary()
Browse files Browse the repository at this point in the history
  • Loading branch information
Barsukov Nikita committed May 10, 2021
1 parent 703c76f commit 3ef2d8d
Show file tree
Hide file tree
Showing 3 changed files with 18 additions and 18 deletions.
22 changes: 11 additions & 11 deletions models/07weightedСNN+FastText.ipynb

Large diffs are not rendered by default.

12 changes: 6 additions & 6 deletions models/08weightedCNN+USE.ipynb

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion models/09weightedCNN+USE+translatedData.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -154,7 +154,7 @@
" \n",
" layers.Reshape((USE_SENTENCE_EMBEDDING_DIMENSION, 1)),\n",
" layers.Conv1D(filters=256, kernel_size=5, activation='relu'),\n",
" layers.GlobalMaxPool1D(),\n",
" layers.GlobalMaxPool1D(name='Pooling'),\n",
" \n",
" layers.Dense(units=128, activation='relu', name='FC_Layer_Relu'),\n",
" layers.Dropout(rate=0.5, seed=SEED, name='Regularization'),\n",
Expand Down

0 comments on commit 3ef2d8d

Please sign in to comment.