-
```
Building on the type/branch-recording code added in r778, we should
make CALL_FUNCTION and co record which functions they're actually
calling. I see two uses for this data:
a) In the case where…
-
```
Building on the type/branch-recording code added in r778, we should
make CALL_FUNCTION and co record which functions they're actually
calling. I see two uses for this data:
a) In the case where…
-
Some suggestions of tips to email people about how to do things better in python
- [x] Use python 3
- [ ] How to do stylechecks using your favourite editor
- [x] Use time.monotonic() to count how…
-
**Bug Report**
Mypy shows an error when creating an instance of tuple by using type alias. Error is not present when doing the same with type alias of a list. It's likely caused by the way …
ghost updated
2 years ago
-
NATTEN ops break graphs because they are not registered as native torch ops.
The correct way to do this since pytorch 2.0 is to register C++ ops through torch library and not torch extensions.
#…
-
Tokennize function parameters/arguments so we can highlight like this python example:
![2019-03-31-004715_grim](https://user-images.githubusercontent.com/17973728/55284522-b32aec80-534e-11e9-8448-2…
-
```
The nodes of my graph is a set of tuples, e.g., (1.2, 3), (2, 4.5)
Basically, here's the bit of code that tries to delete some edge:
for edge in g.edges():
if test(edge):
g.del_edge(…
-
您好 @GrayScaleHY
我用你的库跑起来训练了也成功的得到了模型
但是我在测试的时候却出现了错误,:
Traceback (most recent call last):
File "test_am_cnn.py", line 27, in
am.ctc_model.load_weights(cmd_args.model_file)
File "/Users…
-
Right now, when working with 3 parsers combined together, the resulting type of the combined parser is `Any`.
For instance,
```python
from typing import reveal_type
from funcparserlib.parser i…
-
### Initial Checks
- [X] I confirm that I'm using Pydantic V2
### Description
I want to define a Pydantic model with generic type variables based on a `ParamSpec` type variable. In some cases I use…
favll updated
8 months ago