romilly / nano

Getting Started with the Jetson Nano.
MIT License
4 stars 2 forks source link

simple instructions using Nano Course image: #1

Open peepo opened 5 years ago

peepo commented 5 years ago

https://developer.download.nvidia.com/training/nano/dlinano_v1-0-0_image_20GB.zip

you will need TensorFlow: sudo pip3 install --pre --extra-index-url https://developer.download.nvidia.com/compute/redist/jp/v42 tensorflow-gpu

this took a matter of minutes. copy RAREblog notebooks to the Course folder: ~/nvdli-nano/RAREblog

navigate in the browser to: http://192.168.55.1:8888/lab? In the left-hand pane, click on RAREblog. Click on basic-classification.ipynb. The notebook will open. Click on the run menu and chose run all cells.

wfm

romilly commented 5 years ago

Thanks.

The dli image makes things much easier. It wasn't available when I published the original version. I'll update the instructions on the blog when I have time.

On Sun, 4 Aug 2019 at 11:01, Jonathan Chetwynd notifications@github.com wrote:

https://developer.download.nvidia.com/training/nano/dlinano_v1-0-0_image_20GB.zip

you will need TensorFlow: sudo pip3 install --pre --extra-index-url https://developer.download.nvidia.com/compute/redist/jp/v42 tensorflow-gpu

this took a matter of minutes. copy RAREblog notebooks to the Course folder: ~/nvdli-nano/RAREblog

navigate in the browser to: http://192.168.55.1:8888/lab? In the left-hand pane, click on RAREblog. Click on basic-classification.ipynb. The notebook will open. Click on the run menu and chose run all cells.

wfm

— You are receiving this because you are subscribed to this thread. Reply to this email directly, view it on GitHub https://github.com/romilly/nano/issues/1?email_source=notifications&email_token=AABEOPQYOHF66UF7G6CEAHDQC2SH7A5CNFSM4IJE47P2YY3PNVWWK3TUL52HS4DFUVEXG43VMWVGG33NNVSW45C7NFSM4HDHLSMQ, or mute the thread https://github.com/notifications/unsubscribe-auth/AABEOPXNUVA726KR3NQDOKLQC2SH7ANCNFSM4IJE47PQ .

-- personal:@romillyc work:@rareblog skype:romilly.cocking web: http://blog.rareschool.com/

romilly commented 5 years ago

I will prepare an SD card with the DLI course image and document the installation process, but I won;t have time until later this week.