Paolo Galeone

Results 63 comments of Paolo Galeone

Hi @alimoeeny thank you for the kind words! Honestly, I have never tested multiple inferences of the same model in multiple go routines. I guess, being the forward pass handled...

I found a way to integrate pdfium, I write here a step-by-step procedure that can be easy (I guess) to integrate with the current build system. I'm not opening a...

Hi @LoveVsLike - I guess the problem is inside the TensorFlow bindings. As you can see, in tfgo we just open the session and using a finalizer we close the...

If it can help, with this small patch I've been able to make it compile with CUDA 11.5 ```patch --- orig/SRC/cub/util_namespace.cuh 2021-11-09 15:24:45.617733222 +0100 +++ new/SRC/cub/util_namespace.cuh 2021-11-09 15:25:07.310768977 +0100 @@...

After #10 CI is now present, however, some tests have been disabled because they require some external service to run (e.g. working instance of PostgreSQL and PostgreSQL CLI commands). This...

Hey, look who's here! Yup I agree, it's another nice to have. I label this accordingly. If you want to contribute feel free to open a merge request :smile:

Thank you for the quick answer! I test it and I'll get back to you soon

That will be a huge improvement in the building configuration for sure, writing that configuration took me some time. Anyway, this is the patch I created for my configuration ```patch...

Got it. It reached the and but, unfortunately, it fails during the linking phase ``` 014 libtool: link: x86_64-w64-mingw32.shared.posix.all-gcc -O3 -fdata-sections -ffunction-sections -Wl,--gc-sections -Wl,-s -Wl,--gc-sections -Wl,-s -o .libs/vips.exe vips.o -mms-bitfields...

Thank you for your support, I've been able to build it. Anyway, it doesn't work. When I try to load the library, it automatically searches for the various DLLs compiled,...