DIGITS icon indicating copy to clipboard operation
DIGITS copied to clipboard

Deep Learning GPU Training System

Results 102 DIGITS issues
Sort by recently updated
recently updated
newest added

When I attempt to install Digits with Docker using: "docker pull nvidia/digits:latest" I get: "Got permission denied while trying to connect to the Docker daemon socket at unix:..connect: permission denied."...

![image](https://user-images.githubusercontent.com/20265764/35901753-8f4fb514-0c1b-11e8-9e39-f5ead1cb09ed.png) While loading the pretrained Yolo v2 model (based on @gklz1982's [work](https://github.com/gklz1982/caffe-yolov2)) which has BatchNormLayer on it, I got that error message. So, I thought there might be some difference...