forked from ml-lab/DeepVideoAnalytics
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Simplify deploy and rename .yml -> .yaml for consistency.
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
c8a704a
commit 4386e1a
Showing
7 changed files
with
9 additions
and
18 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
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
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,10 +1,2 @@ | ||
# Docker-Compose single node deployment for development, testing and small-scale use | ||
# Docker-Compose single node deployment for development and fixed scale use. | ||
|
||
0. /dev contains a docker-compose file which maps repo root as a shared volume (between host/container) for | ||
interactive development and testing. | ||
|
||
1. /test contains docker-compose file for testing cloud fs (s3,gs) sync between containers without shared volume. | ||
|
||
2. /cpu contains docker-compose files for non-GPU single machine deployments on Linode, AWS, GCP etc. | ||
|
||
3. /gpu contains docker-compose files for single machine with 1/2/4 GPU deployments on GCP & AWS etc. |