Alex Biddulph

Results 31 comments of Alex Biddulph

@sherm1 did you have any luck reproducing this issue?

Is there any progress on this?

I ended up using a sparsity constraint on the weights of my kernel (a custom tensorflow/keras constraint that just multiples the weights matrix with a sparse mask).

I am also encountering this issue

I did manage to eventually resolve this issue and I can now successfully establish a connection

I am also experiencing this issue with version 8.5.1 ``` [E] [TRT] 6: [libLoader.h::DynamicLibrary::54] Error Code 6: Internal Error (Unable to load library: libnvinfer_builder_resource.so.8.5.1) ``` All of the TensorRT libraries...

Setting the RPath of `libnvinfer.so.8.5.1` to the install location of `libnvinfer.so.8.5.1` seems to be a good workaround. For example, if `libnvinfer.so.8.5.1` is located in `/usr/local/lib` then ``` patchelf --set-rpath "/usr/local/lib"...

Some more information can be [found here](https://groups.google.com/g/comp.protocols.ppp/c/Sy7igHJfr48/m/B2m1WwiKAgAJ). IIRC one of the main issues was that I had configured PPP but not XL2TP

@jzbontar I would also like to know where `adcensus.StereoJoin_forward2` as the test version of the fast network is trying to call this function.

I am also experiencing this issue on Arch Linux using [Netron](https://github.com/lutzroeder/netron). Using electron 26.2.1 it displays ``` [17212:0920/091457.632834:ERROR:gl_surface_presentation_helper.cc(260)] GetVSyncParametersIfAvailable() failed for 1 times! [17212:0920/091457.899662:ERROR:gl_surface_presentation_helper.cc(260)] GetVSyncParametersIfAvailable() failed for 2 times! [17212:0920/091457.906780:ERROR:gl_surface_presentation_helper.cc(260)]...