-
Notifications
You must be signed in to change notification settings - Fork 2
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
update nest fetch flag to store only one photo
this is to avoid storing all images and potentially run out of disk
- Loading branch information
Alejandro
committed
Jul 14, 2018
1 parent
8a4ebc1
commit 777e895
Showing
3 changed files
with
14 additions
and
9 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
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 |
---|---|---|
@@ -1,6 +1,6 @@ | ||
#!/bin/bash | ||
|
||
python app.py --nest --repeat 30 >nest.out 2>nest.err & | ||
python app.py --predict --repeat 90 >predict.out 2>predict.err & | ||
python app.py --nest --repeat 30 --store false >nest.out 2>nest.err & | ||
python app.py --predict --repeat 120 >predict.out 2>predict.err & | ||
python app.py --slack >slack.out 2>slack.err & | ||
python app.py --slack_changes --repeat 15 >slack_changes.out 2>slack_changes.err & | ||
python app.py --slack_changes --repeat 10 >slack_changes.out 2>slack_changes.err & |