Back | Next | Contents
Image Recognition

# Downloading Model Snapshots to Jetson Now that we confirmed the trained model is working in DIGITS, let's download and extract the model snapshot to Jetson. From the browser on your Jetson, navigate to your DIGITS server and the `GoogleNet-ILSVRC12-subset` model. Under the `Trained Models` section, select the desired snapshot from the drop-down (usually the one with the highest epoch) and click the `Download Model` button. Alternatively, if your Jetson and DIGITS server aren't accessible from the same network, you can use the step above to download the snapshot to an intermediary machine and then use SCP or USB stick to copy it to Jetson. Then extract the archive with a command similar to: ```cd tar -xzvf 20170524-140310-8c0b_epoch_30.0.tar.gz ``` Next, we will load our custom snapshot into TensorRT, running on the Jetson. ##

Next | Loading Custom Models on Jetson
Back | Re-Training the Recognition Network

© 2016-2019 NVIDIA | Table of Contents