Skip to content

Commit

Permalink
Fix: add input_shape to Dense layers in kerasraw test
Browse files Browse the repository at this point in the history
  • Loading branch information
RollerKnobster committed Jun 26, 2024
1 parent 6852cbc commit 6d827e6
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions tests/gordo/machine/model/test_raw_keras.py
Original file line number Diff line number Diff line change
Expand Up @@ -81,8 +81,12 @@ def test_raw_keras_part_of_pipeline():
layers:
- tensorflow.keras.layers.Dense:
units: 4
input_shape:
- 4
- tensorflow.keras.layers.Dense:
units: 1
input_shape:
- 1
"""
config = yaml.safe_load(config_str)
pipe = serializer.from_definition(config)
Expand Down

0 comments on commit 6d827e6

Please sign in to comment.