Skip to content

Commit

Permalink
fix: comment
Browse files Browse the repository at this point in the history
  • Loading branch information
JGSweets committed Jun 5, 2024
1 parent 062355e commit 4adc8e0
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion dataprofiler/labelers/character_level_cnn_model.py
Original file line number Diff line number Diff line change
Expand Up @@ -546,7 +546,6 @@ def _construct_model(self) -> None:
)
if self._parameters["dropout"]:
self._model.add(tf.keras.layers.Dropout(self._parameters["dropout"]))
# Add batch normalization, set fused = True for compactness
self._model.add(tf.keras.layers.BatchNormalization(scale=True))

# Add the fully connected layers
Expand Down

0 comments on commit 4adc8e0

Please sign in to comment.