-
Woodstox already features impressive performance optimizations, to which I would like to add small ones. I will submit in individual PRs, so we can discuss the changes separately.
I benchmarked wit…
-
**[Oliver Theissen](https://jira.spring.io/secure/ViewProfile.jspa?name=oliver.theissen)** opened **[BATCH-1835](https://jira.spring.io/browse/BATCH-1835?redirect=false)** and commented
A Jaxb2Marsha…
-
Currently, domain classes like `PaymentMethod` are tied to SimpleXML's annotations. I think this is not good and perhaps they should be decoupled from this concerns somehow...
What do you think?
-
# System
Plugin Version: 15.0.1
Application: IntelliJ IDEA Community Edition (2023.1.2)
Operating System: Linux (6.2.0-1003-lowlatency)
# Event
## Exception
### Stacktrace
…
-
Hello, I have a (probably basic) question. I was wondering if it is possible to use NT's stax implementation to do a more basic neural net. I'm attempting to embed some continuous sequences into _n_-d…
-
### Basic information
* My operating system and version: macOS 14.5 (23F79)
* My mzmine version: mzmine 4.1.0
### What happened
The problem seems to be related to the MZmine installation on …
-
Hello!
I want to implement my custom layer (Dense layer without bias term (y = Wx) and with custom weight initialization).
How can I do this? I've looked at https://github.com/google/neural-tang…
-
From the demo and the wiki the input data to the Aggregate layer is 3-channel pictures. But I would like to know if the input data is (BsxNxd) and the Adjacent matrix is (BsxNxN), how to use this Aggr…
-
In [this program,](https://staxlang.xyz/#c=%3D&i=[[7],[0]],[7,0]) stax asserts that `[[7],[0]]` and `[7,0]` are equal. Is this intentional, or a bug?
-
The method org.jvnet.staxex.Base64Data.writeTo(XMLStreamWriter) does not close the obtained
InputStream is = dataHandler.getDataSource().getInputStream();
We provide a FileInputStream at this point …