-
Click to expand!
### Issue Type
Bug
### Source
binary
### Tensorflow Version
tf 2.9.1
### Custom Code
Yes
### OS Platform and Distribution
MacOs
### Mobile device
-
### Python version
…
-
Hello I know some may smile from my question but as an absolute beginner i d like to know what is the Minimal Viable Knowledge of coding to be able to learn (and enjoy) your courses.
Thanks !
-
The current implementation of the type specification is a bit messy.
There are 3 possible methods.
1. Headers in comments:
```python
#$ header function f2(int, int) results(int)
```…
-
```
Small script, adding few tuples with objects to the Queue
gives me:
--------------8
-
BPO | [20750](https://bugs.python.org/issue20750)
--- | :---
Nosy | @terryjreedy, @iritkatriel
*Note: these values reflect the state of the issue at the time it was migrated and might not reflect the…
-
I run inspect_model.ipynb.
but i saw below message.
Loading weights /home/hong/PycharmProjects/Mask_RCNN/mask_rcnn_coco.h5
---------------------------------------------------------------------…
-
This might be intentional but it feels like an omission, so I'm reporting it.
Does Black not have an opinion on parentheses around tuples, when assigning or returning? The following file remains un…
-
```
Lots of code in Python, due to the inability to pass references to primitives,
returns tuples instead of simply modifying the value like so:
def top_two(lst):
return lst[0],lst[1]
where in …
-
```
Lots of code in Python, due to the inability to pass references to primitives,
returns tuples instead of simply modifying the value like so:
def top_two(lst):
return lst[0],lst[1]
where in …
-
A user should be able to annotate an argument/variable that is expected to take rows of a specific table/join/etc. For example:
```python
class BasicData(SQLResult):
id: int
name: str
```…