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 |
|---|---|---|---|---|---|---|---|---|---|---|---|
zappa/Zappa | flask | 1,313 | Incorrect CLI Error Messaging | <!--- Provide a general summary of the issue in the Title above -->
## Context
<!--- Provide a more detailed introduction to the issue itself, and why you consider it to be a bug -->
<!--- Also, please make sure that you are running Zappa _from a virtual environment_ and are using Python 3.8/3.9/3.10/3.11/3.12 -->
... | closed | 2024-03-29T14:58:00Z | 2024-04-25T01:45:19Z | https://github.com/zappa/Zappa/issues/1313 | [] | lmuther8 | 0 |
plotly/dash | plotly | 2,302 | [BUG] Error when passing list of components in dash component properties other than children. | ```
dash 2.7.0
dash-core-components 2.0.0
dash-html-components 2.0.0
dash-table 5.0.0
dash-mantine-components 0.11.0a0
```
**Describe the bug**
When passing components in dash component properties other than `children`, an error is thrown i... | closed | 2022-11-05T18:48:04Z | 2022-12-05T16:24:34Z | https://github.com/plotly/dash/issues/2302 | [] | snehilvj | 0 |
eriklindernoren/ML-From-Scratch | data-science | 69 | do you have lstm for recurrent_neural_network. | do you have lstm in
https://github.com/eriklindernoren/ML-From-Scratch/blob/master/mlfromscratch/examples/recurrent_neural_network.py | open | 2019-12-05T18:56:21Z | 2019-12-05T18:56:21Z | https://github.com/eriklindernoren/ML-From-Scratch/issues/69 | [] | Sandy4321 | 0 |
tox-dev/tox | automation | 2,608 | `temp_dir` may be documented incorrectly | https://github.com/tox-dev/tox/blob/d36280d19192d021f6625c235f6714757749c7f0/src/tox/config/sets.py#L202
I'm not sure if this is intentional rf a bug, but it appears the default location of `temp_dir` may have changed along the way.
Previously it seemed to be `/.tox/.tmp` but now is `/.temp`
https://tox.wiki/e... | closed | 2022-12-07T14:19:19Z | 2022-12-07T16:39:07Z | https://github.com/tox-dev/tox/issues/2608 | [] | cidrblock | 0 |
mljar/mljar-supervised | scikit-learn | 711 | Functionality to retrain or continue training models using the library. | I went through a couple of older issues that talk about this, but I think it is high time we have the functionality to enable the users to retrain models on the best performing model? I love this library and it offers so many functionalities except this one. I'd be glad if we could have this feature as well. | open | 2024-02-27T16:20:17Z | 2024-10-11T11:50:55Z | https://github.com/mljar/mljar-supervised/issues/711 | [] | AkshayNovacene | 1 |
allure-framework/allure-python | pytest | 751 | Resolving 'fullName' Field Issue in Allure-Pytest: A Local Solution and Call for Official Adjustment | Hello, currently I am using Allure TestOps to manage my automated tests, and after much searching, I finally found a small issue that was not noticeable before in allure-pytest. The problem is that when I run tests with examples using (@pytest.mark.parametrize) with more than one test, at the end of the execution, the ... | open | 2023-07-03T17:36:35Z | 2023-07-03T17:36:35Z | https://github.com/allure-framework/allure-python/issues/751 | [] | fernandotmoreira | 0 |
Evil0ctal/Douyin_TikTok_Download_API | web-scraping | 216 | [BUG] Internal Server Error 500 | API route /api?url= returns 500
https://[api.douyin.wtf/api?url=https://www.tiktok.com/@overtime/video/7212720718847642926](https://api.douyin.wtf/api?url=https://www.tiktok.com/@overtime/video/7212720718847642926) | closed | 2023-06-17T21:45:33Z | 2023-06-17T23:35:05Z | https://github.com/Evil0ctal/Douyin_TikTok_Download_API/issues/216 | [
"BUG",
"enhancement"
] | max-lychko | 7 |
xlwings/xlwings | automation | 2,164 | Finding files with os.walk works when python is called as mock_caller, but fails when run with RUN button | #### OS (e.g. Windows 10 or macOS Sierra)
#### Versions of xlwings, Excel and Python (e.g. 0.11.8, Office 365, Python 3.7)
#### Describe your issue (incl. Traceback!)
```python
# Your traceback here
"""So the Issue is I'm trying to retrieve an absolute path for a file whithin any path, in this case I used th... | open | 2023-02-08T13:48:01Z | 2023-02-09T06:49:43Z | https://github.com/xlwings/xlwings/issues/2164 | [] | andresrodri22 | 4 |
vitalik/django-ninja | django | 884 | [Feature request] simple way to generate error schema from validation error for models | **Is your feature request related to a problem? Please describe.**
Generating schemas from model fields is super easy and a huge boon to productivity. However, on the other side of the happy path I have not had good luck finding a good pattern on how to map model errors into a schema. The best I've been able to do wou... | closed | 2023-10-21T22:54:00Z | 2023-10-22T20:24:16Z | https://github.com/vitalik/django-ninja/issues/884 | [] | RileyMathews | 2 |
lepture/authlib | flask | 562 | py.typed marker is missing | **Steps to reproduce**
```
from authlib.integrations.requests_client import OAuth2Session
from authlib.integrations.starlette_client import OAuth
```
run mypy type checker
**Stack trace**
Skipping analyzing "authlib.integrations.requests_client": module is installed, but missing library stubs or py.typed mar... | closed | 2023-07-14T06:52:08Z | 2023-07-14T09:28:15Z | https://github.com/lepture/authlib/issues/562 | [] | kshitij-enable | 1 |
encode/httpx | asyncio | 2,397 | Add dark mode on our documentation | The idea is to follow the same analogous setup we have on `starlette` and `uvicorn`, and allow reading the documentation in dark mode. | closed | 2022-10-05T18:15:10Z | 2022-10-11T10:54:26Z | https://github.com/encode/httpx/issues/2397 | [
"good first issue",
"docs"
] | Kludex | 0 |
idealo/imagededup | computer-vision | 188 | Add more CNN networks to generate encodings | Apart from the current mobilenetv3, allow users to experiment with other pretrained CNN models. Possibly allowing user to add custom models too. | closed | 2023-01-11T13:05:48Z | 2023-04-28T17:47:30Z | https://github.com/idealo/imagededup/issues/188 | [
"enhancement",
"next release"
] | tanujjain | 1 |
scikit-tda/kepler-mapper | data-visualization | 11 | Mapper long term direction | I'd like to talk about future directions of kepler-mapper and some work I'd like to do. Before I get too far ahead of myself, I want to make sure you (@MLWave) agree with the directions so a permanent fork won't be necessary.
Immediate steps are
- [x] Get kepler-mapper into pypi.
- [x] Decompose some of the mai... | closed | 2017-11-06T22:04:00Z | 2017-12-20T23:50:54Z | https://github.com/scikit-tda/kepler-mapper/issues/11 | [] | sauln | 4 |
huggingface/peft | pytorch | 1,665 | `bitsandbytes` is imported eagerly in `peft/utils/loftq_utils.py` | https://github.com/huggingface/peft/pull/1230 makes the import of `bitsandbytes` lazy, however, the fix seems to be imcomplete.
https://github.com/huggingface/peft/blob/5a4b9cade64bac8afdff5006ee9dd815c90b5469/src/peft/utils/loftq_utils.py#L34-L35
Perhaps there can be a test case ensuring that the CUDA context is not... | closed | 2024-04-20T13:08:37Z | 2024-04-25T18:35:17Z | https://github.com/huggingface/peft/issues/1665 | [] | function2-llx | 5 |
openapi-generators/openapi-python-client | fastapi | 1,157 | Empty response schema generates an exception "Unknown media type schema type" | **Describe the bug**
```json
"responses": {
"400": {
"description": "There was a problem with the data sent with the request.",
"content": {
"application/json": {},
"application/xml": {}
}
}
}
```
Not having a schema on the returned content will generate an "Unknown media type sc... | open | 2024-11-04T19:35:31Z | 2024-11-04T19:35:31Z | https://github.com/openapi-generators/openapi-python-client/issues/1157 | [] | cfxegbert | 0 |
nsidnev/fastapi-realworld-example-app | fastapi | 51 | scalability issue | fastapi being fast and scalable, but it seems this example won't handle readworld benchmark. To repro, run this and benchmark with `wrk -t1 -c100 -d10s --latency http://localhost:8000/api/articles`, and any api accessing db is stuck :(
Maybe we could increase the default MAX_CONNECTIONS_COUNT to a higher value. | closed | 2020-06-30T20:26:03Z | 2020-07-01T10:21:11Z | https://github.com/nsidnev/fastapi-realworld-example-app/issues/51 | [] | mayli | 6 |
plotly/dash | flask | 3,107 | unrecognized capability: loggingPrefs | **Context**
```
dash 2.18.2
dash-bootstrap-components 1.6.0
dash-core-components 2.0.0
dash-html-components 2.0.0
dash-table 5.0.0
dash-testing-stub 0.0.2
```
- Front-end
- OS: MacOS
- Browser: chrome
- Version: 131
**Describe the bug**
Trying to ex... | open | 2024-12-13T03:02:49Z | 2024-12-16T18:53:23Z | https://github.com/plotly/dash/issues/3107 | [
"bug",
"P2"
] | christian-oreilly | 0 |
iperov/DeepFaceLab | deep-learning | 970 | 2.5gb more vram used in 11 December 2020 release |

