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 |
|---|---|---|---|---|---|---|---|---|---|---|---|
sczhou/CodeFormer | pytorch | 174 | Free | Monthly 100 free | closed | 2023-03-11T06:30:35Z | 2023-04-19T08:51:25Z | https://github.com/sczhou/CodeFormer/issues/174 | [] | jueahamed | 2 |
d2l-ai/d2l-en | machine-learning | 2,595 | The content is outdated | I found the book having very good content for the topics it covers. But the book stopped at GANs. Many not-very-new topics like YOLO, Diffusion were never discussed. I've seen some opened issues mentioned this several years ago but it seems no contents have been added. Will the book continue to be updated or it's archi... | open | 2024-03-31T03:33:11Z | 2024-12-15T15:41:30Z | https://github.com/d2l-ai/d2l-en/issues/2595 | [] | hiepdang-ml | 1 |
chmp/ipytest | pytest | 45 | database access with pytest-django | I'm running into some problems with Django database access. pytest-django does [some trickery](https://pytest-django.readthedocs.io/en/latest/database.html) with the database so that it can roll back any changes made by a test to the test database. The django_db mark informs pytest that a test will be accessing the tes... | closed | 2020-07-23T07:45:52Z | 2020-07-24T06:24:01Z | https://github.com/chmp/ipytest/issues/45 | [] | highpost | 3 |
falconry/falcon | api | 1,435 | Improve falcon-print-routes tool | `falcon-print-routes` is a simple (albeit somewhat spartan) tool that may come handy to list API routes.
We could polish it, and expose more widely:
* Advertise it in the documentation (currently it is only mentioned in the `1.1.0` changelog)
* Make it aware of route suffixes, a new feature in 2.0
* Expose interfac... | closed | 2019-02-09T22:39:10Z | 2020-03-30T21:08:08Z | https://github.com/falconry/falcon/issues/1435 | [
"good first issue",
"enhancement",
"needs contributor"
] | vytas7 | 11 |
jupyter-book/jupyter-book | jupyter | 1,686 | Image ratios not maintained on small screens | ### Describe the bug
**context**
When I view a page with an image on mobile (and the image has a `height` property set).
**expectation**
I expect the image to be scaled in *both* dimensions such that the image ratio is maintained.
**bug**
But instead, the height value is maintained, distorting the image rat... | open | 2022-03-30T18:51:24Z | 2022-09-16T22:52:06Z | https://github.com/jupyter-book/jupyter-book/issues/1686 | [
"bug",
":label: sphinx-book-theme"
] | da5nsy | 4 |
pallets/flask | flask | 4,914 | Logging bug when two Flask apps are initialized | I encountered a strange log related bug in the unit tests of a project I am working on. Here is the most minimalist snippet I could write to reproduce the bug.
The `run` method configures logs to be saved in a file, initializes an empty Flask application produces one log entry. The snippet runs the method twice, wit... | closed | 2022-12-21T17:49:49Z | 2023-01-10T00:05:50Z | https://github.com/pallets/flask/issues/4914 | [] | azmeuk | 1 |
pandas-dev/pandas | python | 61,055 | BUG: invalid result of reindex on columns after unstack with Period data #60980 | ### Pandas version checks
- [x] I have checked that this issue has not already been reported.
- [x] I have confirmed this bug exists on the [latest version](https://pandas.pydata.org/docs/whatsnew/index.html) of pandas.
- [x] I have confirmed this bug exists on the [main branch](https://pandas.pydata.org/docs/dev/ge... | closed | 2025-03-04T18:11:53Z | 2025-03-05T00:13:34Z | https://github.com/pandas-dev/pandas/issues/61055 | [
"Bug",
"Reshaping"
] | Pranav970 | 3 |
flairNLP/flair | pytorch | 2,661 | URL endpoints within flair to fetch model/files not working | **Describe the bug**
Failing to execute `TARSClassifier.load(model="tars-base")` when running first time, i.e. the `tars-base-v8.pt` file isn't already downloaded and cached locally.
When trying to load the model for first time, getting following error:
```
raise IOError(
OSError: HEAD request failed for url http... | closed | 2022-03-08T09:25:33Z | 2024-04-02T11:04:33Z | https://github.com/flairNLP/flair/issues/2661 | [
"bug"
] | thekeshavgoel | 4 |
Asabeneh/30-Days-Of-Python | python | 554 | Indentation issue in Day 9 | The pseudo-code example for Nested Conditions in Day 9 has an indentation issue. Although this can't be compiled as it is no proper python, it should adhere to corect indentation. So, instead of
```
# syntax
if condition:
code
if condition:
code
```
it should read
```
# syntax
if condition... | open | 2024-07-11T17:55:31Z | 2024-07-11T17:55:31Z | https://github.com/Asabeneh/30-Days-Of-Python/issues/554 | [] | jasperhabicht | 0 |
nolar/kopf | asyncio | 1,016 | No RBAC permission to create events | ### Keywords
documentation rbac events
### Problem
I followed the documentation around RBAC to create a Role and ClusterRole for an Operator I have been working on. Upon deployment, the Operator logged an error related to not having permissions to create events in the namespace where it was reconciling a CRD in.
... | open | 2023-03-20T15:42:30Z | 2023-06-20T17:51:57Z | https://github.com/nolar/kopf/issues/1016 | [
"question"
] | Learloj | 2 |
lorien/grab | web-scraping | 138 | Looks like mp_mode does not work under Python 2.7 | ```
and (self.network_result_queue.qsize()
File "/System/Library/Frameworks/Python.framework/Versions/2.7/lib/python2.7/multiprocessing/queues.py", line 143, in qsize
return self._maxsize - self._sem._semlock._get_value()
NotImplementedError
```
| closed | 2015-08-11T04:03:00Z | 2015-08-31T13:39:19Z | https://github.com/lorien/grab/issues/138 | [] | oiwn | 1 |
jonaswinkler/paperless-ng | django | 186 | Filters for "None" document type and correspondent | Can we add a toggle to the main Documents filter bar to filter by documents with no correspondent or no document type? I'd like to create a view for documents with no Document Type and/or no Correspondent, but the only options in the Document Type and Correspondent dropdowns currently are for the options you add, there... | closed | 2020-12-24T16:21:35Z | 2020-12-31T01:33:37Z | https://github.com/jonaswinkler/paperless-ng/issues/186 | [
"feature request",
"fixed in next release"
] | CallMeTerdFerguson | 9 |
sebp/scikit-survival | scikit-learn | 68 | Explain use of intercept in ComponentwiseGradientBoostingSurvivalAnalysis | Hey Guys,
I have an issue with predict() in GradientBoostingSurvivalAnalysis.
As an example:
model=GradientBoostingSurvivalAnalysis(n_estimators=1000,random_state=0)
model.fit(x_train,y_train) %xtrain(98,1400), y_train(98,2)
model.predict(x_test) %x_test(45,1400)
The output of predict() has 2D array(45,32)... | closed | 2019-06-17T12:19:21Z | 2019-07-19T06:34:28Z | https://github.com/sebp/scikit-survival/issues/68 | [] | Marjaneh-T | 4 |
dmlc/gluon-cv | computer-vision | 1,131 | #deleted | #deleted | closed | 2020-01-03T19:32:02Z | 2020-01-06T21:47:45Z | https://github.com/dmlc/gluon-cv/issues/1131 | [] | djaym7 | 0 |
brightmart/text_classification | nlp | 145 | how to convert the textCNN model to ONNX format? | open | 2021-07-29T02:34:59Z | 2021-07-29T02:34:59Z | https://github.com/brightmart/text_classification/issues/145 | [] | SeekPoint | 0 | |
identixone/fastapi_contrib | pydantic | 182 | Project Status | Hello, is this package still mantained? | open | 2022-04-02T22:40:39Z | 2022-04-02T22:40:39Z | https://github.com/identixone/fastapi_contrib/issues/182 | [] | pplanel | 0 |
desec-io/desec-stack | rest-api | 848 | DKIM Key explodes page layout | Hello there,
i have done some imports of BIND zone files. Basically works as it should.
One entry in the zone file had a TXT record which contains a DKIM value. This means that the Subdomain column only shows the first letter of the DNS entry.

