Juan A. Pedreira
Juan A. Pedreira
Library name: cppflow Library description: convenience Tensorflow C API wrapper for running models. Source repository URL: https://github.com/serizba/cppflow --- Depends on PR #24861.
# Pull Request Details Port `gr-network` to standalone asio from `boost::asio`. ## Description This is part of the de-boostification effort. Hopefully this will still work without changes with the standard...
Sometimes it is convenient to have an initial value in FPGAs (registers initialized during bitstream load) while, at the same time, allowing a user-triggered reset pin to go back to...
Here is a minimal example: ```latex \documentclass{article} \usepackage{nicematrix} \begin{document} \[ \begin{bNiceArray}{rr}[] 1 & 2 \\ 3 & 4 \end{bNiceArray} \] \end{document} ``` It works with xelatex and fails in tectonic....
This should remove most of the issues reported by the message: ``` pylintrc:1:0: E0015: Unrecognized option found: .... ``` The `google` section at the end is left untouched. Some of...
This should fix an issue where in some cases `sys.path` and (especially) `$PYTHONPATH` is not correctly restored after being temporarily modified. This was the cause of problems in subsequent code...
Simple example to reproduce this: https://gist.github.com/japm48/41bc963efec39e506c17e419c3d1e13f Basically, the demapper outputs NaN values when the SNR is too low, this can be seen that by reducing `ebno_db` this issue goes away....
## Description Closes issue #326. This simply adds the machine epsilon to `no` before computing the exponents. A min threshold could be used instead, but with this method differentiability is...
This should allow using other cmake generators (specifically ninja) instead of makefiles.
Hi, First of all: thanks for the amazing work on this crate. I'm trying to compile the O-RAN E2SM-RC spec using `rs-asn1c`, but unfortunately I'm missing some crucial sequences, like...