NicolayP

Results 13 comments of NicolayP

Hi I get a similar issue with glfw 3.4.0 compiled from source

I'm doing the same in the mean time but as you said not a nice solution. btw i'm on ubuntu 18.04 as well

My guess is that this is inherently due to the very nature of Gaussian Processes. GPs keeps all the data in memory that will then be used to do a...

Any update on this? Get the same error. Here is the simplest code that triggers the error. ``` quat = tf.constant([[0., 0., 0., 1.]], dtype=tf.float64) euler = tfg.geometry.transformation.euler.from_quaternion(quat) print(euler) @tf.function...

Hi, i was trying to install UWsim from pacakges for melodci. When running `rosrun uwsim uwsim` The data directory needs to be filled however, the ressources are not found (404...

Hi, Any update on why this happens when tensorflow_graphics is installed from source? I had the same error as @firatozdemir but manage to solve it as @HotThoughts suggested. Any idea...

Hi @Zeyad-Abdelreheem thanks, at least i can eliminate a problem on my side if it's reproducable. Any idea who to `@` to get help ?

Hi thank you for your reply. Here is the environment collection on the MacOS, I hope this contains more useful information. ## Versions Collecting environment information... PyTorch version: 2.3.0 Is...

@tringwald I've checked the weights after loading them and it looks similar on the different machines.

The code was pulled from the repo and no edit were made before executing it. I'm currently trying this on a docker image of Mac as I don't have the...