Faraz Khan

Results 7 comments of Faraz Khan

@oha08 I'm new to this and trying to figure out how to do the same (I need to run a DNN and query the ZED In the same process). Any...

I made a tiny cython module to do this and it works! Thanks for the tip guys! https://github.com/frk2/cuda-fun

I was thinking of doing the same - but the bummer is that you can't pass a created context to either ZED or Pytorch (they both create one) and hence...

@adujardin yup totally am aware - since im trying to use pytorch in the same process the simplest approach was to juggle contexts using pop and push from within python....

This doesn't seem like a pi issue. It seems like you're loading a data set that is float64 but your platform is 32-bit? Are you running this in Docker, some...

Just confirming this works for me too! Thanks !