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 |
|---|---|---|---|---|---|---|---|---|---|---|---|
python-restx/flask-restx | api | 345 | Improve documentation of `fields` arguments | **Is your feature request related to a problem? Please describe.**
Currently, it's quite unclear which arguments are accepted by which `flask_restx.fields` functions. For example, for `fields.Float`, [none are explicitly documented](https://flask-restx.readthedocs.io/en/latest/api.html#flask_restx.fields.Float). To fi... | open | 2021-06-24T13:41:19Z | 2022-07-26T13:37:03Z | https://github.com/python-restx/flask-restx/issues/345 | [
"enhancement"
] | thomsentner | 0 |
gradio-app/gradio | data-visualization | 10,244 | chatbot example not working? | ### Describe the bug
giving an example, and then clicking on it, should populate the chatbot, but nothing happens.
### Have you searched existing issues? 🔎
- [X] I have searched and found no existing issues
### Reproduction
```
import gradio as gr
with gr.Blocks() as demo:
chatbot = gr.Chatbot(examples=[{... | closed | 2024-12-23T21:50:15Z | 2024-12-23T22:05:39Z | https://github.com/gradio-app/gradio/issues/10244 | [
"bug"
] | HabermannR | 3 |
miguelgrinberg/Flask-Migrate | flask | 500 | Failure to run flask db migrate after upgrade 3.1 -> 4.0 | With flask-alchemy 3.1.0 all works as expected. We add a column to one of the tables of the db.Model and all works as expected. It detected added columns and a new versions file is generated.
After upgrade from flask-alchemy 3.1.0 to flask-alchemy 4.0.0 fails to detect any changes and generate a new versions file. T... | closed | 2022-12-17T18:05:46Z | 2023-01-04T04:02:41Z | https://github.com/miguelgrinberg/Flask-Migrate/issues/500 | [
"question"
] | ghaarsma | 4 |
onnx/onnx | deep-learning | 6,034 | [Feature request] Use protobuf's generator to generate pyi stubs | ### Describe the feature
It looks like protobuf now offers a native way for generating pyi files: https://github.com/protocolbuffers/protobuf/blob/main/python/README.md#implementation-backends. Currently in ONNX we use a custom script. The official tool has the potential to be more correct and robust. | closed | 2024-03-25T21:32:06Z | 2024-11-04T19:19:47Z | https://github.com/onnx/onnx/issues/6034 | [
"good first issue",
"topic: enhancement",
"contributions welcome",
"topic: better engineering"
] | justinchuby | 1 |
falconry/falcon | api | 2,398 | Integration with Tortoise ORM. | Hi, i'm wondering how to integrate falcon with Tortoise ORM. As far as i know, Tortoise ORM manages transactions on its own, but i'm not sure if it creates a transaction for each request (although i don't see why it would). I already managed to create `process_startup` and `process_shutdown`, and i think that to create... | closed | 2024-11-01T02:16:04Z | 2024-11-11T06:53:00Z | https://github.com/falconry/falcon/issues/2398 | [
"question"
] | 0x1618 | 2 |
fastapi/sqlmodel | pydantic | 249 | Create Relationships with Unique Fields (UniqueViolationError) | ### 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... | closed | 2022-02-23T17:02:05Z | 2022-03-02T14:08:42Z | https://github.com/fastapi/sqlmodel/issues/249 | [
"question"
] | njdowdy | 11 |
clovaai/donut | computer-vision | 37 | How to get confidence score for predictions? | Hi, thank you for this outstanding work. Could you point me to how one could generate confidence scores along with the JSON predictions from the models, especially the models for the Document Parsing Task?
Thanks | closed | 2022-08-29T05:29:16Z | 2022-09-20T11:25:13Z | https://github.com/clovaai/donut/issues/37 | [] | SamSamhuns | 6 |
Lightning-AI/pytorch-lightning | pytorch | 20,141 | ModelCheckpoint reduce logic seems wrong | ### Bug description
The reduction logic in ModelCheckpoint seems wrong.
Specifically this line:
```python
should_update_best_and_save = trainer.strategy.reduce_boolean_decision(bool(should_update_best_and_save))
```
The all condition seems too strong here, we only care if the average of the metric across al... | closed | 2024-07-30T14:32:48Z | 2024-08-05T03:25:26Z | https://github.com/Lightning-AI/pytorch-lightning/issues/20141 | [
"question",
"logging",
"callback: model checkpoint"
] | manbango | 6 |
python-visualization/folium | data-visualization | 1,436 | Double click zoom (GeoJson) | **Double click** on geometry(GeoJSON) also cause zooming.Can I adjust it?
I have the newest version and new "click_on_zoom" parameter does not change this situation.
| closed | 2021-01-11T02:29:41Z | 2021-01-11T10:12:51Z | https://github.com/python-visualization/folium/issues/1436 | [] | timurkanaz | 5 |
deezer/spleeter | tensorflow | 184 | [Discussion] Fatal Error?! | <!-- Please respect the title [Discussion] tag. -->
`(base) C:\Users\JSHOP-V2\Downloads\Compressed\spleeter>spleeter separate -i sple
eter/tonio.mp3 -p spleeter:5stems -o output
Fatal error in launcher: Unable to create process using '"d:\bld\spleeter_157477
5894867\_h_env\python.exe" "C:\ProgramData\Anaconda3\Scr... | closed | 2019-12-15T17:56:04Z | 2019-12-18T11:26:57Z | https://github.com/deezer/spleeter/issues/184 | [
"question"
] | Caserol23 | 1 |
vitalik/django-ninja | django | 299 | [Question] Display documentation of limited endpoints | Is there any way in which I can display limited endpoints documentations based on a given parameter?
For example, I have two routes, `/order` and `/users`.
The endpoints at the `/order` route should be seen by everyone that has access to the ninja `/docs`.
The endpoints at the `/users` route should be enabled ... | closed | 2021-12-10T17:01:14Z | 2021-12-10T18:47:43Z | https://github.com/vitalik/django-ninja/issues/299 | [] | abxsantos | 2 |
chatanywhere/GPT_API_free | api | 227 | zotero里面GPT用不了 | **Describe the bug 描述bug**
zotero里面GPT用不了,翻译可以用ASKpdf用不了,回答的完全驴头不对马嘴
A clear and concise description of what the bug is.
**To Reproduce 复现方法**
在zotero用GPT询问文献内容
Steps to reproduce the behavior:
1. Go to '...'
2. Click on '....'
3. Scroll down to '....'
4. See error
**Screenshots 截图**
[image](https://gith... | open | 2024-05-03T00:32:29Z | 2024-05-15T01:25:38Z | https://github.com/chatanywhere/GPT_API_free/issues/227 | [] | cy-zhang98 | 2 |
RasaHQ/rasa | nlp | 13,103 | What does RASA mean? | In one of my lectures, the professor showed this RASA framework, when I asked about what the name meant, the Professor said that there is no information about it on the website. I also searched for it but to no avail.
Does anyone know what RASA means or the origin of RASA? | open | 2025-03-02T05:09:43Z | 2025-03-02T05:09:43Z | https://github.com/RasaHQ/rasa/issues/13103 | [] | imbdb | 0 |
google/seq2seq | tensorflow | 183 | Is there a plan to implement the MIXER(1511.06732v7) | and other enhancement at:
1701.06549v2---Learning to Decode for Future Success
1607.07086v3---AN ACTOR-CRITIC ALGORITHM FOR SEQUENCE PREDICTION | open | 2017-04-20T08:56:52Z | 2017-04-20T08:56:52Z | https://github.com/google/seq2seq/issues/183 | [] | SeekPoint | 0 |
koaning/scikit-lego | scikit-learn | 351 | [FEATURE] fetch_creditcard | It turns out that scikit-learn now has an api for [this service](https://www.openml.org/d/1597).
We could use it to implement `fetch_creditcard`. For the documentation it'd be amazing to have an outlier detection example.
@MBrouns any objections? If not I'll go ahead and implement it. | closed | 2020-05-22T20:47:00Z | 2020-07-08T09:28:03Z | https://github.com/koaning/scikit-lego/issues/351 | [
"enhancement"
] | koaning | 2 |
mljar/mljar-supervised | scikit-learn | 183 | Change NN library from Keras+TF to scikit-learn | Right now we use Keras+TF for MLP implementation. Please change to scikit-learn. TF causes many installation problems #167 and it is a large package (>0.5GB).
Please take a look at different MLP performance depending on hyperparameters https://scikit-learn.org/stable/auto_examples/neural_networks/plot_mlp_training_c... | closed | 2020-09-11T11:41:34Z | 2020-10-02T12:50:37Z | https://github.com/mljar/mljar-supervised/issues/183 | [
"enhancement",
"help wanted",
"benchmark"
] | pplonski | 2 |
erdewit/ib_insync | asyncio | 71 | bracketOrder has different transmit values? | Hello, thanks for the great API. I was just discovering bracketOrders and found that my orders are not transmitted. The code explicits transmit=False for the parent and takeprofit part, but a transmit=True for the stopLoss. What would be best to get the entire bracket transmitted? just set them all to transmit=True or ... | closed | 2018-06-14T23:20:36Z | 2021-07-08T14:35:15Z | https://github.com/erdewit/ib_insync/issues/71 | [] | mgobi | 4 |
BoltzmannEntropy/xtts2-ui | streamlit | 6 | Bug/Error: Max retries exceeded with url: /hf-coqui/XTTS-v2/main/model.pth | Initiating app.py after accepting the agreement then hitting this roadblock:
HTTPSConnectionPool(host='coqui.gateway.scarf.sh', port=443): Max retries exceeded with url: /hf-coqui/XTTS-v2/main/model.pth (Caused by NewConnectionError('<urllib3.connection.HTTPSConnection object at 0x00000192A0C3E3E0>: Failed to establ... | closed | 2023-12-16T02:51:01Z | 2024-01-27T08:06:37Z | https://github.com/BoltzmannEntropy/xtts2-ui/issues/6 | [] | lunar-studio | 5 |
microsoft/unilm | nlp | 1,549 | Is Kosmos 2.5 better for image captioning than Kosmos 2? and a Gradio app we need | I see only OCR but I want to be sure
Also can you publish a Gradio app for kosmos 2.5? | closed | 2024-05-15T16:58:54Z | 2024-05-27T14:28:27Z | https://github.com/microsoft/unilm/issues/1549 | [] | FurkanGozukara | 2 |
pytest-dev/pytest-django | pytest | 565 | Create helper fixtures for authenticated states on RequestFactory and client | I think the below are widely enough used on Django projects tests to be part of pytest-django itself.
- [x] Fixture to create a django user (similar to admin_user, but non-admin)
- [x] Create a user_client (similar to admin_user, but non-admin, related #553 #554)
- [x] Create a request factory for unauth users (fo... | open | 2017-12-25T16:58:17Z | 2017-12-26T21:36:33Z | https://github.com/pytest-dev/pytest-django/issues/565 | [] | tony | 0 |
Gozargah/Marzban | api | 766 | پینگ ندادن در برنامه nekoray | توی برنامه nekoray ویندوز کانفیگا پنل مرزبان پینگ نمیدن ولی وصل میشی همه سایتا و اینا بالا میاد , با کانفیگا بقیه پنلا چک کردم این مشکل نبود فقط کانفیگا مرزبان این مورد بود

| closed | 2024-01-27T14:28:34Z | 2024-02-20T10:10:38Z | https://github.com/Gozargah/Marzban/issues/766 | [
"Bug"
] | xmohammad1 | 4 |
plotly/dash-core-components | dash | 353 | Add hostname prop to Location component | Following the definition of hostname for window.location.hostname:
* window.location.hostname returns the domain name of the web host | open | 2018-10-31T10:27:09Z | 2018-10-31T10:27:09Z | https://github.com/plotly/dash-core-components/issues/353 | [] | Akronix | 0 |
piskvorky/gensim | nlp | 3,444 | while trying to download gensim from pip official page i get an error on every machine i test it | I am building a Dockerfile running gensim and when it gets to the point to download gensim from pip i get this error. Is there a way to bypass this? Is it a general issue, or it's just in my machines?
#9 5.973 Collecting gensim
#9 6.019 Downloading gensim-4.3.0.tar.gz (23.3 MB)
#9 11.93 ━━━━━━━━━━━━━━━━━━━━... | closed | 2023-02-18T14:52:55Z | 2023-02-19T12:40:11Z | https://github.com/piskvorky/gensim/issues/3444 | [] | GeorgeApos | 2 |
docarray/docarray | fastapi | 1,272 | Redis Docarray with Sentinel Client | I use the [Redis Operator](https://github.com/spotahome/redis-operator) in Kubernetes.
Sadly I could not figure out how create an DocumenArray via Redis if i just have a connection via a Sentinel.
Normally I create some clients like this:
```
sentinel_pool = Sentinel(
[(cli... | closed | 2023-03-22T13:36:59Z | 2023-03-27T07:05:12Z | https://github.com/docarray/docarray/issues/1272 | [] | Syphixs | 1 |
deepfakes/faceswap | machine-learning | 904 | Could not create cudnn handle: CUDNN_STATUS_INTERNAL_ERROR when Extracting | Error on extrace:
```
2019-10-14 00:35:36.958535: E tensorflow/stream_executor/cuda/cuda_dnn.cc:329] Could not create cudnn handle: CUDNN_STATUS_INTERNAL_ERROR
2019-10-14 00:35:36.964129: E tensorflow/stream_executor/cuda/cuda_dnn.cc:329] Could not create cudnn handle: CUDNN_STATUS_INTERNAL_ERROR
10/14/2019 00:35... | closed | 2019-10-13T13:56:34Z | 2020-02-03T10:26:09Z | https://github.com/deepfakes/faceswap/issues/904 | [] | Futtttz | 1 |
hbldh/bleak | asyncio | 958 | "BleakDBusError[org.bluez.Error.InProgress] Operation already in progress" when stopping scanner | * bleak version: 0.14.3
* Python version: 3.9.2
* Operating System: Raspberry Pi 3B+ (Raspbian Bullseye)
* BlueZ version (`bluetoothctl -v`) in case of Linux: 5.55
### Description
I am trying to send a command and read from a sensor. I used a modified uart_example which works for the Pi 4s but for the Pi 3s, ... | closed | 2022-08-23T23:35:29Z | 2024-07-04T12:27:57Z | https://github.com/hbldh/bleak/issues/958 | [
"Backend: BlueZ"
] | des-gan09 | 5 |
pennersr/django-allauth | django | 3,234 | Wrong version number used in documentation title | Take this link: https://django-allauth.readthedocs.io/en/latest/release-notes.html
The title of the page is "Release Notes - django-allauth 0.43.0 documentation". This is the wrong version number. The latest release is in fact 0.52.0.
The title of the page is found in the `<title>` HTML element, and its visible i... | closed | 2023-01-12T17:39:54Z | 2023-08-10T07:57:44Z | https://github.com/pennersr/django-allauth/issues/3234 | [] | Flimm | 1 |
robinhood/faust | asyncio | 741 | Increase the usage of augmented assignment statements | :eyes: Some source code analysis tools can help to find opportunities for improving software components.
:thought_balloon: I propose to [increase the usage of augmented assignment statements](https://docs.python.org/3/reference/simple_stmts.html#augmented-assignment-statements "Augmented assignment statements") accord... | open | 2021-11-02T09:36:49Z | 2021-11-02T09:36:49Z | https://github.com/robinhood/faust/issues/741 | [] | elfring | 0 |
roboflow/supervision | deep-learning | 1,293 | Help in gathering commonly used supervision functions. | We will be releasing a supervision cheatsheet soon - something of a similar style as https://github.com/a-anjos/python-opencv/blob/master/cv2cheatsheet.pdf
First, we need to gather a list of code snippets in a Colab. We'll then go over it and copy out a subset of the functions into the PDF.
Partial submissions ar... | closed | 2024-06-19T08:02:12Z | 2024-06-26T10:39:04Z | https://github.com/roboflow/supervision/issues/1293 | [
"help wanted"
] | LinasKo | 12 |
e2b-dev/code-interpreter | jupyter | 37 | hi.e2b team. Is it necessary to set E2B_API_KEY? | When try to use this pkg it's always let me set the E2B_API_KEY. i want to run on my local. I want to double confirm is i have to use the E2B cloud server? I don't want to send my code to anywhere.
<img width="698" alt="image" src="https://github.com/user-attachments/assets/56ed8ecb-0457-4b8d-aa63-e9fb8b4570f8">
| closed | 2024-08-26T17:00:13Z | 2024-08-28T03:15:08Z | https://github.com/e2b-dev/code-interpreter/issues/37 | [] | ParseDark | 3 |
mkhorasani/Streamlit-Authenticator | streamlit | 40 | Can I block a new login, when a user is already logged in? | Hello, I have a streamlit webapp that uses streamlit-authenticator and it works just fine, but we have seen some 'collisions' when two users are logged in a the same time (same variable names, different values, erase each other temporary files, and so on). Is there a way to block the new login to be sure that only one ... | closed | 2022-12-09T11:04:24Z | 2024-01-25T20:53:26Z | https://github.com/mkhorasani/Streamlit-Authenticator/issues/40 | [] | alicjagrocholska | 7 |
babysor/MockingBird | deep-learning | 787 | 3q | Arguments:
datasets_root: None
enc_models_dir: encoder\saved_models
syn_models_dir: synthesizer\saved_models
voc_models_dir: vocoder\saved_models
cpu: False
seed: None
no_mp3_support: False
qt.qpa.plugin: Could not find the Qt platform plugin "wi... | open | 2022-11-21T10:48:30Z | 2022-11-21T10:48:30Z | https://github.com/babysor/MockingBird/issues/787 | [] | kokoro2223 | 0 |
ultralytics/yolov5 | machine-learning | 12,713 | Currency denomination using yolov5 classifier | ### Search before asking
- [X] I have searched the YOLOv5 [issues](https://github.com/ultralytics/yolov5/issues) and [discussions](https://github.com/ultralytics/yolov5/discussions) and found no similar questions.
### Question
Do you think yolov5 classifier can be trained for currency note classifying task? What th... | closed | 2024-02-06T20:09:49Z | 2024-03-18T00:21:46Z | https://github.com/ultralytics/yolov5/issues/12713 | [
"question",
"Stale"
] | humairaneha | 2 |
feder-cr/Jobs_Applier_AI_Agent_AIHawk | automation | 1,032 | Using Gemini API key still program uses openai api url to build resume | Config.py
```
LLM_MODEL_TYPE = 'gemini'
LLM_MODEL = 'gemini-pro'
```
Comand: python3 main.py
### Error
```
Unexpected error occurred: Error code: 401 - {'error': {'message': 'Incorrect API key provided: AIzaSyCN***************************TL4k. You can find your API key at https://platform.openai.com/account... | closed | 2025-01-11T05:26:26Z | 2025-01-22T22:44:50Z | https://github.com/feder-cr/Jobs_Applier_AI_Agent_AIHawk/issues/1032 | [] | RizwanSiDdiqu1 | 4 |
nteract/papermill | jupyter | 557 | KQL Magic Usage Error (not getting caught during papermill execution) | I am seeing this error occur with kql magic command (%%kql) which executes the parameterized notebook but does not tell me that there is an error until I open the parameterized notebook. I am able to run the input notebook without seeing the error at all (run cells), only see the error in the output notebook (papermill... | closed | 2020-11-30T22:51:59Z | 2021-03-04T19:41:57Z | https://github.com/nteract/papermill/issues/557 | [] | VasuBhog | 3 |
automagica/automagica | automation | 145 | click crash do | on windows when I use the "click" it crashes the application. after a certain one manages to process the information but does not keep the action in stock | closed | 2020-10-09T07:51:30Z | 2020-10-14T07:21:16Z | https://github.com/automagica/automagica/issues/145 | [] | adriendarki | 1 |
databricks/koalas | pandas | 1,653 | Tutorial notebook isn't loading right now | Says to check for logs, but that window/panel is blank.
Really interested in kicking the tires....
I've tried it twice and gave the first one 30 minutes (because I was in a meeting) and it never got initialized. | closed | 2020-07-15T17:30:01Z | 2020-07-15T17:56:42Z | https://github.com/databricks/koalas/issues/1653 | [] | boatcoder | 2 |
scikit-learn/scikit-learn | data-science | 30,166 | The best model and final model in RANSAC are not same. | ### Describe the bug
The best model and final model in RANSAC are not same. Therefore, the final model inliers may not be same as the best model inliers.
In `_ransac.py`, the following code snippet computes the final model using all inliers so the final model is not same as the best model computed using the sele... | closed | 2024-10-28T05:11:12Z | 2024-11-07T12:51:44Z | https://github.com/scikit-learn/scikit-learn/issues/30166 | [
"Easy",
"Documentation"
] | I3aer | 4 |
tflearn/tflearn | tensorflow | 487 | Is there any complete examples on training using multi-gpus? | I'm a fresher of tflearn. Recently I'm trying to accelerate training using multi-gpus, but haven't found any tutorials/examples on that. | open | 2016-11-29T06:41:56Z | 2017-06-30T11:32:54Z | https://github.com/tflearn/tflearn/issues/487 | [] | bohanzhuang | 1 |
pytest-dev/pytest-xdist | pytest | 976 | Do we have any way to prevent the mutual interference between 2 gw | Hi,
I choose "--dist loadgroup" as my distribution strategy and I set 2 groups by `@pytest.mark.xdist_group("group1")`, and **it do works at the beginning.**
However, I can not control the time consumption of 2 groups, when the cases in gw0 finished(**cases in gw1 is still running**), I found that gw0 will run ca... | open | 2023-11-22T02:52:15Z | 2023-11-22T02:52:15Z | https://github.com/pytest-dev/pytest-xdist/issues/976 | [] | pppppino | 0 |
opengeos/leafmap | streamlit | 620 | Integrate the earthaccess Python package | search, download or stream NASA Earth science data
https://earthaccess.readthedocs.io/en/latest/ | closed | 2023-11-28T19:40:08Z | 2023-12-22T04:06:01Z | https://github.com/opengeos/leafmap/issues/620 | [
"Feature Request"
] | giswqs | 2 |
seleniumbase/SeleniumBase | pytest | 2,859 | how can i move the mouse to specific element using SELENIUMBASE | > from seleniumbase import SB
>
> with SB(uc=True)as sb:
> #url = "https://www.wsj.com/livecoverage/stock-market-today-dow-jones-earnings-05-30-2024?mod=lctimeline_finance_viewall"
> url = "https://www.google.com"
> sb.driver.uc_open_with_reconnect(url, 20)
> text = "expample.online"
> #for ... | closed | 2024-06-18T07:27:14Z | 2024-06-18T15:10:08Z | https://github.com/seleniumbase/SeleniumBase/issues/2859 | [
"duplicate",
"question",
"UC Mode / CDP Mode"
] | pythondeveloperz | 1 |
torchbox/wagtail-grapple | graphql | 123 | Fix "excluding custom field" warning after upgrading to graphene-django 2.8.1+ | See #105
`graphene_django/types.py:110: UserWarning: Excluding the custom field "<field name>" on DjangoObjectType "<class name>" has no effect. Either remove the custom field or remove the field from the "exclude" list.` | closed | 2020-10-05T22:01:06Z | 2020-12-22T17:14:50Z | https://github.com/torchbox/wagtail-grapple/issues/123 | [] | zerolab | 0 |
scikit-learn/scikit-learn | machine-learning | 30,785 | SequentialFeatureSelector fails on text features even though the estimator supports them | ### Describe the bug
When a model can handle the data type (may it be text or NaN), `SequentialFeatureSelector` appears to be performing its own validation ignoring the capability of the model and apparently always insists that everything must be numbers. `cross_val_score` appears to be working so it's `SequentialFeat... | open | 2025-02-08T00:48:33Z | 2025-02-12T07:38:14Z | https://github.com/scikit-learn/scikit-learn/issues/30785 | [
"Bug",
"Needs Info"
] | sktin | 7 |
RomelTorres/alpha_vantage | pandas | 175 | ModuleNotFoundError: No module named 'alphavantageclient' | Hi,
I installed alpha_vantage for anaconda using "conda install -c r r-alphavantageclient". Unfortunately I cannot use it in jupyter.
I am trying to import it as:
**from alphavantageclient.timeseries import TimeSeries**
and I receive the error in the subject .
Could you please support me to find the issue i... | closed | 2020-01-12T00:45:07Z | 2020-01-13T17:15:25Z | https://github.com/RomelTorres/alpha_vantage/issues/175 | [] | QAdri25 | 1 |
plotly/plotly.py | plotly | 4,571 | why isn't fig.update_zaxes implimented | yes. this is a feature request. Why isn't **update_zaxis** implemented? I want to run `fig.update_zaxes(type="log")` but, I can't cause it doesn't exist. why? | closed | 2024-04-14T05:47:58Z | 2024-07-11T23:33:50Z | https://github.com/plotly/plotly.py/issues/4571 | [] | whitequill | 1 |
ARM-DOE/pyart | data-visualization | 881 | About field of“temperature” in attenuation module | It seems like there is a tiny bug in the "pyart.correct.calculate_attenuation" ,which the function "calculate_attenuation_zphi" get field name for "temperature". Hower there is no filed name of "temperature" in the dict DEFAULT_FIELD_NAMES of "default_config.py".
Additionally, i think it would be an usefully work to ... | closed | 2019-11-15T15:37:33Z | 2019-11-16T03:50:41Z | https://github.com/ARM-DOE/pyart/issues/881 | [] | sysumeteo | 2 |
keras-team/keras | python | 20,415 | Error in custom train loop and torch backend with multi-GPU | I'm training a basic CIFAR10 classifier (two Dense layers) using multi-GPU with torch backend (see the code below). The code works fine when the net is written in torch. When written in Keras it returns the following error in line 95:
RuntimeError: Exception encountered when calling Dense.call().
Expected all ten... | closed | 2024-10-26T02:14:27Z | 2024-12-19T02:06:15Z | https://github.com/keras-team/keras/issues/20415 | [
"stat:awaiting response from contributor",
"stale",
"type:Bug"
] | caiuspetronius | 4 |
junyanz/pytorch-CycleGAN-and-pix2pix | computer-vision | 893 | Maybe it is possible to eval network with BN layers when batchsize>1 | For net with IN layers, it should be fine when batchsize is larger than 1 when testing.
For net with BN layers, can this also be possible if replacing the BN with IN layers by assigning weights from corresponding BN layers to those IN layers ? Or just 'Adding a net option' to BN layer, making it perfoms instance no... | closed | 2020-01-05T06:33:28Z | 2020-01-27T18:37:10Z | https://github.com/junyanz/pytorch-CycleGAN-and-pix2pix/issues/893 | [] | Naruto-Sasuke | 7 |
pallets-eco/flask-sqlalchemy | flask | 1,092 | don't enable recording queries automatically in debug or testing mode | Most projects using debug mode or running tests are not using `get_recorded_queries` (previously `get_debug_queries`). It's only useful to enable this and take the performance hit if you're actually using Flask-DebugToolbar or otherwise looking at the info. Default `SQLALCHEMY_RECORD_QUERIES` to `False`, and require ma... | closed | 2022-09-18T18:37:37Z | 2022-10-03T00:21:41Z | https://github.com/pallets-eco/flask-sqlalchemy/issues/1092 | [] | davidism | 0 |
ultrafunkamsterdam/undetected-chromedriver | automation | 1,149 | It did not work in headless mode | Here is my code
```
from selenium.webdriver.support import expected_conditions as EC
from selenium.webdriver.common.by import By
from selenium import webdriver
import undetected_chromedriver as uc
from fake_useragent import UserAgent
class Demo:
def set_chrome_option(self):
chrome_options = uc.... | open | 2023-03-22T15:56:35Z | 2023-04-15T21:42:15Z | https://github.com/ultrafunkamsterdam/undetected-chromedriver/issues/1149 | [] | freemind002 | 4 |
huggingface/datasets | numpy | 6,599 | Easy way to segment into 30s snippets given an m4a file and a vtt file | ### Feature request
Uploading datasets is straightforward thanks to the ability to push Audio to hub. However, it would be nice if the data (text and audio) could be segmented when being pushed (if not possible already).
### Motivation
It's easy to create a vtt file from an audio file. If there could be auto-segment... | closed | 2024-01-17T17:51:40Z | 2024-01-23T10:42:17Z | https://github.com/huggingface/datasets/issues/6599 | [
"enhancement"
] | RonanKMcGovern | 2 |
absent1706/sqlalchemy-mixins | sqlalchemy | 93 | Adapt to sqlalchemy 2.0? | As title | closed | 2023-02-02T08:27:22Z | 2023-04-14T12:53:54Z | https://github.com/absent1706/sqlalchemy-mixins/issues/93 | [] | rehth | 4 |
ScrapeGraphAI/Scrapegraph-ai | machine-learning | 627 | v1.17.0b5: No module named 'PIL' | **Describe the bug**
When using 1.17 beta 5 there is an import error from screenshot scraping.
`ModuleNotFoundError: No module named 'PIL'`
**To Reproduce**
```bash
python3.11 -m venv venv
source venv/bin/activate
pip install scrapegraphai==1.17.0b5
python3 smart_scraper_openai.py # Any example actually
``... | closed | 2024-09-03T11:28:15Z | 2024-09-19T08:14:51Z | https://github.com/ScrapeGraphAI/Scrapegraph-ai/issues/627 | [
"bug",
"released on @dev",
"released on @stable"
] | LorenzoPaleari | 5 |
ultralytics/yolov5 | pytorch | 12,506 | Make number of channels in convolution configurable | ### Search before asking
- [X] I have searched the YOLOv5 [issues](https://github.com/ultralytics/yolov5/issues) and found no similar feature requests.
### Description
It would be great if the number of layer per convolution could be configurable. At the moment, it is hard-coded to 8.
Some ASICs might have a numb... | closed | 2023-12-14T13:33:36Z | 2024-01-14T01:14:42Z | https://github.com/ultralytics/yolov5/issues/12506 | [
"enhancement",
"Stale"
] | Corallo | 2 |
pytest-dev/pytest-django | pytest | 1,023 | --liveserver-verbose parameter could be useful | In my development this is a recurring pattern: I run Selenium tests just to get a simple "500 Internal server error" page and no output from the standard live_server fixture. This is fine, because this is exactly what Django does officially and what people coming from Django testing framework to pytest-django should ex... | open | 2022-08-29T08:02:15Z | 2023-06-30T19:58:31Z | https://github.com/pytest-dev/pytest-django/issues/1023 | [] | mpasternak | 2 |
dask/dask | pandas | 11,068 | Unable to get series when previously filtered with datetime slice | <!-- 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-04-25T10:05:05Z | 2024-04-25T17:49:26Z | https://github.com/dask/dask/issues/11068 | [
"needs triage"
] | m-rossi | 3 |
manrajgrover/halo | jupyter | 80 | Enable CI testing on various python versions | <!-- Please use the appropriate issue title format:
BUG REPORT
Bug: {Short description of bug}
SUGGESTION
Suggestion: {Short description of suggestion}
OTHER
{Question|Discussion|Whatever}: {Short description} -->
## Description
<!-- Describe the bug or suggestion in detail -->
... | closed | 2018-09-14T16:29:01Z | 2018-09-21T10:47:24Z | https://github.com/manrajgrover/halo/issues/80 | [
"enhancement",
"ci"
] | manrajgrover | 0 |
collerek/ormar | pydantic | 319 | Add 'force_insert' flag to .save_related() method | **Is your feature request related to a problem? Please describe.**
When using the .save_related() method with kwargs 'follow=true' and 'save_all=true' to insert nested objects with parts split across multiple tables, Ormar will either insert the object with a new primary key if none was provided (by either autoincreme... | open | 2021-08-23T11:33:25Z | 2021-08-23T15:10:51Z | https://github.com/collerek/ormar/issues/319 | [
"enhancement"
] | franzwollang | 0 |
dsdanielpark/Bard-API | api | 275 | Google renames its chatbot Bard to Gemini | Recently, it came to my notice that Google has rebranded Bard as Gemini. Will it affect your unofficial API? | closed | 2024-02-08T15:25:26Z | 2024-03-05T08:24:38Z | https://github.com/dsdanielpark/Bard-API/issues/275 | [] | aniruddhkrish | 41 |
thunlp/OpenPrompt | nlp | 66 | What is the use of tokenizer in Template? | It seems like the tokenizer object isn't used in Template class | closed | 2021-12-03T05:22:29Z | 2021-12-03T10:28:16Z | https://github.com/thunlp/OpenPrompt/issues/66 | [] | PromptExpert | 1 |
ultralytics/yolov5 | machine-learning | 12,933 | The prediction of Yolov5 | ### Search before asking
- [X] I have searched the YOLOv5 [issues](https://github.com/ultralytics/yolov5/issues) and [discussions](https://github.com/ultralytics/yolov5/discussions) and found no similar questions.
### Question
Hello! I would like to ask a few questions:
1. During the training process of yolov5, th... | closed | 2024-04-17T08:47:37Z | 2024-10-20T19:44:09Z | https://github.com/ultralytics/yolov5/issues/12933 | [
"question",
"Stale"
] | cssDath | 3 |
marimo-team/marimo | data-science | 3,890 | marimo.ui.altair_chart wrongly depicting string binary labels | ### Describe the bug
I have an altair bar chart, where the x-labels are strings of binary numbers, e.g. "000", "001", "010", etc. When I just display the altair chart, these strings are properly shown as labels. But, when I wrap the altair chart into the `marimo.ui.altair_chart` command, leading zeros are removed.
F... | closed | 2025-02-24T08:53:21Z | 2025-03-05T08:19:42Z | https://github.com/marimo-team/marimo/issues/3890 | [
"bug"
] | michaelsch71 | 9 |
HumanSignal/labelImg | deep-learning | 327 | Installing the program using setup.py does not work | I am using a prebuild binary of labelImg which works fine via python3. Previously I used it in windows and it was useful that the program was installed.
So, I was wondering if it is possible to install it in Ubuntu also. I know I can use the PyPI way of installing it. I tried installing it using setup.py:
`sudo pyth... | closed | 2018-07-11T10:46:18Z | 2018-07-12T10:39:14Z | https://github.com/HumanSignal/labelImg/issues/327 | [] | eypros | 2 |
mitmproxy/pdoc | api | 685 | A way to NOT inherit documentation for a specific class | First off, sorry, it's not a bug, rather a question
#### Problem Description
I'm generating documentation for classes based on Pydantic models, like:
```python
class MyClass(pydantic.BaseModel):
"""Cool class"""
file_id: int
"""Some cool prop"""
```
When I generate documentation for this I also see t... | closed | 2024-04-25T07:34:46Z | 2024-10-08T20:57:28Z | https://github.com/mitmproxy/pdoc/issues/685 | [
"bug"
] | stevenliebregt | 6 |
apache/airflow | automation | 48,050 | Add connection button taking some time to get enabled | ### Apache Airflow version
3.0.0
### If "Other Airflow 2 version" selected, which one?
_No response_
### What happened?
Add connection button taking some time to get enabled
<img width="548" alt="Image" src="https://github.com/user-attachments/assets/98aa261d-2aa5-4665-b32b-58d23fb0fc86" />
### What you think sh... | open | 2025-03-21T11:01:30Z | 2025-03-21T22:26:08Z | https://github.com/apache/airflow/issues/48050 | [
"kind:bug",
"priority:low",
"area:core",
"area:UI",
"affected_version:3.0.0beta"
] | vatsrahul1001 | 4 |
flairNLP/flair | pytorch | 3,264 | [Bug]: AttributeError: 'SequenceTagger' object has no attribute 'tag_dictionary' | ### Describe the bug
when I import sequencetagger model and try to access the tag dictionary I get the following error
AttributeError: 'SequenceTagger' object has no attribute 'tag_dictionary'
### To Reproduce
```python
from flair.models import SequenceTagger
config.tag_size = len(self.pos_tagger.tag_dictionary)... | closed | 2023-06-13T10:29:44Z | 2025-03-11T05:16:30Z | https://github.com/flairNLP/flair/issues/3264 | [
"bug",
"Awaiting Response"
] | nouranali | 2 |
allenai/allennlp | data-science | 4,915 | Timeline for 2.0? | Hi all,
I've noticed that there are mentions of a 2.0 release---while I understand that it's probably hard to estimate a particular release date, do you think it'll be on the order of days? weeks? months? Would be nice to have some information to better plan some new projects I'm currently starting now.
Thanks! | closed | 2021-01-15T20:51:33Z | 2021-01-15T21:00:28Z | https://github.com/allenai/allennlp/issues/4915 | [
"question"
] | nelson-liu | 3 |
graphdeco-inria/gaussian-splatting | computer-vision | 619 | X11: The DISPLAY environment variable is missing, when using SIBR_viewers | [SIBR] -- INFOS --: Initialization of GLFW
[SIBR] ## ERROR ##: FILE /data1/hn/gaussian/gaussian-splatting/SIBR_viewers/src/core/graphics/Window.cpp
LINE 30, FUNC glfwErrorCallback
X11: The DISPLAY environment variable is missing
terminate called after throwing... | open | 2024-01-17T12:17:57Z | 2025-03-05T07:28:58Z | https://github.com/graphdeco-inria/gaussian-splatting/issues/619 | [] | nnanhuang | 4 |
litestar-org/litestar | api | 3,667 | Bug: Generic Controller OpenAPI broken (models not generated) | ### Description
I´ve been trying to do a generic controller, something like DRF generic Views. The controller works but in the OpenAPI docs the models of the controller don't generate.
### URL to code causing the issue
_No response_
### MCVE
```python
from __future__ import annotations
from typing ... | closed | 2024-08-14T15:03:06Z | 2025-03-20T15:54:52Z | https://github.com/litestar-org/litestar/issues/3667 | [
"Bug :bug:"
] | nchaikh | 1 |
aleju/imgaug | machine-learning | 822 | Add distortion/fisheye effect | Hi,
is it possible to add something like distortion to the image? | open | 2022-07-11T22:12:40Z | 2022-07-11T22:12:40Z | https://github.com/aleju/imgaug/issues/822 | [] | BS-98 | 0 |
plotly/dash | data-science | 2,580 | [BUG] Dash 2.11 triggers build recommended for @plotly/dash-jupyterlab | Greetings,
After upgrading to Dash v2.11, I see a build recommended pop-up window for @plotly/dash-jupyterlab.

`jupyter-labextension list` shows
````
Other labextensions (built into JupyterLab)
ap... | closed | 2023-06-28T19:21:15Z | 2024-07-25T13:25:10Z | https://github.com/plotly/dash/issues/2580 | [] | melanopsis | 4 |
iperov/DeepFaceLab | deep-learning | 5,670 | The loss doesn't decreases | Hello, I am testing with default data_src and dst.
When the model is trained, the phenomenon shown in the picture below appears. how can i solve it?
In the first time, the loss decrease. However after some time, the loss is over 10.
 doesn't work with driver.quit() but does with .close() | Hey,
This is really weird issue that I have found. I am using user-data-dir to create a profile with already logged in google account,, because i want to use it later.
When i create that profile with user-data-dir Chromeoption, I use automation to log-in to google account. After that i want to save it.
When I ... | open | 2022-08-23T22:53:50Z | 2022-09-23T02:25:00Z | https://github.com/ultrafunkamsterdam/undetected-chromedriver/issues/793 | [] | TheRealSeber | 1 |
plotly/dash | dash | 2,222 | [BUG] loading_state property not available for dcc.Store | **Describe your context**
Please provide us your environment, so we can easily reproduce the issue.
```
dash 2.6.1
dash-core-components 2.0.0
dash-html-components 2.0.0
dash-table 5.0.0
```
**Describe the bug**
The `loading_state` property is not available on object [`dcc.Store`](... | closed | 2022-09-08T13:41:48Z | 2024-07-24T15:14:14Z | https://github.com/plotly/dash/issues/2222 | [] | tlp19 | 1 |
Textualize/rich | python | 3,634 | [BUG] CONTRIBUTE.md references deprecated 'poetry shell' | - [x] I've checked [docs](https://rich.readthedocs.io/en/latest/introduction.html) and [closed issues](https://github.com/Textualize/rich/issues?q=is%3Aissue+is%3Aclosed) for possible solutions.
- [x] I can't find my issue in the [FAQ](https://github.com/Textualize/rich/blob/master/FAQ.md).
**Describe the bug**
Since... | open | 2025-02-16T21:04:51Z | 2025-02-16T21:05:08Z | https://github.com/Textualize/rich/issues/3634 | [
"Needs triage"
] | dominikgehl | 1 |
strawberry-graphql/strawberry | django | 3,254 | Python code generation from schema has invalid forward type references | <!-- Provide a general summary of the bug in the title above. -->
<!--- This template is entirely optional and can be removed, but is here to help both you and us. -->
<!--- Anything on lines wrapped in comments like these will not show up in the final text. -->
## Describe the Bug
The code generator doesn't ... | open | 2023-11-24T21:19:15Z | 2025-03-20T15:56:29Z | https://github.com/strawberry-graphql/strawberry/issues/3254 | [
"bug"
] | jannikw | 1 |
plotly/jupyter-dash | dash | 64 | Switching kernel breaks the extensions | The jupyterlab extension is registering the comm target at notebook creation time (see https://github.com/plotly/jupyter-dash/blob/351cb7c24409b2312a474568b70005ce66eb31be/extensions/jupyterlab/src/index.ts#L78). This means that changing the kernel will not work. In practice all calls to `JupyterDash.infer_jupyter_prox... | open | 2021-07-29T12:01:19Z | 2021-07-29T12:01:19Z | https://github.com/plotly/jupyter-dash/issues/64 | [] | dpinte | 0 |
nltk/nltk | nlp | 3,169 | AttributeError: module 'numpy' has no attribute 'int'. | Hello,
Python version: 3.8.8
NumPy version: 1.24.3
NLTK version: 3.8.1
I have update the numpy and nltk but can't fix gthe below issue:
AttributeError Traceback (most recent call last)
<ipython-input-2-1d2184025e54> in <module>
----> 1 import nltk
~/opt/anaconda3/lib/python3.8/... | closed | 2023-06-22T10:39:02Z | 2023-06-22T10:39:37Z | https://github.com/nltk/nltk/issues/3169 | [] | Anandrajgit | 0 |
erdewit/ib_insync | asyncio | 370 | Disconnect not called anymore in Python 3.8 upon task cancellation | Starting with Python 3.8, asyncio.CancelledError has been promoted from being a regular Exception to becoming a "special" BaseException.
This key change allows for simpler and more robust interruption of asynchronous tasks, by separating them from "regular" exceptions that are often catched by end users through try.... | closed | 2021-05-14T21:27:34Z | 2021-09-08T15:20:20Z | https://github.com/erdewit/ib_insync/issues/370 | [] | rgeronimi | 3 |
roboflow/supervision | computer-vision | 1,582 | Allow ByteTrack to track detections without IDs | # Allow ByteTrack to track detections without IDs
> [!TIP]
> [Hacktoberfest](https://hacktoberfest.com/) is calling! Whether it's your first PR or your 50th, you’re helping shape the future of open source. Help us build the most reliable and user-friendly computer vision library out there! 🌱
For a long time, al... | closed | 2024-10-09T11:47:05Z | 2024-11-04T11:22:49Z | https://github.com/roboflow/supervision/issues/1582 | [
"enhancement",
"help wanted",
"hacktoberfest"
] | LinasKo | 15 |
taverntesting/tavern | pytest | 37 | Use something quicker for test schema validation | pykwalify is still used in one of the built in 'extension' functions so we can't completely remove it, but it would be nice to use something other for validating test input, mainly just because it's the slowest part of the whole tool right now. Validating ~2600 lines of tests in one of our project takes about 5 seconds... | closed | 2018-02-26T14:44:34Z | 2018-07-30T11:09:43Z | https://github.com/taverntesting/tavern/issues/37 | [
"Type: Enhancement",
"Priority: Low"
] | michaelboulton | 3 |
donnemartin/system-design-primer | python | 127 | Vietnamese Translation | Hi, I created this issue to start working on Vietnamese translation.
---
Maintainer(s): @tranlyvu @duynguyenhoang
Please check out the [Translations Contributing Guidelines](https://github.com/donnemartin/system-design-primer/blob/master/CONTRIBUTING.md#translations).
Original translations thread: #28
In... | open | 2018-01-20T06:13:44Z | 2024-11-05T05:03:56Z | https://github.com/donnemartin/system-design-primer/issues/127 | [
"help wanted",
"translation"
] | tranlv | 27 |
ydataai/ydata-profiling | jupyter | 983 | ProfileReport.to_json() returns invalid JSON | ### Current Behaviour
Python has the known issue that its standard json implementation [produces invalid JSON](https://bugs.python.org/issue40633): NaN and Infinity values are not supported by the json specification, but Python serializes those values anyway.
Because of that, when using `ProfileReport.to_json()`, t... | open | 2022-05-17T09:40:26Z | 2023-01-27T19:44:13Z | https://github.com/ydataai/ydata-profiling/issues/983 | [
"bug 🐛",
"help wanted 🙋",
"spark :zap:"
] | LukasBoersma | 3 |
alpacahq/alpaca-trade-api-python | rest-api | 129 | insufficient qty available for order | is there a way of checking the availability of stock so that I don't get
`alpaca_trade_api.rest.APIError: insufficient qty available for order (requested: X, available: Y)`
what do I need to do to get **Y** instead?
In other words, how do I get how many available stocks there are for a specific stock? | closed | 2019-12-19T16:05:58Z | 2023-12-06T18:27:45Z | https://github.com/alpacahq/alpaca-trade-api-python/issues/129 | [] | AxelGard | 5 |
keras-team/autokeras | tensorflow | 1,397 | SupervisedTimeseriesDataPipeline.predict method returns zero results | The following code:
```python
from autokeras import TimeseriesForecaster
import pandas as pd
from sklearn.model_selection import train_test_split
df = pd.DataFrame({
"feature1": range(10, 110),
"feature2": range(20, 120),
"label": range(30, 130),
})
df_X = df.drop("label", axis=1)
df_y = df[... | closed | 2020-10-22T22:56:28Z | 2020-12-31T19:26:47Z | https://github.com/keras-team/autokeras/issues/1397 | [
"wontfix"
] | mklosi | 3 |
SciTools/cartopy | matplotlib | 1,973 | Firth of Clyde mapping--might be Natural Earth | ### Description
I am trying to plot data from the Firth of Clyde and observe two things:
1) Some small Islands are missing --the largest one being Greater Cumbrae
2) The resolution of the coastline seems to be circa 1 km (0.01 degree) even when using the 10m dataset.
This *may* be a Natural Earth problem so I ha... | closed | 2021-12-17T16:43:15Z | 2021-12-17T18:17:23Z | https://github.com/SciTools/cartopy/issues/1973 | [] | SimonTett | 1 |
pytorch/vision | machine-learning | 8,188 | pil_to_tensor() doesn't work for PIL Image with I;16 mode | ### 🐛 Describe the bug
The `pil_to_tensor()` function doesn't work when converting a PIL image with `I;16` mode. Here's an example:
```python
import torchvision
import torch
x = torch.randint(100, (512, 512), dtype=torch.int16)
x_pil = torchvision.transforms.functional.to_pil_image(x)
print("PIL Image mod... | open | 2023-12-23T18:14:04Z | 2024-03-13T13:01:12Z | https://github.com/pytorch/vision/issues/8188 | [
"bug"
] | DavidFM43 | 1 |
huggingface/datasets | deep-learning | 6,721 | Hi,do you know how to load the dataset from local file now? | Hi, if I want to load the dataset from local file, then how to specify the configuration name?
_Originally posted by @WHU-gentle in https://github.com/huggingface/datasets/issues/2976#issuecomment-1333455222_
| open | 2024-03-07T13:58:40Z | 2024-03-31T08:09:25Z | https://github.com/huggingface/datasets/issues/6721 | [] | Gera001 | 3 |
coqui-ai/TTS | pytorch | 2,953 | [Feature request] AND | AMD gpu support would be appreciated. | closed | 2023-09-16T01:45:11Z | 2023-09-25T09:01:28Z | https://github.com/coqui-ai/TTS/issues/2953 | [
"feature request"
] | Zacharybinx34 | 3 |
ray-project/ray | python | 51,634 | [core/scheduler] Split giant ray core C++ target into small ones | Subissue of #50586 . | open | 2025-03-24T06:35:47Z | 2025-03-24T06:37:37Z | https://github.com/ray-project/ray/issues/51634 | [
"enhancement",
"core"
] | Ziy1-Tan | 1 |
microsoft/MMdnn | tensorflow | 344 | Module 'keras.applications.mobilenet' has no attribute 'relu6' | Platform (like ubuntu 16.04/win10): win10
Python version: 3.6.6
Source framework with version (like Tensorflow 1.4.1 with GPU): Keras 2.2.2, Tensorflow 1.9.0 with GPU
Destination framework with version (like CNTK 2.3 with GPU): PyTorch 0.4.1 with GPU
Pre-trained model path (webpath or webdisk path): ht... | closed | 2018-08-04T16:30:27Z | 2018-10-09T07:34:44Z | https://github.com/microsoft/MMdnn/issues/344 | [] | michhar | 2 |
LAION-AI/Open-Assistant | machine-learning | 3,185 | Proposal of improvements both in the guidelines of the dataset collection and in the tasks for dataset collection | I have been contributing to the dataset for some time now and I have noticed a few things that lead to the following problems:
- A model that hallucinates too much when changing topics or providing prompts that are random
- Good messages being low quality or downvoted due to misunderstandings among the people that ... | closed | 2023-05-17T15:16:10Z | 2023-06-09T12:02:27Z | https://github.com/LAION-AI/Open-Assistant/issues/3185 | [
"documentation"
] | gabrielmfern | 11 |
piskvorky/gensim | machine-learning | 2,811 | Investigate Py2.7 support | [This PR](https://github.com/RaRe-Technologies/gensim/pull/2630) silently removed Py2.7 support as a side-effect. There is no mention of it in the PR description, commit messages or discussion with the reviewers.
I'm the one who made the change, but it was several months ago, and I myself don't remember what the ori... | closed | 2020-04-27T08:15:39Z | 2020-05-01T02:29:26Z | https://github.com/piskvorky/gensim/issues/2811 | [
"impact HIGH"
] | mpenkov | 2 |
django-import-export/django-import-export | django | 1,872 | Export contains "None" instead of "" | **Describe the bug**
The default Field using the default Widget exports `"None"` instead of `""`
https://django-import-export.readthedocs.io/en/4.0.8/api_widgets.html#import_export.widgets.Widget
**To Reproduce**
This test fails:
```diff
diff --git a/tests/core/tests/test_fields.py b/tests/core/tests/test... | closed | 2024-06-17T10:19:04Z | 2024-06-18T16:55:49Z | https://github.com/django-import-export/django-import-export/issues/1872 | [
"bug"
] | CharString | 1 |
huggingface/datasets | deep-learning | 7,217 | ds.map(f, num_proc=10) is slower than df.apply | ### Describe the bug
pandas columns: song_id, song_name
ds = Dataset.from_pandas(df)
def has_cover(song_name):
if song_name is None or pd.isna(song_name):
return False
return 'cover' in song_name.lower()
df['has_cover'] = df.song_name.progress_apply(has_cover)
ds = ds.map(lambda x: {'has_cov... | open | 2024-10-11T11:04:05Z | 2025-02-28T21:21:01Z | https://github.com/huggingface/datasets/issues/7217 | [] | lanlanlanlanlanlan365 | 3 |
nltk/nltk | nlp | 2,614 | Raising a non implemented error | Hello,
I was implementing some code for text analysis. Created the following class (everything is well defined):
```
class NGramTagChunker(ChunkParserI):
def __init__(self,train_sentences,tagger_classes=[UnigramTagger,BigramTagger]):
train_sent_tags=conll_tag_chunks(train_sentences)
self.chunk_tagge... | closed | 2020-10-17T11:45:10Z | 2021-07-30T08:12:04Z | https://github.com/nltk/nltk/issues/2614 | [
"invalid"
] | anasselhoud | 1 |
comfyanonymous/ComfyUI | pytorch | 7,262 | auto install dependencies causing problem | every time i start comfyui, it will auto install huggingface_hub==0.21.0, but i need huggingface_hub==0.29.3. which file manage this auto install? how can i stop this? | closed | 2025-03-16T00:17:55Z | 2025-03-21T10:01:49Z | https://github.com/comfyanonymous/ComfyUI/issues/7262 | [] | hjcxlp | 10 |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.