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
FROM nvidia/cuda:9.0-cudnn7-devel-ubuntu16.04 as base
...
RUN git clone https://github.com/soumith/cudnn.torch.git -b R7 && cd cudnn.torch && \
luarocks make cudnn-scm-1.rockspec
#385 also talks about a slow loading time due to gpu initialization. Does setting the # of visible GPUs to zero affect runtime?
The text was updated successfully, but these errors were encountered:
The following command takes 10 minutes:
require nn
takes a split second.And am building it using docker:
#385 also talks about a slow loading time due to gpu initialization. Does setting the # of visible GPUs to zero affect runtime?
The text was updated successfully, but these errors were encountered: