Jiya Gupta
Jiya Gupta
Hi @fkiraly, I’ve created a PR addressing this issue, but I’m encountering some problems and not sure why the issue is being raised. Could you please help me figure out...
@fkiraly, I have submitted a pull request to address this issue. Kindly review it.
Hi @dlqqq and @keerthi-swarna, My name is Jiya Gupta. I would like to work on this issue as well, but I'm unable to see the copy button inside the cell,...
@dlqqq thanks for clearing. I’ll go through the issues and let you know which one I’d like to take on. Excited to contribute!!
Hi! I have created the PR for this fix. Please let me know if anything needs to be adjusted.
Hi @waltersh, Since the model runs fine on CPU but fails silently on the GPU, and considering you are using an **Intel UHD 620** (Gen9.5 architecture) on Windows, this is...
I can work on this! I can update the backend documentation to clarify that environment variables must be set before importing NetworkX.
I have encountered the same segmentation fault with the ANTSDR E200. After analyzing the `gdb` and `ldd` output, this appears to be a Runtime vs. Compile-time library mismatch regarding `libiio`....
Hi @albs975, The issue has moved from a general `libiio` library mismatch to a Segmentation Fault occurring directly inside the `gr::iio::fmcomms2_source_impl::work` function within `libgnuradio-iio.so.3.11.0git`. This suggests a **runtime issue during...
Thanks for the logs @albs975. There are two important clues here: 1. **The "O"s mean Overrun:** The output `OOOOOOOOOO` indicates that the PC isn't consuming samples fast enough from the...