abe
December 26, 2020, 3:26pm
1
Hi, I’m curious about trying the new tensorflow orx but I didn’t see any demo folders in orx/orx-jvm/orx-tensorflow/src/main/kotlin at master · openrndr/orx · GitHub
Are there any?
To make this post more colorful I’ll share an image @edwin created using the orx
edwin
January 1, 2021, 5:39pm
2
There is orx-tensorflow
that only provides Tensorflow to OPENRNDR adapters. So tools to convert Tensors to ColorBuffers and vice versa. There is an additional project entirely that is called ORML which provides models that can be used with orx-tensorflow
.
The ORML project can be found at https://github.com/openrndr/orml
The repository also contains demos inside the src/demo
directorties of each orml module
abe
January 4, 2021, 10:28am
3
Thank you for the link
Since it takes some effort, I thought I’ll leave here some instructions.
To download cuDNN (500Mb, not open source) open https://developer.nvidia.com/cudnn
Create an account and make sure to tick the “NVIDIA Developer Program Membership” checkbox. Fill forms, solve captchas.
Click on the e-mail
Then you can go back to the cudnn site and click download. There’s tons of them. The one suggested in the orml repo is now archived:
Then choose your OS, in my case Linux:
Hovering the links I made sure I was getting the one suggested in the orml repo (7.6.5.32 at this time).