-
The `tfio.experimental.serialization.decode_json` function states that lists are invalid JSON objects.
For example, the string `[123]` is not considered valid, while the string `{"a": [123]}` is co…
-
### What happened + What you expected to happen
Copied from #41299:
When adding a lock to `_get_or_create_stats_actor()`, the result was a deadlock.
Somehow it looks like the`DataIterator.__del…
-
using the dump n-quads function, I got a dump that has invalid syntax, specifically, there is a line
<http://linked.opendata.cz/resource/domain/coi.cz/check-action/221201060254501/postal-address>…
-
I don't understand the connection between the prediction results (from a call to `model.transform()`) and serialization of a model (created from a call to `pipeline.fit()`).
Is this prediction set …
-
### Problem description
We are seeing different kinds of errors when creating a ktk dataset and it is unclear where these errors come from. Initially, those were `AssertionErrors` from somewhere i…
-
Submitting Author: Name (@vnmabus)
All current maintainers: (@vnmabus)
Package Name: rdata
One-Line Description of Package: Read R datasets from Python.
Repository Link: https://github.com/vnmabus…
-
### Description of Issue
### Setup
(Please provide relevant configs and/or SLS files (Be sure to remove sensitive info).)
```
%> cat pillar/test.sls
test:
level1:
level2: "foo"
```
…
-
### The problem you want to solve / 你想要解决的问题
App size is too big (150 MB).
应用大小太大了(150 MB)。
### Possible solution / 可能的解决方法
Windows App SDK 1.2 now supports .NET IL trimming, which can help …
-
I am using the DDSP train_autoencoder colab notebook here:
https://colab.research.google.com/github/magenta/ddsp/blob/master/ddsp/colab/demos/train_autoencoder.ipynb
I want to train the autoencode…
-
I've come across an issue while transforming large amounts of data (in volume and weight) to a Dataframe while using `REngine.CreateDataFrame` on a console application. It works well when the dataset …