kristinbranson / APT

Animal Part Tracker
GNU General Public License v3.0
72 stars 14 forks source link

Command line as a backend for deep learning #223

Open mkabra opened 6 years ago

mkabra commented 6 years ago

Along with AWS, singularity and other backends for deep learning, it would be great to have command line as a backend, where APT prints out the python command that the user should run. This would cover the cases where the user doesn't have one of the standard setups e.g: azure instead of aws.

allenleetc commented 6 years ago

cool, yea. Just FYI there is a property .dryrun on the deeptracker object that may be useful in the meantime:

ptf = lObj.tracker;
ptf.dryRunOnly = true;
% ... do stuff, Train, Track etc %