dashboard
repositories
filestore
activity
search
login
speedprog
/
mtg/mtg_card_detector
summary
reflog
commits
tree
tickets
docs
forks
compare
blame
|
history
|
raw
Fine tuning, use stopbackward=1 in the cfg-file in that layer where Backwar...
AlexeyAB
2018-01-04
9ac78d8b84f6a059d2cefe22a10aa60de5b3feaf
[~speedprog/mtg/mtg_card_detector.git]
/
.circleci
/
config.yml
1
2
3
4
5
6
7
8
9
10
version: 2.0
jobs:
build:
docker:
- image: alantrrs/cuda-opencv:latest
# - image: nvidia/cuda:9.0-cudnn7-devel-ubuntu16.04
working_directory: ~/work
steps:
- checkout
- run: make LIBSO=1 GPU=1 CUDNN=1 OPENCV=1 -j 8