Skip to content

Commit

Permalink
Simplify deploy and rename .yml -> .yaml for consistency.
Browse files Browse the repository at this point in the history
In models.py update the on_delete constraint in region
for frame deletion to null. Further simplify deployment.

Soon:

- YFCC processing and preparation scripts to VDN.

- Export trained approximators as zip file.

Next:

- Implement pre-condition checks, failed to launch error
messages for processes. Rollback created models on failure to launch.

- Add location net, fine-tuning / training face recognition models
  • Loading branch information
akshay bhat committed Jun 17, 2018
1 parent 6bd0fe7 commit 0452864
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion deploy/compose/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -109,7 +109,7 @@ def stop_docker_compose(deployment_type, gpu_count, clean=False):
try:
subprocess.check_call(["docker-compose", '-f', fname, 'down'] + extra_args,
cwd=os.path.join(os.path.dirname(os.path.curdir),
'deploy/compose/{}'.format(deployment_type)))
'deploy/compose'))
except:
raise SystemError("Could not stop containers")

Expand Down

0 comments on commit 0452864

Please sign in to comment.