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 |
|---|---|---|---|---|---|---|---|---|---|---|---|
ydataai/ydata-profiling | jupyter | 741 | pandas profilling too dlow: make multi processing | Have a stable of 10000 rows, 4000 columns,
panda profile is too slow...
Can you make it in multi-processing ?
(ie column stats can be done in multi-processing easily).
thanks | closed | 2021-03-30T06:11:08Z | 2021-09-27T22:45:44Z | https://github.com/ydataai/ydata-profiling/issues/741 | [
"performance 🚀"
] | arita37 | 1 |
CorentinJ/Real-Time-Voice-Cloning | tensorflow | 695 | No module named pathlib | > matteo@MBP-di-matteo Real-Time-Voice-Cloning-master % python demo_cli.py
> Traceback (most recent call last):
> File "demo_cli.py", line 2, in <module>
> from utils.argutils import print_args
> File "/Users/matteo/Real-Time-Voice-Cloning-master/utils/argutils.py", line 22
> def print_args(args: argpa... | closed | 2021-03-07T10:40:27Z | 2021-03-08T21:24:20Z | https://github.com/CorentinJ/Real-Time-Voice-Cloning/issues/695 | [] | matteopuppis | 3 |
axnsan12/drf-yasg | django | 129 | Is it possible to set example value for fields | Hello,
I am looking to set *example* attribute of model property but cannot find example in documentation or source code.
Basically, I would like swagger.yaml to create attribute [here](https://github.com/axnsan12/drf-yasg/blob/aca0c4713e0163fb0deea8ea397368084a7c83e5/tests/reference.yaml#L1485-L1489), like this... | closed | 2018-05-21T20:21:19Z | 2024-06-20T00:35:36Z | https://github.com/axnsan12/drf-yasg/issues/129 | [] | bmihelac | 11 |
huggingface/transformers | deep-learning | 36,145 | Problems with Training ModernBERT | ### System Info
- `transformers` version: 4.48.3
- Platform: Linux-6.8.0-52-generic-x86_64-with-glibc2.35
- Python version: 3.12.9
- Huggingface_hub version: 0.28.1
- Safetensors version: 0.5.2
- Accelerate version: 1.3.0
- Accelerate config: not found
- PyTorch version (GPU?): 2.6.0+cu126 (True)
- Tensorflow version... | closed | 2025-02-12T04:04:50Z | 2025-02-14T04:21:22Z | https://github.com/huggingface/transformers/issues/36145 | [
"bug"
] | hyunjongkimmath | 4 |
psf/black | python | 4,507 | Re-condensation / Simplification Of Code After Line Length Reduction | Generally i've come to really love the black formatter, so first off thanks for that!
There is really only one thing I dont like about it which is that if the length of a line is reduced such that it could be put simply on one line, the nested format remains and leaves sometimes goofy looking artifacts.
I believe... | closed | 2024-11-08T03:06:46Z | 2024-11-12T04:38:37Z | https://github.com/psf/black/issues/4507 | [
"T: style"
] | SoundsSerious | 8 |
keras-team/autokeras | tensorflow | 1,209 | Set minimum epochs before early stopping | ### Feature Description
The ability to run a minimum amount of epochs before early stopping is activated. For example. Min_epochs=100, the model will run a minimum of 100 epochs before early stopping will be able to stop the model training.
### Code Example
<!---
Please provide a code example for using that feature... | closed | 2020-06-25T14:17:53Z | 2020-12-10T06:23:15Z | https://github.com/keras-team/autokeras/issues/1209 | [
"feature request",
"wontfix"
] | sword134 | 3 |
ansible/ansible | python | 84,381 | exctract list of ips from inventory without providing vault password | ### Summary
I want to extract the list of ips from ansible inventory,
I can do that as follows:
```
ansible-inventory --list --ask-vault-pass | jq -r '._meta.hostvars[].ansible_host'
```
but this requires giving vault pass which theoretically is not required.
please provide a way to extract ip list from in... | open | 2024-11-24T04:48:24Z | 2024-12-09T15:48:18Z | https://github.com/ansible/ansible/issues/84381 | [
"feature"
] | zxsimba | 5 |
Miserlou/Zappa | flask | 1,735 | "package" create zip with files modified date set to Jan 1, 1980 (this prevents django collectstatic from working properly) | ## Context
Running `zappa package <stage> --output package.zip` will create a package.zip, however all of the files in the package have a modified date of January 1, 1980. This breaks django's collectstatic, which seems to depend on the modified date of the file changing.
## Expected Behavior
modified dates i... | open | 2018-12-21T15:53:46Z | 2018-12-21T16:14:56Z | https://github.com/Miserlou/Zappa/issues/1735 | [] | kylegibson | 1 |
ScottfreeLLC/AlphaPy | scikit-learn | 38 | Error in importing BalanceCascade from imblearn.ensemble | **Describe the bug**
ImportError: cannot import name 'BalanceCascade' from 'imblearn.ensemble' (/opt/conda/lib/python3.7/site-packages/imblearn/ensemble/__init__.py)
**To Reproduce**
Steps to reproduce the behavior:
1. Following instructions from here: https://alphapy.readthedocs.io/en/latest/tutorials/kaggle.htm... | closed | 2020-07-06T08:47:21Z | 2020-08-25T23:48:49Z | https://github.com/ScottfreeLLC/AlphaPy/issues/38 | [
"bug"
] | toko-stephen-leo | 4 |
indico/indico | flask | 6,538 | Fix faulty checking for empty string and extend to more formats | **Describe the bug**
The `check-format-strings` function should warn us when we remove `{}` from a translation string. Currently with empty braces this is not the case (see below). We also want to extend the feature so that we support `%(...)` notation.
**To Reproduce**
Steps to reproduce the behavior:
1. Go to a... | closed | 2024-09-13T14:37:18Z | 2024-09-18T09:07:04Z | https://github.com/indico/indico/issues/6538 | [
"bug"
] | AjobK | 7 |
jmcnamara/XlsxWriter | pandas | 653 | XlsxWriter Roadmap | I write and maintain 4 libraries for writing Xlsx files in 4 different programming languages with more or less the same APIs:
* [Excel::Writer::XLSX][1] in Perl,
* [XlsxWriter][2] in Python,
* [Libxlsxwriter][3] in C and
* [rust_xlsxwriter][4] in Rust.
See also Note 1.
New features get added to the Perl v... | open | 2019-08-31T17:13:10Z | 2024-11-19T11:15:01Z | https://github.com/jmcnamara/XlsxWriter/issues/653 | [] | jmcnamara | 21 |
nschloe/tikzplotlib | matplotlib | 452 | Figure alignment in subfloats | Hi,
what is your workflow when generating plots to be used as subfloats?
(I'm not happy with groupplots because of the lack of configurability, the visual appeal and it being complicated to add/change subcaptions of the plots)
I've tried it with the code below. But i have several size issues. Is it possible so ... | open | 2020-12-04T22:52:00Z | 2020-12-04T22:52:00Z | https://github.com/nschloe/tikzplotlib/issues/452 | [] | youcann | 0 |
desec-io/desec-stack | rest-api | 655 | GUI: Domains not selectable using Firefox | From a user's report:
> One note, using firefox on OSX ( ffv 109.0 (64-bit) ) I was unable to select a domain to edit,
>
> I tested with chrome and safari and was able to select a domain to edit. | closed | 2023-01-26T12:53:01Z | 2024-10-07T16:59:39Z | https://github.com/desec-io/desec-stack/issues/655 | [
"bug",
"gui"
] | peterthomassen | 0 |
vitalik/django-ninja | pydantic | 828 | [BUG] ForeignKey field in modelSchema do not use the related alias_generator | **Describe the bug**
When using an alias_generator in the config of a `modelSchema` the id's returned for ForeignKey Fields do not use that generator
**Versions (please complete the following information):**
- Python version: [ 3.11.4]
- Django version: [4.1.5]
- Django-Ninja version: [0.20.0]
- Pydantic ve... | open | 2023-08-18T09:27:14Z | 2024-03-21T19:29:39Z | https://github.com/vitalik/django-ninja/issues/828 | [] | stvdrsch | 3 |
roboflow/supervision | deep-learning | 1,411 | Increasing Video FPS running on CPU Using Threading | ### Search before asking
- [X] I have searched the Supervision [issues](https://github.com/roboflow/supervision/issues) and found no similar feature requests.
### Description
I want to increase FPS of a video running on my CPU system. I tested with few annotated and object tracking videos. When I am running the fra... | open | 2024-07-27T21:45:43Z | 2024-10-19T01:27:38Z | https://github.com/roboflow/supervision/issues/1411 | [
"enhancement"
] | dsaha21 | 13 |
zappa/Zappa | django | 616 | [Migrated] KeyError: 'events' on running cli command `zappa unschedule STAGE` | Originally from: https://github.com/Miserlou/Zappa/issues/1577 by [monkut](https://github.com/monkut)
<!--- Provide a general summary of the issue in the Title above -->
## Context
In an attempt to reset scheduled events via zappa cli:
```
zappa unschedule prod
```
Seems that on unschedule 'events' key is expe... | closed | 2021-02-20T12:26:41Z | 2022-07-16T06:52:03Z | https://github.com/zappa/Zappa/issues/616 | [] | jneves | 1 |
hyperspy/hyperspy | data-visualization | 2,774 | BLO output writer not working for lazy signals | It seems that the BLO writer does not work for lazy signals. The error seems to be in the line containing `tofile`. This is problematic for converting larger 4DSTEM/NBED datasets to BLO. I'll try to fix this.
In addition, the writer is very particular about units and does not seem to accept angstroms. | closed | 2021-06-22T14:44:49Z | 2021-09-05T17:08:07Z | https://github.com/hyperspy/hyperspy/issues/2774 | [
"type: bug"
] | din14970 | 3 |
graphql-python/gql | graphql | 471 | Shopify error: Prefix "query" when sending a mutation | When I have my mutation written I get an error when the request is sent that there is an unexpected sting (\"query\") at the start of my code. when the response is sent i can see that there is a hardcoded prefix "query" at the start of the request. I am unsure what to do now as I dont have that hard coded in my mutatio... | closed | 2024-02-28T00:17:31Z | 2024-03-06T01:14:02Z | https://github.com/graphql-python/gql/issues/471 | [
"type: question or discussion",
"status: needs more information"
] | mattroberts96 | 3 |
python-visualization/folium | data-visualization | 1,521 | How to add custom `script` content to Folium output? | #### Please add a code sample or a nbviewer link, copy-pastable if possible
```html
<!DOCTYPE html>
<html lang="en">
<head>
<title></title>
<meta charset="utf-8" />
<meta http-equiv="x-ua-compatible" content="IE=Edge" />
<meta name="viewport" content="width=device-width, initial-scale=1, shr... | closed | 2021-10-21T20:13:43Z | 2022-11-18T11:01:56Z | https://github.com/python-visualization/folium/issues/1521 | [] | SeaDude | 2 |
microsoft/qlib | deep-learning | 901 | loss_fn() takes 3 positional arguments but 4 were given | Hi author,
When i run examples/benchmarks/LSTM/workflow_config_lstm_Alpha158.yaml, I got errors below, can you give me some favor?
i do not use GPU and the version of qlib is 0.8.3
(venv) aurora@aurora-MS-7D22:/data/vcodes/qlib/workshop$ python ../qlib/workflow/cli.py workflow_config_lstm_Alpha158.yaml
[64471:Mai... | closed | 2022-01-27T01:23:50Z | 2022-02-06T14:40:15Z | https://github.com/microsoft/qlib/issues/901 | [
"question"
] | aurora5161 | 4 |
onnx/onnx | machine-learning | 5,916 | Should numpy_helper.to_array() support segments? | # Ask a Question
### Question
Should numpy_helper.to_array() be expected to support segments?
### Further information
Currently in [numpy_helper](https://github.com/onnx/onnx/blob/48501e0ff59843a33f89e028cbcbf080edd0c1df/onnx/numpy_helper.py#L231-L232) there is:
```
def to_array(tensor: TensorProto, base_dir... | closed | 2024-02-07T23:19:47Z | 2024-03-07T20:27:37Z | https://github.com/onnx/onnx/issues/5916 | [
"question"
] | cjvolzka | 1 |
voila-dashboards/voila | jupyter | 947 | Widgets not rendering with xeus-python kernel. | ## Description
<!--Describe the bug clearly and concisely. Include screenshots/gifs if possible-->
Widgets do not render in Voila with `xeus-python` kernel.
## Reproduce
<!--Describe step-by-step instructions to reproduce the behavior-->
1. Create new environnement:
```bash
mamba create -n testenv pyth... | closed | 2021-09-03T14:17:04Z | 2021-09-09T12:37:23Z | https://github.com/voila-dashboards/voila/issues/947 | [
"bug"
] | trungleduc | 4 |
Lightning-AI/pytorch-lightning | deep-learning | 19,624 | IterableDataset with CORRECT length causes validation loop to be skipped | ### Bug description
This is related to this issue:
https://github.com/Lightning-AI/pytorch-lightning/issues/10290
Whereby an IterableDataset with a length defined wont trigger a validation epoch, even if the defined length is correct so long as the following conditions met:
1. Accurate length of IterableDatas... | open | 2024-03-13T09:14:56Z | 2025-03-03T10:33:07Z | https://github.com/Lightning-AI/pytorch-lightning/issues/19624 | [
"question",
"data handling",
"ver: 2.2.x"
] | mattcleigh | 10 |
ahmedfgad/GeneticAlgorithmPython | numpy | 150 | Problems with multithreading and generation step | Hi,
I realy appreciate your works on PyGAD!
I'm using it to make some chaotic learning with thousands of model, and a greedy fitness function. the parallelization is realy efficient in my case.
I have found some problems with multithreading using keras models.
To reproduce the problem, i use this regre... | open | 2022-12-13T13:09:47Z | 2024-01-28T05:47:51Z | https://github.com/ahmedfgad/GeneticAlgorithmPython/issues/150 | [
"bug"
] | BenoitMiquey | 1 |
schemathesis/schemathesis | pytest | 2,072 | [BUG] config allow_x00=False doesn't work | ### Checklist
- [x] I checked the [FAQ section](https://schemathesis.readthedocs.io/en/stable/faq.html#frequently-asked-questions) of the documentation
- [x] I looked for similar issues in the [issue tracker](https://github.com/schemathesis/schemathesis/issues)
- [x] I am using the latest version of Schemathesis
... | closed | 2024-02-26T16:21:08Z | 2024-02-29T13:26:37Z | https://github.com/schemathesis/schemathesis/issues/2072 | [
"Priority: High",
"Type: Bug"
] | croumegous | 1 |
postmanlabs/httpbin | api | 274 | Plaintext IP endpoint | Plaintext IP endpoint would be really helpful especially in scripts.
```
$ curl http://httpbin.org/ip.txt --proxy $PROXY >> ips.txt
```
| closed | 2016-01-17T16:07:14Z | 2018-04-26T17:51:09Z | https://github.com/postmanlabs/httpbin/issues/274 | [] | nounder | 3 |
flasgger/flasgger | api | 428 | Failed to get parameters by POST method in “try it out” feature | ### problem
- I‘ve developed an API called ANSWER,in both GET and POST, and then tested by "try it out".
- However, POST api didn't passed the parameter, while GET api ran normal, and so did the POSTMAN
- I don't know what's the problem is
### environments
- Python 3.7
- flasgger 0.9.5
### others
- swagger ui... | open | 2020-08-26T03:48:37Z | 2023-08-01T14:39:52Z | https://github.com/flasgger/flasgger/issues/428 | [] | wqw547243068 | 7 |
healthchecks/healthchecks | django | 991 | Slack legacy webhook integration | Hello!
Slack will eventually be deprecating the webhook integration. The new suggested way to send messages to Slack channels is by creating a custom Slack App in the user's Workspace, which uses a OAuth token (with appropriate scopes) instead of a webhook URL. Could this new method of sending Slack notifications pl... | closed | 2024-04-13T18:53:17Z | 2024-04-14T15:46:53Z | https://github.com/healthchecks/healthchecks/issues/991 | [] | jbuitt | 2 |
Asabeneh/30-Days-Of-Python | pandas | 359 | Translation Spanish | Hi. Thank you for your tutorials.
I want to add Spanish translation to this repository.
Can I work with that? | open | 2023-02-20T18:34:10Z | 2023-08-17T18:16:04Z | https://github.com/Asabeneh/30-Days-Of-Python/issues/359 | [] | Misio942 | 3 |
keras-team/keras | python | 20,566 | Typo on the ReadME | The ReadME had a typo where time series functionality was spelt timeseries. I have submitted a PR to fix this issue,
| closed | 2024-11-30T06:05:49Z | 2024-11-30T11:12:01Z | https://github.com/keras-team/keras/issues/20566 | [] | orcanshul | 0 |
Neoteroi/BlackSheep | asyncio | 211 | Support for OpenAPI parameter serialization | ### Discussed in https://github.com/Neoteroi/BlackSheep/discussions/209
<div type='discussions-op-text'>
<sup>Originally posted by **adriangb** November 16, 2021</sup>
Does BlackSheep support for [OpenAPI parameter serialization](https://swagger.io/docs/specification/serialization/) (aside from the defaults)?</d... | closed | 2021-11-16T18:42:09Z | 2021-11-16T18:42:23Z | https://github.com/Neoteroi/BlackSheep/issues/211 | [] | RobertoPrevato | 1 |
zihangdai/xlnet | nlp | 188 | tpu_estimator.py won't work in tensorflow 1.14 | The XLNET's tpu_estimator.py code won't work in tensorflow 1.14. What's XLNET's plan to support newer tensorflow like 1.14 and beyond?
The XLNET's tpu_esimator.py is based on tf 1.13.1. However, the tpu_estimator design in tensorflow-estimator 1.14 (which is used by tf 1.14), has significant change from previous ve... | open | 2019-07-24T23:51:48Z | 2019-07-24T23:53:08Z | https://github.com/zihangdai/xlnet/issues/188 | [] | LiweiPeng | 0 |
tableau/server-client-python | rest-api | 740 | Updating workbook fields (such as name) is failing with "Payload is either malformed or incomplete" error | TSC: latest (v0.14.0)
Tableau server versions tested:
* exhibit the failure: 2019.1, 2019.3
* works correctly: 2020.4
Sample script:
```py
tableau_auth = TSC.TableauAuth(username, password, site_id=site_url)
tableau_server = TSC.Server(server_url, use_server_version=True)
tableau_server.add_http_options({'ver... | closed | 2020-11-19T19:08:15Z | 2021-02-19T18:47:12Z | https://github.com/tableau/server-client-python/issues/740 | [] | bcantoni | 2 |
scrapy/scrapy | web-scraping | 6,095 | (With 2-line reproducible sample) When getting inner html, it gives *all* html after it instead of inside it; bug happens for both `.xpath()` and `.css()` | <!--
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 | 2023-10-15T01:48:40Z | 2023-10-15T10:37:17Z | https://github.com/scrapy/scrapy/issues/6095 | [] | fzyzcjy | 2 |
jonaswinkler/paperless-ng | django | 1,186 | [FEATURE REQUEST] Document translation | Would be great if there was a feature where I could translate and OCRd document from one language to another. | open | 2021-07-23T11:26:13Z | 2021-08-13T11:34:24Z | https://github.com/jonaswinkler/paperless-ng/issues/1186 | [] | landcraft | 5 |
apify/crawlee-python | web-scraping | 315 | Document how to switch between HTTP clients | Describe how to use curl impersonate, how to wrap it so it can be used as alternative to httpx | closed | 2024-07-16T11:24:03Z | 2024-08-06T13:13:58Z | https://github.com/apify/crawlee-python/issues/315 | [
"documentation",
"t-tooling"
] | vdusek | 0 |
pyg-team/pytorch_geometric | deep-learning | 10,110 | Can we get a new release? | ### 😵 Describe the installation problem
Currently the last 2.6.1 release is not compatible with numpy 2 as some functions make use of `np.math` resulting in attribute errors. As far as I can tell these calls were removed in #9752 but a release has not yet been made.
Lack of a release is preventing other packages su... | open | 2025-03-12T00:15:51Z | 2025-03-17T22:14:57Z | https://github.com/pyg-team/pytorch_geometric/issues/10110 | [
"installation"
] | CompRhys | 1 |
RobertCraigie/prisma-client-py | pydantic | 969 | feat(prisma): upgrade to v5.15.0 | Hi,
Would it be possible to bump the version to v5.15.0 as there is the benefit of the below preview feature that will help organise folders.
```
generator client {
provider = "prisma-client-js"
previewFeatures = ["prismaSchemaFolder"]
}
``` | closed | 2024-06-06T18:56:27Z | 2024-08-04T17:59:59Z | https://github.com/RobertCraigie/prisma-client-py/issues/969 | [] | SuperP4rks | 2 |
dmlc/gluon-nlp | numpy | 1,406 | [nlp_data] Add BookCorpus | ## Description
The book corpus can now have a reliable, stable download link from https://the-eye.eu/public/AI/pile_preliminary_components/books1.tar.gz. Also, there are more links in https://the-eye.eu/public/AI/pile_preliminary_components/ that are worthwhile being included in `nlp_data`. We may try to download from... | open | 2020-10-26T15:18:36Z | 2020-11-17T20:53:57Z | https://github.com/dmlc/gluon-nlp/issues/1406 | [
"enhancement"
] | sxjscience | 9 |
stanford-oval/storm | nlp | 30 | The article outline does not match the one in storm_gen_outline.txt | This project is very good, I carefully read the project code, some of the ideas are very wonderful. But I still have some confusion when I read the code.
I noticed that the outline argument was not used in the forward function of the ConvToSection class. In this way, articles generated by the write_section object ... | closed | 2024-04-24T09:42:41Z | 2024-04-25T06:42:40Z | https://github.com/stanford-oval/storm/issues/30 | [] | xuxiangwork | 3 |
horovod/horovod | pytorch | 3,569 | Multiple-GPU pytorch training can fail with some cluster setups on Databricks | **Environment:**
1. Framework: PyTorch
2. Framework version: 1.11.0
3. Horovod version: 0.24.3
4. MPI version: 4.1.2
5. CUDA version: 11.3
6. NCCL version: 2.10.3
7. Python version: 3.9.5
8. Spark / PySpark version: 3.3.0
9. Ray version: N/A
10. OS and version: Ubuntu 20.04
11. GCC version: 9.4.0
12. CMake ... | closed | 2022-06-07T17:01:19Z | 2022-09-16T02:02:57Z | https://github.com/horovod/horovod/issues/3569 | [
"wontfix"
] | wenfeiy-db | 1 |
plotly/dash | dash | 2,701 | [Feature Request] Making setProps available |
### Feature request
Make `setProps` function available in Dash so it's possible to update a prop in JavaScript and have it trigger a Dash callback.
### Use Cases:
__Dash AG Grid__
Dash Ag Grid has a limited number of props that trigger callbacks. While the Grid's full API is accessible clientside, ther... | closed | 2023-11-25T21:55:11Z | 2024-03-11T16:37:00Z | https://github.com/plotly/dash/issues/2701 | [
"feature",
"P1"
] | AnnMarieW | 1 |
dask/dask | numpy | 11,186 | Most tests in `test_parquet.py` fail on s390x (big-endian) | **Describe the issue**: Most tests in `test_parquet.py` fail on s390x (a big-endian arch, which is rare these days):
```
FAILED ../dataframe/io/tests/test_parquet.py::test_local[pyarrow-pyarrow-False] - AssertionError: assert False
FAILED ../dataframe/io/tests/test_parquet.py::test_local[pyarrow-pyarrow-True] - Asse... | closed | 2024-06-17T23:03:11Z | 2024-06-20T07:55:26Z | https://github.com/dask/dask/issues/11186 | [
"needs triage"
] | AdamWill | 4 |
JaidedAI/EasyOCR | machine-learning | 1,326 | How to limit VRam GPU usage | Is there anyway to limit the GPU VRam usage? | open | 2024-10-22T12:21:47Z | 2024-12-09T11:06:36Z | https://github.com/JaidedAI/EasyOCR/issues/1326 | [] | Pabloferex | 2 |
scikit-learn/scikit-learn | data-science | 30,430 | Example of binning of continous variables for chi2 | ### Describe the issue linked to the documentation
The [chi2](https://scikit-learn.org/stable/modules/generated/sklearn.feature_selection.chi2.html) doesn't work on continuous variables. This issue has numerous discussions, e.g. [here](https://stats.stackexchange.com/questions/369945/feature-selection-using-chi-square... | closed | 2024-12-08T08:05:54Z | 2025-01-06T11:02:06Z | https://github.com/scikit-learn/scikit-learn/issues/30430 | [
"Documentation"
] | bykhov | 4 |
Ehco1996/django-sspanel | django | 518 | 使用docker-compose up -命令出错 | **问题的描述**
因为视频下方没有附带docker的和docker-compose的安装链接,所以就用yum来装的docker和docker-compose
运行环境是CentOS7
[root@host django-sspanel]# docker --version
Docker version 1.13.1, build 7d71120/1.13.1
[root@host django-sspanel]# docker-compose --version
docker-compose version 1.18.0, build 8dd22a9
[root@host django-sspanel]# d... | closed | 2021-05-04T06:38:13Z | 2021-05-04T07:00:44Z | https://github.com/Ehco1996/django-sspanel/issues/518 | [
"bug"
] | NoString | 2 |
koxudaxi/datamodel-code-generator | pydantic | 1,819 | References to other files don't work | **Describe the bug**
References to other files don't work.
I have a custom schema that uses file references like so:
```json
{
"$schema": "https://json-schema.org/draft/2020-12/schema",
"$id": "file:Foo.schema.json",
"title": "A schema file",
"description": "Schema for validating the seria... | open | 2024-01-25T17:40:01Z | 2024-06-17T12:31:27Z | https://github.com/koxudaxi/datamodel-code-generator/issues/1819 | [] | leonardopsantos | 1 |
RobertCraigie/prisma-client-py | pydantic | 202 | Support configuring the CLI binary path | ## Problem
<!-- A clear and concise description of what the problem is. Ex. I'm always frustrated when [...] -->
Unlike the engine binary paths, the CLI binary path cannot be dynamically set by the user, we should support this to improve the user experience on unsupported architectures.
## Suggested solution
... | closed | 2022-01-01T15:30:47Z | 2022-02-01T12:08:36Z | https://github.com/RobertCraigie/prisma-client-py/issues/202 | [
"kind/improvement"
] | RobertCraigie | 0 |
graphistry/pygraphistry | pandas | 456 | [BUG] Plugins docs nav missing packages and methods | **Describe the bug**
2

