-
BPO | [23974](https://bugs.python.org/issue23974)
--- | :---
Nosy | @smontanaro, @rhettinger, @mdickinson, @tiran, @serhiy-storchaka
Files | [issue23974.patch](https://bugs.python.org/file39845/issue2…
-
BPO | [9379](https://bugs.python.org/issue9379)
--- | :---
Nosy | @rhettinger, @mdickinson, @ambv
*Note: these values reflect the state of the issue at the time it was migrated and might not reflect …
-
BPO | [594996](https://bugs.python.org/issue594996)
--- | :---
Nosy | @tim-one
Files | [randompy.diff](https://bugs.python.org/file574/randompy.diff "Uploaded as text/plain at 2002-08-15.07:17:32 by s…
-
`Exception has occurred: OAuthException
invalid_grant error processing request
File "C:\Users\Dan\Desktop\RedditVideoMakerBot-master\reddit\askreddit.py", line 26, in get_askreddit_threads
su…
-
-
Based on site which is written when used "-a" flag[^1], this script cannot generate all combinations of keys.
For example this script generates numbers between 0 and 999 and not from 1 to 999.
> `…
-
Describe the bug:
**1. Exercise Name:** 12-Rand-From-One-to-Twelve
**2. Repository URL:** undefined
en ningún lugar dice que debo crear una variable llamada random_number, si colocas sólo rando…
-
### 问题描述
在4.3 模型微调部分
model: 选择模型,程序会基于选择的模型进行模型微调,可选有uie-base, uie-medium, uie-mini, uie-micro和uie-nano,默认为uie-base。
请问如果此时需要对英文数据进行训练,可否仍使用uie-base进行训练?(因为参照3.7节的讲解,base和base-en是有区别的,但是finetune.…
-
Looking through PyO3 conversion code (Python → Rust) it's got a lot of branches where the error handling branch will likely never be taken in production code. Giving the compiler hints to that effect …
-
In Heptapod by @pepe78 on Apr 30, 2022, 22:07
I wrote a very simple code to test out how pypy / python and other languages perform with dictionary operations (insertion). PyPy was performing great in…