Skip to content

Commit

Permalink
Update shell scripts
Browse files Browse the repository at this point in the history
  • Loading branch information
ex4sperans committed Aug 1, 2017
1 parent 41cecc1 commit bd9d51e
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 0 deletions.
2 changes: 2 additions & 0 deletions run_experiments.sh
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
#!/bin/bash

python train_network_dense.py
python prune_network.py
python deploy_pruned_model.py
2 changes: 2 additions & 0 deletions run_tests.sh
Original file line number Diff line number Diff line change
@@ -1 +1,3 @@
#!/bin/bash

python -m unittest discover tests -p 'test*'

0 comments on commit bd9d51e

Please sign in to comment.