nav issues
- [ ] `graphistry.plugins.cugraph` is missing from the nav
- [ ] methods are not listed in the nav for `graphistry.plugins.cugraph` and `... | open | 2023-04-03T22:12:56Z | 2023-04-03T22:29:53Z | https://github.com/graphistry/pygraphistry/issues/456 | [
"bug",
"p2",
"docs"
] | lmeyerov | 0 |
redis/redis-om-python | pydantic | 572 | Issue with validate_model using FieldInfo in pydantic v2 | **Environment:**
redis-om: 0.2.1
pydantic: 2.4.2
pydantic-core: 2.11.0
fastapi: 0.104.0
**Description:**
When using the check method in the custom RedisModel which internally calls the validate_model function from pydantic v1, the validation fails with pydantic v2 models having FieldInfo.
... | closed | 2023-10-22T18:09:52Z | 2024-05-02T14:34:20Z | https://github.com/redis/redis-om-python/issues/572 | [] | CodeToFreedom | 1 |
waditu/tushare | pandas | 1,075 | ggt_top10返回值rank部分记录为空 | ggt_top10返回的数据记录,深港通的部分记录rank值为空,沪港通的没有问题。
可测试:20190620、20190621的数据。
https://tushare.pro/register?reg=263568
2019-06-21 00:00:00 00700 腾讯控股 354.4 0.113 2 4 367672240 -88478680
2019-06-21 00:00:00 00002 中电控股 86.4 -4.2659 4 73271825 -26887325
2019-06-21 00:00:00 00763 中兴通讯 22 -2.0045 4 106951050 42836290
2019... | open | 2019-06-22T03:06:40Z | 2019-06-25T03:32:18Z | https://github.com/waditu/tushare/issues/1075 | [] | pennill | 1 |
youfou/wxpy | api | 310 | 控制台二维码输出和二维码图片输出两者不能同时进行 | site-packages/itchat/components/login.py中get_QR方法中控制的代码如下:
if enableCmdQR:
utils.print_cmd_qr(qrCode.text(1), enableCmdQR=enableCmdQR)
else:
with open(picDir, 'wb') as f:
f.write(qrStorage.getvalue())
utils.print_qr(picDir)
当enableCmdQR有值时就不能输出二维... | open | 2018-06-16T07:36:14Z | 2018-06-16T07:39:47Z | https://github.com/youfou/wxpy/issues/310 | [] | dododogamila | 0 |
microsoft/RD-Agent | automation | 500 | QR 过期了 | 麻烦更新下,谢谢 | closed | 2024-12-01T15:08:46Z | 2024-12-03T06:08:46Z | https://github.com/microsoft/RD-Agent/issues/500 | [
"question"
] | hydenli | 1 |
matplotlib/matplotlib | data-visualization | 29,202 | [Bug]: `fontsize` in tables not working | ### Bug summary
Specifying `fontsize` kwarg in `matplotlib.pyplot.table` doesn't have any effect.
### Code for reproduction
```Python
import matplotlib.pyplot as plt
import numpy as np
x = np.linspace(0, 10, 100)
y = x + 1
tableData = [['a', 1], ['b', 1]]
fig, ax = plt.subplots()
ax.plot(x, y)
t = ax.tabl... | closed | 2024-11-28T09:57:58Z | 2024-12-16T14:55:17Z | https://github.com/matplotlib/matplotlib/issues/29202 | [
"Difficulty: Easy",
"Good first issue",
"topic: table"
] | acgc99 | 8 |
xuebinqin/U-2-Net | computer-vision | 204 | How to slim the u2net-human-seg.pth? | u2net-human-seg.pth is 168 MB which is too large. How to slim it? | open | 2021-05-18T07:06:18Z | 2021-05-20T07:23:31Z | https://github.com/xuebinqin/U-2-Net/issues/204 | [] | fastscannerapps | 3 |
Miserlou/Zappa | django | 1,344 | Event schedule for async task is not updated | ## Context
I'm using dynamodb triggers which are calling my Lambda function. I did a setup in zappa_settings using "events" list and deployed it. DynamoDB triggers were created successfully.
There are two probelms with it:
1. I tried to change batch_size attribute.
2. I have deleted configuration for one of the tr... | open | 2018-01-09T22:34:14Z | 2018-02-23T22:10:58Z | https://github.com/Miserlou/Zappa/issues/1344 | [
"enhancement",
"non-bug",
"good-idea"
] | chekan-o | 1 |
approximatelabs/sketch | pandas | 5 | Valid OpenApi Key Not Accepted with df.sektch.apply | 
I copied your original Google Colb Example Sheet https://colab.research.google.com/gist/bluecoconut/410a979d94613ea2aaf29987cf0233bc/sketch-demo.ipynb#scrollTo=6xZgjwWypy91
https://colab.research.google.... | closed | 2023-01-21T13:54:48Z | 2023-01-21T14:29:04Z | https://github.com/approximatelabs/sketch/issues/5 | [] | franzenzenhofer | 2 |
geopandas/geopandas | pandas | 3,103 | DOC: Errors in website providing Geoplot examples | When looking through Geoplot examples in Geopandas I ran across multiple errors inside the online documentation.
#### Screenshot
I think the issue stems from here:

