$schemamarkup = get_post_meta(get_the_ID(), 'schemamarkup', true); if(!empty($schemamarkup)) { echo $schemamarkup; }

Step by step – How to Install CuDNN on Ubuntu 16.04 Xenial LTS

December 11, 2018 | By the+gnu+linux+evangelist.

Ubuntu 16.04 cuDNN Installation Guide

How to Install NVIDIA cuDNN on Ubuntu 16.04 Xenial LTS GNU/Linux – Step by step Tutorial.

And cuDNN for Ubuntu 16.04 is a GPU-accelerated Library of Primitives for Deep Neural Networks.

Moreover, Deep Learning Researchers and Framework Developers worldwide rely on cuDNN for High-Performance GPU acceleration.

Because cuDNN provides Highly Tuned Implementations for Standard Routines such as forward and backward Convolution, Pooling, Normalization, and Activation Layers.

So it allows them to focus on Training Neural Networks and developing software applications rather than spending time on low-level GPU performance tuning.

Finally, to Run cuDNN on Ubuntu you need First, to Setup the NVIDIA Driver and CUDA.

How to Install cuDNN on Ubuntu 16.04 Xenial LTS - Featured
  1. 1. Launching Shell Emulator

    Open a Terminal window
    Ctrl+Alt+t on desktop
    (Press “Enter” to Execute Commands)

    How to Install cuDNN on Ubuntu 16.04 Xenial LTS - Open Terminal Shell Emulator