Gunter, the Linux/Ubuntu installation for the Jetson Nano is very up to data and is easy to use.
You can install Julia by using snap install julia - but as discussed elsewhere on here today that will give you Julia version 1.0.4
It is your all of course, but if you want to try Ububtu we can help and support you.
Hello John, thanks for your support! The page āGetting Started With Jetson Nanoā¦ā offers a tutorial for Windows and Iām working on it now! At the moment Iām trying to get the fan on the cooling fins and as always, the screws donāt fit!
I will report about the state of progress and if I have problems, I will gladly come back to your offer! Thanks a lot!
I believe the fan is not really needed until you start using it at maximum.
Also one tip - make sure to use a power supply which will work with a Raspberry Pi or similar.
A feeble mobile phone charger plus a cheap cable will not do it. You find this out when the Nano shuts down soon after booting.
I mention cheap cables - cheap cables are cheap because they use less copper, and so there is a voltage drop when high current goes through them. Select a decently thick cable if you can.
Thanks for the hint! I bought the Nano in a bundle (Nano, fan and power supply). It is offered in Germany by a reputable provider (Heise, very well-known magazine in Germany is the cāt) and still assumes that the power supply is the right one. This afternoon the first booting takes place!
I like to admit that I am a Windows user. And since a few days, Iām trying to get used to Ubuntu to use my Jetson Nano with Julia. Itās a horror because Iām used to the luxury of Windows!
But seriously, did anyone get Julia version 1.0.4, which is offered through Ubuntu software, to work? I āonlyā see a āheartbeatā of the symbol for 15 seconds and then nothing happens anymore! Simply nothing more! Is Julia not compatible with the Jetson Nano?
Julia runs on the Jetson Nano! After Iāve gone a little deeper into tar.gz file handling and struggled with the path variable, it works! Of course the current version and without compiling any files. The Nano was directly āready for useā!
The exemplary package installation also worked directly!
Has anyone tried playing around with ENV["CUARRAYS_MEMORY_LIMIT"] on the nano with CuArrays? Itās rather memory limited, so Iād be keen to see if anyoneās found a sweet spot
Iām not there yet! I still stumble across the package installation, e.g. Arpack, and am now thinking about a workaround. Next, I want to install Flux, hopefully it will work without any challengesā¦
Couldnāt be more of a beginner honestly but I managed to get Julia working on the Jetson Nano and run the above code.
Result:
97.924 ms (18 allocations: 3.82 MiB)
Thanks! Not really. I had a lot of command line learning to do in
Linux as a noob but once that was done it went pretty smooth. I
did have more luck downloading from Julia and going through the
steps to move the files to the proper folder and making the binary
executable.
Today I finished a video (in German language) that shows the ānewā Jetson Nano user how Julia is installed and used. I would be happy if especially Windows users find the video helpful.
I installed following this post. Installation of v. 1.5 went smooth in general; I just needed to install gfortran as a dependency.
Looking forward to run some code on it!
The training should be done by a host, with the Nanoās delegated to recognition in the field.
Be interesting if we could train the identical datasets on both a desktop and a Nano for a time comparison.
IMO, itās absolutely required that all flux be run in GPU mode as long as thereās not a memory constraint. That is, the model actually fits onto the Nano. That severely limits our model sizes, comparing the 2/4 GB on the Nano versus 64 GB on a host.
L-O-N-G compiles could occur on the by cross-compiling on the host. Host in this case being a strong PC desktop or workstation. Eclipse would probably work and maybe MVSC (Visual Source Code?)
I have a 2 (coming) and a 4GB Nano as well as a TX2. When I win the big lottery, Iāll get an Xavier for all these tests.
The TX2 and the Xavier can use NVMe disk as virtual memory with the proper boot setup. Not sure if the Nanoās will ever have that capability.
You can āfugdeā the memory on the Jetsons by installing a fast USB drive of considerable size, then getting a few gigabytes of it as virtual memory.