back to article Can't afford an AI-accelerating Nvidia Jetson Nano? Open-source emulator lets you prototype Python apps for it

If you’ve been thinking about playing with an Nvidia single-board computer for an AI task, but you’re not quite ready to part with your cash for something like the Jetson Nano just yet, here’s an application-level emulator of the hardware you can tinker with. It's the Jetson AI-Computer Emulator, an open-source project created …

  1. Anonymous Coward
    Anonymous Coward

    Wow

    Using an accelerator because you write in the slowest programming language around.

    https://www.theregister.com/2020/06/05/moores_law_coding/

    1. diodesign (Written by Reg staff) Silver badge

      Re: Wow

      Eh, well, Python's for beginners and prototyping which this is aimed at. We can't all knock out parallel C++ right off the bat.

      C.

      1. werdsmith Silver badge

        Re: Wow

        Python is also used a lot in science by non pro coders who need to write code.

    2. karlkarl Silver badge

      Re: Wow

      Plus running the python interpreter on hardware that is a fair bit slower than commodity x86 seems wasteful.

      The Jetson Nano (and Raspberry Pi) are great, don't get me wrong, however it seems to be poor utilization of their limited resources by running non-native code on them.

      The Python and C++ APIs are also fairly identical (The Python API is just a fat binding ontop of the C++ one). I am not sure why those smart AI scientists would find it difficult frankly.

      1. Yet Another Anonymous coward Silver badge

        Re: Wow

        The python calls CUDA functions, the calculations happens on the GPU, the data stays on the GPU

  2. werdsmith Silver badge

    I use a 4GB nano to tinker with CUDA, they are a well sorted little SBC and the only one I know that gets near the Rapsberry Pi in terms of a well sorted hardware/software/community combined package. It uses Pi accessories such as the camera.

    In fact I’m impressed with it enough to consider dropping a bit more cash on a Xavier NX.

POST COMMENT House rules

Not a member of The Register? Create a new account here.

  • Enter your comment

  • Add an icon

Anonymous cowards cannot choose their icon

Other stories you might like