fix(curriculum): fix casing of Dense keyword (#44791)
This commit is contained in:
@ -20,7 +20,7 @@ Fill in the blanks below to create the model for the RNN:
|
||||
model = __A__.keras.Sequential([
|
||||
__A__.keras.layers.__B__(88584, 32),
|
||||
__A__.keras.layers.__C__(32),
|
||||
__A__.keras.layers.DENSE(1, activation='sigmoid')
|
||||
__A__.keras.layers.Dense(1, activation='sigmoid')
|
||||
])
|
||||
```
|
||||
|
||||
|
Reference in New Issue
Block a user