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 |
|---|---|---|---|---|---|---|---|---|---|---|---|
tartiflette/tartiflette | graphql | 140 | Enhance customization imports | Currently, to be able to use custom scalar / directive / resolver & subscription, we need to manually import those elements at the same level as the engine initialization.
This is not very practical and forces to make imports that are not used.
Shouldn't we provide an API at engine initialization time that would ... | closed | 2019-03-05T14:34:14Z | 2019-03-07T12:19:25Z | https://github.com/tartiflette/tartiflette/issues/140 | [
"enhancement",
"question"
] | Maximilien-R | 4 |
exaloop/codon | numpy | 605 | cannot import name 'RollingMedian' from 'vec' | Here is my `extension.codon` file
```
import collections
class RollingMedian:
n: int
data: collections.deque[float]
def __init__(self, n: int = 10):
self.n = n
self.data = collections.deque(maxlen=n)
def input(self, value: float) -> float:
self.data.append(value)... | closed | 2024-11-08T18:51:38Z | 2024-11-12T05:55:53Z | https://github.com/exaloop/codon/issues/605 | [] | River-Shi | 6 |
oegedijk/explainerdashboard | dash | 54 | ModuleNotFoundError: No module named 'numba.serialize' | what is the correct version of the numba package to run the ClassifierExplainer.from_file ?? when I try to run the code below, I get the following message: ModuleNotFoundError: No module named 'numba.serialize'. My current version of numba is 0.52.0
**attempted code**:
from flask import Flask
from explainerdashboa... | closed | 2020-12-31T19:21:11Z | 2021-01-02T20:13:49Z | https://github.com/oegedijk/explainerdashboard/issues/54 | [] | mvpalheta | 3 |
tqdm/tqdm | jupyter | 1,398 | tqdm by default rounds up and reports 100% before actually finishing | If there are enough steps in the loop so that the increment is small enough, it can happen that `tqdm` shows `100%` even though the process hasn't finished yet. This is the default behavior and I think it should be changed to stop at 99% before actually finishing.
MVE:
```python
from time import sleep
from tqdm... | open | 2022-11-25T15:02:10Z | 2022-11-25T15:02:20Z | https://github.com/tqdm/tqdm/issues/1398 | [] | mlubej | 0 |
dot-agent/nextpy | fastapi | 77 | Migrate Nextpy to Pydantic v2 for Enhanced Performance and Compatibility | It's time to upgrade Nextpy to Pydantic v2. This migration is crucial to leverage the latest performance improvements and ensure compatibility with other libraries that are also moving to Pydantic v2.
### Expected Benefits
- **Performance Improvements**: Pydantic v2 comes with significant enhancements in performa... | open | 2023-12-13T14:35:20Z | 2023-12-13T14:36:01Z | https://github.com/dot-agent/nextpy/issues/77 | [
"enhancement",
"help wanted"
] | anubrag | 0 |
csu/quora-api | web-scraping | 27 | GET question/<question> returns only want_answers, topics and answer_count | http://quora-api.herokuapp.com/questions/If-space-is-3-dimensional-can-time-also-be-3-dimensional
Answer wiki, question and question details are missing.
| closed | 2015-01-06T07:10:17Z | 2015-01-07T02:22:31Z | https://github.com/csu/quora-api/issues/27 | [] | rohithpr | 1 |
LAION-AI/Open-Assistant | python | 2,657 | He detectado faltas graves de ortografía en la sección 'Chat', ¿cómo debo proceder? | En la sección Chat, en la que es posible interactuar con diferentes modelos, he detectado graves faltas de ortografía propias de niños. Pongo el ejemplo del siguiente párrafo, con algunas correcciones en negrita abajo. Son principalmente de puntuación, pero también tildes, ya no digamos estilo. ¿Cómo debo proceder? No ... | closed | 2023-04-17T10:26:54Z | 2023-04-29T21:18:04Z | https://github.com/LAION-AI/Open-Assistant/issues/2657 | [] | Euklidiadas | 2 |
ploomber/ploomber | jupyter | 323 | Ploomber scaffold raises PermissionError on Windows & WSL2 | Hi there,
I suspect this is a Windows permissions issue which is specific to my laptop so I fear it may be impossible to reproduce!
Nonetheless I'm raising it here as an issue here regardless in case others have the same problem, with I hope a simple solution
I installed ploomber via conda on both OS's
---
... | closed | 2021-09-02T13:20:25Z | 2021-09-02T14:54:18Z | https://github.com/ploomber/ploomber/issues/323 | [] | rdmolony | 8 |
Avaiga/taipy | automation | 1,764 | Change format for editable date and date ranges | ### Description
The goal would be to answer/extend [this need](https://github.com/Avaiga/taipy/issues/1037) even for editable date. The goal is not for display purposes but to change the order from MM/DD/YYYY to DD/MM/YYYY or more.
### Acceptance Criteria
- [ ] Ensure new code is unit tested, and check code co... | closed | 2024-09-09T12:55:45Z | 2024-09-27T12:59:58Z | https://github.com/Avaiga/taipy/issues/1764 | [
"🖰 GUI",
"🟩 Priority: Low",
"✨New feature"
] | FlorianJacta | 8 |
aiogram/aiogram | asyncio | 1,178 | types.ChatMemberUpdated Can't parse entities: unsupported start tag "aiogram.types.user.user" at byte offset 1 | ## Context
aiogram.utils.exceptions.CantParseEntities: Can't parse entities: unsupported start tag "aiogram.types.user.user" at byte offset 1
```python
@dp.chat_member_handler(IsGroup())
async def handle_chat_member_updated(message: types.ChatMemberUpdated):
chat_id = message.chat.id
user_id = message... | closed | 2023-05-14T10:25:49Z | 2023-06-01T18:43:35Z | https://github.com/aiogram/aiogram/issues/1178 | [
"needs triage"
] | azimxxm | 3 |
scrapy/scrapy | web-scraping | 6,686 | MetaContract JSON Decoder | ### Issue: Custom JSON Decoder
**Description**
I'm encountering an issue with meta contract when passing it `playwright_page_methods` , requires a custom JSON decoder.
Is there any possible way to work around this restriction without writing custom JSON decoder ?
```python
from scrapy_playwright.page import PageMethod... | closed | 2025-02-20T05:36:25Z | 2025-02-21T02:27:00Z | https://github.com/scrapy/scrapy/issues/6686 | [
"contracts"
] | Ehsan-U | 4 |
seleniumbase/SeleniumBase | pytest | 2,203 | "Customize Chrome to give your browser a new look" pop-up is now appearing | ## "Customize Chrome to give your browser a new look" pop-up is now appearing
It must be raining pop-ups today, because earlier I encountered https://github.com/seleniumbase/SeleniumBase/issues/2201, and now I'm encountering this:
<img width="500" alt="Screenshot 2023-10-20 at 2 29 05 PM" src="https://github.com/... | closed | 2023-10-20T18:57:49Z | 2025-02-24T13:26:06Z | https://github.com/seleniumbase/SeleniumBase/issues/2203 | [
"bug"
] | mdmintz | 2 |
PokemonGoF/PokemonGo-Bot | automation | 5,851 | [ERROR] Sentry responded with an error: 'ascii' codec can't decode byte 0x9c in position 1 | Running the bot on a fresh install disabling the niantic api check gives:
[ERROR] Sentry responded with an error: 'ascii' codec can't decode byte 0x9c in position 1: ordinal not in range(128) (url: https://app.getsentry.com/api/90254/store/)
related to the API?
Full error:
```
File "pokecli.py", line 856, in... | closed | 2016-12-26T10:59:47Z | 2017-01-14T12:56:01Z | https://github.com/PokemonGoF/PokemonGo-Bot/issues/5851 | [] | helderdb | 1 |
ipyflow/ipyflow | jupyter | 12 | support class definitions | closed | 2020-04-30T15:12:49Z | 2020-05-07T04:25:45Z | https://github.com/ipyflow/ipyflow/issues/12 | [] | smacke | 0 | |
huggingface/datasets | pandas | 6,690 | Add function to convert a script-dataset to Parquet | Add function to convert a script-dataset to Parquet and push it to the Hub, analogously to the Space: "Convert a Hugging Face dataset to Parquet" | closed | 2024-02-23T10:28:20Z | 2024-04-12T15:27:05Z | https://github.com/huggingface/datasets/issues/6690 | [
"enhancement"
] | albertvillanova | 0 |
jina-ai/serve | deep-learning | 5,729 | docs: create new sub-section or relocate retries section | Currently the [retry handling section](https://docs.jina.ai/concepts/client/callbacks/#transient-fault-handling-with-retries) is put under the `Callbacks` sub section which is not correct. | closed | 2023-03-01T08:35:34Z | 2023-06-15T00:19:46Z | https://github.com/jina-ai/serve/issues/5729 | [
"Stale"
] | girishc13 | 1 |
alteryx/featuretools | scikit-learn | 1,922 | The usage of custom feature primitives in `calculate_feature_matrix` | [a description of what documentation you believe needs to be fixed/improved]
Hello, guys!
My issue is following: I have done some research and created some custom primitives for my ML task and successfully created them with `dfs` and saved with `save_features`. But then I wanted to reuse those my custom primitives... | closed | 2022-02-22T13:40:07Z | 2022-02-28T15:23:10Z | https://github.com/alteryx/featuretools/issues/1922 | [
"documentation"
] | VGODIE | 2 |
mwaskom/seaborn | matplotlib | 3,475 | This is the excel plot, the labels are perfectly aligned under bars | 
| closed | 2023-09-15T17:14:18Z | 2023-09-15T21:41:15Z | https://github.com/mwaskom/seaborn/issues/3475 | [] | Utsav-2301 | 0 |
JaidedAI/EasyOCR | pytorch | 1,292 | How do I control maximum and mimimum font size to be read? | I have an image like this

it is always reading like this @61.23
I just wanted to read like 61.23 | open | 2024-08-07T06:22:34Z | 2024-10-10T05:52:33Z | https://github.com/JaidedAI/EasyOCR/issues/1292 | [] | ishandutta2007 | 2 |
apify/crawlee-python | web-scraping | 480 | Create a new guide for session management | - We should create a new documentation guide on how to work with sessions (`SessionPool`).
- Inspiration: https://crawlee.dev/docs/guides/session-management | closed | 2024-08-30T12:04:41Z | 2025-01-06T13:59:14Z | https://github.com/apify/crawlee-python/issues/480 | [
"documentation",
"t-tooling"
] | vdusek | 2 |
vitalik/django-ninja | pydantic | 1,410 | Avoid magic in DjangoGetter for FieldFile | I would like to create a custom schema for `FieldFile` that returns something like
```
{
name: "...",
url: "...", // content-disposition: inline
download_url: "...", // content-disposition: attachment
content_type: "...", // guessed based on extension
}
```
Would expect it to not be a p... | open | 2025-02-16T21:29:58Z | 2025-02-16T21:29:58Z | https://github.com/vitalik/django-ninja/issues/1410 | [] | jakajancar | 0 |
huggingface/datasets | tensorflow | 6,451 | Unable to read "marsyas/gtzan" data | Hi, this is my code and the error:
```
from datasets import load_dataset
gtzan = load_dataset("marsyas/gtzan", "all")
```
[error_trace.txt](https://github.com/huggingface/datasets/files/13464397/error_trace.txt)
[audio_yml.txt](https://github.com/huggingface/datasets/files/13464410/audio_yml.txt)
Python 3.11.5
... | closed | 2023-11-25T15:13:17Z | 2023-12-01T12:53:46Z | https://github.com/huggingface/datasets/issues/6451 | [] | gerald-wrona | 3 |
voila-dashboards/voila | jupyter | 664 | Whitelisting favicon | ```
WARNING:tornado.general:403 GET /voila/files/favicon.ico (::1): File not whitelisted
``` | open | 2020-07-29T17:38:29Z | 2025-01-07T17:51:50Z | https://github.com/voila-dashboards/voila/issues/664 | [] | SylvainCorlay | 4 |
KevinMusgrave/pytorch-metric-learning | computer-vision | 518 | Error for InferenceModel and its `trunk` parameter | ## version
- pytorch-metric-learning 1.5.2
- python 3.8.9
- OS: ubuntu 18.04 LTS
- CUDA Version 10.1.243
- faiss-cpu 1.7.1.post2
- faiss-gpu 1.7.2
## Description
After executing all cells in `MetricLossOnly.ipynb`, I got some model weights.
- `embedder_optimizer_best1.pth`
... | closed | 2022-08-25T08:47:18Z | 2022-08-25T13:58:22Z | https://github.com/KevinMusgrave/pytorch-metric-learning/issues/518 | [
"question"
] | makkimaki | 1 |
ets-labs/python-dependency-injector | asyncio | 178 | Create DependenciesContainer provider | Based on conversation in terms of #177 , there is a need to create ``DependenciesContainer`` provider.
Example:
```python
# Example code
class Adapters(containers.DeclarativeContainer):
email_sender = providers.Singleton(SmtpEmailSender)
class TestAdapters(containers.DeclarativeContainer):
email_se... | closed | 2018-01-17T13:42:59Z | 2018-01-27T05:52:39Z | https://github.com/ets-labs/python-dependency-injector/issues/178 | [
"feature"
] | rmk135 | 5 |
PaddlePaddle/ERNIE | nlp | 286 | GPU Memory error while running script/zh_task/ernie_base/run_drcd.sh |
I was trying to develop a custom Machine comprehension model over squad v1 data by running script/zh_task/ernie_base/run_drcd.sh, and encountered the following error. Any help would be appreciated.
+ export FLAGS_eager_delete_tensor_gb=0
+ FLAGS_eager_delete_tensor_gb=0
+ export FLAGS_sync_nccl_allredu... | closed | 2019-08-19T06:23:22Z | 2019-08-23T06:33:00Z | https://github.com/PaddlePaddle/ERNIE/issues/286 | [] | cibinjohn | 2 |
kaliiiiiiiiii/Selenium-Driverless | web-scraping | 35 | detected with RDP | when i used selenium in my device was undetected when i used in RDP detected but when click on checkbox it's pass there is any code make checkbox when fail to do it auto
and thanks for u efforts | closed | 2023-08-20T07:48:17Z | 2023-08-20T14:37:14Z | https://github.com/kaliiiiiiiiii/Selenium-Driverless/issues/35 | [] | DeltaDarkness | 3 |
InstaPy/InstaPy | automation | 6,619 | Got an issue 'attributeError: 'NoneType' object has no attribute 'get' | here's the full code:
PS C:\Users\a\Desktop> py bot.py
InstaPy Version: 0.6.16
.. .. .. .. .. .. .. .. ._.
Workspace in use: "C:/Users/a/InstaPy"
OOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOO
INFO [2022-06-11 19:23:28] [itayabergell] Session started!
ooooooooooooooooooooooooooooooooooooooooooooooooooooo... | open | 2022-06-11T18:34:40Z | 2024-10-15T12:23:57Z | https://github.com/InstaPy/InstaPy/issues/6619 | [] | xProSen | 8 |
davidsandberg/facenet | tensorflow | 416 | The error is happend when the model is loading | Model directory: /home/zts/PycharmProjects/facenet/models/facenet/20170512-110547
Metagraph file: model-20170512-110547.meta
Checkpoint file: model-20170512-110547.ckpt-250000
Traceback (most recent call last):
File "src/validate_on_lfw.py", line 113, in <module>
main(parse_arguments(sys.argv[1:]))
File "... | closed | 2017-08-11T08:54:33Z | 2017-10-21T10:04:32Z | https://github.com/davidsandberg/facenet/issues/416 | [] | Paleve | 1 |
satwikkansal/wtfpython | python | 66 | Ebook version? | Hey guys,
I was preparing a pdf for the collection, while a friend of mine recommended me to put in some extra effort to release an ebook version for the same.
I have absolutely no experience with this and I doubt if it'd be an overkill. That's why I've opened up this issue, maybe someone having prior experience... | open | 2018-01-30T19:45:13Z | 2024-10-17T06:41:17Z | https://github.com/satwikkansal/wtfpython/issues/66 | [] | satwikkansal | 11 |
pydantic/logfire | fastapi | 850 | weird behaviour with uvicorn | ### Description
If I run uvicorn normally (e.g. `uv run uvicorn app:app`), I see two logs, one from logfire and one from uvicorn
```
16:11:29.487 GET /
INFO: 172.17.0.1:59302 - "GET / HTTP/1.1" 404 Not Found
```
If I run uvicorn with `--log-level warning`, then I see neither. This seems wrong.
### Python, Logfir... | open | 2025-02-08T16:16:14Z | 2025-02-09T08:48:01Z | https://github.com/pydantic/logfire/issues/850 | [] | samuelcolvin | 1 |
litestar-org/litestar | pydantic | 3,249 | Enhancement: Add plugin for grafana loki | ### Summary
[Grafana Loki](https://grafana.com/docs/loki/latest/) is a compact log aggregator. Logs of different sources (files, streams, etc.) are ingested by a client (e.g., [Grafana Promtail](https://grafana.com/docs/loki/latest/send-data/promtail/)) and pushed to the Loki API. The logs are indexed by labels, not c... | closed | 2024-03-24T18:57:06Z | 2025-03-20T15:54:31Z | https://github.com/litestar-org/litestar/issues/3249 | [
"Enhancement"
] | aranvir | 5 |
keras-team/keras | pytorch | 20,521 | EarlyStopping instance is not reusable | From my observations it seems that we cannot use the same instance of EarlyStopping callback when training multiple models. My assumption is that it saves the best value from one training and uses it to compare during the training of the next model.
In `on_train_begin` we have comment "# Allow instances to be re-use... | closed | 2024-11-19T23:32:16Z | 2024-11-22T17:52:43Z | https://github.com/keras-team/keras/issues/20521 | [] | maciejbiesek | 1 |
robotframework/robotframework | automation | 4,473 | Robot debugger is not stopped at "IF" and "ELSE IF" | Steps to reproduce:
1) Create test case with **false** If-condition, for example:
```
1 Test_if
2 IF 9 % 2 == 0
3 ...
4 ELSE IF 9 % 4 == 0
5 ...
6 ELSE
7 ...
8 END
```
2) Set breakpoints at lines 2 and 4, they are both false
3) Launch debug of... | closed | 2022-09-21T10:32:39Z | 2022-09-21T12:36:36Z | https://github.com/robotframework/robotframework/issues/4473 | [] | granicayv | 2 |
jupyter/docker-stacks | jupyter | 2,031 | [BUG] - Content Security Policy directive: "frame-ancestors 'self'" when trying to create iframe in Jupyter Notebook | ### What docker image(s) are you using?
base-notebook
### Host OS system
Ubuntu 22.04
### Host architecture
x86_64
### What Docker command are you running?
docker run -it --rm -p 8888:8888 jupyter/base-notebook start-notebook.py --ServerApp.base_url=/jupyter/ --ServerApp.allow_origin='*' --ServerApp.disable_chec... | closed | 2023-11-14T13:13:32Z | 2023-12-01T01:08:47Z | https://github.com/jupyter/docker-stacks/issues/2031 | [
"type:Bug",
"status:Need Info"
] | IDianaM | 4 |
Lightning-AI/pytorch-lightning | pytorch | 20,258 | Registered buffers not moved to correct device when using DeepSpeed Stage 3 | ### Bug description
Using the DeepSpeed `Strategy` configuration
```yaml
_target_: lightning.pytorch.strategies.DeepSpeedStrategy
zero_optimization: true
stage: 3
allgather_bucket_size: 2e8
reduce_bucket_size: 2e8
offload_optimizer: false
offload_parameters: false
partition_activations: false
cpu_checkpointi... | open | 2024-09-06T23:01:29Z | 2025-02-23T06:27:59Z | https://github.com/Lightning-AI/pytorch-lightning/issues/20258 | [
"bug",
"needs triage",
"ver: 2.4.x"
] | amorehead | 3 |
taverntesting/tavern | pytest | 410 | Support for specifying a file as the body of an upload | I'm aware it's possible to use the `files` property to specify a map of files to be uploaded as part of a multipart file upload.
What I need is the ability to specify the content of a file as the _entire_ body, as described here:
https://docs.microsoft.com/en-us/rest/api/storageservices/put-blob
Here's the sam... | closed | 2019-08-14T19:40:16Z | 2020-05-01T15:53:23Z | https://github.com/taverntesting/tavern/issues/410 | [
"Type: Enhancement"
] | joeapearson | 2 |
sqlalchemy/sqlalchemy | sqlalchemy | 11,220 | we set is_dml for fromstatement but not is_select | ### Discussed in https://github.com/sqlalchemy/sqlalchemy/discussions/11219
<div type='discussions-op-text'>
<sup>Originally posted by **samscott89** April 1, 2024</sup>
Is it intentional that `is_select` return `False` when using `from_statement` in the following? If so, is there a suggested way to in the `do_... | closed | 2024-04-01T21:28:04Z | 2024-04-02T20:34:30Z | https://github.com/sqlalchemy/sqlalchemy/issues/11220 | [
"bug",
"orm",
"events",
"near-term release"
] | zzzeek | 3 |
ultrafunkamsterdam/undetected-chromedriver | automation | 1,224 | after driver.get('url') sometimes i get this error | Exception ignored in: <function Chrome.__del__ at 0x000001711AF5D6C0>
Traceback (most recent call last):
File "C:\Program Files\Python311\Lib\site-packages\undetected_chromedriver\__init__.py", line 788, in __del__
File "C:\Program Files\Python311\Lib\site-packages\undetected_chromedriver\__init__.py", line 743,... | open | 2023-05-01T12:47:03Z | 2023-05-01T12:47:03Z | https://github.com/ultrafunkamsterdam/undetected-chromedriver/issues/1224 | [] | rastinder | 0 |
mwouts/itables | jupyter | 6 | Refreshing the page breaks itables | Steps to reproduce:
Open https://mybinder.org/v2/gh/mwouts/itables/master?filepath=README.md
Run the first cell
Refresh the page
Re-run the first cell | closed | 2019-08-27T00:59:56Z | 2020-12-22T22:07:42Z | https://github.com/mwouts/itables/issues/6 | [] | neon-ninja | 2 |
raphaelvallat/pingouin | pandas | 402 | Two new test failures fails in Fedora Rawhide | Two tests (`TestRegression::test_linear_regression` and `TestMultivariate::test_box_m`) recently started failing in Fedora Rawhide. This link shows what dependency updates *could* be responsible: https://koschei.fedoraproject.org/build/17077907.
A failing build log is attached, [build.log](https://github.com/raphael... | closed | 2024-01-31T17:29:15Z | 2024-09-03T09:52:39Z | https://github.com/raphaelvallat/pingouin/issues/402 | [] | musicinmybrain | 3 |
opengeos/leafmap | jupyter | 435 | Error after upgrading leafmap to 0.20.0 | The following script was working fine with leafmap 0.19.0.
import leafmap,os,time
m = leafmap.Map()
m.add_basemap('SATELLITE')
m.add_shp(in_shp=extent_vector, layer_name="Extent shapefile")
m
But now the following error is popping with 0.20.0 version.
-----------------------------------------------------... | closed | 2023-04-25T04:59:49Z | 2023-04-25T15:06:53Z | https://github.com/opengeos/leafmap/issues/435 | [
"bug"
] | ravishbapna | 2 |
ageitgey/face_recognition | python | 732 | how to connect sql database and grab image and information? | well i need to connect mysql database so when i open my camera its grab my information from database
is it possible? | closed | 2019-01-31T09:10:38Z | 2020-08-14T16:21:37Z | https://github.com/ageitgey/face_recognition/issues/732 | [] | anasalzuvix | 1 |
gradio-app/gradio | deep-learning | 9,924 | When trying to contribute, gradio might be imported from the wrong place | ### Describe the bug
Users have to tell python where to find the cloned git version of gradio, rather than using an installation from somewhere else on the machine.
### Have you searched existing issues? 🔎
- [X] I have searched and found no existing issues
### Reproduction
- Follow the CONTRIBUTING.md
- Get to ... | closed | 2024-11-10T03:46:20Z | 2024-11-12T20:44:58Z | https://github.com/gradio-app/gradio/issues/9924 | [
"bug"
] | meg-huggingface | 0 |
HumanSignal/labelImg | deep-learning | 307 | Rotating Bounding Box (Enhancement) | <!--
Please provide as much as detail and example as you can.
You can add screenshots if appropriate.
-->
It would be great to add a feature for rotating the bounding box. Most of the items I label are of an arbitrary rotation (see attached image).
 state:
