chao-camect

Results 18 comments of chao-camect

Besides the diffs I posted previously, here are two extra changes: diff --git a/driver/beagle/beagle_usb_driver_provider.cc b/driver/beagle/beagle_usb_driver_provider.cc index dcfd804..2b82a00 100644 --- a/driver/beagle/beagle_usb_driver_provider.cc +++ b/driver/beagle/beagle_usb_driver_provider.cc @@ -105,7 +105,7 @@ ABSL_FLAG(bool, usb_enable_bulk_descriptors_from_device, ABSL_FLAG(bool, usb_enable_processing_of_hints,...

It's libedgetpu. You can find the filenames in the diff...

To repro it, you'll need to add random sleep time between two calls to USB Coral. Since the default timeout is 6s, the sleep time need to be around that...

ldconfig doesn't help. This is new in 24.13.29138.7. Was fine in the previous release.

I have the same issue. It's the same for 24.22.29735.20. the so is in `ldconfig -v`

More details: I am using tensorflow 2.15.1, running on Ubuntu 22.04. I can reproduce it on both kernel 6.5 and 6.7.

I think you should be able to reproduce it by training any model... It must be leaking in some common operations. Anyway, here is a simple program to reproduce it:...

More context: I run it inside docker. I installed the deps inside docker using following script: ``` wget -qO - https://repositories.intel.com/gpu/intel-graphics.key | sudo gpg --dearmor --output /usr/share/keyrings/intel-graphics.gpg echo "deb [arch=amd64...

The tool doesn't support tensorflow 2.15. ``` Check Environment for Intel(R) Extension for TensorFlow*... 100% [................................................................................] 6116 / 6116Check Python Traceback (most recent call last): File "/home/chao/projects/intel-extension-for-tensorflow/tools/python/env_check.py", line 138, in...

@Disty0 Thanks for linking to the other issue. I agree with you. For me, it leaks 3MB-4MB every second. It must be some common operation. I don't get how could...