I did according the https://github.com/dusty-nv/jetson-inference/blob/master/docs/imagenet-snapshot.md. Problem is when I downloaded the snapfile and extract it, only the bellow files without expected caffemodel files.
info.json network.py snapshot_30.ckpt.meta
labels.txt snapshot_30.ckpt.data-00000-of-00001
mean.binaryproto snapshot_30.ckpt.index
Anyone who can tell me how to fetch the snapshot.caffemodel files? Thanks in advance!