> numerics are identical across backends [...]
> [...] up to 1e-7 precision in float32, per function execution
However, this minimal example does not confirm this:
```python3
import os.path
import numpy as np
from keras import layers, Model
from keras.src.saving import l... | closed | 2025-01-23T17:35:53Z | 2025-02-06T20:34:55Z | https://github.com/keras-team/keras/issues/20804 | [
"type:Bug"
] | Dobiasd | 6 |
ageitgey/face_recognition | machine-learning | 715 | How to deal with 1000 face images, | * face_recognition version: 1.2.3.
* Python version: 2.7
* Operating System: Mac
### Description
I want to recognize the face of guest onboard on hotel and want to update checkin status in data base, I have guest image of 1000 guest, will this library work with 1K image is there any performance impact or any othe... | closed | 2019-01-08T04:20:33Z | 2020-01-08T07:16:09Z | https://github.com/ageitgey/face_recognition/issues/715 | [] | verma171 | 3 |
sqlalchemy/alembic | sqlalchemy | 764 | Add type annotations for generated files when Python > 3 | **Is your feature request related to a problem? Please describe.**
`env.py` and `script.py.mako` do not include type annotations when they are generated by `alembic init`.
**Describe the solution you'd like**
If `alembic` is used with Python 3, `alembic init` could generate a version of `env.py` and `script.py... | closed | 2020-11-30T12:42:56Z | 2022-04-21T16:56:46Z | https://github.com/sqlalchemy/alembic/issues/764 | [
"motivated volunteers requested",
"pep 484"
] | charlax | 11 |
tortoise/tortoise-orm | asyncio | 836 | `.first()` does not apply, and updates all instead | In my FastAPI app, the following code is ran:
```py
await Job.filter(pending=False, closed=False, gpu=True).order_by("number").first().update(completor=client.uuid, pending=True)
```
For some reason, this updates **all** the `Job` instances, instead of just the first one after ordering.
I've attempted replacin... | closed | 2021-07-25T22:25:55Z | 2021-07-26T07:26:14Z | https://github.com/tortoise/tortoise-orm/issues/836 | [] | TheoCoombes | 2 |
qubvel-org/segmentation_models.pytorch | computer-vision | 58 | torchvision 0.4 | Why do we have a constraint on the torchvision version?
https://github.com/qubvel/segmentation_models.pytorch/blob/master/requirements.txt#L1 | closed | 2019-09-17T19:35:45Z | 2019-10-15T15:05:36Z | https://github.com/qubvel-org/segmentation_models.pytorch/issues/58 | [] | ternaus | 4 |
CorentinJ/Real-Time-Voice-Cloning | python | 887 | Expression 'paInvalidSampleRate' failed | My headphones are working in demo_cli.py but not in demo_toolbox.
Can anyone help me debug this
```
Expression 'paInvalidSampleRate' failed in 'src/hostapi/alsa/pa_linux_alsa.c', line: 2050
Expression 'PaAlsaStreamComponent_InitialConfigure( &self->playback, outParams, self->primeBuffers, hwParamsPlayback, &realS... | closed | 2021-11-06T22:27:19Z | 2021-11-08T20:30:10Z | https://github.com/CorentinJ/Real-Time-Voice-Cloning/issues/887 | [] | 0xrushi | 5 |
litestar-org/litestar | pydantic | 3,199 | Enhancement: Support for RFC 7807 / 9457 | ### Summary
A Boolean option to enable [RFC7807](https://datatracker.ietf.org/doc/html/rfc7807#section-6.1) support might be a good way to enable this otherwise breaking change.
ie: ` app = Litestar(rfc7807=True)`
Perhaps some of the common exceptions (like ValueError) could have:
- **type** URI enpoint / page ... | closed | 2024-03-13T16:45:08Z | 2025-03-20T15:54:28Z | https://github.com/litestar-org/litestar/issues/3199 | [
"Enhancement",
"Help Wanted :sos:"
] | skewty | 16 |
AUTOMATIC1111/stable-diffusion-webui | pytorch | 16,222 | [Feature Request]: Keep file name toggle on extras batch from directory | ### 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 ?
Within `Extras > Batch from directory` add a toggle to keep file names when outputting result image instead of outputting them with a numeric id.
Missing this f... | closed | 2024-07-17T12:27:06Z | 2024-07-17T15:39:04Z | https://github.com/AUTOMATIC1111/stable-diffusion-webui/issues/16222 | [
"enhancement"
] | PereViader | 1 |
reloadware/reloadium | flask | 1 | Create Wheels for 32bit Python on Windows | I'm stuck in a 32bit Python environment (3.7), and would love to use Reloadium, but there are no wheels available for that architecture. Upon installing the IntelliJ plugin, the 0.0.1 version of from pypi was installed for my environment, but this lacks the necessary imports and did not work. | closed | 2022-03-03T14:41:45Z | 2022-03-10T02:09:53Z | https://github.com/reloadware/reloadium/issues/1 | [] | jgiers9872 | 1 |
pallets-eco/flask-sqlalchemy | flask | 768 | Documention about raw connections with multiples databases | flask-sqlalchemy support multiple connections through binds, but the documentation how to use raw connections is missing.
The issue [#107](https://github.com/pallets/flask-sqlalchemy/issues/107) shows you could get the bind connection engine just using `db.get_engine(app, 'oh_my_bind').execute(...)`.
The is miss... | closed | 2019-07-30T14:41:12Z | 2022-10-03T00:21:57Z | https://github.com/pallets-eco/flask-sqlalchemy/issues/768 | [
"docs"
] | rafaelreuber | 2 |
quokkaproject/quokka | flask | 565 | create tinydb debug toolbar | Add tinydb to flask debug toolbar
https://github.com/rochacbruno/quokka_ng/issues/69 | closed | 2018-02-07T01:36:02Z | 2018-02-07T01:39:33Z | https://github.com/quokkaproject/quokka/issues/565 | [
"1.0.0",
"hacktoberfest"
] | rochacbruno | 0 |
saulpw/visidata | pandas | 2,218 | sample_data is missing from sdist | **Small description**
When using the sdist, there is no `sample_data` directory. This causes tests to create the test data from scratch, causing them to fail as expected information isn't there.
**Expected result**
Tests pass.
**Actual result with screenshot**
Running `pytest` produces:
```
=================... | closed | 2024-01-01T08:05:33Z | 2024-01-04T05:53:08Z | https://github.com/saulpw/visidata/issues/2218 | [
"bug",
"fixed"
] | QuLogic | 3 |
vaexio/vaex | data-science | 2,157 | [BUG-REPORT] Trying to install version 4.11.1 gives error 'ssize_t': undeclared identifier | **Description**
Run `python.exe -m pip install --upgrade vaex-core vaex-viz vaex-jupyter vaex-server vaex-hdf5 vaex-astro vaex-ml`
**Software information**
- Vaex version (`import vaex; vaex.__version__)`: Trying to install 4.11.1 with no current version installed
- Vaex was installed via: pip
- OS: Windows 1... | closed | 2022-08-06T16:06:22Z | 2022-08-06T16:18:47Z | https://github.com/vaexio/vaex/issues/2157 | [] | Code4SAFrankie | 1 |
aeon-toolkit/aeon | scikit-learn | 1,696 | [BUG] Arsenal predict not working properly?! | ### Describe the issue
I was using sktime for Arsenal but because of the split - the reasons stated by Tony in [this](https://github.com/aeon-toolkit/aeon/issues/456) issue - and because of wanting to test, whether aeon is faster than sktime, I wanted to try aeon. As aeon is a fork of sktime, the basics are the same... | open | 2024-06-18T12:13:36Z | 2024-09-25T10:33:16Z | https://github.com/aeon-toolkit/aeon/issues/1696 | [
"bug",
"classification",
"multithreading"
] | tim-bsm | 28 |
CorentinJ/Real-Time-Voice-Cloning | tensorflow | 1,149 | How to Train Our Custom Neural Voice model | help me
explain step by step tutorial | closed | 2022-12-14T09:41:20Z | 2023-01-08T08:55:16Z | https://github.com/CorentinJ/Real-Time-Voice-Cloning/issues/1149 | [] | vivek1432ps | 0 |
jupyter/nbgrader | jupyter | 1,042 | UnicodeDecodeError appeared on CentOS,but not appeared on MacOS or Ubuntu | ```shell
[INFO] Updating/creating assignment 'test': {}
[INFO] Converting notebook /home/itutor/instructor01/assignments/source/./test/test-01.ipynb
[ERROR] There was an error processing assignment: /home/itutor/instructor01/assignments/source/./test
[ERROR] Traceback (most recent call last):
File "/home/itu... | closed | 2018-11-02T07:46:15Z | 2018-12-15T16:40:54Z | https://github.com/jupyter/nbgrader/issues/1042 | [
"question"
] | mqyang56 | 0 |
HumanSignal/labelImg | deep-learning | 445 | Wrong image dimensions in xml file | We found out that sometimes the image dimensions specified in the xml file (width and height) don't correspond to the real dimensions of the image. Sometimes they're off by a few pixels, sometimes by hundreds of pixels. On a large dataset, we found this happening for around 2% of the labeled images.
- **OS: Windows ... | open | 2019-02-20T10:24:21Z | 2019-02-20T10:24:21Z | https://github.com/HumanSignal/labelImg/issues/445 | [] | oscmansan | 0 |
serengil/deepface | machine-learning | 1,098 | Error message on verify function | With relation to #1056,
in 0.0.86 on calling Deepface.verfiy if face is not detected in any image, it throws ValueError with message as `Exception while processing img1_path`
seems to have come post [#1072](https://github.com/serengil/deepface/pull/1072/) merge
| closed | 2024-03-11T10:33:51Z | 2024-03-11T18:49:57Z | https://github.com/serengil/deepface/issues/1098 | [
"question"
] | sanket-valani-tss | 11 |
microsoft/MMdnn | tensorflow | 666 | Incorrect results with converted model [Caffe to Keras] | Platform (like ubuntu 16.04/win10):
Ubuntu 18.04
Python version:
3.6
Source framework with version (like Tensorflow 1.4.1 with GPU):
Caffe, GPU
Destination framework with version (like CNTK 2.3 with GPU):
Keras, GPU
I have a modified GoogLeNet, in which I changed the input structure and the final number of ... | open | 2019-05-31T11:34:14Z | 2019-06-03T09:40:04Z | https://github.com/microsoft/MMdnn/issues/666 | [] | vedantbhatia | 1 |
flairNLP/flair | nlp | 2,648 | RuntimeErro | Hello
when I increase the training datasets I get the following Error, how I can solve the problem?
***************
RuntimeError Traceback (most recent call last)
<ipython-input-16-bb761bddd0eb> in <module>
14 max_epochs=100, # very few epochs of fine-tuning
15... | closed | 2022-02-26T14:00:17Z | 2022-08-01T05:48:22Z | https://github.com/flairNLP/flair/issues/2648 | [
"question",
"wontfix"
] | Astudnew | 2 |
paperless-ngx/paperless-ngx | django | 7,686 | [Documentation] PAPERLESS_GPG_DECRYPTOR in Docs but not in Code | ### Description
`PAPERLESS_GPG_DECRYPTOR` appears in docs but not in code. I think `PAPERLESS_ENABLE_GPG_DECRYPTOR` is meant.
### Steps to reproduce
n/a
### Webserver logs
```bash
n/a
```
### Browser logs
_No response_
### Paperless-ngx version
n/a
### Host OS
n/a
### Installation method
Docker - official... | closed | 2024-09-11T17:32:03Z | 2024-10-12T03:06:08Z | https://github.com/paperless-ngx/paperless-ngx/issues/7686 | [
"documentation"
] | stevenengland | 2 |
hankcs/HanLP | nlp | 777 | 命名实体识别后分词不理想 | <!--
注意事项和版本号必填,否则不回复。若希望尽快得到回复,请按模板认真填写,谢谢合作。
-->
## 注意事项
请确认下列注意事项:
* 我已仔细阅读下列文档,都没有找到答案:
- [首页文档](https://github.com/hankcs/HanLP)
- [wiki](https://github.com/hankcs/HanLP/wiki)
- [常见问题](https://github.com/hankcs/HanLP/wiki/FAQ)
* 我已经通过[Google](https://www.google.com/#newwindow=1&q=HanLP)和[issue区检... | closed | 2018-03-30T09:02:19Z | 2020-01-01T10:50:37Z | https://github.com/hankcs/HanLP/issues/777 | [
"ignored"
] | YannLex | 4 |
Miserlou/Zappa | flask | 1,241 | TraceConfig error when deploying | I keep getting this exact error when using `zappa deploy`:
> Traceback (most recent call last):
File "/home/judah/.local/share/virtualenvs/kpfyes2-l82cPnw3/lib/python2.7/site-packages/zappa/cli.py", line 2610, in handle
sys.exit(cli.handle())
File "/home/judah/.local/share/virtualenvs/kpfyes2-l82cPnw3/lib... | closed | 2017-11-15T17:28:51Z | 2017-11-15T18:01:04Z | https://github.com/Miserlou/Zappa/issues/1241 | [] | judah-caruso | 6 |
modelscope/modelscope | nlp | 967 | modelscope同步huggingface模型库镜像频率高吗 | flux最近更新比较频繁,例如https://huggingface.co/Shakker-Labs这个flux controlnet相关的模型,modelscope上还没有 | closed | 2024-08-29T09:47:06Z | 2024-08-29T10:28:34Z | https://github.com/modelscope/modelscope/issues/967 | [] | zhangvia | 1 |
Colin-b/pytest_httpx | pytest | 127 | Switch from setup.py to a build library | Current solution is deprecated and we need something more future proof | closed | 2023-11-13T19:34:18Z | 2024-02-21T17:57:39Z | https://github.com/Colin-b/pytest_httpx/issues/127 | [
"enhancement",
"good first issue"
] | Colin-b | 1 |
miguelgrinberg/Flask-Migrate | flask | 413 | QUESTION: Not able to rename a Table name. | Whenever I try to rename a table name it actually doesn't run op.rename, but deletes the table and creates a new table.
Now In my case, I don't want my existing data to be gone, I want it to persistent but whenever I just rename the model and run `flask db migrate` and then` flask db upgrade`, I encountered this error... | closed | 2021-06-24T06:01:11Z | 2021-06-25T15:13:44Z | https://github.com/miguelgrinberg/Flask-Migrate/issues/413 | [
"question"
] | aalokrmb | 4 |
liangliangyy/DjangoBlog | django | 151 | 请问 | ./manage.py makemigrations
Traceback (most recent call last):
File "./manage.py", line 22, in <module>
execute_from_command_line(sys.argv)
File "/home/chalaza/anaconda3/lib/python3.6/site-packages/django/core/management/__init__.py", line 371, in execute_from_command_line
utility.execute()
File "/ho... | closed | 2018-08-05T12:10:22Z | 2018-08-06T03:00:00Z | https://github.com/liangliangyy/DjangoBlog/issues/151 | [] | evaloui | 2 |
seleniumbase/SeleniumBase | pytest | 2,427 | Set download folder | How can I define the directory in which the files will be downloaded when interacting with the pages? by default I know it is "downloaded_files" in the current folder, but I want to keep my project folder free of files being downloaded, in fact I would like them to be saved in f'{gettempdir()}/chrome_downloads'. Is thi... | closed | 2024-01-13T18:00:28Z | 2025-03-18T07:45:31Z | https://github.com/seleniumbase/SeleniumBase/issues/2427 | [
"duplicate",
"question"
] | FRIKIdelTO | 8 |
comfyanonymous/ComfyUI | pytorch | 7,142 | No such file or directory: 'I:\\AI\\ComfyUI\\output\\ComfyUI_02638_.png [output]' | ### Expected Behavior
node load image from bug
### Actual Behavior

### Steps to Reproduce
0
### Debug Logs
```powershell
File "I:\AI\ComfyUI\.ext\Lib\site-packages\PIL\Image.py", line 3431, in open
fp = builtins.o... | closed | 2025-03-09T09:38:17Z | 2025-03-11T08:30:26Z | https://github.com/comfyanonymous/ComfyUI/issues/7142 | [
"Potential Bug"
] | bihailantian655 | 3 |
ionelmc/pytest-benchmark | pytest | 181 | Remove 'See calibration_ and FAQ_.' from project summary | It would be awesome if 'See calibration_ and FAQ_.' could be removed from the `description` in `setup.py`.
I could not find a place in which the links would work, but they get shown everywhere, where there is the description of the project, such as on the [project page on pypi](https://pypi.org/project/pytest-benchmar... | closed | 2020-09-29T11:42:49Z | 2020-09-29T19:26:15Z | https://github.com/ionelmc/pytest-benchmark/issues/181 | [] | mcsitter | 3 |
jpadilla/django-rest-framework-jwt | django | 52 | DRF 3.0.1: ImportError: ImportError: cannot import name smart_text. | Hi there, I've just upgraded to the latest Django Rest Framework, and am getting this error...
```
ImportError: Could not import 'rest_framework_jwt.authentication.JSONWebTokenAuthentication' for API setting 'DEFAULT_AUTHENTICATION_CLASSES'. ImportError: cannot import name smart_text.
```
I believe this will happen o... | closed | 2014-12-11T22:06:20Z | 2014-12-11T23:07:59Z | https://github.com/jpadilla/django-rest-framework-jwt/issues/52 | [
"bug"
] | KevinGrahamFoster | 3 |
QuivrHQ/quivr | api | 3,115 | Notion pages upload bug | should trim naming to append extension | closed | 2024-08-30T08:25:58Z | 2024-12-03T16:06:58Z | https://github.com/QuivrHQ/quivr/issues/3115 | [
"bug",
"Stale"
] | linear[bot] | 2 |
amidaware/tacticalrmm | django | 1,819 | URL Actions Permissions / Global Settings Sub-Permissions | **Is your feature request related to a problem? Please describe.**
We are working on technician permissions for a new hire coming onboard soon, and I noticed that he won't be able to view URL Actions without being given the "View Global Settings" permission. We use URL Actions currently just to take control of an agen... | closed | 2024-03-29T19:49:03Z | 2024-04-09T01:10:50Z | https://github.com/amidaware/tacticalrmm/issues/1819 | [
"bug"
] | ZzBombardierzZ | 2 |
opengeos/leafmap | plotly | 160 | Add a toolbar for the plotly backend | Demo