[<ipython-input-11-9b99bc80ec23>](https://localhost:8080/#) in <cell line: 11>()
9 import numpy as np
10 import matplotlib.pyplot as plt
---> 11 from datasets import DatasetDict, Dataset
12 from transf... | closed | 2024-02-16T11:05:17Z | 2024-02-17T04:26:34Z | https://github.com/huggingface/datasets/issues/6670 | [] | prashanth19bolukonda | 2 |
tensorflow/tensor2tensor | deep-learning | 1,548 | Training Transformer with Tensor2Tensor Using Own Data | ### Description
I am trying to train a Transformer network on my own data using Tensor2Tensor. I am adapting the [Cloud Poetry](https://cloud.google.com/blog/products/gcp/cloud-poetry-training-and-hyperparameter-tuning-custom-text-models-on-cloud-ml-engine) example to fit my own task, `kt_problem`, where I am mapping ... | open | 2019-04-18T00:45:34Z | 2020-02-12T04:04:36Z | https://github.com/tensorflow/tensor2tensor/issues/1548 | [] | chrisrytting | 3 |
aio-libs/aiomysql | sqlalchemy | 46 | 'trans.rollback()' is not working correct | I've tried to use standart code from docs:
``` python
with (yield from engine) as conn:
trans = yield from conn.begin()
try:
yield from conn.execute("insert into x (a, b) values (1, 2)")
except Exception:
yield from trans.rollback()
else:
yield from trans.commit()
```
but in ca... | closed | 2015-11-26T22:55:24Z | 2015-12-05T15:59:46Z | https://github.com/aio-libs/aiomysql/issues/46 | [] | ikhlestov | 2 |
holoviz/panel | jupyter | 7,449 | Tabulator: incorrect data aggregation | #### ALL software version info
<details>
<summary>Software Version Info</summary>
```plaintext
panel 1.5.3
```
</details>
#### Description of expected behavior and the observed behavior
Observed behavior: Flat aggregators on Tabulator always give sums for all columns. Nested aggregators always return ... | open | 2024-10-29T06:55:43Z | 2025-01-20T19:18:33Z | https://github.com/holoviz/panel/issues/7449 | [
"component: tabulator"
] | thuydotm | 0 |
babysor/MockingBird | pytorch | 301 | 有人用MacBook跑过嘛0.0 | <img width="1667" alt="截屏2021-12-29 下午11 19 16" src="https://user-images.githubusercontent.com/20741235/147676931-143df97f-223d-446f-8531-fc48d24b8844.png">
| closed | 2021-12-29T15:20:26Z | 2022-03-07T15:43:41Z | https://github.com/babysor/MockingBird/issues/301 | [] | Noctise | 3 |
deeppavlov/DeepPavlov | nlp | 1,218 | Warnings in basic_clasf_reader for valid and test files | An absence of valid-test files shouldn't be a reason for [warnings](https://github.com/deepmipt/DeepPavlov/blob/master/deeppavlov/dataset_readers/basic_classification_reader.py#L109)
because this is expected behavior when I pass only test.csv file and split data in data-iterator
It can be a `log.info` but even better... | closed | 2020-05-14T15:23:39Z | 2020-05-27T15:09:46Z | https://github.com/deeppavlov/DeepPavlov/issues/1218 | [] | grayskripko | 4 |
gradio-app/gradio | data-visualization | 10,585 | Concurrent issues still exist | > Concurrent issues still exist
_Originally posted by @SnowWindDancing in [#8034](https://github.com/gradio-app/gradio/issues/8034#issuecomment-2656019651)_ | closed | 2025-02-13T09:33:52Z | 2025-02-18T01:15:14Z | https://github.com/gradio-app/gradio/issues/10585 | [
"pending clarification"
] | SnowWindDancing | 2 |
dropbox/PyHive | sqlalchemy | 251 | execute hive query hangs | When use the pyhive to execute the SQL, the execution takes more than 25 minutes, causing a hang problem that prevents the program from proceeding to the next step, even though the hive job has been executed. I use dtruss to trace the python program about kernel calls,and found that the python side did not receive the ... | open | 2018-11-08T07:10:28Z | 2020-10-13T10:39:42Z | https://github.com/dropbox/PyHive/issues/251 | [] | Junyewu | 1 |
plotly/dash-table | dash | 552 | [FEATURE] Allow className for column | If a `className` could be specified to a column, and it would be applied to all `td` and/or `th` elements for that column, then this would allow using CSS to control the layout of such columns (width, right vs. left justification of values, etc.). | open | 2019-08-20T08:38:00Z | 2019-09-18T21:30:38Z | https://github.com/plotly/dash-table/issues/552 | [] | orenbenkiki | 3 |
falconry/falcon | api | 1,742 | Multiprocessing pool map not working | Hi,
Anyone knows any trick how we can use multiprocessing pool map inside falcon app?
Fastapi am able to use pathos.multiprocessing ,the same code is not working inside falcon app
Any idea?
Fyi..it is not giving any error,just ending automatically | closed | 2020-07-17T12:35:02Z | 2020-07-23T12:28:42Z | https://github.com/falconry/falcon/issues/1742 | [
"question"
] | PriyatamNayak | 10 |
plotly/dash | data-science | 3,214 | [BUG] dcc.Dropdown width rendering incorrect with Dash 3 rc4 | **Describe your context**
Please provide us your environment, so we can easily reproduce the issue.
- replace the result of `pip list | grep dash` below
```
dash 3.0.0rc4
dash-core-components 2.0.0
dash_design_kit 1.14.0
dash-html-components 2.0.0
dash-table 5.0.0
```
- if frontend rel... | open | 2025-03-13T14:07:28Z | 2025-03-18T14:10:16Z | https://github.com/plotly/dash/issues/3214 | [
"bug",
"P1",
"dash-3.0"
] | susodapop | 0 |
cvat-ai/cvat | tensorflow | 9,133 | How to quickly correct mislabeled points after auto-labeling? | ### Actions before raising this issue
- [x] I searched the existing issues and did not find anything similar.
- [x] I read/searched [the docs](https://docs.cvat.ai/docs/)
### Is your feature request related to a problem? Please describe.
After using auto-labeling, some points were inaccurately labeled. Since I only ... | closed | 2025-02-21T03:32:45Z | 2025-02-24T08:35:47Z | https://github.com/cvat-ai/cvat/issues/9133 | [
"enhancement"
] | Gungnir-xsh | 1 |
gradio-app/gradio | data-science | 10,309 | Unsustained functionality of event 'show_progress' | ### Describe the bug
In textbox.submit(), when I set show_progress='hidden' or 'minimal' to hide progressing animation (namely the spinner and time info), it works at the first input, but fail after that. This case is observed with other downstream gradio components such as TextArea, Chatbot, etc.
### Have you search... | closed | 2025-01-08T00:14:56Z | 2025-01-08T17:37:38Z | https://github.com/gradio-app/gradio/issues/10309 | [
"bug",
"needs repro"
] | ZhaoyuanQiu | 2 |
d2l-ai/d2l-en | pytorch | 1,715 | sec 11.11.1 (learning rate schedule) has a null effect | In the pytorch code, the difference between a constant learning rate of 0.3 and square root schedluing is non existent, despite claims that the latter works better. | open | 2021-04-11T01:29:03Z | 2021-04-12T17:23:16Z | https://github.com/d2l-ai/d2l-en/issues/1715 | [] | murphyk | 0 |
junyanz/pytorch-CycleGAN-and-pix2pix | deep-learning | 1,585 | Training pix2pix with different input size | When I try to train the pix2pix model with the `--preprocess`, `--load_size` or `--crop_size` flag I run into an issue.
I try to train the pix2pix model on grayscale 400x400 images. For this I use those parameters: `'--model' 'pix2pix' '--direction' 'BtoA' '--input_nc' '1' '--output_nc' '1' '--load_size' '400' '--c... | open | 2023-06-27T15:38:42Z | 2024-06-05T07:18:53Z | https://github.com/junyanz/pytorch-CycleGAN-and-pix2pix/issues/1585 | [] | MrMonk3y | 3 |
modin-project/modin | pandas | 7,111 | Implement a remote function decorator with a cache | Currently, there is no a unified mechanism for putting functions into a distributed store and caching the remote references. There are multiple approaches to solving this issue, for example like here - https://github.com/modin-project/modin/blob/master/modin/core/execution/ray/implementations/pandas_on_ray/partitioning... | closed | 2024-03-21T14:26:58Z | 2024-04-03T09:17:39Z | https://github.com/modin-project/modin/issues/7111 | [
"new feature/request 💬"
] | AndreyPavlenko | 0 |
pydantic/pydantic-core | pydantic | 1,607 | Issue while compiling pydantic-core for Chaquopy | Hi, I am trying to make pydantic-core to work with Chaquopy. I am progressing, but I face an issue I do not understand.
Maybe you have some clues on what I am facing.
I am adding the;logs of the error here
[log.zip](https://github.com/user-attachments/files/18562121/log.zip)
It looks like some API relative to pyD... | open | 2025-01-27T17:20:47Z | 2025-01-28T09:17:37Z | https://github.com/pydantic/pydantic-core/issues/1607 | [] | FCare | 4 |
fastapi/sqlmodel | fastapi | 191 | Flowing large hash values to Postgres BigInt | ### First Check
- [X] I added a very descriptive title to this issue.
- [X] I used the GitHub search to find a similar issue and didn't find it.
- [X] I searched the SQLModel documentation, with the integrated search.
- [X] I already searched in Google "How to X in SQLModel" and didn't find any information.
- [X... | open | 2021-12-14T11:44:36Z | 2025-01-09T17:54:42Z | https://github.com/fastapi/sqlmodel/issues/191 | [
"question"
] | cworkschris | 10 |
StackStorm/st2 | automation | 5,061 | "unknown file" reported as module when exceptions raised by sensor | ## SUMMARY
Error messages generated by sensor result in "unknown file" instead of module names on python 3 systems, e.g.
`2020-10-15 08:22:43,653 139699041297216 ERROR (unknown file) [-] File "/opt/stackstorm/packs/openstack/sensors/messaging_sensor.py", line 52, in poll`
### STACKSTORM VERSION
3.3dev and 3... | open | 2020-10-15T20:06:48Z | 2020-10-15T20:08:27Z | https://github.com/StackStorm/st2/issues/5061 | [
"bug"
] | amanda11 | 1 |
vitalik/django-ninja | django | 1,225 | Disable docs only for specific router | Hi how can i disable my docs only for specific router or endpoints?
I have a production ready site but i need to hide some specific endpoint by docs.
EDITED:
Sorry I'm so dumb i don't read about include_in_schema as endpoint parameter
| closed | 2024-07-11T10:26:19Z | 2024-07-11T10:29:24Z | https://github.com/vitalik/django-ninja/issues/1225 | [] | rh363 | 0 |
robinhood/faust | asyncio | 116 | Recursion maximum depth reached error resulting in app crash | In trebuchet I found the following stack trace which had made the app crash:
```
[2018-07-06 22:18:51,007: ERROR]: [^-App]: Crashed reason=RecursionError('maximum recursion depth exceeded in comparison',)
Traceback (most recent call last):
File "/home/robinhood/env/lib/python3.6/site-packages/faust/app/base.py"... | closed | 2018-07-09T18:36:05Z | 2018-07-31T14:39:16Z | https://github.com/robinhood/faust/issues/116 | [] | vineetgoel | 1 |
Miserlou/Zappa | django | 1,291 | CSRF cookie not set | <!--- Provide a general summary of the issue in the Title above -->
## Expected Behavior
When running in a local environment, a csrf cookie is set by my Django view.
## Actual Behavior
However, after deploying to AWS Lambda, no csrf cookie is dropped.
## Your Environment
<!--- Include as many relevant detai... | closed | 2017-12-12T16:17:21Z | 2017-12-13T08:02:28Z | https://github.com/Miserlou/Zappa/issues/1291 | [] | LaundroMat | 4 |
keras-team/autokeras | tensorflow | 1,713 | Sometimes fit function ends before max_trials is reached, similar for epochs | ### Bug Description
Hello, I have issue with following script. Sometimes the fit function does not perform 100 trials, but ends after less. When it is restarted, then it continues with more trials. Similar goes for epochs. Sometimes epochs do not continue until 40, but end at 12, 22 or similar.
Is it by design or s... | open | 2022-04-22T09:17:35Z | 2022-04-22T20:20:35Z | https://github.com/keras-team/autokeras/issues/1713 | [] | jbrepogmailcom | 1 |
adithya-s-k/marker-api | rest-api | 21 | KeyError: 'sdpa' | Hi! When I try to run the simple server I get this error:
> config.json: 100%|████████████████████████████████████████████████████████████████████| 811/811 [00:00<?, ?B/s]
> model.safetensors: 100%|████████████████████████████████████████████████████| 154M/154M [00:07<00:00, 20.4MB/s]
> Loaded detection model vikp... | open | 2024-11-13T11:51:29Z | 2025-01-04T12:06:16Z | https://github.com/adithya-s-k/marker-api/issues/21 | [] | pblack476 | 3 |
desec-io/desec-stack | rest-api | 540 | Add Record-Level API | An idea how to *add* records to an existing RR set could be like this:
```
POST desec/example.com/rrsets/www/A/records/
[
"1.2.3.4",
"4.3.2.1"
]
```
To delete *some* records,
```
DELETE desec/example.com/rrsets/www/A/records/
[
"1.2.3.4"
]
```
could be used.
Some clients may have trouble ... | open | 2021-05-27T13:42:13Z | 2022-01-03T09:27:18Z | https://github.com/desec-io/desec-stack/issues/540 | [
"enhancement",
"api",
"prio: medium"
] | nils-wisiol | 2 |
miguelgrinberg/Flask-SocketIO | flask | 1,073 | python app doest start after import from flask_socketio | i am using ubuntu 18.04 and trying to build a small chat website for a course using flask and js
the problem happens when i try to run python3 app.py instead of flask run as i read here, i did find that i need eventlet or gevent, gevent-websocket but after installing each at a time and try to run all i can see is th... | closed | 2019-10-01T15:40:48Z | 2019-12-15T17:43:25Z | https://github.com/miguelgrinberg/Flask-SocketIO/issues/1073 | [
"question"
] | engragy | 3 |
modoboa/modoboa | django | 3,158 | [Feature request] Configure external smtp relay from within web gui | Some of have port 25 blocked by the ISP and the one of the ways to bypass that is to use an external smtp provider.
Currently the only way to set or change an external smtp relay is by editing configuration files. It would be much better if this could be done from within the web gui, especially since a web gui config... | closed | 2024-01-10T04:35:38Z | 2025-02-25T00:18:41Z | https://github.com/modoboa/modoboa/issues/3158 | [
"feedback-needed",
"stale"
] | aleczdr | 3 |
sinaptik-ai/pandas-ai | data-visualization | 579 | StreamlitMiddleware does not work in SmartDatalake. | ### 🐛 Describe the bug
I am currently using pandasai version 1.2 and streamlit version 1.26.0. Before this, I used pandasai version 0.8.0.
In version 0.8.0, I used the StreamlitMiddleware configuration with the following code:
``` python
pandas_ai = PandasAI(pandasai_llm,
middlewares=[... | closed | 2023-09-20T10:20:33Z | 2024-06-01T00:20:29Z | https://github.com/sinaptik-ai/pandas-ai/issues/579 | [] | mzx4ever | 4 |
piccolo-orm/piccolo | fastapi | 106 | ForeignKeys should allow supporting different types | Right now foreign keys use the int type for values. It would be nice if another type could be specified like bigint or something else | closed | 2021-06-05T07:16:17Z | 2021-06-05T07:59:17Z | https://github.com/piccolo-orm/piccolo/issues/106 | [] | cheesycod | 0 |
pydantic/FastUI | fastapi | 169 | Is it supports charts and complex application | Hi Team,
This framework is awesome.
1. I want to create charts like line, bar and maps using this framework. I checked in components section there is no related component.
2. I want to create multi page application is it supports
3. How can we redirect one page to another page
I know it still in development ... | closed | 2024-01-30T15:40:49Z | 2024-02-09T07:10:38Z | https://github.com/pydantic/FastUI/issues/169 | [] | prasadkumar0590 | 1 |
marshmallow-code/apispec | rest-api | 827 | callbacks in operation are not resolved to refs | Callbacks are currently not resolving refs in its body.
Take the following example:
```yaml
...
post:
callbacks:
onEvent:
http://localhost/callback:
post:
requestBody:
content:
application/json... | closed | 2023-03-05T19:39:51Z | 2023-03-06T21:16:06Z | https://github.com/marshmallow-code/apispec/issues/827 | [] | codectl | 5 |
jina-ai/clip-as-service | pytorch | 38 | ValueError: Could not find trained model in model_dir: /tmp/tmp_st5oe05 | Has the service been started up correctly? Why is it using an temporary folder as I have already indicated a model_dir in params?
WARNINGs are shown as follows:
```
usage: app.py -model_dir /tmp/bert/chinese_L-12_H-768_A-12 -num_worker=1
ARG VALUE
___________________________________________... | closed | 2018-11-22T06:03:58Z | 2018-11-24T12:32:54Z | https://github.com/jina-ai/clip-as-service/issues/38 | [] | titicaca | 9 |
docarray/docarray | fastapi | 1,374 | When does ElasticSearch7 support | When does ElasticSearch7 support
| closed | 2023-04-14T09:28:10Z | 2023-04-25T06:26:05Z | https://github.com/docarray/docarray/issues/1374 | [] | yuanjie-ai | 3 |
scrapy/scrapy | web-scraping | 5,742 | Scrapy Shell Always Raises RuntimeError but Works Fine | <!--
Thanks for taking an interest in Scrapy!
If you have a question that starts with "How to...", please see the Scrapy Community page: https://scrapy.org/community/.
The GitHub issue tracker's purpose is to deal with bug reports and feature requests for the project itself.
Keep in mind that by filing an iss... | closed | 2022-12-01T13:58:02Z | 2022-12-01T15:10:32Z | https://github.com/scrapy/scrapy/issues/5742 | [] | CodingMoeButa | 5 |
ray-project/ray | deep-learning | 51,464 | CI test windows://python/ray/serve/tests:test_proxy is flaky | CI test **windows://python/ray/serve/tests:test_proxy** is consistently_failing. Recent failures:
- https://buildkite.com/ray-project/postmerge/builds/8965#0195aa87-c07f-445d-9db6-96c5167fbcd8
- https://buildkite.com/ray-project/postmerge/builds/8965#0195aa03-5c50-4a37-b569-65a5282fdc15
DataCaseName-windows://pytho... | closed | 2025-03-18T20:15:02Z | 2025-03-20T03:42:19Z | https://github.com/ray-project/ray/issues/51464 | [
"bug",
"triage",
"serve",
"flaky-tracker",
"ray-test-bot",
"ci-test",
"weekly-release-blocker",
"stability"
] | can-anyscale | 14 |
ivy-llc/ivy | tensorflow | 28,067 | Fix Frontend Failing Test: paddle - creation.paddle.eye | To-do List: https://github.com/unifyai/ivy/issues/27500 | closed | 2024-01-27T10:59:47Z | 2024-01-27T11:10:43Z | https://github.com/ivy-llc/ivy/issues/28067 | [
"Sub Task"
] | Sai-Suraj-27 | 2 |
pydata/xarray | numpy | 9,767 | Appending with to_zarr raises ValueError if append_dim length of existing data is not an integer multiple of chunk size | ### What happened?
I have code that produces zarr data as output with configurable chunking. Recent builds have been raising unexpected `ValueErrors` about misaligned chunks, despite a) the chunk shaping being the same for both the new and existing data and b) calling `chunk()` _and_ ensuring `encoding['chunks']` is u... | closed | 2024-11-11T17:44:44Z | 2024-12-11T07:57:14Z | https://github.com/pydata/xarray/issues/9767 | [
"topic-zarr",
"plan to close"
] | RKuttruff | 15 |
miguelgrinberg/Flask-SocketIO | flask | 1,121 | How to handle message from client ? | **Your question**
I was trying to get flask-socketIO working by checking if server connected to client and sending a simple message. The python console shows something like `TypeError: handle_message() takes 1 positional argument but 2 were given`. I don't know how to handle this. As we can see, the message is reciev... | closed | 2019-12-10T09:50:35Z | 2019-12-10T11:13:02Z | https://github.com/miguelgrinberg/Flask-SocketIO/issues/1121 | [] | 1ycx | 2 |
assafelovic/gpt-researcher | automation | 997 | Error parsing dimension value 100%: invalid literal for int() with base 10: '100%' | **Describe the bug**
I'm getting the following error when running the app on latest master.
Error parsing dimension value 100%: invalid literal for int() with base 10: '100%'
**To Reproduce**
Steps to reproduce the behavior:
1. export RETRIEVER="tavily, arxiv, duckduckgo"
2. add "duckduckgo-search" to the def... | closed | 2024-11-25T07:24:01Z | 2024-11-26T03:25:27Z | https://github.com/assafelovic/gpt-researcher/issues/997 | [] | happysalada | 2 |
mars-project/mars | pandas | 2,504 | Explain `enter_mode` in doc | <!--
Thank you for your contribution!
Please review https://github.com/mars-project/mars/blob/master/CONTRIBUTING.rst before opening an issue.
-->
`enter_mode` stuff is a bit confusing for new core developers, we need to add some docs and comments to explain what they are. | open | 2021-10-09T08:22:06Z | 2022-01-29T08:00:47Z | https://github.com/mars-project/mars/issues/2504 | [
"type: docs"
] | qinxuye | 0 |
microsoft/nni | machine-learning | 5,706 | pruning_bert_glue example pruning error | **Describe the issue**:
**Environment**:
- NNI version: 3.0
- Training service (local|remote|pai|aml|etc): ubuntu deep learning ami
- Client OS: ubuntu
- Server OS (for remote mode only):
- Python version: 3.10.9
- PyTorch/TensorFlow version: Pytorch 2.1.0+cu121
- Is conda/virtualenv/venv used?: no
- Is ... | open | 2023-11-06T03:30:30Z | 2024-07-13T07:32:45Z | https://github.com/microsoft/nni/issues/5706 | [] | sukritij29 | 3 |
gradio-app/gradio | data-visualization | 10,849 | Wrap=True in gr.Dataframe not working in 5.21 & 5.22 release | ### Describe the bug
`wrap=True` in `gr.Dataframe `
Wrapped as expected in version 5.20

Not wrapped in 5.21 and 5.22

### Have you searc... | open | 2025-03-21T02:29:48Z | 2025-03-21T11:04:16Z | https://github.com/gradio-app/gradio/issues/10849 | [
"bug"
] | xxxpsyduck | 1 |
MaxHalford/prince | scikit-learn | 59 | How to reconstruct/data recover the dataset after FADM transform? (inverse_transform like) | Hi! I've started using Prince package in order to apply a FADM in my binary and categorical dataset (btw, thanks @MaxHalford for this amazing library!!!).
Now I'm trying to find a way to reconstruct my original dataset (something like the inverse_transform function of sklearn PCA), so I could check which points are... | closed | 2019-03-24T12:13:17Z | 2023-02-27T11:49:00Z | https://github.com/MaxHalford/prince/issues/59 | [
"enhancement",
"help wanted"
] | pollyannagoncalves-hotmart | 5 |
521xueweihan/HelloGitHub | python | 2,068 | line-io | ## 项目推荐
- 项目地址:[line-io](https://github.com/wolray/line-io)
- 类别:Java
- 项目后续更新计划:更丰富友好的文档
- 项目描述:
- 必写:一个融合了CSV读写和stream增强的Java库,让io操作丝滑无比,堪比Python里的pandas甚至更强
- 可选:用于实际生产的Java工程,初学者通过阅读源码了解java的反射怎么玩得有趣又实用
- 详见项目首页中文说明
- 推荐理由:目前Java生态里最好用的csv阅读器,没有之一。性能可能不是最好但仅略逊于univocity。
- 示例代码:详见项目首页中文说明
... | closed | 2022-01-09T16:15:42Z | 2022-01-22T02:33:26Z | https://github.com/521xueweihan/HelloGitHub/issues/2068 | [] | wolray | 1 |
huggingface/datasets | pandas | 6,610 | cast_column to Sequence(subfeatures_dict) has err | ### Describe the bug
I am working with the following demo code:
```
from datasets import load_dataset
from datasets.features import Sequence, Value, ClassLabel, Features
ais_dataset = load_dataset("/data/ryan.gao/ais_dataset_cache/raw/1978/")
ais_dataset = ais_dataset["train"]
def add_class(example):
... | closed | 2024-01-23T09:32:32Z | 2024-01-25T02:15:23Z | https://github.com/huggingface/datasets/issues/6610 | [] | neiblegy | 2 |
pyro-ppl/numpyro | numpy | 1,137 | Prior dependent on multiple parameters | Hi! Just wondering if there is a way in `numpyro` to implement the model described here: https://discourse.pymc.io/t/constraint-or-prior-dependent-on-multiple-parameters/3934
Or would you suggest doing something different altogether? Thanks! | closed | 2021-08-27T09:56:58Z | 2021-08-27T10:00:38Z | https://github.com/pyro-ppl/numpyro/issues/1137 | [] | tcuongd | 1 |
docarray/docarray | pydantic | 1,255 | chore(v2): code quality | Let's add isort to our codebase which would check imports being alphabetically sorted.
Also, add a functionality to easily format the code while working on it, something like `make format` (calling black and isort), `make black`, `make lint`, etc. Let's also create testing/development dependencies file consisting o... | closed | 2023-03-20T10:05:59Z | 2023-03-20T10:49:31Z | https://github.com/docarray/docarray/issues/1255 | [] | jupyterjazz | 8 |
AutoGPTQ/AutoGPTQ | nlp | 709 | [FEATURE] Enhance pack model speed | **Is your feature request related to a problem? Please describe.**
when I quant [Qwen1.5-4B](https://huggingface.co/Qwen/Qwen1.5-4B) packing model take much time for some layer
```python
os.environ['OMP_NUM_THREADS'] = '12'
os.environ['OPENBLAS_NUM_THREADS'] = '12'
os.environ['MKL_NUM_THREADS'] = '12'
os.env... | open | 2024-07-12T09:52:34Z | 2024-07-13T05:50:07Z | https://github.com/AutoGPTQ/AutoGPTQ/issues/709 | [
"enhancement"
] | DeJoker | 1 |
open-mmlab/mmdetection | pytorch | 12,282 | 什么时候进行下一次更新 | 距离上一次更新已经有8个月了,下一次更新是什么时候 | open | 2025-01-03T09:02:33Z | 2025-01-03T09:02:48Z | https://github.com/open-mmlab/mmdetection/issues/12282 | [] | yiriyi | 0 |
betodealmeida/shillelagh | sqlalchemy | 24 | Use `adapter_kwargs` instead (or in addition?) of `adapter_args` | Writing `adapter_args` is hard and unreadable. | closed | 2021-06-21T17:50:34Z | 2021-06-21T23:27:48Z | https://github.com/betodealmeida/shillelagh/issues/24 | [] | betodealmeida | 0 |
aio-libs/aiomysql | sqlalchemy | 86 | Inconsistant results after insert using sa | Using aiomysql.sa with MySQL 5.5.49 I find that when I insert columns into a database then subsequently query the it, the result I get can sometimes include the inserted value and sometimes not.
If I essentially disable the connection pool by setting the minsize and maxsize to 1 then all works as expected. This is how... | closed | 2016-06-22T14:24:34Z | 2017-04-17T10:29:07Z | https://github.com/aio-libs/aiomysql/issues/86 | [] | nealie | 4 |
dadadel/pyment | numpy | 50 | Fails on installation using python 3.6.2 | Something is broken when installing in Python 3.6.2
In python 2.7.14 it works...
```
[humitos@julia:~]$ pyenv virtualenv 2.7.14 test
New python executable in /home/humitos/.pyenv/versions/2.7.14/envs/test/bin/python2.7
Also creating executable in /home/humitos/.pyenv/versions/2.7.14/envs/test/bin/python
Insta... | closed | 2017-10-12T13:14:02Z | 2017-10-16T12:43:35Z | https://github.com/dadadel/pyment/issues/50 | [] | humitos | 2 |
pallets/flask | python | 5,164 | Config.from_file() feeds descriptor, not string to tomllib.loads() | **outline of what the bug is:**
https://github.com/pallets/flask/blob/main/src/flask/config.py#L236
...has us loading from a .toml file path
**Describe how to replicate the bug.**
https://docs.python.org/3/library/tomllib.html provides `load()` for `rb` files, and `loads()` for .toml strings.
**Describe... | closed | 2023-06-14T03:13:23Z | 2023-06-29T00:06:34Z | https://github.com/pallets/flask/issues/5164 | [] | smitty1eGH | 3 |
Kanaries/pygwalker | plotly | 324 | Copy Code is not putting code into clipboard. | I cannot copy code. I have tried several browsers and both are able to copy information. The clipboard contains previous data and is not being updated. | closed | 2023-11-21T19:32:34Z | 2023-12-08T01:44:55Z | https://github.com/Kanaries/pygwalker/issues/324 | [
"bug",
"fixed but needs feedback"
] | jjpantano | 6 |
aio-libs/aiopg | sqlalchemy | 833 | Update "table" with inverse (logic) doesn't work | In aiopg, queries to update table fields doesn't work with self inversion.
I tried to inverse one field like that:
```python
cmd = 'UPDATE schema.table SET field1 = NOT field1 WHERE field2 = %s'
await cur.execute(cmd, args)
```
It didn't work. instead of this way, I had to do this in two queries - _select_ an... | open | 2021-05-06T17:21:11Z | 2021-05-06T17:21:11Z | https://github.com/aio-libs/aiopg/issues/833 | [] | leichgardt | 0 |
jina-ai/serve | fastapi | 5,799 | 可以有多个protocol? | f = Flow(port=8501, protocol=['GRPC', "HTTP"]).add(uses=MyExec).add(uses=Cut)
ValueError: You need to specify as much protocols as ports if you want to use a jina built-in gateway
| closed | 2023-04-12T12:53:13Z | 2023-04-12T13:38:44Z | https://github.com/jina-ai/serve/issues/5799 | [] | yuanjie-ai | 1 |
ivy-llc/ivy | numpy | 28,560 | Fix Frontend Failing Test: torch - creation.paddle.assign | To-do List: https://github.com/unifyai/ivy/issues/27498 | closed | 2024-03-12T11:54:11Z | 2024-03-21T12:03:59Z | https://github.com/ivy-llc/ivy/issues/28560 | [
"Sub Task"
] | ZJay07 | 0 |
AirtestProject/Airtest | automation | 293 | [元素定位]cocos-luk的ui树显示正常,但是通过父节点-子节点的定位方式后,报错提示找不到元素 | # 描述问题bug
测试设备:android
框架:cocos-luk
本机:mac
**python 版本:** `python3.6`
**airtest 版本:** `1.0.25`
ide:pycharm
# cocos-luk的ui树如截图

