Skip to content

Latest commit

 

History

History
28 lines (19 loc) · 1.68 KB

imagenet-snapshot.md

File metadata and controls

28 lines (19 loc) · 1.68 KB

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:

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