But it breaks the code on the whole page:
!... | closed | 2023-12-05T15:15:29Z | 2024-06-08T07:53:57Z | https://github.com/geopandas/geopandas/issues/3103 | [
"documentation",
"downstream issue"
] | AlexMuresan | 7 |
Urinx/WeixinBot | api | 243 | 手动调用wechat.webwxsendmsg给好友发消息失败,求大神点播 | {"BaseResponse":{"Ret":-1,"ErrMsg":""},"MsgID":"","LocalID":""}发送失败返回信息 | closed | 2017-11-30T02:26:07Z | 2017-12-11T08:20:09Z | https://github.com/Urinx/WeixinBot/issues/243 | [] | kun910202 | 0 |
slackapi/python-slack-sdk | asyncio | 891 | Warn when chat.postMessage is called without `text` argument | It's a best practice to always provide a `text` argument when posting a message, even though the platform doesn't technically require it when `blocks` are provided. The `text` argument is used in places where `blocks` cannot be rendered such as: system push notifications, assistive technology such as screen readers, et... | closed | 2020-12-07T05:55:32Z | 2021-01-08T04:19:24Z | https://github.com/slackapi/python-slack-sdk/issues/891 | [
"enhancement",
"web-client",
"good first issue"
] | aoberoi | 0 |
stitchfix/hamilton | numpy | 75 | Add ResultMixin implementations for Dask native types | **Is your feature request related to a problem? Please describe.**
We should implement useful implementations of:
```python
class ResultMixin(object):
"""Base class housing the static function.
Why a static function? That's because certain frameworks can only pickle a static function, not an entire
... | closed | 2022-02-11T21:50:07Z | 2023-02-26T17:04:40Z | https://github.com/stitchfix/hamilton/issues/75 | [
"enhancement",
"good first issue",
"dask"
] | skrawcz | 1 |
python-restx/flask-restx | flask | 13 | Add support to config swagger-ui using app.config | I came across a problem that probably can only be solved by asking you maintainers of this package.
My need: Show `model` tab by default, instead of `example value`, in the `parameters` section in API method documentation.
 and the `_id` field in [BeIR/dbpedia-entity](https://huggingface.co/datasets/BeIR/dbpedia-entity). HF datasets support efficient random access via r... | open | 2023-12-25T11:37:10Z | 2025-01-22T10:59:45Z | https://github.com/huggingface/datasets/issues/6532 | [
"enhancement"
] | Yu-Shi | 9 |
google/seq2seq | tensorflow | 215 | Anybody succeeded to run the image captioning task? | I am just wondering is it possible to use the current code to run the image captioning task. If so, can anybody give me some hint?
Thanks!
| open | 2017-05-10T12:25:39Z | 2017-05-14T18:03:53Z | https://github.com/google/seq2seq/issues/215 | [] | Jiakui | 2 |
JaidedAI/EasyOCR | pytorch | 331 | Window 10 Pillow Install error: The headers or library files could not be found for zlib | I am trying to install the library on a Windows 10 PC with pip 20.3.3 and I get the following error:
`The headers or library files could not be found for zlib,
a required dependency when compiling Pillow from source.`
[Maybe the used Pillow version is too old and an update to Pillow 8 would fix this?](https://gith... | closed | 2020-12-15T20:15:55Z | 2022-05-14T10:59:09Z | https://github.com/JaidedAI/EasyOCR/issues/331 | [] | liebig | 4 |
graphql-python/graphene-sqlalchemy | sqlalchemy | 80 | Database ID | 1. Is there a way to get/map database id so that you can get this value in query?
2. Can we map only selected fields from the database table instead of all by default? | closed | 2017-10-08T23:59:42Z | 2023-02-25T00:49:15Z | https://github.com/graphql-python/graphene-sqlalchemy/issues/80 | [] | navinesh | 8 |
miguelgrinberg/Flask-SocketIO | flask | 1,978 | TypeError: <engineio.packet.Packet object at 0xabec08e0> is not a byte | **IMPORTANT**:
python 3.9.8
flask 2.0.2
Flask-SocketIO 5.3.3
python-engineio 4.4.0
python-socketio 5.8.0
eventlet 0.30.1
gunicorn 20.1.0
**Describe the bug**

**To Reprod... | closed | 2023-04-24T02:39:35Z | 2023-04-24T06:06:57Z | https://github.com/miguelgrinberg/Flask-SocketIO/issues/1978 | [] | wxhou | 1 |
FlareSolverr/FlareSolverr | api | 1,219 | Error solving the challenge, will always timeout. Ends with 500 Internal Server Error. | ### Have you checked our README?
- [X] I have checked the README
### Have you followed our Troubleshooting?
- [X] I have followed your Troubleshooting
### Is there already an issue for your problem?
- [X] I have checked older issues, open and closed
### Have you checked the discussions?
- [X] I have read the Dis... | closed | 2024-06-20T16:44:28Z | 2024-07-04T14:04:06Z | https://github.com/FlareSolverr/FlareSolverr/issues/1219 | [
"duplicate"
] | remy4409 | 35 |
explosion/spaCy | data-science | 13,500 | Batch processing does not speed up `en_core_web_trf` | ## How to reproduce the behaviour
```python
spacy.prefer_gpu()
nlp = spacy.load(
"en_core_web_trf",
disable=['tagger', 'ner', 'lemmatizer', 'textcat']
)
node = """Some really long string, 3000 characters"""
# simulating 96 pretty long docs
nodes = [node*25]*96
... | open | 2024-05-16T17:06:17Z | 2024-05-16T17:06:17Z | https://github.com/explosion/spaCy/issues/13500 | [] | njaramish | 0 |
scanapi/scanapi | rest-api | 89 | Add a changelog linter | ## Description
Configure a changelog linter. Maybe https://github.com/rcmachado/changelog
Related with: #88 | closed | 2019-12-20T20:04:08Z | 2020-01-09T14:21:02Z | https://github.com/scanapi/scanapi/issues/89 | [
"Documentation",
"Automation"
] | camilamaia | 0 |
flairNLP/flair | nlp | 3,308 | [Bug]: I have (in a fresh conda env) with pip install flair this | ### Describe the bug
---------------------------------------------------------------------------
RuntimeError Traceback (most recent call last)
Cell In[4], line 5
2 from flair.models import SequenceTagger
4 # load tagger
----> 5 tagger = SequenceTagger.load("flair/ner-span... | closed | 2023-09-01T19:10:33Z | 2023-09-01T19:18:47Z | https://github.com/flairNLP/flair/issues/3308 | [
"bug"
] | jocastrocUnal | 1 |
gradio-app/gradio | data-science | 10,517 | Add supported hook for rewriting user input before it reaches the chat interface (for anonymizing user input) | - [x] I have searched to see if a similar issue already exists.
**Is your feature request related to a problem? Please describe.**
Yes, we need to anonymize user input before it reaches the LLM for data privacy reasons. I'd also like the user to see how their input is anonymized to ease data-privacy concerns.
Her... | closed | 2025-02-05T21:00:37Z | 2025-03-11T15:11:07Z | https://github.com/gradio-app/gradio/issues/10517 | [
"enhancement",
"needs designing"
] | brycepg | 3 |
xonsh/xonsh | data-science | 5,522 | Bug: `xthread` not found | ## Current Behavior
```console
$ xthread
xonsh: For full traceback set: $XONSH_SHOW_TRACEBACK = True
xonsh: subprocess mode: command not found: 'xthread'
xthread: command not found
```
<detail>
```console
<xonsh-code>:1:0 - xthread
<xonsh-code>:1:0 + ![xthread]
TRACE SUBPROC: (['xthread'],), ca... | closed | 2024-06-20T16:10:02Z | 2024-06-20T22:34:53Z | https://github.com/xonsh/xonsh/issues/5522 | [] | midirhee12 | 3 |
plotly/dash-cytoscape | dash | 58 | [Feature request] ctxt menu | Please consider this addition:
https://github.com/cytoscape/cytoscape.js-cxtmenu
Enables a lot of interactivity (yet I got a feeling that it is challenging to implement)
Anyway, are there any plans about cytoscape addons in near future?Lots of precious functions there.
Thanks! | open | 2019-05-05T17:57:45Z | 2021-05-19T10:40:03Z | https://github.com/plotly/dash-cytoscape/issues/58 | [
"suggestion"
] | vetertann | 2 |
PaddlePaddle/PaddleHub | nlp | 2,155 | no module |
1)PaddleHub2.0.0和PaddlePaddle2.0.0版本
2)系统环境Windows
| closed | 2022-12-02T05:39:46Z | 2022-12-02T09:44:00Z | https://github.com/PaddlePaddle/PaddleHub/issues/2155 | [] | MaxokDavid | 0 |
predict-idlab/plotly-resampler | plotly | 18 | Roadmap | This issue is a request to the community to submit what their vision of plotly-resampler is, which features are still worth implementing?
Some features which I find worth pursuing:
* Summary dataset statistics of the respective view (initially in a table)
-> e.g. a Table with df.describe() for each series that i... | open | 2022-01-15T17:28:25Z | 2023-02-06T02:35:22Z | https://github.com/predict-idlab/plotly-resampler/issues/18 | [
"discussion"
] | jonasvdd | 20 |
seleniumbase/SeleniumBase | web-scraping | 2,562 | how to close or quit uc_driver ? | I couldn't find any documentation about closing uc_driver after it's finished running. sb.quit() does not exist

| closed | 2024-03-04T09:50:37Z | 2024-03-04T13:10:11Z | https://github.com/seleniumbase/SeleniumBase/issues/2562 | [
"question",
"UC Mode / CDP Mode"
] | zxczxcdev | 1 |
fastapi/fastapi | asyncio | 12,323 | Should the alias parameter in the Path method be removed? | ### Privileged issue
- [ ] I'm @tiangolo or he asked me directly to create an issue here.
### Issue Content
This is my MRE code:
```python
from __future__ import annotations
from typing import Annotated
import uvicorn
from fastapi import FastAPI, Path
app = FastAPI()
@app.get('/{item_id}')
async de... | closed | 2024-09-30T03:44:47Z | 2024-09-30T12:35:34Z | https://github.com/fastapi/fastapi/issues/12323 | [] | bowenerchen | 1 |
kynan/nbstripout | jupyter | 115 | Nbdime error on Windows with nbstripout | Hey,
We got an issue reported in https://github.com/jupyterlab/jupyterlab-git/issues/471#issuecomment-574326817 when using nbstripout and nbdime on Windows.
I was able to reproduce that issue on the following system:
- Windows 10 x64
- Relevant packages
```
# Name Version ... | closed | 2020-01-25T15:50:54Z | 2021-04-25T17:04:46Z | https://github.com/kynan/nbstripout/issues/115 | [
"type:enhancement",
"resolution:fixed",
"platform:windows"
] | fcollonval | 2 |
grillazz/fastapi-sqlalchemy-asyncpg | sqlalchemy | 195 | switch project to uv | closed | 2025-03-01T13:45:35Z | 2025-03-08T10:03:22Z | https://github.com/grillazz/fastapi-sqlalchemy-asyncpg/issues/195 | [] | grillazz | 0 | |
serpapi/google-search-results-python | web-scraping | 53 | requests.exceptions.SSLError: HTTPSConnectionPool(host='serpapi.com', port=443) | ````
from langchain import SerpAPIWrapper
from langchain.requests import RequestsWrapper
import requests
#verfy=False
search = SerpAPIWrapper(serpapi_api_key="api")
results = search.run("how to make a cake")`
``` | open | 2023-07-14T14:49:47Z | 2023-07-14T22:37:09Z | https://github.com/serpapi/google-search-results-python/issues/53 | [] | abhishekmm | 1 |
microsoft/unilm | nlp | 1,379 | BEiT3 pretrained parameters can't be found. Or the input_size does not match the model? | I am trying to fine-tuning the BEiT3ForVQAV2 model based on the pretrained parameters.
I downloaded the pretrained parameters from this link:
https://conversationhub.blob.core.windows.net/beit-share-public/beit3/pretraining/beit3_base_patch16_224.pth?sv=2021-10-04&st=2023-06-08T11%3A16%3A02Z&se=2033-06-09T11%3A16%... | open | 2023-11-30T15:37:46Z | 2024-11-14T05:03:03Z | https://github.com/microsoft/unilm/issues/1379 | [] | gaoCleo | 2 |
Textualize/rich | python | 2,386 | [BUG] ModuleNotFoundError: No module named 'typing_extensions' for v12.5.0 | Version: v12.5.0, Python 3.9
import rich.logging
Traceback (most recent call last):
File "<stdin>", line 1, in <module>
File "C:\Users\clientadmin\miniconda3\envs\bio2print3\lib\site-packages\rich\logging.py", line 13, in <module>
from .traceback import Traceback
File "C:\Users\clientadmin\miniconda3\... | closed | 2022-07-11T14:10:23Z | 2022-07-11T14:35:12Z | https://github.com/Textualize/rich/issues/2386 | [] | l-spiecker | 2 |
Johnserf-Seed/TikTokDownload | api | 87 | [BUG]长链接无法下载下页视频 | **描述出现的错误**
应该是大佬忘记改了
使用长链接时无法下载下页视频,短连接正常
**截图**

| closed | 2022-02-08T11:56:16Z | 2022-02-09T07:14:46Z | https://github.com/Johnserf-Seed/TikTokDownload/issues/87 | [
"故障(bug)",
"额外求助(help wanted)",
"无效(invalid)"
] | gaucnet | 2 |
ray-project/ray | machine-learning | 51,060 | [Ray Core] `ray.data.Dataset.repartition` not working consistently with doc/error message | ### What happened + What you expected to happen
```
ds = ds.repartition(num_blocks=x, target_num_rows_per_block=y)
```
Obviously it's conflicting to setting both. Calling this gives the error `ValueError: Either num_blocks or target_num_rows_per_block must be set, but not both.`, as expected.
But this doesn't work `d... | closed | 2025-03-04T10:12:28Z | 2025-03-10T22:08:28Z | https://github.com/ray-project/ray/issues/51060 | [
"bug",
"P1",
"triage",
"data"
] | marcmk6 | 3 |
horovod/horovod | deep-learning | 3,923 | fail to build horovod 0.28.0 from the source with gcc 12 due to gloo issue | **Environment:**
1. Framework: tensorflow 2.12.0, pytorch 2.0.1
2. Framework version:
3. Horovod version: 0.28.0
4. MPI version:
5. CUDA version: 12.1.1
6. NCCL version: 2.17.1
7. Python version: 3.11
8. Spark / PySpark version:
9. Ray version:
10. OS and version: ArchLinux
11. GCC version: 12.3.0
12. CMak... | closed | 2023-05-12T15:15:13Z | 2023-05-24T16:52:41Z | https://github.com/horovod/horovod/issues/3923 | [
"bug"
] | hubutui | 3 |
graphql-python/graphene-sqlalchemy | sqlalchemy | 39 | Fragments doesn't seem to work | Graphene does not seem to resolve the other object Type using fragments in the query.
Here is my schema:
```python
class User(db.Model):
__tablename__ = 'tbl_users'
id = Column(String(40), primary_key=True)
username = Column(String(64), index=True, unique=True)
email = Column(String(64), ... | closed | 2017-04-03T06:07:49Z | 2023-02-26T00:53:17Z | https://github.com/graphql-python/graphene-sqlalchemy/issues/39 | [] | richmondwang | 1 |
deepfakes/faceswap | machine-learning | 787 | Microsoft SmartScrren detected a Malware in your exe file | **Describe the bug**
Microsoft Antivirus find a malware in your files. Virustotal find via heuristic a malware, too.
URL: https://www.virustotal.com/gui/file/066ad1b0c174372e3fdc0869a293e0bfb23b23e7cce2b114addc35225825505b/detection
**To Reproduce**
Steps to reproduce the behavior:
Open the installer on windows ... | closed | 2019-07-09T17:12:36Z | 2019-07-09T17:13:59Z | https://github.com/deepfakes/faceswap/issues/787 | [] | gittyhub2018 | 1 |
junyanz/pytorch-CycleGAN-and-pix2pix | pytorch | 1,517 | test came out cropped | Hello. I am a student who has just started studying deeplearning and there are many things I don't know.
I trained the pix2pix model with options `—model pix2pix --direction AtoB --save_epoch_freq 100 --n_epochs 400 --n_epochs_decay 400 --preprocess scale_width_and_crop --load_size 768 --crop_size 768`
and tried ... | open | 2022-12-08T01:44:31Z | 2022-12-15T11:10:46Z | https://github.com/junyanz/pytorch-CycleGAN-and-pix2pix/issues/1517 | [] | GyuRiiii | 1 |
AUTOMATIC1111/stable-diffusion-webui | pytorch | 16,901 | [Feature Request]: Random Num Generator Filename pattern | ### Is there an existing issue for this?
- [x] I have searched the existing issues and checked the recent builds/commits
### What would your feature do ?
A way to add [random number generator source](https://github.com/AUTOMATIC1111/stable-diffusion-webui/wiki/Custom-Images-Filename-Name-and-Subdirectory) (randn_sou... | open | 2025-03-19T01:34:46Z | 2025-03-19T01:35:38Z | https://github.com/AUTOMATIC1111/stable-diffusion-webui/issues/16901 | [
"enhancement"
] | JingJang | 0 |
autogluon/autogluon | computer-vision | 4,843 | [timeseries] reference to python 3.8 should be removed/updated | Autogluon no longer supports Python 3.8. The minimum version is now 3.9, so the reference to Python 3.8 below should be removed or updated:
https://github.com/autogluon/autogluon/blob/f1bd5f42b2da0099c8d7319f38f811127446d9af/timeseries/tests/unittests/utils/test_features.py#L50
cc: @shchur @canerturkmen | closed | 2025-01-27T10:09:59Z | 2025-01-28T14:56:17Z | https://github.com/autogluon/autogluon/issues/4843 | [
"module: timeseries"
] | celestinoxp | 1 |
junyanz/pytorch-CycleGAN-and-pix2pix | deep-learning | 1,229 | How to set options to train pix2pix with 128x128 data? | Of course I have searched and found these:
#406
#578
However, I didn't get any useful infomation, in #406, there is only one reply by @junyanz:
> You can resize your images to 200x200 by setting --display_winsize 200 during test time.
And @haoxiangchnchn said :
> Thank you for your reply, I have solved th... | closed | 2021-01-21T08:41:28Z | 2022-04-17T01:22:25Z | https://github.com/junyanz/pytorch-CycleGAN-and-pix2pix/issues/1229 | [] | fire717 | 6 |
cookiecutter/cookiecutter-django | django | 4,865 | ci.yml for running pytest is building docs image unnecessarily (run time 4:30m instead of 3:00m) | ## What happened?
With docker setup enabled ci.yml is building all images (including the docs) during the Github Actions workflow. But only the images related to the django service are needed to run pytest in the next step. This causes the CI workflow to last 4m 30s instead of just below 3m (incl. linter).
## Wha... | closed | 2024-02-15T22:00:06Z | 2024-02-16T09:55:25Z | https://github.com/cookiecutter/cookiecutter-django/issues/4865 | [
"bug"
] | mtmpaulwulff | 0 |
explosion/spaCy | nlp | 13,547 | ImportError: cannot import name symnols | <!-- NOTE: For questions or install related issues, please open a Discussion instead. -->
## How to reproduce the behaviour
trying to import `Corpus` or `Example` as shown here: https://spacy.io/usage/training#custom-code-readers-batchers
```python
from spacy.training import Corpus
```
produces import err... | closed | 2024-06-25T12:38:48Z | 2024-07-26T00:02:37Z | https://github.com/explosion/spaCy/issues/13547 | [] | fschlz | 2 |
joeyespo/grip | flask | 173 | Display size mismatch | ## Issue:
- Display size is mismatched, images below for verification. It looks like the issue occurs when using
`#` or `##`, causing it to be left shifted compared to the rest of the document, which then removes the side lines and causes the overflow.
## Potential fix:
Add a css over ride for a right shift on heade... | closed | 2016-04-13T04:11:35Z | 2016-04-13T04:43:00Z | https://github.com/joeyespo/grip/issues/173 | [
"already-implemented"
] | JasonYao | 3 |
tatsu-lab/stanford_alpaca | deep-learning | 11 | We are thinking about why this small model can store enough world knowledge | Hi, we find your work in home page.
https://crfm.stanford.edu/2023/03/13/alpaca.html
This work inspires us how to adjust large language models in a good way.
Now, We are thinking about why this small model can store enough world knowledge.
Best. | closed | 2023-03-14T06:32:42Z | 2023-03-14T07:07:18Z | https://github.com/tatsu-lab/stanford_alpaca/issues/11 | [] | RedBlack888 | 1 |
pytest-dev/pytest-django | pytest | 1,019 | Test works on local machine but in Docker I get "no module named 'test' " | I have a pytest.ini and a test_something.py file in the same dir as my manage.py. If I run 'pytest' directly, it works. If I run the whole thing with docker-compose, get an interactive console on the docker container and run 'pytest' there, I get:
> root@06070aaebbbd:/code/coco# pytest ... | open | 2022-07-07T15:29:14Z | 2023-05-02T11:24:07Z | https://github.com/pytest-dev/pytest-django/issues/1019 | [] | NiklasRz | 4 |
nvbn/thefuck | python | 957 | `&&` or `|` support | Feature request:
First off let me say I <3 thefuck. use it every day. props yo.
ok so feat req: One of my favorite uses of `fuck` is to push a new git branch. Would be nice to either `&&` or `|` stuff to the fuck so I could use it like this.
 and as such can be resized using cubic interpolation."
But wouldn't cubic interpolation f... | closed | 2019-03-27T22:51:47Z | 2019-03-29T19:52:09Z | https://github.com/aleju/imgaug/issues/291 | [] | austinmw | 2 |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.