Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion docs/intro/setup.rst
Original file line number Diff line number Diff line change
Expand Up @@ -85,7 +85,7 @@ Here we give line-by-line instructions to demonstrate the general workflow.

import hls4ml
import tensorflow as tf
from tensorflow.keras.layers import Dense
from tensorflow.keras.layers import Dense, Activation

# Construct a basic keras model
model = tf.keras.models.Sequential()
Expand Down
Loading