was testing the new version, and notice the usage of more vram with ADABELIEF OFF | open | 2020-12-12T04:41:29Z | 2023-06-08T21:33:11Z | https://github.com/iperov/DeepFaceLab/issues/970 | [] | androsks | 1 |
stitchfix/hamilton | numpy | 284 | [Question] Loading of huge df to extract few columns | Hello,
If I want to use a hamilton data loader:
```
@extract_columns("spend", "signups")
def log_df(log_df_location: str) -> pd.DataFrame:
"""Dummy function showing how to wire through loading data.
:param location:
:return:
"""
return
```
But `log_df` is huge and I want to extract ... | closed | 2023-01-24T07:51:14Z | 2023-02-02T00:32:34Z | https://github.com/stitchfix/hamilton/issues/284 | [
"UserQuestion",
"Answered"
] | IgorHoholko | 7 |
zappa/Zappa | flask | 557 | [Migrated] AWS Connect as an event source | Originally from: https://github.com/Miserlou/Zappa/issues/1473 by [jnoortheen](https://github.com/jnoortheen)
## Context
As of now Zappa doesn't support AWS Connect as an event source. I am creating a PR that will add this ability.
## Possible Fix
There should be settings available for configuring AWS Connect as... | closed | 2021-02-20T12:22:44Z | 2024-04-13T17:09:23Z | https://github.com/zappa/Zappa/issues/557 | [
"no-activity",
"auto-closed"
] | jneves | 2 |
biolab/orange3 | data-visualization | 6,750 | Bugs in SOM | SOM seems to have a few problems. See https://github.com/biolab/orange3/files/14397182/log.txt. | closed | 2024-02-29T20:03:17Z | 2024-03-22T12:13:12Z | https://github.com/biolab/orange3/issues/6750 | [
"bug report"
] | janezd | 0 |
replicate/cog | tensorflow | 1,361 | Output type List[Output] causes cog to generate invalid output schema | This code:
```python
class Output(BaseModel):
text: str
class Predictor(BasePredictor):
def predict(self) -> list[Output]:
pass
```
confuses cog's `get_output_type` into generating a schema with no `Output`, thereby confusing the replicate.com UI
 got an unexpected keyword argument 'iid'`
My code is:
```
from sklearn.tree import DecisionTreeClassifier
clf = DecisionTreeClassifier()
#hypertuning paramenters
parameter_grid = {
'criterion':... | closed | 2020-12-28T23:55:25Z | 2022-04-05T15:31:51Z | https://github.com/scikit-optimize/scikit-optimize/issues/978 | [] | ivanvaccarics | 15 |
tensorlayer/TensorLayer | tensorflow | 634 | Use pretrained model to extract image feature via SlimNetsLayer | ### New Issue Checklist
- [x] I have read the [Contribution Guidelines](https://github.com/tensorlayer/tensorlayer/blob/master/CONTRIBUTING.md)
- [x] I searched for [existing GitHub issues](https://github.com/tensorlayer/tensorlayer/issues)
### Issue Description
I want to extract image feature from a pretrain... | closed | 2018-05-17T11:47:34Z | 2018-05-17T15:21:44Z | https://github.com/tensorlayer/TensorLayer/issues/634 | [] | li-zemin | 4 |
serengil/deepface | deep-learning | 684 | tensorflow-gpu package removed | Hi there, I went through the closed issues to figure out how to enable ussage of the gpu and the advice was to install tensorflow-gpu. However the packages has been removed as it has been merged with tensorflow.
While it is possible to just install the older version of the library, is there a way to enable GPU accel... | closed | 2023-02-27T07:01:05Z | 2023-02-27T09:27:52Z | https://github.com/serengil/deepface/issues/684 | [
"question"
] | Immodal | 1 |
viewflow/viewflow | django | 452 | Initial on Formset | Hi
with Django Form is it possible to do something like
```
ParagraphsFormSet = forms.formset_factory(ParagraphsForm, extra=2, can_delete=True)
formset = ParagraphsFormSet(initial=[
{'paragraph_title': 'Django is now open source',
'paragraph_content': "datetime.date.today()",}
]... | open | 2024-06-26T20:16:32Z | 2024-06-27T02:51:03Z | https://github.com/viewflow/viewflow/issues/452 | [
"request/bug",
"request/question"
] | joff13 | 2 |
biolab/orange3 | data-visualization | 6,880 | TypeError: can't compare offset-naive and offset-aware datetimes | <!--
Thanks for taking the time to report a bug!
If you're raising an issue about an add-on (i.e., installed via Options > Add-ons), raise an issue in the relevant add-on's issue tracker instead. See: https://github.com/biolab?q=orange3
To fix the bug, we need to be able to reproduce it. Please answer the following... | closed | 2024-08-23T03:11:57Z | 2025-01-17T09:29:13Z | https://github.com/biolab/orange3/issues/6880 | [
"bug report"
] | TonyEinstein | 3 |
ets-labs/python-dependency-injector | flask | 29 | Move to pypip.in | Make project's shields using [https://pypip.in/](https://pypip.in/)
| closed | 2015-03-17T13:00:07Z | 2015-03-17T13:53:54Z | https://github.com/ets-labs/python-dependency-injector/issues/29 | [
"enhancement"
] | rmk135 | 0 |
ultralytics/ultralytics | python | 19,129 | I want to load yolo11n best.pt model without using ultralytics and generate inference | ### Search before asking
- [x] I have searched the Ultralytics YOLO [issues](https://github.com/ultralytics/ultralytics/issues) and [discussions](https://github.com/orgs/ultralytics/discussions) and found no similar questions.
### Question
How to load model best.pt for yolo11n age classification without using ultra... | open | 2025-02-07T11:49:39Z | 2025-02-07T14:36:16Z | https://github.com/ultralytics/ultralytics/issues/19129 | [
"question",
"classify"
] | Gcc1012 | 4 |
talkpython/modern-apis-with-fastapi | rest-api | 18 | Templates from repo cause exception when following video | 
Chapter 5/9:Rendering HTML Templates[v3/14] causes exceptions when using templates from repo. See below:
C:\TFS\Development\FastAPI\realisticAPI\.venv\Scripts\python.exe C:\TFS\Development\FastAPI\realisticAPI\main.py
INFO:... | closed | 2024-09-24T23:05:34Z | 2024-09-25T19:25:51Z | https://github.com/talkpython/modern-apis-with-fastapi/issues/18 | [] | kenlacrosse | 3 |
koxudaxi/fastapi-code-generator | pydantic | 232 | TypeError: unsupported operand type(s) for /: 'tuple' and 'str' | I have just discovered this library. But the example is not even running and there seems to be a problem which may be related to the issue reported [here](https://github.com/koxudaxi/datamodel-code-generator/issues/700). What is the work-around just to get the library going - any older versions which would work?
We ... | open | 2022-02-25T01:10:17Z | 2022-09-16T13:24:07Z | https://github.com/koxudaxi/fastapi-code-generator/issues/232 | [] | kisabaev | 10 |
joke2k/django-environ | django | 434 | Support for new default redis driver in Django 4.0+ | ## Problem
New Redis driver `django.core.cache.backends.redis.RedisCache` was added in Django 4.0, but `django-environ` always use `django_redis.cache.RedisCache` in default.
## Resolution
Change source code on line 29 in `./environ/compat.py` from
```Python
if find_loader('redis_cache'):
REDIS_DRIVER... | closed | 2023-01-12T02:15:10Z | 2023-03-01T09:22:14Z | https://github.com/joke2k/django-environ/issues/434 | [
"duplicate"
] | aixcyi | 1 |
django-import-export/django-import-export | django | 1,574 | Request separate export_order and import_order Meta opts (or have export_order not affect import order) | I have run into a situation where I have some models with multiple FK fields, and in at least one case, resolving one custom FK field requires first resolving another FK field due to how I am using nested attributes. For this reason, I have to have the fields arranged in a certain order upon import else I get `NoneType... | closed | 2023-04-21T18:46:26Z | 2023-09-20T16:10:53Z | https://github.com/django-import-export/django-import-export/issues/1574 | [
"enhancement",
"question",
"v4"
] | halfmetaljacket | 4 |
ScrapeGraphAI/Scrapegraph-ai | machine-learning | 196 | Support customizable openai endpoint | Tried litellm for hours but didn't work. Not so familiar with langchain. It would be better if some more examples (together_ai, openrouters) are provided. Customizable openai endpoint would be a big plus.

| closed | 2024-05-09T16:40:42Z | 2024-05-15T12:15:02Z | https://github.com/ScrapeGraphAI/Scrapegraph-ai/issues/196 | [
"enhancement",
"feature request"
] | NeverOccurs | 2 |
onnx/onnx | machine-learning | 6,132 | DequantizeLinear spec clarification: What happens if the subtraction overflows/underflows? | # Ask a Question
### Question
[Dequantize linear](https://onnx.ai/onnx/operators/onnx__DequantizeLinear.html) defines the dequantization formula as `y = (x - x_zero_point) * x_scale` and that `x` and `x_zero_point` must have the same type `dtype`.
What is the intended behavior if `x - x_zero_point` is outside of t... | open | 2024-05-07T14:54:44Z | 2024-05-08T14:49:24Z | https://github.com/onnx/onnx/issues/6132 | [
"question",
"topic: spec clarification"
] | TinaAMD | 1 |
holoviz/panel | matplotlib | 6,797 | Plotly plots not displayed when Plotly extension loaded after Bokeh's on a website | (I *think* it's a Panel issue but I'm not entirely sure)
The [hvPlot Plotly guide](https://hvplot.holoviz.org/user_guide/Plotting_with_Plotly.html) currently doesn't display any Plotly plot. I discovered this is "caused" by `import hvplot.pandas` and `hvplot.extension('plotly')` being executed in two different cells... | open | 2024-04-29T07:17:14Z | 2025-01-20T19:18:49Z | https://github.com/holoviz/panel/issues/6797 | [] | maximlt | 2 |
comfyanonymous/ComfyUI | pytorch | 6,498 | Comfy UI Crashing at around 40% in. | ### Expected Behavior
A character reference sheet matching my source image.
### Actual Behavior
My queue is crashing at about 40% with this error message wasting my initial 30 minute credit. I am wary paying for more credits if this bug keeps recurring. I am new to this and don't understand why it is happening a... | open | 2025-01-17T08:57:44Z | 2025-01-17T13:59:45Z | https://github.com/comfyanonymous/ComfyUI/issues/6498 | [
"Potential Bug"
] | nitestarpro | 1 |
coleifer/sqlite-web | flask | 2 | string to float exception | Hi,
when trying to view the content of a table, I get an exception :
```
ValueError: could not convert string to float:
```
Full traceback here: https://gist.github.com/saimn/7471a06f96be0d6a285b
The value is an empty string, and peewee tries to convert it to a float value.
Maybe the issue comes from the database I... | closed | 2015-02-17T15:02:25Z | 2015-03-19T11:37:02Z | https://github.com/coleifer/sqlite-web/issues/2 | [] | saimn | 3 |
kennethreitz/responder | graphql | 416 | How to get path as an argument of route | Are there any good methods for to get path(strings including slashes) as an argument of route like the following flask's code?
```python
@app.route('/test/<path:arg>')
def example(arg):
print(f'path is {arg}')
....
# /test/foo/bar => "path is foo/bar"
```
I could only come up with the following solu... | closed | 2019-12-27T15:27:47Z | 2024-03-31T00:57:31Z | https://github.com/kennethreitz/responder/issues/416 | [] | kairi003 | 0 |
gee-community/geemap | jupyter | 902 | errors with palette when importing Raster through UI | I ran into this error when trying to choose a palette for the imported raster layer
Cheers,
Daniel

Truncated error message:
ValueError: 'matplotlib.Viridis_8' is not a valid value for name; supported... | closed | 2022-02-03T11:36:15Z | 2022-02-03T14:12:43Z | https://github.com/gee-community/geemap/issues/902 | [
"bug"
] | Daniel-Trung-Nguyen | 1 |
iterative/dvc | data-science | 10,420 | Feature proposal: `dvc artifacts get --show-url` | DVC currently supports `dvc get --show-url` as a way to retrieve just the URL of a DVC-versioned object as opposed to the object itself.
However, there is no equivalent for `dvc artifacts get`. This came as a customer request (to allow easier sharing of results even to people who are not DVC/DVC Studio users). It al... | closed | 2024-05-09T17:34:21Z | 2024-05-23T16:46:23Z | https://github.com/iterative/dvc/issues/10420 | [
"enhancement"
] | tibor-mach | 1 |
pytest-dev/pytest-selenium | pytest | 283 | DeprecationWarnings on selenium 4 | When running a customer project's tests I get the following deprecation warnings:
```
/.../selenium-4.1.0-py3.9.egg/selenium/webdriver/chrome/webdriver.py:70: DeprecationWarning: desired_capabilities has been deprecated, please pass in a Service object
super(WebDriver, self).__init__(DesiredCapabilities.CHROME... | open | 2021-12-01T14:45:03Z | 2023-10-31T00:27:48Z | https://github.com/pytest-dev/pytest-selenium/issues/283 | [] | icemac | 13 |
d2l-ai/d2l-en | computer-vision | 2,570 | MLX support | I plan on contributing for the new ML framework by Apple for silicon https://github.com/ml-explore/mlx
I tried setting up jupyter notebook to directly edit markdown using these resources:
1. https://d2l.ai/chapter_appendix-tools-for-deep-learning/contributing.html
2. https://github.com/d2l-ai/d2l-en/blob/master/CO... | open | 2023-12-10T06:52:32Z | 2024-01-17T05:19:37Z | https://github.com/d2l-ai/d2l-en/issues/2570 | [] | rahulchittimalla | 1 |
huggingface/peft | pytorch | 2,046 | Saving and then loading prompt tuned model doesn't work | ### System Info
I am prompt tuning with Llama-2-7b-chat-hf(https://huggingface.co/meta-llama/Llama-2-7b-chat-hf) as base model. At the start of the training, the epoch average loss is about 2.5. At end of the training at epoch 10, the average loss becomes about 0.8. I am saving it locally. However, when I load it th... | closed | 2024-08-31T14:46:02Z | 2024-09-01T11:22:58Z | https://github.com/huggingface/peft/issues/2046 | [] | edgekid | 0 |
Anjok07/ultimatevocalremovergui | pytorch | 1,041 | Thank you so much for providing web service! - **BEWARE** | open | 2023-12-21T06:07:28Z | 2024-01-15T00:09:22Z | https://github.com/Anjok07/ultimatevocalremovergui/issues/1041 | [] | Arvin8613 | 1 | |
plotly/dash | data-visualization | 2,511 | provide a command-line interface for Dash | Thanks so much for your interest in Dash!
Before posting an issue here, please check the Dash [community forum](https://community.plotly.com/c/dash) to see if the topic has already been discussed. The community forum is also great for implementation questions. When in doubt, please feel free to just post the issue h... | open | 2023-04-22T14:07:06Z | 2024-08-13T19:31:39Z | https://github.com/plotly/dash/issues/2511 | [
"feature",
"P3"
] | erdos2n | 0 |
plotly/dash | jupyter | 2,772 | dcc.Input type="color" raises error | `dcc.Input(type="color")`
is implemented and works correctly. However the components description, doc string (except for on ReadOnly section) and type checking is not up to date as it raises:
```
Invalid argument `type` passed into Input with ID "set-color-input".
Expected one of ["text","number","password","emai... | open | 2024-03-01T12:25:33Z | 2024-08-13T19:46:39Z | https://github.com/plotly/dash/issues/2772 | [
"bug",
"P3"
] | luggie | 5 |
ckan/ckan | api | 7,557 | Solution: Natural-language interface for CKAN (a really smart chatbot that works) | **Problem**
https://github.com/ckan/ckan/discussions/7501
- Enquiring data using a human language is a whole new level of accessibility.
- 3 mins on why I believe it's important: https://www.loom.com/share/5390b5ce30cb40759da3909c23ac09f6
**Solution hypothesis**
- _Enquiring data in a natural language_ will change ... | open | 2023-04-19T19:06:10Z | 2024-09-10T08:24:57Z | https://github.com/ckan/ckan/issues/7557 | [] | thegostev | 5 |
encode/databases | sqlalchemy | 80 | Question regarding custom SQLAlchemy types | For a couple of years I've used some UUID -> str custom type recipe, which basically revolves around importing and extending `UUIDType` from `sqlalchemy_utils`.
The entirety of the recipe is basically:
```python
from sqlalchemy_utils.types import UUIDType
class UUIDString(UUIDType):
def process_result_valu... | closed | 2019-04-09T17:40:32Z | 2019-04-12T12:32:05Z | https://github.com/encode/databases/issues/80 | [] | steinnes | 3 |
pydata/xarray | pandas | 9,969 | Stacking doesn't work on dims named `""` | ### What happened?
Stacking a dataset on a dimensions named `""` raises a KeyError.
### What did you expect to happen?
No exception.
### Minimal Complete Verifiable Example
```Python
import xarray as xr
# Create a simple dataset with an empty string dimension name
data = {
"foo": (("",), [1]),
"bar": ((""... | open | 2025-01-21T19:32:13Z | 2025-01-26T15:12:07Z | https://github.com/pydata/xarray/issues/9969 | [
"bug"
] | gusostow | 4 |
plotly/dash | jupyter | 3,141 | component typing id as dict and datetime for Date pickers in Dash 3.0rc1 | Hi, I tried to update to dash 3.0rc1, and what I noticed is that some typehints are too strict. What I found:
- `id`s are typed as `typing.Optional[str]`, omitting dict ids
- dates in datepickers are typed as `typing.Optional[str]`, but we use `datetime.date`s without problem, not sure if `date`s working is intended o... | open | 2025-01-29T15:46:02Z | 2025-03-18T13:41:54Z | https://github.com/plotly/dash/issues/3141 | [
"P1",
"dash-3.0"
] | tlauli | 5 |
jofpin/trape | flask | 53 | Lure URL not accessible | Installation was fine and without error. When I run python trape.py --url https://www.example.com --port 8080 I am able to access the Control Panel login but I am not able to browse the Lure URL. I have tested locally and there are no firewall issues. Confirmed that the process is listening on port 8080. Any advice as ... | closed | 2018-09-13T00:47:00Z | 2019-04-04T13:00:57Z | https://github.com/jofpin/trape/issues/53 | [] | harbinc | 2 |
graphql-python/graphene-sqlalchemy | sqlalchemy | 276 | Why is first so slow for default SQLAlchemyConnectionField | ```
requests_monitor = SQLAlchemyConnectionField(
RequestConnection,
request_name=String(),
...
)
def resolve_requests_monitor(self, info, **args):
query = RequestNode.get_query(info)
query = query.join(Request.dataset)
for field, value in args.items():
... | closed | 2020-05-11T19:43:40Z | 2023-02-25T00:49:31Z | https://github.com/graphql-python/graphene-sqlalchemy/issues/276 | [] | Xindi-Li | 1 |
jwkvam/bowtie | jupyter | 141 | talk about reactive programming | Reactive programming is a key feature of Shiny. There should be docs explaining how to achieve this in bowtie. | open | 2017-06-28T06:23:43Z | 2018-03-03T19:58:57Z | https://github.com/jwkvam/bowtie/issues/141 | [
"documentation"
] | jwkvam | 0 |
WZMIAOMIAO/deep-learning-for-image-processing | pytorch | 513 | 有关SSD输入尺寸的问题 | 您好
请问现有代码中,SSD的输入图像尺寸只能为300x300吗?可以调整为其他大小吗? | closed | 2022-04-11T10:37:06Z | 2022-04-13T04:21:14Z | https://github.com/WZMIAOMIAO/deep-learning-for-image-processing/issues/513 | [] | Liqq1 | 2 |
PablocFonseca/streamlit-aggrid | streamlit | 105 | How to use custom_css option in Ag-Grid ? | Hello,
I need to change the default 'blue' color of Ag-Grid in the Streamlit app to 'red' color
I didn't find any solution to add custom css to change the color of ag-grid table
So I tried the following 2 ways to change the color, but it didn't work.
Can any suggest the correct to do so ?
gb = GridOptionsBuild... | closed | 2022-06-20T12:47:45Z | 2024-04-04T17:53:23Z | https://github.com/PablocFonseca/streamlit-aggrid/issues/105 | [] | 77777myfriend | 1 |
deepfakes/faceswap | deep-learning | 1,374 | Offline Installer? | Can we see an offline installer (windows) in release section? | closed | 2024-02-26T11:18:56Z | 2024-02-26T12:46:33Z | https://github.com/deepfakes/faceswap/issues/1374 | [] | rayman3003 | 1 |
ipython/ipython | jupyter | 13,926 | capture_output does not respect trailing semicolon | By convention, IPython suppresses the return value of the last expression if it ends with a trailing semicolon. `%%capture` and `utils.capture.capture_output` don't respect this convention:
```python
In [1]: %%capture out
...: x = 1
...: 1;
In [2]: out.outputs[0]
Out[2]: 1
```
Related: #10227 #13841... | open | 2023-02-04T15:34:49Z | 2023-02-12T01:37:28Z | https://github.com/ipython/ipython/issues/13926 | [
"magics"
] | akhmerov | 1 |
yzhao062/pyod | data-science | 177 | Question: migrating to Tensorflow 2 (looks to be working) | Hi,
As my code already requires TF 2.0+,I patched pyod to support Keras within TF 2.0+ and I did not have any problems, just renaming the imports.
Is there a good reason to keep the old versions of Keras into pyod ?
Else I can create a pull request.
Thanks! | open | 2020-04-09T13:19:55Z | 2020-05-22T07:58:08Z | https://github.com/yzhao062/pyod/issues/177 | [] | shazz | 2 |
WZMIAOMIAO/deep-learning-for-image-processing | pytorch | 588 | efficientnetv2模型参数 | 请问,如果只要特征提取层,是不是从head开始后面的参数都要删去呢?

| closed | 2022-07-05T02:22:31Z | 2022-07-09T05:20:22Z | https://github.com/WZMIAOMIAO/deep-learning-for-image-processing/issues/588 | [] | Llululu | 3 |
kennethreitz/responder | flask | 58 | Support startup, shutdown, and timer events. | ASGI includes a `lifespan` messaging channel, which provides startup and shutdown events.
This also means there's a managed context within which we can hook timer events.
Interfaces for this might look something like...
```python
@app.on_event('startup')
async def startup():
...
```
```python
@app.on... | closed | 2018-10-16T11:27:13Z | 2018-10-25T22:00:47Z | https://github.com/kennethreitz/responder/issues/58 | [
"feature"
] | tomchristie | 2 |
microsoft/qlib | machine-learning | 1,133 | some doubts for all stocks features and cross-sectional features and nn streaming | 1. taking A shares as an example, calculate features for all stocks . Is there a relatively simple configuration plan?
2. As you know, cross-sectional features are very important. are there apis to calculate cross-sectional features on the same day?
3. Some nn models are basically processed by streaming. As mentione... | closed | 2022-06-15T12:29:11Z | 2022-10-06T12:03:18Z | https://github.com/microsoft/qlib/issues/1133 | [
"question",
"stale"
] | gucasbrg | 2 |
KevinMusgrave/pytorch-metric-learning | computer-vision | 630 | SelfSupervisedLoss should compute with both `(emb, ref_emb)` and `(ref_emb, emb)` | closed | 2023-05-19T10:03:10Z | 2023-06-18T18:04:24Z | https://github.com/KevinMusgrave/pytorch-metric-learning/issues/630 | [
"enhancement"
] | KevinMusgrave | 1 | |
huggingface/diffusers | pytorch | 11,116 | ControlNets for Multi-GPU | Currently most of our documentation has the following way of using ControlNets
```
from diffusers import SanaControlNetModel, SanaControlNetPipeline
import torch
controlnet = SanaControlNetModel.from_pretrained(
"ishan24/Sana_600M_1024px_ControlNet_diffusers",
torch_dtype=torch.float16
)
pipe = SanaControlNe... | open | 2025-03-19T08:56:12Z | 2025-03-19T09:00:01Z | https://github.com/huggingface/diffusers/issues/11116 | [] | ishan-modi | 0 |
Nemo2011/bilibili-api | api | 240 | 【需求】个人开直播,自动回复直播间弹幕 | 你好,有没有回复直播间弹幕的接口,回复内容我可以自己搞,接口有吗,感谢楼主! | closed | 2023-03-19T23:32:40Z | 2023-12-02T22:30:30Z | https://github.com/Nemo2011/bilibili-api/issues/240 | [
"need"
] | ZJJHYM | 12 |
OpenInterpreter/open-interpreter | python | 910 | Unable to edit config files after upgrade to 0.2.0 | ### Describe the bug
I am getting this error when trying to edit the config file:
mati@pop-os-de-mati:~$ interpreter --config
Opening `/home/mati/.config/Open Interpreter/config.yaml`...
[ 0.003] W: QObject::moveToThread: Current thread (0x64dc5aa3b510) is not the object's thread (0x64dc5aa503f0).
Cannot mov... | closed | 2024-01-13T04:33:27Z | 2024-03-27T16:51:02Z | https://github.com/OpenInterpreter/open-interpreter/issues/910 | [
"Bug",
"Help Required",
"External"
] | MatiasBarboza | 2 |
LAION-AI/Open-Assistant | python | 3,533 | Website handle server errors more gracefully | Back end:
- on or around 2023.6.25— Since we surpassed ~3000 concurrent requests 30B_7 has been down from user load. 30B_6 seemed to be working with page refresh.
Front end:
- 2023.6.27— the front end stopped showing new replies without page refresh.
- 2023.6.28— showing me logged in on front page, but logged out... | open | 2023-06-29T00:52:41Z | 2023-07-18T12:20:25Z | https://github.com/LAION-AI/Open-Assistant/issues/3533 | [
"bug",
"website",
"good first issue"
] | RubelliteFae | 2 |
vitalik/django-ninja | pydantic | 839 | export_openapi_schema should support export to yaml format | **Problem**
My organization prefers using `openapi-schema.yaml` instead of `openapi-schema.json` for saving purpose.
Whenever I need to export the schema, I need to manually convert it to YAML format. (Require extra step)
**Solution**
The Django command `export_openapi_schema` should support export to yaml format... | open | 2023-08-31T04:47:57Z | 2023-08-31T07:37:40Z | https://github.com/vitalik/django-ninja/issues/839 | [
"v1"
] | lexuancuong | 3 |
dask/dask | pandas | 11,574 | Masked Array reductions and numpy 2+ | <!-- Please include a self-contained copy-pastable example that generates the issue if possible.
Please be concise with code posted. See guidelines below on how to provide a good bug report:
- Craft Minimal Bug Reports http://matthewrocklin.com/blog/work/2018/02/28/minimal-bug-reports
- Minimal Complete Verifiab... | closed | 2024-12-03T04:40:34Z | 2024-12-18T12:03:37Z | https://github.com/dask/dask/issues/11574 | [
"needs triage"
] | Kirill888 | 1 |
gradio-app/gradio | python | 10,598 | Allow easily downloading / sharing the `gr.Audio` waveform as a video | Basically adding a "Download video" to the audio component

