-
Thank you always
Is there a way to obtain the evaluation value of the acquisition function, not just the mean and variance of the predicted results obtained with the .ask function? I want to use it…
-
I've been discussing this offline with @epapoutsellis and @KrisThielemans. Flag also @paskino @dkazanc
https://github.com/vais-ral/CCPi-Regularisation-Toolkit/issues/70
## Motivation
Implement…
-
Since *most* emojis (except the ones that were retoractively turned into emojis, like the arrows IIRC) are in the Astral Plane, 0x8000 is too small to encode them. 0x10FFFF could be used instead, but …
-
I'm seeing mojibake text like this in incoming CSV data: "Alliance Coopératives Cameroun", which propagates into the map dialogs. This not the only case. Something upstream is mangling the encoding.
-
## Expected behaviour
Non UTF8 characters shouldn't be exported in the XML feed.
## Actual behaviour
Non UTF8 characters are exported, creating errors when interpreting the XML feed.
## St…
ghost updated
5 years ago
-
Hi there!
So we are using this model and this repository in particular for our Research on a novel problem statement and would like to fine tune on medical datasets. Can you please provide support fo…
-
In the August 28th meeting we debated the use of Control Characters such as `\u0000-\u0008` which are invalid in XML 1.0 (but allowed in XML 1.1) within JSON.
This issue is by way of collecting som…
-
### Rule details
Fail on values that aren't safe for interchange
### What type of rule is this?
Warns about a potential problem
### Example code
Per https://socket.dev/blog/judicious-json
Some v…
bmeck updated
2 weeks ago
-
Inspired by your outstanding work, I want to apply this deep learning method to a simulator targeting the PowerPC instruction set, so I need to do the Canonicalization operation mentioned in the paper…
-
```
What steps will reproduce the problem?
1. Go to http://www.antisamysmoketest.com/ and enter the text a𠀀z
2. Observe the results:
SAX: az
DOM: a�z
What is the expected output? What do…