Skip to content

Commit

Permalink
add stackoverflow link
Browse files Browse the repository at this point in the history
  • Loading branch information
Dobiasd committed Apr 9, 2024
1 parent b66034c commit 2c9887c
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions keras_export/convert_model.py
Original file line number Diff line number Diff line change
Expand Up @@ -827,6 +827,7 @@ def convert_sequential_to_model(model):
# model.layers.__setitem__(0, "asd")
# model.layers[:1]
# todo: find out how to actually replace the layer in the model object
# todo: see: https://stackoverflow.com/questions/78297541/how-to-replace-a-model-layer-using-tensorflow-2-16
return model


Expand Down

0 comments on commit 2c9887c

Please sign in to comment.