Nvidia Jetson Xavier NX Developer Kit: Powerful A.I., Tiny Size

Nvidia Jetson Xavier NX Developer Kit
(Image credit: Tom's Hardware)

If you’re developing A.I. applications, including intelligent robots, Nvidia’s Jetson Xavier platform is one of the best choices. Announced in late 2019 but just starting to hit the market, the Xavier NX combines the power of a 384-core Volta GPU with a 6-Core Arm v8 CPU to deliver 21 TOPS (Trillion Operations Per Second) of inference goodness in a package the size and shape of a SODIMM (laptop memory module).

The Xavier NX by itself is just a chip and requires you to build your own I/O board to attach it to. But what if you just want to start using the NX to program and test? Available today for $399, the Nvidia Xavier NX Developer Kit provides you with everything you need to start developing your own AI applications: the Xavier NX SoC, a powerful fan and an I/O board that’s filled with ports and pins.

Latest Videos FromTom's Hardware
Avram Piltch
Managing Editor: Special Projects

Avram Piltch is Managing Editor: Special Projects. When he's not playing with the latest gadgets at work or putting on VR helmets at trade shows, you'll find him rooting his phone, taking apart his PC, or coding plugins. With his technical knowledge and passion for testing, Avram developed many real-world benchmarks, including our laptop battery test.

  • bit_user
    Cool review.

    I just have to point out one thing:
    If you want to get into professional A.I. development, this board and platform are compact and relatively affordable.
    It's actually not a good deal for AI development, since it only delivers 20 TOPS of int8 inferencing performance, whereas a $400 RTX 2060 Super can do over 100 TOPS of same. And the RTX card has a lot more training horsepower, as well.

    This is definitely for AI-powered robots, where you need portability and (relatively) low-power.
    Reply
  • bpmosie
    Link for purchasing the Dev Kit?
    I only see Arrow selling the NX SoC.
    Reply
  • bpmosie
    I found it.

    https://www.arrow.com/en/products/945-83518-0005-000/nvidia
    Reply
  • GOBish
    How did you get these frame rates for the Xavier NX? I am trying YOLO tiny and get frame rates similar to the ones you quote for the Nano.
    I did verify that the GPU is being utilized.
    Reply
  • bit_user
    GOBish said:
    How did you get these frame rates for the Xavier NX? I am trying YOLO tiny and get frame rates similar to the ones you quote for the Nano.
    I did verify that the GPU is being utilized.
    Using what software?

    I don't have experience with the Xavier NX, but I'm sure that to get those framerates, you have to make sure you're using the Tensor cores. That probably means using Tensor RT and ensuring everything is built and run with the correct options to use the tensor cores.
    Reply