Skip to content

Commit

Permalink
Regenerated mnist
Browse files Browse the repository at this point in the history
  • Loading branch information
pgleeson committed Mar 21, 2024
1 parent 9b92ee8 commit f1d43e2
Show file tree
Hide file tree
Showing 12 changed files with 216,505 additions and 216,503 deletions.
1 change: 1 addition & 0 deletions examples/MDF/simple.py
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,7 @@
import sys
import os


def main():
mod = Model(id="Simple")
mod_graph = Graph(id="simple_example")
Expand Down
1 change: 1 addition & 0 deletions examples/MDF/states.py
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,7 @@
import sys
import os


def main():
mod = Model(id="States")
mod_graph = Graph(id="state_example")
Expand Down
2 changes: 1 addition & 1 deletion examples/PyTorch/simple_pytorch_to_mdf.json
Original file line number Diff line number Diff line change
Expand Up @@ -416,6 +416,6 @@
}
}
},
"onnx_opset_version": 14
"onnx_opset_version": 17
}
}
Binary file modified examples/TensorFlow/Keras/IRIS/keras_to_MDF.1.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified examples/TensorFlow/Keras/IRIS/keras_to_MDF.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified examples/TensorFlow/Keras/IRIS/model_on_iris_plot.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified examples/TensorFlow/Keras/MNIST/keras_to_MDF.1.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
218,366 changes: 109,183 additions & 109,183 deletions examples/TensorFlow/Keras/MNIST/keras_to_MDF.json

Large diffs are not rendered by default.

Binary file modified examples/TensorFlow/Keras/MNIST/keras_to_MDF.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
214,634 changes: 107,317 additions & 107,317 deletions examples/TensorFlow/Keras/MNIST/keras_to_MDF.yaml

Large diffs are not rendered by default.

Binary file modified examples/TensorFlow/Keras/MNIST/model_plot.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
4 changes: 2 additions & 2 deletions examples/TensorFlow/Keras/regenerate.sh
Original file line number Diff line number Diff line change
Expand Up @@ -7,10 +7,10 @@ cd MNIST

python keras_model.py -nogui

python keras_to_MDF.py
python keras_to_MDF.py -nogui

cd ../IRIS

python keras_model.py

python keras_to_MDF.py
python keras_to_MDF.py -nogui

0 comments on commit f1d43e2

Please sign in to comment.