-
Notifications
You must be signed in to change notification settings - Fork 60
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #146 from jezsadler/keras3
Switching test models to Keras3 format
- Loading branch information
Showing
45 changed files
with
2,493 additions
and
1,838 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -127,3 +127,4 @@ dmypy.json | |
|
||
# Pyre type checker | ||
.pyre/ | ||
.vscode/settings.json |
256 changes: 134 additions & 122 deletions
256
docs/notebooks/neuralnet/auto-thermal-reformer-relu.ipynb
Large diffs are not rendered by default.
Oops, something went wrong.
Large diffs are not rendered by default.
Oops, something went wrong.
236 changes: 112 additions & 124 deletions
236
docs/notebooks/neuralnet/graph_neural_network_formulation.ipynb
Large diffs are not rendered by default.
Oops, something went wrong.
Large diffs are not rendered by default.
Oops, something went wrong.
711 changes: 544 additions & 167 deletions
711
docs/notebooks/neuralnet/mnist_example_convolutional.ipynb
Large diffs are not rendered by default.
Oops, something went wrong.
Large diffs are not rendered by default.
Oops, something went wrong.
1,446 changes: 709 additions & 737 deletions
1,446
docs/notebooks/neuralnet/neural_network_formulations.ipynb
Large diffs are not rendered by default.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -79,7 +79,7 @@ testing = | |
linear-tree | ||
matplotlib | ||
pandas | ||
keras==2.9.0 | ||
keras>=3.0 | ||
onnx | ||
onnxruntime | ||
onnxmltools | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Binary file renamed
BIN
+246 KB
...g/variables/variables.data-00000-of-00001 → tests/models/big.keras
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file removed
BIN
-3.35 KB
tests/models/keras_linear_131/variables/variables.data-00000-of-00001
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file removed
BIN
-3.35 KB
tests/models/keras_linear_131_relu/variables/variables.data-00000-of-00001
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file removed
BIN
-67.6 KB
tests/models/keras_linear_131_relu_output_activation/saved_model.pb
Binary file not shown.
Binary file removed
BIN
-3.37 KB
tests/models/keras_linear_131_relu_output_activation/variables/variables.data-00000-of-00001
Binary file not shown.
Binary file removed
BIN
-1.23 KB
tests/models/keras_linear_131_relu_output_activation/variables/variables.index
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file removed
BIN
-3.37 KB
tests/models/keras_linear_131_sigmoid/variables/variables.data-00000-of-00001
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file removed
BIN
-69.7 KB
tests/models/keras_linear_131_sigmoid_output_activation/saved_model.pb
Binary file not shown.
Binary file removed
BIN
-3.37 KB
...models/keras_linear_131_sigmoid_output_activation/variables/variables.data-00000-of-00001
Binary file not shown.
Binary file removed
BIN
-1.23 KB
tests/models/keras_linear_131_sigmoid_output_activation/variables/variables.index
Binary file not shown.
Binary file added
BIN
+15.9 KB
tests/models/keras_linear_131_sigmoid_softplus_output_activation.keras
Binary file not shown.
Binary file removed
BIN
-70.6 KB
tests/models/keras_linear_131_sigmoid_softplus_output_activation/saved_model.pb
Binary file not shown.
Binary file removed
BIN
-3.37 KB
...ras_linear_131_sigmoid_softplus_output_activation/variables/variables.data-00000-of-00001
Binary file not shown.
Binary file removed
BIN
-1.23 KB
tests/models/keras_linear_131_sigmoid_softplus_output_activation/variables/variables.index
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file removed
BIN
-4.92 KB
tests/models/keras_linear_2353/variables/variables.data-00000-of-00001
Binary file not shown.
Binary file not shown.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters