Skip to content

Commit

Permalink
Test also keras
Browse files Browse the repository at this point in the history
  • Loading branch information
pgleeson committed Aug 1, 2023
1 parent 97883e0 commit 2227052
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 1 deletion.
2 changes: 2 additions & 0 deletions examples/TensorFlow/Keras/regenerate.sh
Original file line number Diff line number Diff line change
Expand Up @@ -4,3 +4,5 @@ set -ex
python keras_model.py -nogui

python keras2MDFfunc_cal.py

python keras_to_MDF.py
7 changes: 6 additions & 1 deletion test_all.sh
Original file line number Diff line number Diff line change
Expand Up @@ -88,9 +88,14 @@ cd ../ACT-R
python count.py
python addition.py

## Test Keras examples

cd ../Tensorflow/Keras
./regenerate.sh

## Generate the docs

cd ../../docs
cd ../../../docs
python generate.py
cd ..

Expand Down

0 comments on commit 2227052

Please sign in to comment.