repo_name stringlengths 9 75 | topic stringclasses 30
values | issue_number int64 1 203k | title stringlengths 1 976 | body stringlengths 0 254k | state stringclasses 2
values | created_at stringlengths 20 20 | updated_at stringlengths 20 20 | url stringlengths 38 105 | labels listlengths 0 9 | user_login stringlengths 1 39 | comments_count int64 0 452 |
|---|---|---|---|---|---|---|---|---|---|---|---|
thtrieu/darkflow | tensorflow | 371 | Building net problem when load ckpt for training | HI , I have some questions. I load ckpt for training, but there is "init" not "load" in Source column.
I want all "load" in this column. How to fix it ??
Thanks a lot!!

| open | 2017-08-10T03:50:39Z | 2017-10-19T08:12:29Z | https://github.com/thtrieu/darkflow/issues/371 | [] | Tingwei-Jen | 5 |
mirumee/ariadne | api | 54 | API descriptions | GraphQL supports item descriptions, but currently, Ariadne provides no way to set those, and neither does `GraphQL-Core` version we are using.
Ideally, we should provide two ways to set item descriptions:
- if resolver has docstring, we should use it
- add `description=` kwarg to `make_executable_schema` & frien... | closed | 2018-10-31T17:48:25Z | 2019-03-25T17:41:37Z | https://github.com/mirumee/ariadne/issues/54 | [
"help wanted",
"roadmap",
"docs"
] | rafalp | 3 |
keras-team/keras | python | 20,979 | keras.src.models.functional.Functional.__init__() got multiple values for keyword argument 'inputs' | Probably typo.
```python
@keras.saving.register_keras_serializable()
class DummyModel(keras.Model):
def __init__(
self,
*,
input_shape=(28, 28, 1),
filters=[16, 32],
activation='relu',
**kwargs,
):
input_spec = keras.layers.Input(shape=input_shape)
... | closed | 2025-03-02T18:46:41Z | 2025-03-06T02:11:16Z | https://github.com/keras-team/keras/issues/20979 | [
"type:Bug"
] | innat | 5 |
xlwings/xlwings | automation | 1,875 | Remote interpreter: support "include" parameter | the contrary of the current "exclude" parameter | closed | 2022-03-23T13:31:12Z | 2022-03-28T07:48:50Z | https://github.com/xlwings/xlwings/issues/1875 | [
"enhancement",
"PRO"
] | fzumstein | 0 |
microsoft/nni | pytorch | 4,796 | How to dynamically skip over empty layers when performing model speedup after pruning? | **Describe the issue**:
When pruning a model at various pruning percentages (10%-95%) using the L1Norm Pruner, I get a `nni.compression.pytorch.speedup.error_code.EmptyLayerError: Pruning a Layer to empty is not legal` error. I was wondering if I can dynamically skip over such layers in these cases? Based on the docum... | closed | 2022-04-23T20:11:09Z | 2022-11-16T07:21:15Z | https://github.com/microsoft/nni/issues/4796 | [] | pmmitche | 4 |
RobertCraigie/prisma-client-py | pydantic | 229 | Remove deprecated order argument in count() | ## Problem
<!-- A clear and concise description of what the problem is. Ex. I'm always frustrated when [...] -->
This argument has been deprecated (#146), it should be completely removed.
| closed | 2022-01-18T18:27:58Z | 2022-02-01T12:08:15Z | https://github.com/RobertCraigie/prisma-client-py/issues/229 | [
"kind/improvement"
] | RobertCraigie | 0 |
PaddlePaddle/ERNIE | nlp | 232 | where is ERNIE 2.0 ? | The paper released today mentioned that the code and pretrained model has already been open-sourced.
| closed | 2019-07-30T09:27:58Z | 2019-08-19T03:09:51Z | https://github.com/PaddlePaddle/ERNIE/issues/232 | [] | Jiakui | 1 |
Lightning-AI/pytorch-lightning | deep-learning | 20,190 | shortcuts for logging weights and biases norms | ### Description & Motivation
Knowing the norm of weights was necessary to debug float16 training for me.
### Pitch
from lightning.pytorch.utilities import grad_norm
norms = grad_norm(self.layer, norm_type=2)
something like this for weights would be convenient.
### Alternatives
_No response_
### Additional c... | open | 2024-08-11T23:04:44Z | 2024-08-11T23:05:06Z | https://github.com/Lightning-AI/pytorch-lightning/issues/20190 | [
"feature",
"needs triage"
] | heth27 | 0 |
vitalik/django-ninja | rest-api | 741 | Implementing User Authentication | ### Discussed in https://github.com/vitalik/django-ninja/discussions/740
<div type='discussions-op-text'>
<sup>Originally posted by **KrystianMaccs** April 14, 2023</sup>
Hi Vitaliy, I just got started with django-ninja this week and so far it's been good and I am getting a hang of it. However, I have a little t... | closed | 2023-04-14T01:19:20Z | 2023-04-20T14:38:32Z | https://github.com/vitalik/django-ninja/issues/741 | [] | sauron136 | 10 |
deepinsight/insightface | pytorch | 2,350 | AgeDB-30 | 请问可以提供一份AgeDB-30数据集么,给这个数据集的作者发邮件不回复。谢谢给位大哥 | open | 2023-06-26T03:13:46Z | 2023-06-26T03:14:15Z | https://github.com/deepinsight/insightface/issues/2350 | [] | zhangfenfang12138 | 1 |
harry0703/MoneyPrinterTurbo | automation | 405 | 关于本地素材使用 | Hi,
我对本地素材的使用有些疑问:
1. 使用本地素材时,多模态LLM是必须的吗?如果不是,需要自己手动打上文本标签吗?或者说,手动打标签能获得更好的效果,比如更好的相关性?
2. 我看到本地素材的大小(所有素材的整体大小,或许?)被限制在400MB以内。我很好奇为什么被限定在400MB?能不能被放开?我打算用它来处理一些本地的影视视频片段,总大小在几GB,甚至几十GB级别。 | closed | 2024-06-10T03:14:54Z | 2024-06-11T03:39:16Z | https://github.com/harry0703/MoneyPrinterTurbo/issues/405 | [] | Mingzefei | 1 |
pbugnion/gmaps | jupyter | 47 | No module named 'loader' at pip install | C:\Users\XXX\AppData\Local\Continuum\Anaconda3>pip install gmaps
Collecting gmaps
Downloading gmaps-0.1.6.tar.gz (98kB)
100% |################################| 102kB 1.5MB/s
Complete output from command python setup.py egg_info:
Traceback (most recent call last):
File "<string>", line 20, in <module... | closed | 2015-12-23T13:39:29Z | 2015-12-24T17:07:37Z | https://github.com/pbugnion/gmaps/issues/47 | [] | chanansh | 3 |
mars-project/mars | scikit-learn | 3,020 | [BUG] Mars import took too long | <!--
Thank you for your contribution!
Please review https://github.com/mars-project/mars/blob/master/CONTRIBUTING.rst before opening an issue.
-->
**Describe the bug**
When `import mars` first time, it took about 4~5 seconds which is pretty time-consuming for users
 and [discussions](https://github.com/orgs/ultralytics/discussions) and found no similar questions.
### Question
I'm curious about the metric that produces best.pt. I know that the exact c... | open | 2025-02-19T09:24:16Z | 2025-02-20T00:10:37Z | https://github.com/ultralytics/ultralytics/issues/19309 | [
"question",
"detect"
] | yeonhyochoi | 4 |
matplotlib/matplotlib | data-visualization | 28,960 | [Bug]: High CPU utilization of the macosx backend | ### Bug summary
After showing interactive figure, the CPU utilization of python process went to 100%.
### Code for reproduction
```Python
#######################################################
# Case 1: 100% cpu
import matplotlib.pyplot as plt
fig = plt.figure()
plt.plot(range(5))
plt.show()
# after closing... | closed | 2024-10-09T21:31:04Z | 2024-10-30T20:05:33Z | https://github.com/matplotlib/matplotlib/issues/28960 | [
"status: confirmed bug",
"GUI: MacOSX"
] | cinsk | 7 |
AntonOsika/gpt-engineer | python | 928 | KeyError in apply_edits breaking improve mode | I am running improve mode, creating c# and xaml. GPT Engineer is attempting to make updates to a xaml user control (here renamed to be "myExistingUserControl.xaml") and running into an issue where the filepath is invalid.
```These edits will ensure that the code changes are in the correct format and can be found in ... | closed | 2023-12-22T17:53:59Z | 2024-01-05T12:56:50Z | https://github.com/AntonOsika/gpt-engineer/issues/928 | [
"bug",
"triage"
] | baldmanwithbeard | 13 |
man-group/arctic | pandas | 126 | Append doesn't seem to work | Hi -
Firstly, good work on putting out Arctic - it's awesome! I have the below script that unzip's some fx tick data and tries to write to arctic db. The files are broken down per month and goes few years, so I have used the append() to add each file, however, it looks like the data from only the last file is being p... | closed | 2016-04-10T14:25:44Z | 2016-04-11T16:51:51Z | https://github.com/man-group/arctic/issues/126 | [] | ericjohn | 5 |
dynaconf/dynaconf | django | 221 | dynaconf.contrib.flask_dynaconf.DynaconfConfig to flask.config.Config | Hello, is there a way to convert a dynaconf.contrib.flask_dynaconf.DynaconfConfig object into a flask.config.Config one?
Otherwise, is there a way to convert dynaconf.contrib.flask_dynaconf.DynaconfConfig into a dict?
I have been struggling trying to pass a dynaconf.contrib.flask_dynaconf.DynaconfConfig to a Flask ... | closed | 2019-09-04T19:09:02Z | 2019-09-05T14:44:20Z | https://github.com/dynaconf/dynaconf/issues/221 | [
"question"
] | tul1 | 6 |
yzhao062/pyod | data-science | 549 | Quasi-Monte Carlo Discrepancy always predicts an outlier | I've found that the QMCD model will always predict at least one outlier due to the normalization of its decision scores.
This results in the model not performing at all if there are no outliers in the dataset.
Is this intentional? If so, why was it implemented like this? | open | 2024-03-27T12:48:37Z | 2024-03-27T20:18:03Z | https://github.com/yzhao062/pyod/issues/549 | [] | Hellsice | 1 |
hootnot/oanda-api-v20 | rest-api | 184 | Expiry time on Stop order not correct | Hello,
I am trying to add an expiry time to a stoporder by taking the current time and adding 5 minutes. However on the Oanda trader platform it shows the expiry as tomorrow at a completely different timestamp.
I am using the following code
```
Cancel_Time = datetime.now() + timedelta(minutes=5)
mktOrder_DAX_L... | closed | 2021-08-10T16:07:27Z | 2021-08-15T19:07:23Z | https://github.com/hootnot/oanda-api-v20/issues/184 | [] | sword134 | 1 |
huggingface/pytorch-image-models | pytorch | 1,050 | ModuleNotFoundError: No module named 'timm.models.xcit | i got `ModuleNotFoundError: No module named 'timm.models.xcit'` . i couldn't found xcit in timm
| closed | 2021-12-18T13:17:53Z | 2021-12-18T19:57:04Z | https://github.com/huggingface/pytorch-image-models/issues/1050 | [
"bug"
] | SamMohel | 3 |
browser-use/browser-use | python | 664 | ERROR [backoff] Giving up send_request(...) after 4 tries | ### Bug Description
Cannot run using ollama.
### Reproduction Steps
Operation steps:
Step 1:
``` cmd
uv venv --python 3.11
.venv\Scripts\activate
uv pip install browser-use
playwright install
```
Step 2:
Write main.py
``` python
from langchain_ollama import ChatOllama
from browser_use import Agent
from pydantic i... | open | 2025-02-11T10:32:36Z | 2025-03-11T01:19:40Z | https://github.com/browser-use/browser-use/issues/664 | [
"bug"
] | zy1024 | 1 |
FlareSolverr/FlareSolverr | api | 891 | 500 Internal Server Error | ### Have you checked our README?
- [X] I have checked the README
### Have you followed our Troubleshooting?
- [x] I have followed your Troubleshooting
### Is there already an issue for your problem?
- [X] I have checked older issues, open and closed
### Have you checked the discussions?
- [X] I have read the Dis... | closed | 2023-09-07T09:13:33Z | 2023-09-13T09:30:27Z | https://github.com/FlareSolverr/FlareSolverr/issues/891 | [
"help wanted"
] | luoxuebinfei | 15 |
arogozhnikov/einops | tensorflow | 88 | do einops' operations account for contiguous memory layout? | Upon heavy reshaping and dimension manipulations, it is necessary from time to time to call .contiguous() on the resulting tensors to straighten out the memory layout. Does einops account for this automatically? I dont see no call to contiguous() anywhere in the examples | open | 2020-11-16T12:53:19Z | 2021-02-23T08:15:00Z | https://github.com/arogozhnikov/einops/issues/88 | [
"question"
] | CDitzel | 5 |
quokkaproject/quokka | flask | 258 | quokka.utils.paas broken in Python 3 | this file uses **execute** to activate a venv, find a solution for python3
| closed | 2015-07-15T12:36:25Z | 2015-07-16T02:56:11Z | https://github.com/quokkaproject/quokka/issues/258 | [
"bug",
"EASY"
] | rochacbruno | 1 |
3b1b/manim | python | 1,823 | - »manimgl example_scenes.py -lo« command does not work. - | ### Describe the error
I run the following command at the end of installation of manim, and then there is the following error.
### Code and Error
**manimgl**:
manimgl example_scenes.py -lo
**Error**:
ManimGL v1.3.0
[01:13:22] INFO Using the default configuration file, which you can modify in ... | open | 2022-05-27T02:43:51Z | 2022-05-28T04:18:29Z | https://github.com/3b1b/manim/issues/1823 | [] | Siegfried-Gottlich-Wotansson | 5 |
autogluon/autogluon | computer-vision | 3,813 | DDP issue | **Bug Report Checklist**
import pyarrow.parquet as pq
from autogluon.multimodal import MultiModalPredictor
import os
train_data = pq.read_table('features_with_label.parquet').to_pandas()
metric = 'f1'
time_limit = 180
predictor = MultiModalPredictor(label='label', eval_metric=metric)
predictor.fit(train... | closed | 2023-12-14T00:01:48Z | 2024-06-27T10:36:23Z | https://github.com/autogluon/autogluon/issues/3813 | [
"bug: unconfirmed",
"Needs Triage",
"module: multimodal"
] | vinayakkarande | 3 |
miguelgrinberg/Flask-SocketIO | flask | 1,536 | incoming request | **Hello
I am using the following code to process incoming request. Although I test the server and client with the random number but when I add get.request the host shows nothing**
**server code:**
```
from flask_socketio import SocketIO, emit
from flask_socketio import SocketIO, emit
from flask import Flask, ... | closed | 2021-04-29T09:58:31Z | 2021-06-27T19:38:22Z | https://github.com/miguelgrinberg/Flask-SocketIO/issues/1536 | [
"question"
] | Elappnano | 10 |
pydantic/logfire | pydantic | 206 | `logfire whoami` should respect the `LOGFIRE_TOKEN` env var. | and I guess `pyproject.toml` and anywhere else we look for a token, e.g. it should have the same semantics in terms of finding a project as
```bash
python -c 'import logfire; logfire.info("hello world")'
``` | closed | 2024-05-22T21:48:17Z | 2024-06-11T09:46:16Z | https://github.com/pydantic/logfire/issues/206 | [
"good first issue",
"Feature Request"
] | samuelcolvin | 1 |
ets-labs/python-dependency-injector | asyncio | 358 | Configuration raises AttributeError when provider is called | Hi, I just run into this issue with the `Configuration` provider. After scratching my head for a bit, I managed to find a workaround, but I was wondering if this is actually a bug or just something wrong I am doing. Any help would be appreciated!
**Steps to reproduce**
`containers.py`
```python
from dependency_... | closed | 2021-01-14T20:18:29Z | 2021-01-28T15:06:31Z | https://github.com/ets-labs/python-dependency-injector/issues/358 | [
"bug"
] | StefanoFrazzetto | 21 |
jstrieb/github-stats | asyncio | 18 | Inaccurate statistics | Hello 👋.
I followed all the steps stated in the readme file correctly. Added the correct perms, I clicked the links provided in both steps 2 and 3 and I named the secret correctly.
However, these are the generated images:
 root@altava-farer:~/neuralangelo# nvidia-smi
Thu Aug 17 10:18:03 2023
+-----------------------------------------------------------------------------+
| ... | closed | 2023-08-17T01:34:51Z | 2023-08-26T04:49:54Z | https://github.com/NVlabs/neuralangelo/issues/29 | [] | altava-sgp | 16 |
matplotlib/mplfinance | matplotlib | 615 | Error in module of Python 3.11.3, Pmw, BLT. | I am using python 3.11.3. I am building a stock market package in python. I need menus in that package. For creating menus I want to use PMW package with tinker.
To try my first steps, I used the code snippet at : https://www.slac.stanford.edu/grp/cd/soft/pmw/blt/python/html/HelloBLT.html
When I ran this script, I... | closed | 2023-05-01T17:30:09Z | 2023-05-30T20:49:37Z | https://github.com/matplotlib/mplfinance/issues/615 | [
"question"
] | Blessvskp | 6 |
deepfakes/faceswap | deep-learning | 1,290 | Missing alignements faces | Hello first of all I have searched the forum but there is no answer to my problem.
When I extract the frames of any video the alignment file is not created and no error messages, I tried on several videos and it's the same result, I also uninstalled completely the faceswap and conda environment then I reinstalled but ... | closed | 2022-12-28T12:55:39Z | 2023-01-29T03:26:30Z | https://github.com/deepfakes/faceswap/issues/1290 | [] | gravitydeepper | 2 |
yezyilomo/django-restql | graphql | 185 | Add a way to define a serializer with a self referencing nested field | The way which I recommend
```py
class UserSerializer(DynamicFieldsMixin, NestedModelSerializer):
follows = NestedField(
'self',
many=True,
return_pk=True,
create_ops=[],
update_ops=['add', 'remove'],
required=False
)
``` | closed | 2020-08-04T21:01:19Z | 2021-09-18T06:14:34Z | https://github.com/yezyilomo/django-restql/issues/185 | [
"enhancement"
] | yezyilomo | 8 |
ipyflow/ipyflow | jupyter | 10 | support context managers (i.e. `with` clause) | closed | 2020-04-30T15:11:47Z | 2020-05-07T04:26:25Z | https://github.com/ipyflow/ipyflow/issues/10 | [] | smacke | 0 | |
ploomber/ploomber | jupyter | 613 | Better error message when incomplete pipeline.yaml | A new user may try something like this:
```yaml
tasks:
- source: something
product: out
```
The error message isn't helpful. We should show them how to create a script/function task.
```
Error: Failed to determine task class for source 'something': Invalid dotted path 'something'. Value must be a d... | closed | 2022-02-22T16:51:12Z | 2022-02-27T23:49:16Z | https://github.com/ploomber/ploomber/issues/613 | [] | edublancas | 0 |
newpanjing/simpleui | django | 319 | Simpletags not defined | **Bug description**
Invalid template library specified. ImportError raised when trying to load 'simpleui.templatetags.simpletags': No module named 'simpleui.templatetags'
This happens with the new version of simpleUI (2020.9.26) and not with the older version (2020.7).
**Repeat step**
1. pip install django-simp... | closed | 2020-11-18T09:05:29Z | 2020-12-22T04:25:57Z | https://github.com/newpanjing/simpleui/issues/319 | [
"bug"
] | leogout | 2 |
python-gino/gino | asyncio | 698 | Gino ORM query not working using Geoalchemy2 functions | * GINO version: 1.0.0
* Python version: 3.8.2
* asyncpg version: 0.20.1
* aiocontextvars version:
* PostgreSQL version: 12.2
### Description
The ORM query in SANIC written with Geoalchemy2 is not working
### What I Did
I have this table in a `postgreSQL` database with `postGIS` extension installed and enabl... | closed | 2020-06-07T18:39:34Z | 2020-06-09T02:28:39Z | https://github.com/python-gino/gino/issues/698 | [
"question"
] | KoustavCode | 3 |
taverntesting/tavern | pytest | 362 | [Feature request]: slurp openapi spec and produce coverage report | I think a really neat idea would be to take the OpenAPI (aka swagger) spec, and produce a "coverage report", i.e., show how many of the API endpoints in the API were successfully tested/hit by tavern. What do you think of this idea? | open | 2019-05-24T13:03:12Z | 2019-05-30T15:33:22Z | https://github.com/taverntesting/tavern/issues/362 | [
"Type: Enhancement"
] | tommyjcarpenter | 1 |
PokeAPI/pokeapi | api | 433 | Publish as a JS package | As a tool author, I'd like to rely on your data without directly querying your endpoint (it might be because I don't want to rely on third-party websites, or because I don't want to eat your bandwidth, or because I want to have a finer control on the API layout).
What would you think of publishing a npm package cont... | closed | 2019-06-07T11:48:33Z | 2020-08-19T10:05:49Z | https://github.com/PokeAPI/pokeapi/issues/433 | [] | arcanis | 7 |
vimalloc/flask-jwt-extended | flask | 490 | Tests fails | HI,
I'm working in the Debian packaging of flask-jwt-extended 4.4.3. And during the build I have this
error tests:
```
__________________________________________________ test_add_context_processor ______________________________________________________
app = <Flask 'tests.test_add_context_processor'>
... | closed | 2022-08-01T18:27:09Z | 2022-08-01T20:45:27Z | https://github.com/vimalloc/flask-jwt-extended/issues/490 | [] | eamanu | 2 |
nonebot/nonebot2 | fastapi | 3,074 | Plugin: nonebot-plugin-leetcodeapi-khasa | ### PyPI 项目名
nonebot-plugin-leetcodeAPI-KHASA
### 插件 import 包名
nonebot_plugin_leetcodeAPI_KHASA
### 标签
[{"label":"leetcode","color":"#ea5252"}]
### 插件配置项
_No response_ | closed | 2024-10-27T09:12:51Z | 2024-11-04T13:10:28Z | https://github.com/nonebot/nonebot2/issues/3074 | [
"Plugin"
] | KhasAlushird | 5 |
pydantic/pydantic-core | pydantic | 1,468 | Work with Python coroutine in Rust? | I am wondering if there is anyway to deal with Python coroutine in `pydantic_core`. I found [the async-await section of PyO3 docs](https://pyo3.rs/v0.22.2/async-await), but the feature seems not enabled for `pydantic_core`. Is there any other workarounds that is equivalent to `async def` and `await` in Python?
### C... | open | 2024-09-26T13:22:18Z | 2024-09-30T12:39:47Z | https://github.com/pydantic/pydantic-core/issues/1468 | [] | kc0506 | 5 |
OFA-Sys/Chinese-CLIP | nlp | 259 | 这个支持词性标注吗 | 如题 | closed | 2024-02-27T12:26:50Z | 2024-03-01T03:44:18Z | https://github.com/OFA-Sys/Chinese-CLIP/issues/259 | [] | hu394854434 | 1 |
lepture/authlib | flask | 353 | What is in the version 0.15.4 | A new version of Authlib has been released on the `pypi` but it's nowhere to be found on GitHub tags nor the changelog. Did anything changed or was that version released due to some error?
https://pypi.org/project/Authlib/
Thanks! | closed | 2021-06-08T14:53:01Z | 2021-07-17T03:09:03Z | https://github.com/lepture/authlib/issues/353 | [
"question"
] | kawa-marcin | 6 |
KaiyangZhou/deep-person-reid | computer-vision | 381 | load_pretrained_weights(model, weight_path) Warning | closed | 2020-10-20T09:06:27Z | 2020-10-30T03:58:50Z | https://github.com/KaiyangZhou/deep-person-reid/issues/381 | [] | nanHeK | 0 | |
CorentinJ/Real-Time-Voice-Cloning | deep-learning | 490 | How do I train a model with my own data? Where can I find the instruction? | How do I train a model with my own data? Where can I find the instructions on how to do it?
Need help | closed | 2020-08-13T12:58:53Z | 2020-08-25T23:29:24Z | https://github.com/CorentinJ/Real-Time-Voice-Cloning/issues/490 | [] | justinjohn0306 | 4 |
aminalaee/sqladmin | sqlalchemy | 21 | Offset query issue while using MSSQL | **Error while query the Model :**
`sqlalchemy.exc.CompileError: MSSQL requires an order_by when using an OFFSET or a non-simple LIMIT clause`
**Why?**
MSSQL requires an order_by when using an offset.
Setup:
- fastapi
- MSSQL Server 2019
- PyODBC and SqlAlchemy
**Original code:**
https://github.com/amin... | closed | 2022-01-18T20:24:59Z | 2022-01-19T17:19:39Z | https://github.com/aminalaee/sqladmin/issues/21 | [
"enhancement"
] | bigg01 | 1 |
eamigo86/graphene-django-extras | graphql | 117 | Permissions with graphene-django-extras | Hi everyone,
I would like to implement an easy permissions system. With original `graphene-django`, it was quite straightforward. It was sufficient to make a similar method for each field on an object:
```python
def resolve_field(self):
if not has_permission():
raise PermissionError("Access Denied!... | open | 2019-08-08T14:20:18Z | 2020-06-26T05:55:00Z | https://github.com/eamigo86/graphene-django-extras/issues/117 | [] | karlosss | 5 |
python-gino/gino | asyncio | 56 | Error when create record in Sanic | * GINO version: 0.5.0
* Python version: 3.6.2
* Operating System: Ubuntu 14.04
### Description
Error to create record in Sanic after upgraded to version 0.5.0
### What I Did
```
@bp.post('/users')
async def add_new_user(request):
new_obj = request.json #dict
u = await User.create(**new_obj)
... | closed | 2017-09-05T09:07:48Z | 2017-09-06T02:10:59Z | https://github.com/python-gino/gino/issues/56 | [
"question",
"wontfix"
] | jonahfang | 10 |
pydantic/pydantic | pydantic | 10,508 | Inconsistent schema generation resulting from `Any` in generic types | ### Initial Checks
- [X] I confirm that I'm using Pydantic V2
### Description
There's some inconsistency around schema generation for types that explicitely vs implicitly have a type of `Any`.
```python
from pydantic import TypeAdapter
implicit = TypeAdapter(list).core_schema
explicit = TypeAdapter(list[Any]... | closed | 2024-09-27T19:43:52Z | 2024-09-27T19:44:16Z | https://github.com/pydantic/pydantic/issues/10508 | [
"bug V2",
"pending"
] | rmorshea | 1 |
AUTOMATIC1111/stable-diffusion-webui | pytorch | 15,637 | [Bug]: AttributeError: 'NoneType' object has no attribute 'lowvram' -- Clean install on Mac | ### Checklist
- [X] The issue exists after disabling all extensions
- [X] The issue exists on a clean installation of webui
- [ ] The issue is caused by an extension, but I believe it is caused by a bug in the webui
- [X] The issue exists in the current version of the webui
- [ ] The issue has not been reported before... | open | 2024-04-26T20:02:57Z | 2024-05-06T12:48:44Z | https://github.com/AUTOMATIC1111/stable-diffusion-webui/issues/15637 | [
"bug-report"
] | ghost | 2 |
wyfo/apischema | graphql | 325 | Please can you push the 0.17.2 release to PyPI? | The version bump commit is there, but no git tag or release on PyPI... | closed | 2022-01-14T20:52:09Z | 2022-01-15T19:57:58Z | https://github.com/wyfo/apischema/issues/325 | [] | thomascobb | 1 |
Anjok07/ultimatevocalremovergui | pytorch | 1,005 | Is there any previous version that works on Mojave? | Cant upgrade OS due to program constraints, is there any previous version that has worked on Mojave? or has anyone figured out a workaround? Thank you | open | 2023-12-05T06:44:12Z | 2023-12-05T06:44:12Z | https://github.com/Anjok07/ultimatevocalremovergui/issues/1005 | [] | flugenhiemen | 0 |
amdegroot/ssd.pytorch | computer-vision | 526 | TypeError: not enough arguments for format string | Hi. I have the type error when run the training code(as shown as below). For your reference, I run custom object detection with 11 classes, which I already edited in config file (num_classes =12) and modify voc0712 file(VOC_CLASSES list as my custom class label),and some file path in VOCDetection class. Can you give me... | closed | 2020-11-09T12:43:42Z | 2020-11-10T07:39:30Z | https://github.com/amdegroot/ssd.pytorch/issues/526 | [] | junkoh88 | 0 |
521xueweihan/HelloGitHub | python | 1,906 | 项目推荐 | city-roads 在线生成手绘风格的城市地图 | ## 项目推荐
- 项目地址:https://github.com/anvaka/city-roads
- 类别:JS
- 项目后续更新计划:不清楚
- 项目描述:city-roads 通过 [overpass API](http://overpass-turbo.eu/) 调用 [OpenStreetMap](https://www.openstreetmap.org/) 数据生成手绘风格的城市地图
- 推荐理由:生成的手绘风格地图很适合当壁纸
- 截图: and [discussions](https://github.com/orgs/ultralytics/discussions) and found no similar questions.
### Question
How to determine which way the dataset rotation box is defined?
Definition o... | open | 2025-01-20T03:35:06Z | 2025-01-21T04:37:37Z | https://github.com/ultralytics/ultralytics/issues/18766 | [
"question",
"OBB"
] | yangershuai627 | 7 |
albumentations-team/albumentations | deep-learning | 2,302 | [SpeedUp] ThinPlateSpline | Benchmark shows that `kornia` has faster `ThinPlateSpline` implementation => need to learn from it and fix. | closed | 2025-01-24T16:02:46Z | 2025-01-25T23:37:46Z | https://github.com/albumentations-team/albumentations/issues/2302 | [
"Speed Improvements"
] | ternaus | 1 |
huggingface/datasets | nlp | 7,092 | load_dataset with multiple jsonlines files interprets datastructure too early | ### Describe the bug
likely related to #6460
using `datasets.load_dataset("json", data_dir= ... )` with multiple `.jsonl` files will error if one of the files (maybe the first file?) contains a full column of empty data.
### Steps to reproduce the bug
real world example:
data is available in this [PR-bra... | open | 2024-08-06T17:42:55Z | 2024-08-08T16:35:01Z | https://github.com/huggingface/datasets/issues/7092 | [] | Vipitis | 5 |
joeyespo/grip | flask | 137 | Anchor Tags not properly being rendered. | `#### <a name="setup_PHPStorm"></a>`
`#### 7. Setup PHPStorm`
becomes
`<h4>
<a id="user-content--6" class="anchor" href="#-6" aria-hidden="true"><span class="octicon octicon-link"></span></a><a name="user-content-setup_PHPStorm"></a>
</h4>`
`<h4>
<a id="user-content-7-setup-phpstorm" class="anchor" href="#7-setup-ph... | closed | 2015-07-10T23:29:39Z | 2019-04-19T19:29:36Z | https://github.com/joeyespo/grip/issues/137 | [
"not-a-bug"
] | dreamingbinary | 14 |
ContextLab/hypertools | data-visualization | 119 | return PCA factor loadings | perhaps using a sklearn-style API? | closed | 2017-05-24T17:06:44Z | 2017-10-22T01:17:13Z | https://github.com/ContextLab/hypertools/issues/119 | [] | jeremymanning | 1 |
deepinsight/insightface | pytorch | 2,103 | Question about creating Arcface using tensorflow2.x | Hi
I'm trying to create a Arcface code using Tensorflow2.x
I have a problem in custom layer and the whole ArcFace Model
Please help me if you can
This is my implementation for arcface layer based on the algorithm from your article
```
class MyArcFaceLayer(tf.keras.layers.Layer):
"""ArcMarginPenaltyLogists"... | open | 2022-09-14T11:03:27Z | 2022-09-14T11:05:30Z | https://github.com/deepinsight/insightface/issues/2103 | [] | RezaAkhoondzade | 1 |
MycroftAI/mycroft-core | nlp | 2,883 | Tools for debugging intent parsing issues in mycroft | There are currently a number of issues open against Adapt that reference mycroft-core concepts (skills, vocab files, etc). It's extremely difficult to diagnose (or even reproduce) these issues outside of the context of a fully spun-up mycroft instance, including all skills installed, all vocab registered, reload/restar... | closed | 2021-04-17T19:29:23Z | 2024-09-08T08:29:21Z | https://github.com/MycroftAI/mycroft-core/issues/2883 | [
"enhancement"
] | clusterfudge | 9 |
milesmcc/shynet | django | 242 | Automatically update geoip database | Currently, the geoip database is only updated when there is a new release, but outdated geoip data will lead to some mistakes in identifying countries, especially when there is no new release for a long time.
Maybe we can provide an environment variable to use the user's maxmind `license_key` to automatically updat... | open | 2022-11-07T13:07:52Z | 2022-11-07T16:51:29Z | https://github.com/milesmcc/shynet/issues/242 | [] | cmj2002 | 2 |
Skyvern-AI/skyvern | automation | 1,921 | Create option for Azure GPT4-Turbo - Error creating workflow run from prompt | I got the same error after fix #1854 #1846
 | closed | 2025-03-11T17:20:52Z | 2025-03-12T07:27:44Z | https://github.com/Skyvern-AI/skyvern/issues/1921 | [] | devtony10 | 4 |
dask/dask | numpy | 11,534 | `divisions` for dataframe is ignored. | **Describe the issue**:
The following snippet tries to partition the dataframe according to a groupby result, and assert that the division parameter is respected. Dask ignores the division parameter in `repartition` and packs all data into a single partition, as shown by the `assert` statement.
The objective is... | closed | 2024-11-19T08:06:24Z | 2024-11-19T22:08:36Z | https://github.com/dask/dask/issues/11534 | [
"needs triage"
] | trivialfis | 5 |
pytest-dev/pytest-cov | pytest | 395 | Running tests in parallel leads to "coverage.misc.CoverageException: Couldn't read data from" | I am using python 3.7.1, pytest 4.6.3 and pytest-cov 2.8.1 and my .coveragerc file contains parallel set to true.
With the above configuration when i run tests in parallel It consistently fails with "coverage.misc.CoverageException: Couldn't read data from xyz data file". I have seen many people reported this issue ... | open | 2020-03-11T05:20:50Z | 2020-03-11T12:28:32Z | https://github.com/pytest-dev/pytest-cov/issues/395 | [] | revunayar | 1 |
pallets-eco/flask-sqlalchemy | flask | 851 | .paginate() seems to override .options(load_only('col_1', 'col_2')) and include all columns | ### Expected Behavior
Hi, I'm trying to use paginated results of a query and only selected a handful of columns in the table, however, it seems to always return all columns in the table, not just what I specify.
```python
stuff = Table.query.filter_by(col_1='this')).options(load_only('col_1', 'col_2')).paginate... | closed | 2020-07-13T18:23:53Z | 2020-12-05T19:58:22Z | https://github.com/pallets-eco/flask-sqlalchemy/issues/851 | [] | christopherpickering | 5 |
gevent/gevent | asyncio | 1,977 | Does it support python-zeep library? | As the title says does it support python-zeep library? | closed | 2023-07-26T20:25:45Z | 2023-07-26T21:22:56Z | https://github.com/gevent/gevent/issues/1977 | [
"Type: Question"
] | AzikDeveloper | 3 |
ydataai/ydata-profiling | jupyter | 706 | Is it possible to convert a script with pandas_profiling to executable using pyinstaller? | **Missing functionality**
I have been writing a very simple tkinter application reading a csv and running pandas profiling. I couldn't convert my application to windows executable using pyinstaller. Is it possible for you to share .spec file which is working ? I have already tried to write mine without success. ... | open | 2021-02-19T08:29:29Z | 2022-12-20T14:50:42Z | https://github.com/ydataai/ydata-profiling/issues/706 | [
"feature request 💬",
"help wanted 🙋"
] | ahmetbaglan | 4 |
xuebinqin/U-2-Net | computer-vision | 290 | Slow to load on iOS device | I tried to convert the model to a ML model using this article: https://rockyshikoku.medium.com/u2net-to-coreml-machine-learning-segmentation-on-iphone-eac0c721d67b
The problem is that the model loads very slowly on a iOS device with this 176MB model (29 seconds).
Using the quantize_weights with 1 bit it arrives to ... | open | 2022-02-22T16:48:40Z | 2022-05-18T10:29:23Z | https://github.com/xuebinqin/U-2-Net/issues/290 | [] | DanielZanchi | 1 |
voila-dashboards/voila | jupyter | 1,422 | Allow users to disable fix_notebook to check/resolve kernel validity | <!--
Welcome! Thanks for thinking of a way to improve Voilà. If this solves a problem for you, then it probably solves that problem for lots of people! So the whole community will benefit from this request.
Before creating a new feature request please search the issues for relevant feature requests.
-->
### P... | closed | 2023-11-29T21:49:57Z | 2023-11-30T22:16:58Z | https://github.com/voila-dashboards/voila/issues/1422 | [
"enhancement"
] | ClaytonAstrom | 0 |
graphdeco-inria/gaussian-splatting | computer-vision | 975 | gaussian render is always giving two output images no matter what my input images are | what is possibly the issue?

these same set of images someone else ran on theirs and it worked beautifully but for mine it just outputs 2 images which are distorted | open | 2024-09-06T12:13:26Z | 2025-01-07T08:54:16Z | https://github.com/graphdeco-inria/gaussian-splatting/issues/975 | [] | malamutes | 3 |
huggingface/diffusers | pytorch | 10,414 | [<languageCode>] Translating docs to Chinese | <!--
Note: Please search to see if an issue already exists for the language you are trying to translate.
-->
Hi!
Let's bring the documentation to all the <languageName>-speaking community 🌐.
Who would want to translate? Please follow the 🤗 [TRANSLATING guide](https://github.com/huggingface/diffusers/blob/m... | closed | 2024-12-31T06:45:21Z | 2024-12-31T06:49:52Z | https://github.com/huggingface/diffusers/issues/10414 | [] | S20180576 | 0 |
PokemonGoF/PokemonGo-Bot | automation | 5,996 | API Updated to 0.59.1. Wait for PR | Dear All,
PGoAPI API is now using 0.59.1 API
I would advise all to wait for a new PR for the changes.
IF you have, unfortunately updated and run into the bot telling you non stop to update... despite the fact that you have already updated, and you come here looking for solution, here's the solution to get you back... | closed | 2017-04-05T05:47:55Z | 2017-04-08T10:35:02Z | https://github.com/PokemonGoF/PokemonGo-Bot/issues/5996 | [] | MerlionRock | 1 |
numba/numba | numpy | 9,706 | TypingError when argument is None | ## Reporting a bug
- [x] I have tried using the latest released version of Numba (most recent is
visible in the release notes
(https://numba.readthedocs.io/en/stable/release-notes-overview.html).
- [x] I have included a self contained code sample to reproduce the problem.
i.e. it's possible to run as 'pyth... | closed | 2024-08-16T05:27:37Z | 2024-10-01T18:41:58Z | https://github.com/numba/numba/issues/9706 | [
"SSA",
"bug - typing"
] | auderson | 2 |
pytest-dev/pytest-cov | pytest | 533 | Final case -> exit reported as uncovered branch on exhaustive match statement | Consider the following code:
```
from enum import Enum
class MyEnum(Enum):
A = 1
B = 2
C = 3
def print_value(x: MyEnum) -> None:
match x:
case MyEnum.A:
print("A")
case MyEnum.B:
print("B")
case MyEnum.C:
print("C")
```
An... | open | 2022-04-25T11:31:03Z | 2023-12-09T06:56:59Z | https://github.com/pytest-dev/pytest-cov/issues/533 | [] | sirrus233 | 8 |
microsoft/unilm | nlp | 820 | Why not use the cls_token instead of average pooling in BeiT ? | As claimed in the section 2.2 of BeiT, "Moreover, we prepend a special token [S] to the input sequence.''
But at the finetuning stage, "Specifically, we use average pooling to aggregate the representations, and feed the global to a softmax classifier. " The implementation of BeiT also shows that BeiT uses average p... | closed | 2022-08-09T13:01:31Z | 2022-08-13T13:04:27Z | https://github.com/microsoft/unilm/issues/820 | [] | JosephChenHub | 1 |
alirezamika/autoscraper | automation | 70 | ssl.SSLCertVerificationError: |
I followed all instruction and run the sample program using the AutoScraper
as shown below
from autoscraper import AutoScraper
url = 'https://stackoverflow.com/questions/2081586/web-scraping-with-python'
# We can add one or multiple candidates here.
# You can also put urls here to retrieve urls.
wanted_list... | closed | 2021-12-29T14:18:51Z | 2022-07-17T20:38:38Z | https://github.com/alirezamika/autoscraper/issues/70 | [] | rosarion | 1 |
giotto-ai/giotto-tda | scikit-learn | 77 | TerminatedWorkerError when calling transform on VietorisRipsPersistence | <!-- Instructions For Filing a Bug: https://github.com/giotto-learn/giotto-learn/blob/master/CONTRIBUTING.rst -->
#### Description
<!-- Example: Joblib Error thrown when calling fit on VietorisRipsPersistence
-->
When calling transform on VietorisRipsPersistence I sometimes get the following error:
```
Termina... | closed | 2019-11-01T10:40:51Z | 2020-08-23T15:40:16Z | https://github.com/giotto-ai/giotto-tda/issues/77 | [] | lewtun | 0 |
kizniche/Mycodo | automation | 788 | Input I2C address not selectable when list of addresses specified in Input Module | v8.5.8
When a list of I2C addresses are specified in the Input Module, only the first is available. May be related to the option 'i2c_address_editable': False
See: https://github.com/kizniche/Mycodo/blob/868a836e96ff793f7e46058c785fe9d9f47fd3dd/mycodo/inputs/ads1x15.py#L61
Ref: https://kylegabriel.com/forum/general-... | closed | 2020-07-15T15:27:52Z | 2020-07-23T01:36:26Z | https://github.com/kizniche/Mycodo/issues/788 | [
"bug"
] | kizniche | 0 |
onnx/onnx | pytorch | 6,484 | Objective of test: "Verify ONNX with ONNX Runtime PyPI package"? | # Ask a Question
### Question
What exactly do we try to test here? When should/could we upgrade onnxruntime and the other two variables?
Maybe we can the rule/idea in a comment? Could we use python 3.12 now? Comparing the different os, I would assume at lease_linux_aarch64, it should also be onnxruntime==1.17.3 ?
... | closed | 2024-10-22T19:56:10Z | 2024-11-21T20:01:54Z | https://github.com/onnx/onnx/issues/6484 | [
"question"
] | andife | 2 |
PaddlePaddle/PaddleHub | nlp | 1,377 | hub serving 显存泄漏 | 欢迎您反馈PaddleHub使用问题,非常感谢您对PaddleHub的贡献!
在留下您的问题时,辛苦您同步提供如下信息:
- 版本、环境信息
- 构建方式:使用如下的方式构建镜像,启动,一台gpu部署若干docker,
- 高峰性能gpu显存打满,且不释放,有点像这个 如果有11G,开两个,每个占5G,但是都想要6G,形成竞争,此时每台分5.5G,陷入僵局,然后都开始等待分配显存,不处理请求,没有日志,也不会挂掉,没任何提示。
- 客户端现象, 客户端请求超时
 | ### Issue Summary
We currently pass in `mm` to the `d` (default) param, this is used to determine what avatar will show if there's no matching avatar. However, the latest documentation advises that this should be `mp` (mystery person) instead.
https://github.com/wagtail/wagtail/blob/c2676af857a41440e05e03038d85a540dc... | closed | 2024-12-04T10:33:50Z | 2024-12-06T03:46:14Z | https://github.com/wagtail/wagtail/issues/12658 | [
"type:Enhancement",
"good first issue",
"component:User Management",
"Compatibility"
] | lb- | 4 |
MagicStack/asyncpg | asyncio | 935 | Cancelled query doesn't properly close transaction | <!--
Thank you for reporting an issue/feature request.
If this is a feature request, please disregard this template. If this is
a bug report, please answer to the questions below.
It will be much easier for us to fix the issue if a test case that reproduces
the problem is provided, with clear instructions on ... | closed | 2022-07-08T07:53:33Z | 2022-07-08T08:35:09Z | https://github.com/MagicStack/asyncpg/issues/935 | [] | arnaudsjs | 0 |
InstaPy/InstaPy | automation | 6,174 | session.follow_user_followers - this function not working | closed | 2021-05-07T15:01:23Z | 2021-05-07T15:56:40Z | https://github.com/InstaPy/InstaPy/issues/6174 | [] | saradindu-bairagi | 0 | |
tensorflow/tensor2tensor | machine-learning | 1,030 | Question: How can I add new tf.Variables? | ### Description
I wanna add new tf.Variables object in the `tensor2tensor/models/transformer.py`,
and use in the
```
class Transformer()t2t_model.T@TModel:
def __init__(self):
self.W = tf.Variable(np.random.randn(), name='W')
...
def body(self, features):
...
encoder_output = self.W(encod... | open | 2018-08-30T05:45:47Z | 2018-08-30T05:45:47Z | https://github.com/tensorflow/tensor2tensor/issues/1030 | [] | siida36 | 0 |
horovod/horovod | tensorflow | 3,933 | Missing `-iface` argument in mpirun command generated by Horovod runner | **Environment:**
1. Framework: TensorFlow, PyTorch
2. Framework version: 2.12.0, 2.0.1
3. Horovod version: 0.28.0
4. MPI version: MPICH (HYDRA) 4.1.1
5. CUDA version: 11.8
6. NCCL version: 2.16.5
7. Python version: 3.11.3
8. Spark / PySpark version: N/A
9. Ray version: N/A
10. OS and version: Ubuntu 22.04
11... | closed | 2023-05-29T17:36:27Z | 2023-06-26T06:46:57Z | https://github.com/horovod/horovod/issues/3933 | [
"bug",
"contribution welcome"
] | alumik | 4 |
PokeAPI/pokeapi | api | 272 | Not compatible with DRF 3.5 | In requirements.txt it calls for djangorestframework>=3.1.0, current version is 3.5.1
Error:
Creating a ModelSerializer without either the 'fields' attribute or the 'exclude' attribute has been deprecated since 3.3.0, and is now disallowed. Add an explicit fields = '**all**' to the PokemonMoveSerializer serializer."
... | closed | 2016-10-25T14:56:40Z | 2017-06-12T12:51:54Z | https://github.com/PokeAPI/pokeapi/issues/272 | [] | dhcrain | 2 |
jupyter-book/jupyter-book | jupyter | 1,427 | file open not working in Goodle Colab | ### Describe the enhancement you'd like
While opening data files for a Jupyter Book,
f = open("filename", "r")
works in Binder, it does not in Google Colab. Is there a way to fix it?
### Does this solve a specific problem?
_No response_
### What alternatives exist?
_No response_
### Additional context
_No resp... | open | 2021-08-17T13:44:06Z | 2021-08-17T13:44:08Z | https://github.com/jupyter-book/jupyter-book/issues/1427 | [
"enhancement"
] | bronwojtek | 1 |
vanna-ai/vanna | data-visualization | 169 | Root functions will be deprecated | In order to have a consistent experience regardless of the configuration that you choose, all the root functions will be deprecated:
https://github.com/vanna-ai/vanna/blob/main/src/vanna/__init__.py
The docstrings for each function should be removed. The functions themselves should not be removed -- instead, they... | closed | 2024-01-22T00:01:48Z | 2024-03-14T02:50:48Z | https://github.com/vanna-ai/vanna/issues/169 | [] | zainhoda | 2 |
gradio-app/gradio | deep-learning | 9,978 | gr.Sketchpad() cannot be cleared twice or more times in the event of a button click | ### Describe the bug
gr.Image() **can be cleared twice or mor times** in the event of a button click, the code:
input_image = gr.Image()
def clear_image():
return None
submit_btn.click(fn=clear_image, outputs=input_image)
gr.Sketchpad() **cannot be cleared twice or mor times** in the event of a button cli... | closed | 2024-11-18T02:01:51Z | 2025-01-24T01:26:44Z | https://github.com/gradio-app/gradio/issues/9978 | [
"bug",
"🖼️ ImageEditor"
] | youngxz | 0 |
clovaai/donut | nlp | 323 | Hi | open | 2024-12-03T20:19:47Z | 2024-12-03T20:19:47Z | https://github.com/clovaai/donut/issues/323 | [] | Harjgrewa1 | 0 | |
ading2210/poe-api | graphql | 94 | I have been banned for two accounts. Has Poe changed the protocol? | - | closed | 2023-06-02T18:03:38Z | 2023-06-02T22:52:42Z | https://github.com/ading2210/poe-api/issues/94 | [
"duplicate"
] | Seikaijyu | 2 |
huggingface/transformers | tensorflow | 36,106 | Requesting support in Pipeline using Florence-2 models and tasks | ### Feature request
Hi!
Currently, microsoft/Florence-2-large-ft or related models cannot be loaded with HF pipeline("image-to-text") as its config is not recognised by AutoModelForVision2Seq.
When attempting to load it, Transformers raises:
“Unrecognised configuration class Florence2Config for this kind of AutoMod... | open | 2025-02-10T02:52:47Z | 2025-02-20T16:47:12Z | https://github.com/huggingface/transformers/issues/36106 | [
"Feature request"
] | mediocreatmybest | 8 |
strawberry-graphql/strawberry | asyncio | 3,544 | Slow performance for queries that return many items | Hello, I'm trying to improve the performance of a graphql query that looks like:
```graphql
query GetSampleEidMapQuery($project: String!) {
project(name: $project) {
samples {
assays {
id
externalIds
meta
}
}
}
}
```
This returns a result that has around... | closed | 2024-06-21T07:02:26Z | 2025-03-20T15:56:46Z | https://github.com/strawberry-graphql/strawberry/issues/3544 | [] | dancoates | 7 |
open-mmlab/mmdetection | pytorch | 12,011 | how does this category information keep up to date during the interface multi-task training run? | Hello developers, I have a scene here encountered a problem, I very much hope that you can provide solutions or solutions, I through the python interface training of different detection tasks, the first task can be started smoothly, the second task will always report errors, the error is as follows: ValueError: need at... | closed | 2024-10-23T01:56:04Z | 2024-10-31T07:52:58Z | https://github.com/open-mmlab/mmdetection/issues/12011 | [] | 1wang11lijian1 | 3 |
jina-ai/serve | fastapi | 5,316 | docs: jina Flow the hard way | The idea would be to create a how to / tutorials named
`jina Flow the hard way` (named inspire [kubernetes the hard way](https://github.com/kelseyhightower/kubernetes-the-hard-way) )
The idea would be to show that you can start an X Executor by yourself with the CLI, start the gateway and pass the topology graph... | closed | 2022-10-26T12:31:22Z | 2023-03-13T00:23:35Z | https://github.com/jina-ai/serve/issues/5316 | [
"Stale"
] | samsja | 5 |
PaddlePaddle/PaddleHub | nlp | 1,669 | paddlehub 预测报错C++ Traceback (most recent call last): 0 paddle::framework::SignalHandle(char const*, int)1 paddle::platform::GetCurrentTraceBackStringabi:cxx11 | 欢迎您反馈PaddleHub使用问题,非常感谢您对PaddleHub的贡献!
在留下您的问题时,辛苦您同步提供如下信息:
- 版本、环境信息
1)PaddleHub和PaddlePaddle版本:请提供您的PaddleHub和PaddlePaddle版本号,例如PaddleHub1.4.1,PaddlePaddle1.6.2
2)系统环境:请您描述系统类型,例如Linux/Windows/MacOS/,python版本
- 复现信息:如为报错,请给出复现环境、复现步骤
ubuntu18 T4显卡 cuda10.2 cudnn 7.6 python3.6.9
python -m pip install paddlepad... | open | 2021-10-27T11:15:56Z | 2021-10-28T01:49:57Z | https://github.com/PaddlePaddle/PaddleHub/issues/1669 | [
"installation"
] | xiaomujiang | 1 |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.