A RetroSearch Logo

Home - News ( United States | United Kingdom | Italy | Germany ) - Football scores

Search Query:

Showing content from https://github.com/CrispyCrafter/cdeep3m-docker below:

CrispyCrafter/cdeep3m-docker: A docker container for cdeep3m

Skip to content Navigation Menu Search code, repositories, users, issues, pull requests...

Saved searches Use saved searches to filter your results more quickly

Sign up You signed in with another tab or window. Reload to refresh your session. You signed out in another tab or window. Reload to refresh your session. You switched accounts on another tab or window. Reload to refresh your session. Dismiss alert CrispyCrafter/cdeep3m-docker

Docker container for running CDEEP3m - CUDA 9.0 - OpenCV 2 - CuDNN 7

Dependencies:

  1. docker & docker-compose
  2. nvidia-docker

To run execute the following steps:

  1. Collect and prepare training data
mkdir train
cp -r 'TRAININGFILES AND FOLDERS' train/
  1. Build docker compose
  1. Edit and replace COMMAND in docker-compose.yml
version: '2.3'
services:
  cdeep3m:
    build:
      dockerfile: Dockerfile
      context: .
    image: cdeep3m
    runtime: nvidia
    environment:
      - NVIDIA_VISIBLE_DEVICES=all
    command: COMMAND # runtraining.sh COMMAND 
    volumes:
      - ./train:/train
  1. Run:
  1. If rebuilding docker-compose image after changes to cdeep3m master run:
docker-compose build --no-cache
About

A docker container for cdeep3m

Topics Resources License Stars Watchers Forks

You can’t perform that action at this time.


RetroSearch is an open source project built by @garambo | Open a GitHub Issue

Search and Browse the WWW like it's 1997 | Search results from DuckDuckGo

HTML: 3.2 | Encoding: UTF-8 | Version: 0.7.4