# 执行脚本
```
from airtest.core.api import *
from poco.drivers.std... | open | 2019-03-04T11:11:40Z | 2019-03-04T11:13:01Z | https://github.com/AirtestProject/Airtest/issues/293 | [] | ayue-NAN | 0 |
chatopera/Synonyms | nlp | 139 | 如何使synonyms常驻进程? | 每次调用synonyms进行相似度比较的时候,都要重新Building prefix和Loading model,耗时比较久
如何使synonyms常驻进程,这样其他脚本在调用compare()方法的时候不需要重复Building prefix和Loading model
| closed | 2023-06-02T09:55:45Z | 2023-08-13T00:47:50Z | https://github.com/chatopera/Synonyms/issues/139 | [] | ohblue | 1 |
Avaiga/taipy | data-visualization | 2,104 | [OTHER] Using taipy==3.0.0 , how can markdown be rendered in table? | ### I need to render markdown in table for Taipy==3.0.0 ###
Please help, here is the code:
```python
from taipy.gui import Gui
import markdown
def md_to_html(md_text):
return markdown.markdown(md_text)
md_data = [
"**Bold Text**",
"- List Item 1\n- List Item 2",
"[Link Example](https://www.exampl... | open | 2024-10-20T17:22:07Z | 2024-10-25T13:09:34Z | https://github.com/Avaiga/taipy/issues/2104 | [
"📄 Documentation",
"🖰 GUI",
"🆘 Help wanted",
"🟨 Priority: Medium",
"✨New feature",
"📝Release Notes"
] | IshanRattan | 4 |
pyeve/eve | flask | 950 | Token Authentication Not working | After following the tutorial http://python-eve.org/authentication.html it seems TokenAuth Still uses Basic Auth
Doing a base64 decode of Authorization headers from
`request.headers` result in a username:password
anytime you try to access an endpoint it tells you to put your username password even after token has b... | closed | 2016-12-12T17:08:35Z | 2016-12-12T18:17:51Z | https://github.com/pyeve/eve/issues/950 | [] | ydaniels | 1 |
explosion/spaCy | deep-learning | 13,338 | Summary | <!-- NOTE: For questions or install related issues, please open a Discussion instead. -->
## How to reproduce the behaviour
<!-- Include a code example or the steps that led to the problem. Please try to be as specific as possible. --> trying to extract the summary from the Llm task as annotation is there a config.... | closed | 2024-02-19T12:55:13Z | 2024-02-22T21:01:31Z | https://github.com/explosion/spaCy/issues/13338 | [
"feat/llm"
] | drewskidang | 1 |
python-arq/arq | asyncio | 361 | Can't deploy ARQ workers on Dokku. redis connection error localhost:6379 | I've tested ARQ locally and it works just fine.
But when I try to deploy it using Dokku, it can't connect to Redis.
```
Traceback (most recent call last):
File "/usr/local/lib/python3.10/site-packages/redis/asyncio/connection.py", line 709, in connect
await self._connect()
File "/usr/local/lib/python3... | closed | 2022-11-16T23:35:22Z | 2022-11-17T03:38:24Z | https://github.com/python-arq/arq/issues/361 | [] | RamonGiovane | 3 |
Kanaries/pygwalker | matplotlib | 605 | Graphic walker visualization color schema custom change | I have a data set with coordinates and signal level values for each coordinates. When I display it in geographic view, I assign to color for each specific group. However I cannot select the color individually, I need to select a color schema. Even I select the the color schema it does not assign the same colors, it sor... | open | 2024-08-10T12:46:49Z | 2024-08-16T10:30:10Z | https://github.com/Kanaries/pygwalker/issues/605 | [
"enhancement",
"graphic-walker"
] | barbarosyabaci | 2 |
syrupy-project/syrupy | pytest | 703 | having a dot in the file extension causes unexpected behavior | **Describe the bug**
Hello,
Thanks for syrupy! We ran into a small issue when customizing the file extension.
As mentioned in the title, I ran into an issue when trying to use an file extension like `png.zip`. I'm thinking, it's related to having and extra `.` in the file extension.
```console
$ pytest tes... | closed | 2023-02-08T08:19:49Z | 2023-02-21T00:29:48Z | https://github.com/syrupy-project/syrupy/issues/703 | [
"bug",
"released"
] | tolgaeren | 4 |
scikit-hep/awkward | numpy | 3,329 | In docs.yml, "Build C++ WASM" fails with `ninja` not found | For example, in this: https://github.com/scikit-hep/awkward/actions/runs/12188354714/job/34002123054
The failing log is:
```
Run # pyodide-build doesn't work out of the box with pipx
# pyodide-build doesn't work out of the box with pipx
CFLAGS=-fexceptions LDFLAGS=-fexceptions pyodide build --exports whole... | closed | 2024-12-05T21:59:31Z | 2024-12-16T18:10:01Z | https://github.com/scikit-hep/awkward/issues/3329 | [
"bug",
"tests"
] | jpivarski | 2 |
benbusby/whoogle-search | flask | 532 | [BUG] Tor searches fail without message | **Describe the bug**
I have Whoogle running in an Unraid container and the main GUI comes up fine, but whenever I search for something it gets stuck and never finds anything. I saw there was a recent update to the container so I did that but it didn't fix the problem.
**Deployment Method**
- [ ] Heroku (one-click ... | closed | 2021-11-11T23:30:40Z | 2021-11-13T00:21:11Z | https://github.com/benbusby/whoogle-search/issues/532 | [
"bug"
] | thunderclap82 | 8 |
OpenBB-finance/OpenBB | python | 6,972 | [Bug]TooManyRedirects -> Exceeded 30 redirects. | **Describe the bug**

/api/v1/equity/darkpool/otc
can't get data correctly | open | 2024-11-28T02:08:07Z | 2024-11-28T02:52:59Z | https://github.com/OpenBB-finance/OpenBB/issues/6972 | [] | joshuaBri | 1 |
ultralytics/ultralytics | machine-learning | 19,071 | How to limit ultralytics yolo11 to use single thread (cpu) | ### 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 limit yolo11 ultralytics to use single thread (CPU) during prediction... | closed | 2025-02-04T18:05:06Z | 2025-02-05T17:09:47Z | https://github.com/ultralytics/ultralytics/issues/19071 | [
"question",
"classify"
] | danielroson | 3 |
fbdesignpro/sweetviz | data-visualization | 89 | Add Column descriptions | It would be great to bea ble to provide a list / dict of column descriptions which could be displayed on the html report | open | 2021-05-09T23:24:37Z | 2021-05-26T17:17:42Z | https://github.com/fbdesignpro/sweetviz/issues/89 | [
"feature request"
] | steve-evers | 0 |
OpenInterpreter/open-interpreter | python | 1,385 | wtf script not working | ### Describe the bug
I made an error on a command, typed `wtf` and received two errors
1) LLM responded with `Please provide the terminal history or describe the specific issue you're facing so I can assist you effectively.%`
2) A python error, followed by an infinite spinner
```
Traceback (most recent call last):... | closed | 2024-08-06T13:29:51Z | 2024-11-05T18:49:28Z | https://github.com/OpenInterpreter/open-interpreter/issues/1385 | [] | MikeBirdTech | 0 |
opengeos/leafmap | plotly | 662 | .edit_vector's behavior is wired | <!-- Please search existing issues to avoid creating duplicates. -->
### Environment Information
- leafmap version: 0.30.1
- solara: 1.25.1
- Python version: 3.11.3
- Operating System: MacOS. 13.6.3
### Description
- A widget for the user to select polygon from a list to edit,
- however, after a... | closed | 2024-01-18T14:05:45Z | 2024-01-23T17:57:57Z | https://github.com/opengeos/leafmap/issues/662 | [
"bug"
] | suredream | 9 |
onnx/onnx | machine-learning | 6,074 | Pause all PR merges | PR merge is paused until the CI pipelines are fixed.
cc @gramalingam | closed | 2024-04-10T17:50:12Z | 2024-04-12T16:15:11Z | https://github.com/onnx/onnx/issues/6074 | [] | justinchuby | 1 |
biolab/orange3 | numpy | 6,992 | trubar and setup.py | Currently you can't run setup.py without installing trubar first. The import `from trubar import translate` should be moved to some local scope, where translate is actually used or handled in a similar manner as sphinx, which is imported in a try block. | closed | 2025-01-17T10:04:07Z | 2025-01-19T22:42:36Z | https://github.com/biolab/orange3/issues/6992 | [] | thocevar | 1 |
ets-labs/python-dependency-injector | flask | 658 | Attempting to inject, getting: "AttributeError: 'Provide' object has no attribute X" | Trying to understand how to correctly inject dependencies into a class constructor, the following is a sandbox example where I've extracted the key parts from a broader project.
```python
from dependency_injector import containers, providers
from dependency_injector.wiring import Provide, inject
class Config():... | open | 2023-01-02T03:24:32Z | 2023-05-25T12:48:49Z | https://github.com/ets-labs/python-dependency-injector/issues/658 | [] | eriknelson | 1 |
scikit-learn-contrib/metric-learn | scikit-learn | 1 | python3 setup.py test fails | Installation works fine using homebrew python3. But when I run the tests I get the errors below. Any idea?
---
running test
running egg_info
writing top-level names to metric_learn.egg-info/top_level.txt
writing requirements to metric_learn.egg-info/requires.txt
writing metric_learn.egg-info/PKG-INFO
writing dependen... | closed | 2014-10-14T15:28:03Z | 2014-10-14T18:02:07Z | https://github.com/scikit-learn-contrib/metric-learn/issues/1 | [] | MartinHjelm | 4 |
QuivrHQ/quivr | api | 3,256 | Process web crawled url | * process file should process urls and audio files | closed | 2024-09-25T09:29:32Z | 2024-09-25T18:56:16Z | https://github.com/QuivrHQ/quivr/issues/3256 | [
"area: backend"
] | linear[bot] | 1 |
unit8co/darts | data-science | 2,147 | [Question] Future covariates series length requirements when ocl > 1 | **Describe the bug**
I have a problem with the following scenario (this is my real scenario):
I have a monthly training dataset up to 31-05-2018.
I want to forecast 7 months with `output_chunk_length`=7.
So, my future index is ['2018-06-30', '2018-07-31', '2018-08-31', '2018-09-30', '2018-10-31', '2018-11-30', '2... | closed | 2024-01-08T21:08:01Z | 2024-04-17T07:00:15Z | https://github.com/unit8co/darts/issues/2147 | [
"question"
] | guilhermeparreira | 2 |
python-gino/gino | asyncio | 575 | How do I Batch Update | * GINO version: 0.8.3
* Python version: 3.6.6
* asyncpg version: 0.19.0
* PostgreSQL version: 11.5
I have the following model:
```
class ProviderHotel(db.Model):
__bind_key__ = 'hotels'
__tablename__ = 'provider_hotels'
id = db.Column(db.Integer, primary_key=True)
provider = db.Column(db.String)
... | closed | 2019-10-18T02:24:44Z | 2019-10-20T05:12:54Z | https://github.com/python-gino/gino/issues/575 | [
"question"
] | nimwijetunga | 10 |
assafelovic/gpt-researcher | automation | 701 | llama3 keyerror 'server' | I faces this Error during running gpt-researcher.
* I am using the latest version (github)
my `.env` file
```bash
EMBEDDING_PROVIDER=ollama
# Specify one of the embedding models supported by Ollama
OLLAMA_EMBEDDING_MODEL=nomic-embed-text
# Use ollama for both, LLM and EMBEDDING provider
LLM_PROVIDER=ollama
#... | closed | 2024-07-24T11:58:38Z | 2024-08-13T06:17:14Z | https://github.com/assafelovic/gpt-researcher/issues/701 | [] | Abdullahaml1 | 2 |
google-research/bert | tensorflow | 1,241 | /bert_config.json; No such file or directory | I tried to use BERT on Google colab. I got the model and glue data folder setup like as follow:
[!export BERT_BASE_DIR=/content/uncased_L-12_H-768_A-12
!export GLUE_DIR=/content/glue_data
!python run_classifier.py \
--task_name=MRPC \
--do_train=true \
--do_eval=true \
--data_dir=$GLUE_DIR/MRPC \
... | open | 2021-06-29T15:27:53Z | 2021-06-29T15:28:29Z | https://github.com/google-research/bert/issues/1241 | [] | aoyuzhang | 0 |
deezer/spleeter | deep-learning | 715 | [Discussion] Can't seem to get the GPU working for training; maybe I'm to early in the pipeline to see it? | I've been trying for the past week to get GPU acceleration working and I don't think I'm getting it. I've tried a dedicated VM, the container, version 2.3.0 & 2.2.2.. I've lost count of all the different cuda, tensorflow configurations I've tried.. They all work when I test tensorflow directly for GPU access (I test py... | open | 2022-01-24T14:45:14Z | 2022-01-30T20:36:45Z | https://github.com/deezer/spleeter/issues/715 | [
"question"
] | dustyny | 3 |
apify/crawlee-python | web-scraping | 479 | Create a new guide for result storages (`Dataset`, `KeyValueStore`) | - We should create a new documentation guide on how to work with result storages (`Dataset`, `KeyValueStore`).
- Inspiration: https://crawlee.dev/docs/guides/result-storage
- Check the structure of other guides - [docs/guides](https://github.com/apify/crawlee-python/tree/master/docs/guides), and try to render it usin... | closed | 2024-08-30T12:02:34Z | 2024-11-05T14:45:51Z | https://github.com/apify/crawlee-python/issues/479 | [
"documentation",
"t-tooling",
"hacktoberfest"
] | vdusek | 9 |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.