| closed | 2021-12-29T16:05:50Z | 2022-01-03T14:33:10Z | https://github.com/opengeos/leafmap/issues/160 | [
"Feature Request"
] | giswqs | 1 |
viewflow/viewflow | django | 464 | DependentModelSelect and AjaxModelSelect not compatible | I've e ModelViewset
this will work
```
form_widgets = {
'primary_contact': DependentModelSelect(
depends_on='customer',
queryset=lambda customer: customer.contacts
),
}
```
this will also work
```
form_widgets = {
'customer': AjaxModelSelect... | closed | 2024-08-05T06:43:47Z | 2024-08-15T15:13:58Z | https://github.com/viewflow/viewflow/issues/464 | [
"request/bug",
"dev/forms"
] | joff13 | 2 |
TencentARC/GFPGAN | deep-learning | 481 | Favourite picture | Please upload Picture problem solve
| open | 2024-01-02T06:34:55Z | 2024-01-20T17:25:44Z | https://github.com/TencentARC/GFPGAN/issues/481 | [] | nuruddin96031 | 1 |
graphql-python/graphene-django | django | 1,530 | Error debugging | **problem**
The code generated an error, and Graphene Django returned the error through a response, which increased the difficulty of debugging
**django setting**
Directly throwing global settings in the development environment is a good choice
| open | 2024-07-25T06:24:30Z | 2024-07-25T06:24:30Z | https://github.com/graphql-python/graphene-django/issues/1530 | [
"✨enhancement"
] | HuLight | 0 |
huggingface/datasets | machine-learning | 7,363 | ImportError: To support decoding images, please install 'Pillow'. | ### Describe the bug
Following this tutorial locally using a macboko and VSCode: https://huggingface.co/docs/diffusers/en/tutorials/basic_training
This line of code: for i, image in enumerate(dataset[:4]["image"]):
throws: ImportError: To support decoding images, please install 'Pillow'.
Pillow is installed.
###... | open | 2025-01-08T02:22:57Z | 2025-02-07T07:30:33Z | https://github.com/huggingface/datasets/issues/7363 | [] | jamessdixon | 3 |
dynaconf/dynaconf | django | 462 | Regression detected [was] Case insensitive access of structures inside lists | **Describe the bug**
When I access a Box that is stored in a BoxList the access becomes case sensitive. I know about DynaBox, but for some reason the list access returns a vanilla Box and not a DynaBox.
Background: I need to parse more or less complex data from the config (routing stuff) and enrich the data stru... | closed | 2020-10-25T19:31:35Z | 2021-03-08T18:50:18Z | https://github.com/dynaconf/dynaconf/issues/462 | [
"bug",
"enhancement"
] | trallnag | 9 |
OpenInterpreter/open-interpreter | python | 876 | interpreter --os --model local | ### Describe the bug
not working like the interpreter local does
### Reproduce
not sure
### Expected behavior
should work
### Screenshots
_No response_
### Open Interpreter version
.2
### Python version
.01
### Operating System name and version
14
### Additional context
_No response_ | closed | 2024-01-06T10:23:35Z | 2024-04-04T20:58:00Z | https://github.com/OpenInterpreter/open-interpreter/issues/876 | [
"Documentation",
"Enhancement",
"Local Model"
] | jmanhype | 6 |
zappa/Zappa | flask | 892 | [Migrated] Zappa requires ec2:Describe* permissions all of a sudden | Originally from: https://github.com/Miserlou/Zappa/issues/2151 by [m90](https://github.com/m90)
Starting some time tonight (ie. 10.08. to 11.08.) our automated Zappa deployment started failing with the following message:
```
botocore.exceptions.ClientError: An error occurred (AccessDeniedException) when calling th... | closed | 2021-02-20T13:03:25Z | 2022-08-18T12:21:28Z | https://github.com/zappa/Zappa/issues/892 | [] | jneves | 1 |
man-group/arctic | pandas | 178 | ChunkStore - Append not working correctly | Behavior of append is incorrect - should simply append whatever data is in the dataframe to the symbol.
| closed | 2016-07-19T17:10:12Z | 2016-07-20T15:03:20Z | https://github.com/man-group/arctic/issues/178 | [
"bug"
] | bmoscon | 1 |
recommenders-team/recommenders | machine-learning | 1,853 | [FEATURE] Enable secure external execution of tests | ### Description
<!--- Describe your expected feature in detail -->
Since we removed the pull_request_target on GitHub (see #1840), external contributors won't trigger the tests. We need to think in ways of enabling this solution.
### Expected behavior with the suggested feature
<!--- For example: -->
<!--- *Add... | open | 2022-11-17T08:51:26Z | 2024-05-13T14:57:49Z | https://github.com/recommenders-team/recommenders/issues/1853 | [
"enhancement"
] | miguelgfierro | 8 |
Textualize/rich | python | 2,530 | [BUG] Incorrect width calculation with Tamil language | You may find a solution to your problem in the [docs](https://rich.readthedocs.io/en/latest/introduction.html) or [issues](https://github.com/textualize/rich/issues).
**Describe the bug**
When markdown text is written in Tamil, the width calculation is incorrect. This is very easy to see when the text is written ... | closed | 2022-09-19T16:12:43Z | 2022-09-20T11:05:03Z | https://github.com/Textualize/rich/issues/2530 | [
"Needs triage"
] | aroberge | 8 |
databricks/koalas | pandas | 1,579 | Bug import | ERROR: type should be string, got "https://colab.research.google.com/drive/1CmWY3mKhhlnLEy7G9yGAoIMORwrj3T9R?usp=sharing\r\n\r\nimport databricks.koalas as ks\r\n\r\nImportError Traceback (most recent call last)\r\n<ipython-input-20-0376b7c81ae0> in <module>()\r\n----> 1 import databricks.koalas as ks\r\n\r\n6 frames\r\n/content/spark-3.0.0-preview2-bin-hadoop3.2/python/pyspark/sql/utils.py in require_minimum_pyarrow_version()\r\n 175 if LooseVersion(pyarrow.__version__) < LooseVersion(minimum_pyarrow_version):\r\n 176 raise ImportError(\"PyArrow >= %s must be installed; however, \"\r\n--> 177 \"your version was %s.\" % (minimum_pyarrow_version, pyarrow.__version__))\r\n 178 if os.environ.get(\"ARROW_PRE_0_15_IPC_FORMAT\", \"0\") == \"1\":\r\n 179 raise RuntimeError(\"Arrow legacy IPC format is not supported in PySpark, \"\r\n\r\nImportError: PyArrow >= 0.15.1 must be installed; however, your version was 0.14.1.\r\n\r\n---------------------------------------------------------------------------\r\nNOTE: If your import is failing due to a missing package, you can\r\nmanually install dependencies using either !pip or !apt.\r\n\r\nTo view examples of installing some common dependencies, click the\r\n\"Open Examples\" button below.\r\n---------------------------------------------------------------------------" | closed | 2020-06-15T00:56:06Z | 2020-06-16T10:25:46Z | https://github.com/databricks/koalas/issues/1579 | [
"not a koalas issue"
] | JoseRFJuniorLLMs | 1 |
mars-project/mars | numpy | 2,464 | [BUG] Hang when creating mars worker | <!--
Thank you for your contribution!
Please review https://github.com/mars-project/mars/blob/master/CONTRIBUTING.rst before opening an issue.
-->
**Describe the bug**
Error was found in worker log as below, however, the main process is still alive which led to hang.
``` Python
Process MarsActorPool112742891... | closed | 2021-09-17T08:33:13Z | 2021-09-18T13:33:22Z | https://github.com/mars-project/mars/issues/2464 | [
"type: bug",
"mod: deploy"
] | hekaisheng | 0 |
babysor/MockingBird | pytorch | 202 | synthesizer/models/tacotron.Encoder注释错误 | https://github.com/babysor/MockingBird/blob/6c8f3f45150122f38f9b895dfe3940d326a9b0cc/synthesizer/models/tacotron.py#L62-L72
ln:63注释错误
`speaker_embedding`扩展后大小为` (batch_size, num_chars * speaker_embedding_size) `
而不是` (batch_size, num_chars * tts_embed_dims) `
执行`torch.cat((x, e), 2)`后
`x`的大小为`(batch_size, num_ch... | closed | 2021-11-09T03:57:34Z | 2021-11-09T07:54:19Z | https://github.com/babysor/MockingBird/issues/202 | [] | castleKing1997 | 0 |
wkentaro/labelme | deep-learning | 420 | labelme_json_to_dataset and rename the label file | I am going to make a semantic segmentation dataset by myself, but every time i run labelme_json_to_dataset , i will get four file like this:

I have to rename the label.png file when i make the dataset.Can... | closed | 2019-06-19T07:59:15Z | 2022-06-30T15:05:28Z | https://github.com/wkentaro/labelme/issues/420 | [] | Jingchensun | 7 |
keras-team/autokeras | tensorflow | 1,460 | Text classifier has trouble running BERT | ### Bug Description
When I try to run a sample code using the text classifier, there is error in loading the BERT checkpoint from google cloud system
> "UnimplementedError: File system scheme 'gs' not implemented (file: 'gs://cloud-tpu-checkpoints/bert/keras_bert/uncased_L-12_H-768_A-12\vocab.txt')"
complete t... | closed | 2020-12-10T10:22:15Z | 2021-06-10T04:15:26Z | https://github.com/keras-team/autokeras/issues/1460 | [
"wontfix"
] | raghuvarranvh | 10 |
fugue-project/fugue | pandas | 132 | [BUG] The README code does not immediately work | **Minimal Code To Reproduce**
```python
from typing import Iterable, Dict, Any, List
# Creating sample data
data = [
["A", "2020-01-01", 10],
["A", "2020-01-02", None],
["A", "2020-01-03", 30],
["B", "2020-01-01", 20],
["B", "2020-01-02", None],
["B", "2020-01-03", 40]
]
schema =... | closed | 2021-01-08T16:49:03Z | 2021-01-10T02:01:36Z | https://github.com/fugue-project/fugue/issues/132 | [
"documentation",
"good first issue"
] | kvnkho | 2 |
psf/requests | python | 6,070 | Migrate test suite to support Flask>2.0 | As shown in #5846 and #6069, our test suite is now thoroughly broken from Flask 2.0 onwards. We never did a deep dive to understand what caused the breakage and now changes in the underlying modules (markupsafe, werkzeug) are causing further problems. We need to sit down and work out the issue, unblocking upgrading Fla... | closed | 2022-02-19T01:42:34Z | 2024-08-13T00:03:49Z | https://github.com/psf/requests/issues/6070 | [] | nateprewitt | 2 |
ultrafunkamsterdam/undetected-chromedriver | automation | 1,383 | Chromedriver detected when run via SSH, but works well via RDP | Good afternoon, I caught a strange error on Windows Server 2016
I'm trying to parse the site after they installed a new protection and successfully pass the protection using UC if I run the code from under the RDP session, however, when I try to run the same script using SSH, I immediately catch the lock. I am attachi... | closed | 2023-07-06T07:24:12Z | 2023-07-08T15:20:36Z | https://github.com/ultrafunkamsterdam/undetected-chromedriver/issues/1383 | [] | gusd1994 | 5 |
tensorflow/tensor2tensor | machine-learning | 1,010 | Cannot run tensor2tensor directly | ### Description
If I try to run tensor2tensor directly (without using the command line), an exception is thrown at compile time. This is because the tensorflow flag "problem" is defined twice.
This is useful for debugging tensor2tensor (for understanding how it works and for searching for problems).
### Environm... | open | 2018-08-21T13:32:45Z | 2018-08-21T13:39:02Z | https://github.com/tensorflow/tensor2tensor/issues/1010 | [] | ales004 | 1 |
d2l-ai/d2l-en | tensorflow | 1,816 | DEEP LEARNING | closed | 2021-06-26T08:42:47Z | 2021-06-26T21:57:35Z | https://github.com/d2l-ai/d2l-en/issues/1816 | [] | ardey26 | 1 | |
tensorflow/tensor2tensor | deep-learning | 1,783 | Flaky test in evolved_transformer_test.py | ### Description
The test `EvolvedTransformerTest.testSlowVsFastNoInput` in `tensor2tensor/models/evolved_transformer_test.py` fails each time if run in isolation with the following dimensional error:
```python
> self.assertAllClose(slow_res, fast_res) ... | open | 2020-01-21T00:32:18Z | 2020-01-21T00:33:45Z | https://github.com/tensorflow/tensor2tensor/issues/1783 | [] | loopylangur | 0 |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.