thanks @apolinario for the suggestion | open | 2025-02-14T23:44:10Z | 2025-03-23T14:19:38Z | https://github.com/gradio-app/gradio/issues/10598 | [
"enhancement",
"🎵 Audio"
] | abidlabs | 2 |
proplot-dev/proplot | data-visualization | 53 | Seamless animation! | I think it would be really awesome if users could generate mp4s and gifs by passing arrays with an extra "time" dimension and the keyword arg `animate=True` to arbitrary plotting functions.
The following approach would allow users to animate stuff in multiple subplots, possibly with multiple plotting commands, simul... | open | 2019-10-20T19:48:09Z | 2022-05-06T02:03:16Z | https://github.com/proplot-dev/proplot/issues/53 | [
"feature"
] | lukelbd | 0 |
xlwings/xlwings | automation | 1,798 | How to turn off display alerts in xlsb | ```
wb2 = r"Filepath"
wbload = xw.Book(wb2)
----after that point i got a pop up in my spreadsheet to update links or don't update, which i have to select manually as don't update" please help me here...
sht1 = wbload.sheets['Control']
sht1.range('A96').value = "My values"
app=xw.apps.active
wbload.save... | closed | 2022-01-19T13:40:55Z | 2022-02-01T13:22:43Z | https://github.com/xlwings/xlwings/issues/1798 | [] | ActuarySense | 1 |
GibbsConsulting/django-plotly-dash | plotly | 369 | Add websocketbridge.js to package | Websocketbridge.js is missing from the package. Simple to add by including its directory within the setup script.
This should address #368
| closed | 2021-12-08T19:07:28Z | 2024-10-19T16:37:50Z | https://github.com/GibbsConsulting/django-plotly-dash/issues/369 | [
"enhancement"
] | GibbsConsulting | 1 |
liangliangyy/DjangoBlog | django | 353 | 运行./gunicorn_start.sh connection to ('127.0.0.1', 8000) failed: [Errno 98] Address already in use | <!--
如果你不认真勾选下面的内容,我可能会直接关闭你的 Issue。
提问之前,建议先阅读 https://github.com/ruby-china/How-To-Ask-Questions-The-Smart-Way
-->
**我确定我已经查看了** (标注`[ ]`为`[x]`)
- [x] [DjangoBlog的readme](https://github.com/liangliangyy/DjangoBlog/blob/master/README.md)
- [x] [配置说明](https://github.com/liangliangyy/DjangoBlog/blob/master/bin... | closed | 2020-02-09T14:10:15Z | 2020-04-08T02:48:43Z | https://github.com/liangliangyy/DjangoBlog/issues/353 | [] | jibanli | 4 |
horovod/horovod | tensorflow | 4,038 | Can horovd process more shards than workers | Hi!
I understand that when using Horovod in a multi node environment, I should have each shard dedicated per node. Based on the size of my compute node, I've split the data into 4 shards - based on the max that can fit on my node.
I'm wondering if it's possible to have more shards than the # of nodes? For exam... | open | 2024-03-30T18:03:20Z | 2025-01-31T23:14:48Z | https://github.com/horovod/horovod/issues/4038 | [
"wontfix"
] | dr-graviton | 1 |
deepspeedai/DeepSpeed | machine-learning | 6,834 | zero-3 cpuadam is so slow | 

training setup is like
- cuda 12.1 / torch 2.5 / deepspeed 0.14.5
- 4 node (a100-80gb)
- qwen72b
- zero-3
- offload optims
- offload para... | open | 2024-12-07T10:50:44Z | 2025-01-24T16:01:17Z | https://github.com/deepspeedai/DeepSpeed/issues/6834 | [
"enhancement"
] | SeunghyunSEO | 6 |
dolevf/graphql-cop | graphql | 8 | Doesn't run graphql-cop.py | I tried several times both on local and real URLs but did not succeed. The error is like the following.
Ps: the project is on and lives in port 1003.
```
x@Mac graphql-cop % python3 graphql-cop.py -t http://192.168.1.2:1003/graphql
Traceback (most recent call last):
File "/path/to/folder/graphql-cop/graph... | closed | 2022-03-15T02:54:29Z | 2022-03-15T13:31:02Z | https://github.com/dolevf/graphql-cop/issues/8 | [
"bug"
] | bsonmez | 3 |
amdegroot/ssd.pytorch | computer-vision | 405 | from torchvision import _C ImportError: DLL load failed: 找不到指定的程序。 | File "F:/基于Pytorch使用SSD训练自己的数据集/ssd.pytorch-master/ssd.pytorch-master/train.py", line 1, in <module>
from data import *
File "F:\基于Pytorch使用SSD训练自己的数据集\ssd.pytorch-master\ssd.pytorch-master\data\__init__.py", line 3, in <module>
from .coco import COCODetection, COCOAnnotationTransform, COCO_CLASSES, COCO_R... | open | 2019-09-11T03:23:58Z | 2019-09-11T03:28:33Z | https://github.com/amdegroot/ssd.pytorch/issues/405 | [] | Y132om | 0 |
vanna-ai/vanna | data-visualization | 23 | Raise an error when vn.set_dataset is not passed a string | closed | 2023-07-23T13:11:45Z | 2023-07-31T21:51:52Z | https://github.com/vanna-ai/vanna/issues/23 | [
"bug"
] | zainhoda | 1 | |
scikit-learn/scikit-learn | python | 30,007 | Upgrade free-threading CI to run with pytest-freethreaded instead of pytest-xdist | There is a new kid on the block that should help us find out whether scikit-learn and its dependencies can be reliably considered free-threading compatible:
https://pypi.org/project/pytest-freethreaded/
Let's try to adopt it in scikit-learn.
Here is a possible plan:
- first run the tests locally a few times... | open | 2024-10-04T08:37:23Z | 2024-10-10T14:23:46Z | https://github.com/scikit-learn/scikit-learn/issues/30007 | [
"Build / CI",
"Needs Decision",
"module:test-suite",
"free-threading"
] | ogrisel | 32 |
keras-team/keras | pytorch | 20,549 | Cloning of Sequential models w. input_tensors argument fails | Cloning a Sequential models layers fails if using the input_tensors argument.
Minimum reproducible example:
```
import keras
model = keras.models.Sequential()
model.add(keras.layers.Input(shape=(7, 3)))
model.add(keras.layers.Conv1D(2, 2, padding="same"))
input_tensor = model.inputs[0]
new_model = keras... | closed | 2024-11-26T14:52:24Z | 2024-11-26T15:52:24Z | https://github.com/keras-team/keras/issues/20549 | [] | Carbyne | 0 |
igorbenav/fastcrud | sqlalchemy | 110 | upsert multi | **Is your feature request related to a problem? Please describe.**
If I currently want to upsert multiple records I would have to call `upsert` for each model which means a lot of overhead and unnecessary db calls. A _Multi-upsert_ can also be done in just one query.
**Describe the solution you'd like**
I woul... | closed | 2024-06-24T14:00:35Z | 2024-07-22T15:12:09Z | https://github.com/igorbenav/fastcrud/issues/110 | [
"enhancement"
] | feluelle | 7 |
litestar-org/polyfactory | pydantic | 160 | Enhancement: Add SQLModelFactory | ### Description
Adapting the [pets example from the documentation](https://polyfactory.litestar.dev/usage/configuration.html#defining-default-factories) to SQLModel, does not generate sub-factories as expected when using `Relationship`, despite explicitly calling `Use`. Foreign keys are auto-generated correctly.
... | closed | 2023-04-05T16:57:19Z | 2025-03-20T15:53:02Z | https://github.com/litestar-org/polyfactory/issues/160 | [
"enhancement",
"help wanted",
"good first issue"
] | mrharpo | 2 |
python-restx/flask-restx | api | 321 | moving from flask_restful to flask_restx | Hi, i cant find a good "Migrate from flask_restful" guide on docs or anywhere,
i was wondering if there's some link o doc already done about that, i want to start using restx instead of flask_restful on some apis im develoing thanks!
thanks!
| open | 2021-05-23T21:12:50Z | 2021-05-24T14:31:03Z | https://github.com/python-restx/flask-restx/issues/321 | [
"question"
] | vlasvlasvlas | 2 |
ultralytics/ultralytics | pytorch | 19,072 | Pytorch WebDataset Dataloader | ### Search before asking
- [x] I have searched the Ultralytics YOLO [issues](https://github.com/ultralytics/ultralytics/issues) and [discussions](https://github.com/orgs/ultralytics/discussions) and found no similar questions.
### Question
Hi! I have been using YOLO (primarily YOLOv5) on various personal projects f... | open | 2025-02-04T20:04:03Z | 2025-02-05T04:29:57Z | https://github.com/ultralytics/ultralytics/issues/19072 | [
"question",
"detect"
] | AndrewNoviello | 2 |
stas00/ml-engineering | pytorch | 28 | Quarto Site | Hey @stas00 ,
I added a [comment on my previous PR](https://github.com/stas00/ml-engineering/pull/17#discussion_r1496916638):
> @stas00 if you're curious, I've done some re-org and tried rendering everything with Quarto in [my fork](https://github.com/saforem2/ml-engineering)
>
> You can see it online at:
>
... | closed | 2024-02-21T16:56:59Z | 2024-02-21T18:40:13Z | https://github.com/stas00/ml-engineering/issues/28 | [] | saforem2 | 3 |
dropbox/PyHive | sqlalchemy | 221 | Hive connectivity issue | Hello,
I get following error message when trying to connect to Hive from python and perform some rather easy SQL command there (SELECT COUNT(*) FROM...)
Does this message ring any bell for some of you ?
ERROR - (pyhive.exc.OperationalError) TExecuteStatementResp(status=TStatus(statusCode=3, infoMessages=['*or... | open | 2018-07-05T22:19:38Z | 2018-07-05T22:19:38Z | https://github.com/dropbox/PyHive/issues/221 | [] | sviguie | 0 |
CPJKU/madmom | numpy | 526 | CLPChroma and CLPChromaProcessor are not included in the __init__.py | https://github.com/CPJKU/madmom/blob/6545fbb3ecdae0aac336a95ec591f642e0b74f3e/madmom/audio/__init__.py#L29C40-L29C40
Looks like CLPChromaProcessor is missing in the __init__.py, which makes DeepChromaProcessor the only processor available. Is there any reason for the absence? | open | 2023-08-20T04:15:15Z | 2023-08-20T04:15:15Z | https://github.com/CPJKU/madmom/issues/526 | [] | wenxuanou | 0 |
snooppr/snoop | web-scraping | 97 | Не удалось открыть результаты / Unable to open results | Ru: При поиске информации по никнейму, после всего сбора информации успешно завершает работу и выдает такую ошибку:
Не удалось открыть результаты
+
Результаты не сохраняются в "save reports"
Что делать?
En: When searching for information on a nickname, after the entire collection of information, it successfully... | closed | 2024-08-27T13:38:37Z | 2024-08-29T03:52:09Z | https://github.com/snooppr/snoop/issues/97 | [
"documentation",
"question"
] | Kkattsuu | 1 |
qubvel-org/segmentation_models.pytorch | computer-vision | 641 | How do I implement DiceFocal Loss and Focal Tversky Loss? | closed | 2022-08-23T14:53:56Z | 2022-10-30T02:18:13Z | https://github.com/qubvel-org/segmentation_models.pytorch/issues/641 | [
"Stale"
] | sarmientoj24 | 2 | |
pyeve/eve | flask | 1,451 | Documentation mistake on custom _id with UUID? | I was following the documentation about using UUIDs as the _id field (https://docs.python-eve.org/en/stable/tutorials/custom_idfields.html). I followed the instructions and kept receiving an error back saying:
{"_id": "must be of uuid type"}
The issues was caused by _validate_type_uuid method not returning a valu... | closed | 2021-04-30T09:10:15Z | 2022-02-13T09:21:20Z | https://github.com/pyeve/eve/issues/1451 | [] | frazzleuk | 1 |
geopandas/geopandas | pandas | 3,045 | BUG: shortest_line inconsitent | - [x] I have checked that this issue has not already been reported.
- [x] I have confirmed this bug exists on the latest version of geopandas.
- [ ] (optional) I have confirmed this bug exists on the main branch of geopandas.
---
Correctly identified line between a point and a line segment:
![Screenshot ... | closed | 2023-10-17T04:26:21Z | 2023-10-17T07:03:53Z | https://github.com/geopandas/geopandas/issues/3045 | [
"bug",
"needs triage"
] | davidshumway | 2 |
noirbizarre/flask-restplus | api | 763 | Install project in editable mode break Swagger |
### **Code**
```python
# -*- coding: utf-8 -*-
from flask import Flask, request, Blueprint
from flask_restplus import Api, Resource
from api_ipam import Argo
import json
import ssl
import sys
app = Flask(__name__)
blueprint = Blueprint('api', __name__, url_prefix='/api')
api = Api(blueprint, doc='/swag... | closed | 2019-12-18T10:27:14Z | 2019-12-18T10:52:34Z | https://github.com/noirbizarre/flask-restplus/issues/763 | [
"bug"
] | FloLaco | 2 |
deepspeedai/DeepSpeed | machine-learning | 5,597 | [BUG] M1 Mac has an issue with `hostname -I` not being a valid command | Not a particular issue I was facing, but a very offline friend who was using deepspeed initializes got an error where `HostName -I` isn't available on the M1 chip or OSX in general.
A workaround I can think of is using `ifconfig | grep 'inet ' | awk '{print $2}' | paste -sd ' '` instead of `hostname -I` - and this ... | open | 2024-05-31T20:28:34Z | 2024-08-19T16:43:39Z | https://github.com/deepspeedai/DeepSpeed/issues/5597 | [
"bug",
"build"
] | AbhinavMir | 9 |
tflearn/tflearn | tensorflow | 984 | Can't load the model which I have trained | I used the vgg-net to do a classification task in GPU 980Ti , I trained the model with the following code:
```
import tflearn
from tflearn.layers.core import input_data, dropout, fully_connected
from tflearn.layers.conv import conv_2d, max_pool_2d
from tflearn.layers.estimator import regression
from tflearn.da... | closed | 2017-12-23T03:40:51Z | 2018-01-24T01:31:43Z | https://github.com/tflearn/tflearn/issues/984 | [] | moshuilanting | 3 |
ultralytics/ultralytics | pytorch | 18,922 | train yolo-detect on custom deteset | ### Search before asking
- [x] I have searched the Ultralytics YOLO [issues](https://github.com/ultralytics/ultralytics/issues) and [discussions](https://github.com/orgs/ultralytics/discussions) and found no similar questions.
### Question
hi. I trained the megadetector detection model (a model based on yolov5) on ... | open | 2025-01-27T17:14:18Z | 2025-01-28T06:21:20Z | https://github.com/ultralytics/ultralytics/issues/18922 | [
"question",
"detect"
] | w1nteer | 4 |
ijl/orjson | numpy | 106 | python json encoder logger | Hi folks!
could be possible integrate orjson into https://github.com/madzak/python-json-logger?
I think it only need a json.JsonEncoder interface (https://docs.python.org/3/library/json.html#json.JSONEncoder)
https://github.com/madzak/python-json-logger/blob/master/src/pythonjsonlogger/jsonlogger.py
same... | closed | 2020-06-17T01:16:40Z | 2020-06-17T12:55:00Z | https://github.com/ijl/orjson/issues/106 | [] | rspadim | 1 |
ivy-llc/ivy | tensorflow | 27,945 | Fixed complex dtype not supported at jax and troch backend | closed | 2024-01-17T19:40:44Z | 2024-01-17T23:08:02Z | https://github.com/ivy-llc/ivy/issues/27945 | [
"Sub Task"
] | samthakur587 | 0 | |
localstack/localstack | python | 12,400 | Cognito returns 200 instead of 401 when resending NEW_PASSWORD_REQUIRED challenge | Steps to reproduce:
1. Create a user pool
awslocal cognito-idp create-user-pool \
--pool-name "TestPortalPool" \
--schema Name="userRole",AttributeDataType="String" \
--username-attributes email \
--auto-verified-attributes email
--region "${AWS_REGION}"
2. Create a user
USER_EMAIL=test@email.com
USER_PAS... | open | 2025-03-17T18:49:32Z | 2025-03-20T18:59:30Z | https://github.com/localstack/localstack/issues/12400 | [
"aws:cognito",
"status: backlog"
] | SergeiDemyanenko | 1 |
matplotlib/matplotlib | data-science | 29,578 | [Bug]: button event key error when using %matplotlib widget in jupyter lab | ### Bug summary
Python 3.11
import ipympl
import ipywidgets
import matplotlib
print("ipympl:", ipympl.__version__)
print("ipywidgets:", ipywidgets.__version__)
print("matplotlib:", matplotlib.__version__)
ipympl: 0.9.3
ipywidgets: 8.1.5
matplotlib: 3.10.0
%matplotlib widget
import matplotlib.pyplot as plt
fig, ax ... | closed | 2025-02-04T18:10:10Z | 2025-02-04T18:36:00Z | https://github.com/matplotlib/matplotlib/issues/29578 | [
"status: duplicate",
"backend: ipympl"
] | GanshengT | 1 |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.