DSRajesh
DSRajesh
FROM nvidia/cuda:11.0-base COPY . /buoyancy RUN apt-key adv --keyserver keyserver.ubuntu.com --recv-keys RUN : \ && apt-get update \ && DEBIAN_FRONTEND=noninteractive apt-get install -y --no-install-recommends \ software-properties-common \ && add-apt-repository -y...
Also I have verified the existence of "/libcudnn_ops_infer.so.8" path mentioned above, using the ubuntu "locate" command
The preprocessed folder size is 1.2 Tera Bytes . I reduced det_num_threads=2 and tried. Even then it used to crash
Thanks Partha-Ghosh Recently I transferred (as mentioned above) "preprocessed" folder etc, of a nnDetection object detection training model , which had stopped training midway, on a machine 'A'. The probable...