-
I think this bug is related to the one I reported previously, which you fixed (Thanks!).
Were your pretrained weights trained using Theano? Can they be made run under TensorFlow?
I get a ValueError…
-
**Version**
4.0.0 (and 3.x.x)
**TLDR**
I am running into a bug with regards to Boolean values.
The bug seems to be in the way data is send to the API by the Fastly-py library, not necessaril…
-
The current processing workflow, and in particular the `validation.validate` function currently raises a `ValueError` and writes invalid item names to log if any item in any dimension is not contained…
-
#### Code Sample, a copy-pastable example if possible
```python
import pandas as pd
a = pd.Timestamp("2019-2-2").date()
i = pd.MultiIndex.from_product([
[a, a],
[2, 3]
])
print("…
-
```
>>> "asd" in ("asd")
True
>>> "asd" in ("asd", "zxc")
True
>>> "asd" in ("asdzxc")
True
>>> "asd" in ("asdzxc", "zxc")
False
```
-
### Is there an existing issue for this?
- [X] I have searched the existing issues
### Have you followed all the steps in the FAQ?
- [X] I have tried the steps in the FAQ.
### Current Behavior
I …
-
_Previous discussion: https://github.com/microsoft/pyright/issues/3775_
I've been playing around with TypeVarTuples recently, in particular together with Callable and args.
https://peps.python.org…
-
#### Code Sample, a copy-pastable example if possible
```python
>>> df = pd.DataFrame(
{'a': list(range(10))},
index=pd.MultiIndex.from_arrays(
[[0,1,0,1,0,1,0,1,0,1], [0,1,2,0…
-
I'd like to get a word vector from its associated word and vice-versa.
Is it possible to do this in existing version of the code?
-
If, for example, dir_archive is used with flattened keys the str() encoding of those tuples yields directory names with parenthesis, and these ultimately do not correctly load if the archive is writte…