-
Is there a way to return scales as lists or tuples? In Python 3.7 only returns an object, like this:
>>> scales.Ionian('C')
You can print it, like so:
>>> print(scales.Ionian('C'))
Ascend…
-
In the demo.ipynb, when I tried to run the code:
model.load_weights(COCO_MODEL_PATH, by_name=True)
I got the following error. Please advise how to solve it
Thanks
TypeError …
-
BPO | [39550](https://bugs.python.org/issue39550)
--- | :---
Nosy | @vstinner, @serhiy-storchaka, @pganssle, @ewjoachim
Files | [isinstance_iter.py](https://bugs.python.org/file48884/isinstance_iter.p…
-
### Describe the bug
When the `columns` parameter of `Library.read` contains a column part of a MultiIndex the read returns the whole MultiIndex, including the other columns which are part of the Mul…
-
*Originally reported by* **David MacIver (Bitbucket: [david_maciver_](https://bitbucket.org/david_maciver_), GitHub: Unknown)**
----------------------------------------
I ran into this problem when …
-
We discussed modifying the Python UDF functionality in the following ways:
* Modify apply-based Python UDFs to be of type Namedtuple->Tuple, flatmap-based Python UDFs to be of type Namedtuple->Tupl…
-
I recently hacked coverage to scratch my own itch and noticed that the internal code could be internally improved with newer Python syntax. The primary thing I noticed (because it was the thing I was …
-
Tried running the very first cell and got a misshape error
---------------------------------------------------------------------------
ValueError Traceback (most rec…
-
Dear Chuck,
I guess there is a small typo issue in question 4 of the quiz of chapter 10 where some backslashes are displayed whereas it should not, right ?
What we have:
```
x = \{ 'chuck' : 1…
-
### Checked other resources
- [X] I added a very descriptive title to this issue.
- [X] I searched the LangChain documentation with the integrated search.
- [X] I used the GitHub search to find a sim…