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 |
|---|---|---|---|---|---|---|---|---|---|---|---|
rgerum/pylustrator | matplotlib | 59 | ModuleNotFoundError: No module named 'matplotlib.axes._subplots' | ```
(biotite) ddalab@DP7820-WS:Analysis$ python -c 'import pylustrator'
Traceback (most recent call last):
File "<string>", line 1, in <module>
File "/home/ddalab/anaconda3/envs/biotite/lib/python3.11/site-packages/pylustrator/__init__.py", line 22, in <module>
from .QtGuiDrag import initialize as start
... | closed | 2023-02-25T21:24:30Z | 2023-02-27T19:00:58Z | https://github.com/rgerum/pylustrator/issues/59 | [] | hackerzone85 | 2 |
autokey/autokey | automation | 16 | UnicodeEncodeError: autokey-shell, autokey-gtk not starting | couldn't get the gtk version to start after some trouble with the AUR PKGBUILD (i ended up using the instructions from the wiki, i'm not sure if you maintain both) so i tried autokey-shell and produced this stack trace: http://pastebin.com/YpQ0SNJf
| closed | 2016-01-23T09:00:15Z | 2016-11-11T06:33:21Z | https://github.com/autokey/autokey/issues/16 | [] | covercash2 | 1 |
huggingface/datasets | computer-vision | 7,061 | Custom Dataset | Still Raise Error while handling errors in _generate_examples | ### Describe the bug
I follow this [example](https://discuss.huggingface.co/t/error-handling-in-iterabledataset/72827/3) to handle errors in custom dataset. I am writing a dataset script which read jsonl files and i need to handle errors and continue reading files without raising exception and exit the execution.
`... | open | 2024-07-22T21:18:12Z | 2024-09-09T14:48:07Z | https://github.com/huggingface/datasets/issues/7061 | [] | hahmad2008 | 0 |
serengil/deepface | machine-learning | 1,086 | AttributeError: 'KerasHistory' object has no attribute 'layer' | I am running the following code but it keeps telling me that AttributeError: 'KerasHistory' object has no attribute 'layer', are there anything i can use to fix this issue.
this is the code:
TF_ENABLE_ONEDNN_OPTS=0
import cv2
import pandas as pd
import keras
from deepface import DeepFace as df
cap = cv2.Video... | closed | 2024-03-10T09:54:33Z | 2024-03-10T13:48:09Z | https://github.com/serengil/deepface/issues/1086 | [
"dependencies"
] | FabioCanavarro | 10 |
healthchecks/healthchecks | django | 592 | Telegram Channel Support | Now the telegram bot can only send messages to users or groups, but I want to post the message to the channel. | closed | 2021-12-23T02:23:50Z | 2021-12-29T18:40:49Z | https://github.com/healthchecks/healthchecks/issues/592 | [] | AuroraDysis | 2 |
ckan/ckan | api | 8,126 | Editor User Permissions Issue: Dataset Created but 404 Response (API) | ## CKAN version
2.10.4
## Describe the bug
I am encountering a 404 error when attempting to create a new dataset using an editor user account. The dataset is created successfully, but the response code indicates the resource cannot be found. This issue does not occur when using a sysadmin account (API token).
... | open | 2024-03-20T10:54:04Z | 2024-06-02T22:00:37Z | https://github.com/ckan/ckan/issues/8126 | [] | flaviofrancisco | 3 |
slackapi/bolt-python | fastapi | 1,229 | How is the "app_installed_team_id" in a slack request payload set? | I have a question about how app_installed_team_id is set in the slack request payload.
According to the source code mentioned here, [https://github.com/slackapi/bolt-python/blob/v1.20.1/slack_bolt/request/internals.py#L90](https://github.com/slackapi/bolt-python/blob/v1.20.1/slack_bolt/request/internals.py#L90), the... | closed | 2024-12-18T22:35:33Z | 2025-01-10T01:52:38Z | https://github.com/slackapi/bolt-python/issues/1229 | [
"question"
] | RubberDuckyToyFactory | 3 |
Yorko/mlcourse.ai | matplotlib | 789 | AI Agent ไธญๆๆๆฏไบคๆต็พค |  | open | 2025-03-10T14:19:29Z | 2025-03-14T06:57:00Z | https://github.com/Yorko/mlcourse.ai/issues/789 | [] | aiqubits | 0 |
deezer/spleeter | tensorflow | 128 | [Discussion] anyway to change bitrate of the output files? | Whenever I use songs from the base FLAC/WAV, no matter what, the stems always come out as a really low bit rate. I've tried messing with a few config files and as far as I know there's no command to change it. Would there be a specific way/file to modify to do this?
| closed | 2019-11-23T05:42:19Z | 2019-11-25T14:15:50Z | https://github.com/deezer/spleeter/issues/128 | [
"question",
"RTMP"
] | Waffled-II | 1 |
ultralytics/ultralytics | deep-learning | 19,793 | The recall is very low. How can it be improved? | ### Search before asking
- [x] I have searched the Ultralytics YOLO [issues](https://github.com/ultralytics/ultralytics/issues) and [discussions](https://github.com/orgs/ultralytics/discussions) and found no similar questions.
### Question
I am using the YOLOv11l model for training on a detection dataset. The curre... | open | 2025-03-20T06:55:07Z | 2025-03-20T20:55:54Z | https://github.com/ultralytics/ultralytics/issues/19793 | [
"question",
"detect"
] | LiangYong1216 | 4 |
vitalik/django-ninja | rest-api | 511 | [BUG] | I had trouble to use Ninja Forms, the form is not working with the PUT method, but only POST
```py
@router.post("/profile/edit", response={200: dict, 400: dict})
def edit_profile(request: Request, profile: EditProfileSchema = Form(...)):
print(profile.dict())
```
result:
`{'username': 'test', 'fullname':... | closed | 2022-07-22T00:31:45Z | 2022-09-08T15:02:08Z | https://github.com/vitalik/django-ninja/issues/511 | [] | RiccardoCherchi | 2 |
zappa/Zappa | flask | 1,351 | Scheduled function truncated at 63 characters and fails to invoke | if I have a scheduled function with a name longer than 63 characters, then the name will be truncated in the CloudWatch event name/ARN:
```
{
"production": {
...
"events": [{
"function": "my_module.my_submodule.my_really_long_and_descriptive_function_name",
"expressions"... | closed | 2024-09-18T11:18:37Z | 2024-09-30T07:31:03Z | https://github.com/zappa/Zappa/issues/1351 | [
"duplicate"
] | eviltwin | 2 |
xonsh/xonsh | data-science | 5,753 | Inconsisted quoting behavior on Windows vs. macOS | ## Current Behavior
<!---
For general xonsh issues, please try to replicate the failure using `xonsh --no-rc --no-env`.
Short, reproducible code snippets are highly appreciated.
You can use `$XONSH_SHOW_TRACEBACK=1`, `$XONSH_TRACE_SUBPROC=2`, or `$XONSH_DEBUG=1`
to collect more information about the failure.
-->
... | open | 2024-12-16T17:14:03Z | 2025-01-18T19:38:35Z | https://github.com/xonsh/xonsh/issues/5753 | [
"windows",
"command-substitution",
"argparse",
"to-close-in-the-future",
"edge-case"
] | auneri | 8 |
horovod/horovod | tensorflow | 3,504 | hvd.DistributedOptimizer gradient accumulation doesn't clean up infinite gradient correctly | **Environment:**
1. Framework: (TensorFlow, Keras, PyTorch, MXNet) Keras
2. Framework version: 2.4
3. Horovod version: 2.3
4. MPI version:
5. CUDA version:
6. NCCL version:
7. Python version:
8. Spark / PySpark version:
9. Ray version:
10. OS and version:
11. GCC version:
12. CMake version:
**Checklist... | closed | 2022-04-06T05:12:54Z | 2022-04-15T17:39:00Z | https://github.com/horovod/horovod/issues/3504 | [
"bug"
] | yundai424 | 0 |
wkentaro/labelme | computer-vision | 527 | Instance segmentation not working | SegmentationObjectPNG and SegmentationClassPNG have same type of images and not showing different colors for different instances.
<img src=https://user-images.githubusercontent.com/55757328/71172201-9db37500-2285-11ea-9758-e8decca2be09.png width=30% > <img src=https://user-images.githubusercontent.com/55757328/7117220... | closed | 2019-12-19T12:03:40Z | 2020-03-15T00:00:21Z | https://github.com/wkentaro/labelme/issues/527 | [] | aditya-krish | 2 |
horovod/horovod | tensorflow | 3,535 | Distributed validation with Keras and Tensorflow | **Is your feature request related to a problem? Please describe.**
Referring to the Keras+Tensorflow example at https://github.com/horovod/horovod/blob/master/examples/tensorflow2/tensorflow2_keras_mnist.py, I'm considering distinct training and validation datasets by expanding l42 as follows:
```
train_dataset = tr... | open | 2022-05-04T12:18:14Z | 2022-05-04T12:18:14Z | https://github.com/horovod/horovod/issues/3535 | [
"enhancement"
] | pbruneau | 0 |
CTFd/CTFd | flask | 2,667 | Undeclared variable link in media library | **Environment**:
- CTFd Version/Commit: bbf1ffc7aa7ce6c505f8cb6c9afd2da0ddd1c609
- Operating System: Linux (docker)
- Web Browser and Version: Firefox 132 & Chrome 123
**What happened?**
In the page editor, I am unable to insert a media link.
In the console, it throws an error which indicates that the `link` ... | closed | 2024-11-25T19:05:44Z | 2024-11-25T20:52:39Z | https://github.com/CTFd/CTFd/issues/2667 | [] | adam-lebon | 1 |
holoviz/panel | plotly | 7,689 | AttributeError when attempting to add PyComponent to column in FastListTemplate main/modal |
### ALL software version info
<details>
<summary>Software Version Info</summary>
```plaintext
Python == 3.11.11 (but it also happens on lesser versions, such as 3.10 -- not sure for higher versions))
panel==1.6.0 (but it also happens on lesser versions)
bokeh==3.6.3
param==2.2.0
```
</details>
### Description... | open | 2025-02-06T20:04:24Z | 2025-03-11T14:33:24Z | https://github.com/holoviz/panel/issues/7689 | [] | 14lclark | 0 |
microsoft/qlib | machine-learning | 1,619 | dump_bin.py dump_allๆถ๏ผไธช่กไธบไฝ่ฆ้็จๆฅๅ็็ดขๅผ๏ผๅฏผ่ดๅ็ๆฅๆ ๆฐๆฎ็่ฎฐๅฝ | ๅจdump_bin.py dump_all็้ป่พไธญ๏ผไผๅฐไธช่ก็็ดขๅผ้็จๆฅๅ็็ดขๅผ๏ผๅฆไธใ่ฟๅฏผ่ดbinๆฐๆฎไธญไธช่กๅ็ๆฅๅบ็ฐๆ ไปทๆ ผ๏ผๆ ๆไบค้็่ฎฐๅฝ๏ผไพๅฆsz000001ไธญๅฝๅนณๅฎๅจ2014-7-15ๆฅๅ็๏ผไฝbinๆฐๆฎไธญไป็ถๅบ็ฐไธๆก็ฉบ่ฎฐๅฝ๏ผๅชๆๆฅๆ๏ผๅ
ถไปๅญๆฎต้ฝๆฏ็ฉบใ
ๆ็้ฎ้ขๆฏ๏ผ่ฟๆ ทๅค็ๅฏนไธๅฏน๏ผ่ฟ็งๆฒกๆไปทๆ ผ็่ฎฐๅฝไผๅไธ่ฎญ็ปๅ๏ผๆไธชไบบ็ๆ่งๆฏๅ็ๆฅbinไธญไธๅบ่ฏฅๅญๅจ็ธๅ
ณ่ฎฐๅฝใ
def data_merge_calendar(self, df: pd.DataFrame, calendars_list: List[pd.Timestamp]) -> pd.DataFrame:
# calendars
... | closed | 2023-08-04T10:03:05Z | 2023-11-12T00:06:41Z | https://github.com/microsoft/qlib/issues/1619 | [
"question",
"stale"
] | quant2008 | 2 |
graphistry/pygraphistry | jupyter | 210 | [DOCS] requirements | An explicit hw/sw requirements doc may help. It can cover only the Python client side, and defer viz client + GPU server discussion to https://github.com/graphistry/graphistry-cli/blob/master/hardware-software.md .
Would help w/ issues like https://github.com/graphistry/pygraphistry/issues/203
README.md is quite... | open | 2021-02-08T17:18:50Z | 2021-02-08T17:21:27Z | https://github.com/graphistry/pygraphistry/issues/210 | [
"docs"
] | lmeyerov | 0 |
browser-use/browser-use | python | 169 | Streamlit error while using Browesr-use | How do develop streamlit app using Browser-use? I am using simple code as below:
import os
import sys
import asyncio
from langchain_openai import ChatOpenAI
from browser_use import Agent
import streamlit as st
os.environ['SSL_CERT_FILE'] = 'C:\\Users\\RSPRASAD\\AppData\\Local\\.certifi\\cacert.pe... | closed | 2025-01-06T19:02:08Z | 2025-03-12T10:01:51Z | https://github.com/browser-use/browser-use/issues/169 | [] | ravi6389 | 1 |
darrenburns/posting | rest-api | 188 | customize font family | 1. is there any way to use own font family in posting by changing the .scss file? is this restricted by textual for now?
2. ~~also not sure about the render code of $surface-darken-1 and $surface-lighten-1~~
Can you shed a light for these questions?
After check the textual api, i got answer of question<2>, but reall... | closed | 2025-02-15T09:07:07Z | 2025-02-16T09:15:17Z | https://github.com/darrenburns/posting/issues/188 | [] | zeyutt | 1 |
2noise/ChatTTS | python | 265 | ็ๆ่ฏญ้ณ่ดจ้ไธ้๏ผไฝ้ๅบฆๅคชๆ
ข ๆฒกๆณ็จ | OS: MX x86_64
Host: Z390 AORUS ELITE
Kernel: 6.8.12-1-liquorix-amd64
CPU: Intel i7-9700K (8) @ 3.601GHz
GPU: NVIDIA GeForce RTX 3090
Memory: 10768MiB / 64230MiB
Cuda 11.8
็ๆ12็ง็่ฏญ้ณ ้่ฆ120็งไปฅไธ๏ผ ๆฏไธๆฏๆๅช้่ฎพ็ฝฎ็ไธๅฏน๏ผ
 | Per [ Showing intermediary redirect responses](https://httpie.org/doc#showing-intermediary-redirect-responses) documentation I should be able to follow redirects. However with the latest httpie on Ubuntu (Ubuntu bash on Windows 10), this doesn't work. On running:
`http --follow --all httpbin.org/redirect/3`
I ge... | closed | 2018-04-27T05:44:35Z | 2018-07-11T12:21:49Z | https://github.com/httpie/cli/issues/674 | [] | viper25 | 1 |
BeastByteAI/scikit-llm | scikit-learn | 30 | Sentiment | Having Sentiment.py in https://github.com/iryna-kondr/scikit-llm/tree/main/skllm/datasets. would it be needed and essential ? @iryna-kondr @Nadav-Barak | closed | 2023-06-05T23:05:39Z | 2023-06-05T23:18:42Z | https://github.com/BeastByteAI/scikit-llm/issues/30 | [] | Adesoji1 | 0 |
sammchardy/python-binance | api | 618 | Cryptos lack of Ranking number | Dear All,
I have looked to get the Ranking number of any given symbol such as "BTC" 1 "ETH" 2.
However, either API does not have such a function or it is not documented.
Thanks. | open | 2020-11-22T11:52:47Z | 2020-11-23T10:06:43Z | https://github.com/sammchardy/python-binance/issues/618 | [] | mmaxus35 | 3 |
frol/flask-restplus-server-example | rest-api | 42 | Trouble distinguishing flask-marshmallow problems from embedded hack | Hi -
Thanks for a GREAT example! I am trying use it as the starting point for a small service I am writing. I do not seem to be able to get the custom validators and or pre and post request processing to work. However, I am not well versed in Marshmallow, so do not know if they are my problems or problems with ... | closed | 2016-12-21T14:11:35Z | 2017-01-11T08:27:07Z | https://github.com/frol/flask-restplus-server-example/issues/42 | [] | joshStillerman | 4 |
stanfordnlp/stanza | nlp | 1,294 | Tokenizer doesn't respect combined_electra-large's max_length | **Describe the bug**
When parsing a long text using the latest "combined_electra-large" model, I get the error:
```
Token indices sequence length is longer than the specified maximum sequence length for this
model (630 > 512). Running this sequence through the model will result in indexing errors
Exception in th... | open | 2023-10-09T03:26:15Z | 2024-05-24T15:23:12Z | https://github.com/stanfordnlp/stanza/issues/1294 | [
"bug"
] | rmalouf | 9 |
allenai/allennlp | nlp | 5,262 | allennlp.common.checks.ConfigurationError: | allennlp.common.checks.ConfigurationError: from_params was passed a `params` object that was not a `Params`. This probably indicates malformed parameters in a configuration file, where something that should have been a dictionary was actually a list, or something else. This happened when constructing an object of type ... | closed | 2021-06-15T09:17:00Z | 2021-06-29T16:14:26Z | https://github.com/allenai/allennlp/issues/5262 | [
"question",
"stale"
] | vicky-abr | 2 |
microsoft/nni | tensorflow | 5,064 | nni cannot use tensorboard | When I use NNI to conduct hyperparameter searching, I cannot use tensorboard.
As I selected the experiment and click tensorboard button, it will quickly pop up a python window (fig.1), and then the tensorboard page shows error (fig.2).
for the path in trail source code, I use
log_dir = os.path.join(os.environ["NN... | closed | 2022-08-12T09:48:59Z | 2023-05-12T02:34:38Z | https://github.com/microsoft/nni/issues/5064 | [
"bug",
"user raised",
"support",
"tensorboard"
] | cehw | 2 |
albumentations-team/albumentations | machine-learning | 1,568 | PadIfNeeded doesn't serialize position parameter | ## ๐ Bug
The `PadIfNeeded` transform doesn't serialize the position parameter.
## To Reproduce
Steps to reproduce the behavior:
```python
import albumentations as A
transform = A.PadIfNeeded(min_height=512, min_width=512, p=1, border_mode=0, value=[124, 116, 104], position="top_left")
transform.to_dict(... | closed | 2024-03-06T22:11:21Z | 2024-03-09T02:28:49Z | https://github.com/albumentations-team/albumentations/issues/1568 | [
"bug",
"good first issue"
] | margilt | 2 |
supabase/supabase-py | fastapi | 464 | Handling the Password Reset for a user by Supabase itself. | **Is your feature request related to a problem? Please describe.**
The function `supabase.auth.reset_password_email(email)` only sends a reset mail to the particular email address mentioned, but not actually handles the password reset of that account, unlike firebase. This function `reset_password_email()` should not ... | closed | 2023-06-14T11:37:08Z | 2023-06-14T14:47:43Z | https://github.com/supabase/supabase-py/issues/464 | [] | MBSA-INFINITY | 2 |
hpcaitech/ColossalAI | deep-learning | 5,391 | [BUG]: Wrong import in ColossalAuto's meta_registry/binary_elementwise_ops.py | ### ๐ Describe the bug
# Problem description
The file `colossalai/auto_parallel/meta_profiler/meta_registry/binary_elementwise_ops.py` contains the following line:
```python
from ..constants import BCAST_FUNC_OP
```
However, the file `colossalai/auto_parallel/meta_profiler/constants.py` which this import ... | closed | 2024-02-20T06:29:51Z | 2024-02-20T11:24:45Z | https://github.com/hpcaitech/ColossalAI/issues/5391 | [
"bug"
] | stephankoe | 0 |
mars-project/mars | numpy | 2,560 | Reduction over different columns of a single DataFrame can be merged | When calculating series aggregations like `execute(df.a.sum(),df.b.mean())`, aggregations over different columns can be merged as `df.agg({'a': 'sum', 'b': 'mean'})`. An optimizer can be added to reduce num of subtasks. | open | 2021-10-28T08:55:47Z | 2021-10-28T08:56:50Z | https://github.com/mars-project/mars/issues/2560 | [
"type: enhancement",
"mod: dataframe"
] | wjsi | 0 |
pennersr/django-allauth | django | 3,375 | SAML and OIDC organization sso | I'm happy to see the recent commits of SAML into main, and the implementation appears great to me. I intend to put the main branch into my staging environment to test, give feedback, and contribute if that proves useful. I do have a couple questions, if you have the opportunity to answer:
1. How can I best assist yo... | closed | 2023-08-09T22:02:57Z | 2023-08-10T07:52:23Z | https://github.com/pennersr/django-allauth/issues/3375 | [] | ryanhiebert | 1 |
scikit-learn/scikit-learn | machine-learning | 30,425 | Make sklearn.neighbors algorithms treat all samples as neighbors when `n_neighbors is None`/`radius is None` | ### Describe the workflow you want to enable
The proposed feature is that algorithms in `sklearn.neighbors`, when created with parameter `n_neighbors is None` or `radius is None`, treat all samples used for fitting (or all samples to which distances are `'precomputed'`) as neighbors of every sample for which predict... | closed | 2024-12-07T13:29:05Z | 2024-12-19T14:02:54Z | https://github.com/scikit-learn/scikit-learn/issues/30425 | [
"New Feature"
] | asrelo | 3 |
miguelgrinberg/python-socketio | asyncio | 351 | wss://url:port is not an accepted origin. | Recently I've started to see the following error when connecting using the `socket.io-client-swift`. Connecting using `socket.io-client-java` works fine.
```
wss://myip:port is not an accepted origin.
```
Using:
```
Name: Flask-SocketIO
Version: 4.2.1
---
Name: python-engineio
Version: 3.9.3
``` | closed | 2019-09-10T21:23:46Z | 2019-11-17T19:11:33Z | https://github.com/miguelgrinberg/python-socketio/issues/351 | [
"question"
] | ffleandro | 1 |
OpenVisualCloud/CDN-Transcode-Sample | dash | 33 | ffplay and VLC can't play x265 clips with HTTP which is generated in xcode server | **Describe the bug**
Using 1 xcode server + 1 cdn server to do H264/MPEG2 transcoding to x265, the transcoding is ok and the output file index.m3u8 or index.mpd is also generated with normal size, but while using ffplay or VLC to play the x265 clips with HLS or DASH, there will be no output in screen and error log is ... | closed | 2019-04-28T02:28:49Z | 2019-05-30T08:37:36Z | https://github.com/OpenVisualCloud/CDN-Transcode-Sample/issues/33 | [] | liweki | 1 |
BeanieODM/beanie | pydantic | 1,110 | [BUG] ODM model can't get datetime timezone | **Describe the bug**
When saving and loading datetime type information using ODM, timezone information disappears.
**To Reproduce**
- model
```python
class TestDocs(Document, extra="allow", populate_by_name=True):
id: Indexed(str) = Field(..., alias="_id") # type: ignore
created: Optional[datetime] = None
modified: O... | closed | 2025-01-21T05:25:29Z | 2025-02-26T21:38:03Z | https://github.com/BeanieODM/beanie/issues/1110 | [] | DotJM | 3 |
microsoft/nni | tensorflow | 4,938 | when I run quantization_speedup.py in /examples/tutorials, get erros like this: | IndexError Traceback (most recent call last)
/home/chenwz/code/pycharm/test2.ipynb Cell 6' in <cell line: 4>()
[2](vscode-notebook-cell://ssh-remote%2Bchenwz/home/chenwz/code/pycharm/test2.ipynb#ch0000005vscode-remote?line=1) input_shape = (32, 1, 28, 28)
[3](vscode-noteboo... | open | 2022-06-15T03:37:15Z | 2022-07-15T06:58:24Z | https://github.com/microsoft/nni/issues/4938 | [
"bug",
"quantize"
] | Shining-Tears | 4 |
waditu/tushare | pandas | 1,006 | ๅปบ่ฎฎๅขๅ ๆช้ขๆฐๆฎ่ทๅๅ่ฝ | ็ฎๅๅช็ๅฐdaily_basic()ๆ้จๅๅ่ฝ๏ผไฝๆฏไธฅ้ไธๅ
จใๅปบ่ฎฎๅขๅ ไธ้จ็ๆช้ขๆฐๆฎ่ทๅๅ่ฝ๏ผ่พๅ
ฅๅๆฐๅฏไปฅๅ
ๆฌ๏ผ่ก็ฅจไปฃ็ list๏ผไบคๆๆฅๆ๏ผๆช้ขๆฐๆฎๅฆk็บฟๆฐๆฎใ่ดขๅกๆๆ ็ญ๏ผใ็ฑปไผผwind็wss()ใ
ๅปบ่ฎฎid๏ผpbzysb@163.com | open | 2019-04-12T06:22:56Z | 2019-04-13T11:53:12Z | https://github.com/waditu/tushare/issues/1006 | [] | acehwong | 1 |
microsoft/unilm | nlp | 711 | UniLM v2 checkpoint | **Describe**
I would like to try out the UniLM v2 model but am unable to find it. Is the checkpoint available (here or from HuggingFace)? Thank you! | closed | 2022-05-09T18:40:51Z | 2022-05-10T13:40:29Z | https://github.com/microsoft/unilm/issues/711 | [] | natuan | 2 |
pyeve/eve | flask | 697 | patch_internal with USRA complains about missing items in a list with data_relation set | This is on 0.5.3.
I'm trying to use patch_internal to maintain a list of "invites" for a given "event". Suppose the "event" belongs to User 1, and it contains a list (named "inviteIds") referencing "invites" 1, 2, and 3 belonging to Users 1, 2 and 3 - respectively with USRA.
Since User 1 has no direct access to the ... | closed | 2015-09-02T01:41:57Z | 2018-05-18T18:19:27Z | https://github.com/pyeve/eve/issues/697 | [
"stale"
] | kenmaca | 1 |
deezer/spleeter | tensorflow | 404 | [Discussion] Will higher cpu cores and ram speed up spleeter? | <!-- Please respect the title [Discussion] tag. -->
I currently have a quad core with 8gb ram and it gets stuck with spleeter. Will using for example an 8 core cpu with 16gb ram make it faster or it wont make a difference? | closed | 2020-05-29T04:20:18Z | 2020-06-06T14:26:12Z | https://github.com/deezer/spleeter/issues/404 | [
"question"
] | Scylla2020 | 7 |
vitalik/django-ninja | django | 549 | Whether django-ninja has a caching mechanism, and whether django's cache configuration is valid for ninja. | Whether django-ninja has a caching mechanism, and whether django's cache configuration is valid for ninja. | open | 2022-09-01T09:34:43Z | 2024-07-03T06:21:18Z | https://github.com/vitalik/django-ninja/issues/549 | [] | ddzyx | 5 |
google-research/bert | tensorflow | 815 | Will BERT learn from ERNIE 2.0? | ERNIE 2.0 is a new state of the art language model that has a major innovation:
Continual learning.
I hope researchers take the great ideas from others instead of working in isolation.
So will BERT 2.0 take the good ideas from ERNIE 2.0 and implement continual leaning ?
https://www.infoq.com/news/2019/08/Baidu-Op... | open | 2019-08-21T01:11:40Z | 2019-08-21T01:11:40Z | https://github.com/google-research/bert/issues/815 | [] | LifeIsStrange | 0 |
paperless-ngx/paperless-ngx | django | 7,809 | [BUG] Cannot access bottom items on left pane | ### Description
I cannot access the bottom items on left pane (dashboard, documents, saved views, manage...). Moving the mouse circle only moves the center part with documents.
### Steps to reproduce
1. Open Paperless on any view.
2. Move mouse over the left pane.
3. Try to move the mouse wheel to access not visib... | closed | 2024-09-30T15:30:45Z | 2024-10-31T03:10:36Z | https://github.com/paperless-ngx/paperless-ngx/issues/7809 | [
"duplicate"
] | akumiszcza | 2 |
postmanlabs/httpbin | api | 411 | /status/100 will crash | Going to http://httpbin.org/status/100 with show a Heroku error page. | closed | 2017-12-11T16:38:27Z | 2018-04-26T17:51:16Z | https://github.com/postmanlabs/httpbin/issues/411 | [] | ROMTypo | 1 |
fastapi-users/fastapi-users | asyncio | 102 | Dependabot can't resolve your Python dependency files | Dependabot can't resolve your Python dependency files.
As a result, Dependabot couldn't update your dependencies.
The error Dependabot encountered was:
```
ERROR: ERROR: Could not find a version that matches pymdown-extensions<6.3,>=6.2,>=6.3
Tried: 1.0.0, 1.0.0, 1.0.1, 1.0.1, 1.1, 1.1, 1.2, 1.2, 1.3, 1.3, 1.4, 1.4,... | closed | 2020-02-10T04:50:47Z | 2020-02-11T04:50:40Z | https://github.com/fastapi-users/fastapi-users/issues/102 | [] | dependabot-preview[bot] | 0 |
deezer/spleeter | deep-learning | 198 | Error when freezing model | <!-- PLEASE READ THIS CAREFULLY :
- Any issue which does not respect following template or lack of information will be considered as invalid and automatically closed
- First check FAQ from wiki to see if your problem is not already known
-->
## Description
gives error when I'm trying to freez model
<!-- Giv... | closed | 2019-12-26T09:09:03Z | 2020-01-27T16:46:01Z | https://github.com/deezer/spleeter/issues/198 | [
"bug",
"invalid",
"model",
"training"
] | waqasakram117 | 1 |
opengeos/streamlit-geospatial | streamlit | 90 | Can't open app | closed | 2022-10-26T04:16:57Z | 2022-10-29T17:04:42Z | https://github.com/opengeos/streamlit-geospatial/issues/90 | [] | haizhupan | 0 | |
sherlock-project/sherlock | python | 2,434 | False positive for: (several websites) | ### Additional info
Consistent:
- Cults3D
- GNOME VCS
- LibraryThing
- Mydramalist
- NationStates Nation
- NationStates Region
- ProductHunt
Inconsistent:
- AllMyLinks (4/10)
- Twitter/X (4/10)
- HackerEarth (6/10)
- TorrentGalaxy (2/10)
- Reddit (2/10)
Usernames tried:
- [own username]
- extremelymostlyfake
- mostl... | open | 2025-03-15T00:05:54Z | 2025-03-15T00:05:54Z | https://github.com/sherlock-project/sherlock/issues/2434 | [
"false positive"
] | forestbitter | 0 |
OFA-Sys/Chinese-CLIP | computer-vision | 31 | ๆฏๅฆๅฏไปฅไฝไธบstable diffusion็text encoder? | ๅฐ่ฏๅฐChinese CLIPไฝไธบstable diffusion็text encoder๏ผไฝๆฏไธ็ด็ๆ็บฏ้ปๅพๅ๏ผๅฎๅ
จๆฃๆฅๅทฒ็ปๅ
ณ้ญ๏ผ๏ผๆๆณ้ฎไธๆฏๅฆๅฏไปฅไฝไธบsd็text encoderๅข๏ผๅฎๆนๆฏๅฆๅ่ฟๆต่ฏใ | open | 2022-12-13T10:42:05Z | 2024-08-15T07:44:32Z | https://github.com/OFA-Sys/Chinese-CLIP/issues/31 | [] | zhaop-l | 9 |
jumpserver/jumpserver | django | 14,341 | [Question] ๆฌๅฐ็จๅบไบๆบ็ ๅฏๅจ็jumpserver core็ปไปถ๏ผ้ป่ฎค็จๆทๆ ๆณ็ป้ | ### Product Version
v4.20
### Product Edition
- [X] Community Edition
- [ ] Enterprise Edition
- [ ] Enterprise Trial Edition
### Installation Method
- [ ] Online Installation (One-click command installation)
- [ ] Offline Package Installation
- [ ] All-in-One
- [ ] 1Panel
- [ ] Kubernetes
- [ ] Source Code
### E... | closed | 2024-10-22T08:32:52Z | 2024-11-28T08:30:06Z | https://github.com/jumpserver/jumpserver/issues/14341 | [
"๐ค Question"
] | yxxchange | 1 |
TarrySingh/Artificial-Intelligence-Deep-Learning-Machine-Learning-Tutorials | matplotlib | 11 | The Jupyter Notebooks Links are not found | the following links from
Theano to Keras Models
Not found
- http://nbviewer.jupyter.org/github/leriomaggio/deep-learning-keras-tensorflow/blob/master/1.2%20Introduction%20-%20Theano.ipynb
- http://nbviewer.jupyter.org/github/leriomaggio/deep-learning-keras-tensorflow/blob/master/1.3%20Introduction%20-%20Ke... | open | 2018-11-17T08:17:16Z | 2018-11-17T08:26:59Z | https://github.com/TarrySingh/Artificial-Intelligence-Deep-Learning-Machine-Learning-Tutorials/issues/11 | [] | navidalvee | 0 |
dynaconf/dynaconf | fastapi | 640 | Migrate to Github Actions | Move from Azure Pipelines to Github Actions
- Keep the same job matrix
- Move the tag/release process to GHA | closed | 2021-08-12T23:35:54Z | 2021-09-08T18:16:27Z | https://github.com/dynaconf/dynaconf/issues/640 | [
"Not a Bug",
"RFC",
"HIGH"
] | rochacbruno | 0 |
mljar/mljar-supervised | scikit-learn | 739 | error in docker installation | ```
> [15/25] RUN pip install mljar-supervised:
#0 0.914 Collecting mljar-supervised
#0 0.926 Downloading mljar-supervised-1.1.9.tar.gz (127 kB) ... | closed | 2024-07-29T07:24:09Z | 2024-09-25T07:46:28Z | https://github.com/mljar/mljar-supervised/issues/739 | [] | pplonski | 1 |
ultralytics/yolov5 | machine-learning | 13,036 | ๐ Feature Request: Simplified Method for Changing Label Names in YOLOv5 Model | ### Search before asking
- [X] I have searched the YOLOv5 [issues](https://github.com/ultralytics/yolov5/issues) and found no similar feature requests.
### Description
Background
Many users have reported issues with misspelled label names in their trained YOLOv5 models. Often, they are unaware of how to u... | closed | 2024-05-21T10:04:31Z | 2024-10-20T19:46:32Z | https://github.com/ultralytics/yolov5/issues/13036 | [
"enhancement",
"Stale"
] | osalhi-kali | 3 |
amidaware/tacticalrmm | django | 1,522 | internal server error 500 - conversion between UTF8 and SQL_ASCII is not supported | **Server Info (please complete the following information):**
- OS: [Ubuntu 20.04, Debian 10, Debian 11]
- Browser: [chrome, edge]
- RMM Version (0.15.11): latest
**Installation Method:** - [ ] Standard
**Agent Info (please complete the following information):**
- Agent version (2.4.8):
- Agent OS: [Win 11... | open | 2023-05-27T12:18:42Z | 2023-05-28T15:14:45Z | https://github.com/amidaware/tacticalrmm/issues/1522 | [] | gogo0618 | 5 |
mwaskom/seaborn | pandas | 3,338 | Is there a way to set tick label rotations using the objects interface? | In the new objects interface, is there a way to set, say, the xticklabel rotation? I read the [seaborn.objects.Plot.theme](https://seaborn.pydata.org/generated/seaborn.objects.Plot.theme.html#) and am not sure if it belongs here and is not implemented yet. Thank you. | closed | 2023-04-24T06:14:38Z | 2023-04-25T21:39:44Z | https://github.com/mwaskom/seaborn/issues/3338 | [] | frfeng | 3 |
jupyter-incubator/sparkmagic | jupyter | 744 | [BUG] Executing pyspark notebook cells with magics in Intellij PyCharm would fail | **Describe the bug**
While this may be due to PyCharm's auto-insertion of leading blank line for every cell, we should note that the regular python kernel wouldn't suffer from the same. So the pyspark kernel may be too restrictive on some execution environment?
See https://youtrack.jetbrains.com/issue/PY-52486
... | open | 2022-01-12T00:16:42Z | 2022-01-12T00:16:42Z | https://github.com/jupyter-incubator/sparkmagic/issues/744 | [] | winston-zillow | 0 |
RobertCraigie/prisma-client-py | asyncio | 370 | Potentially unnecessary binary files on generate | ## Bug description
In a basic Docker container:
```
FROM python:3.8
WORKDIR /app
COPY requirements.txt requirements.txt
RUN pip3 install -r requirements.txt
COPY schema.prisma schema.prisma
RUN prisma generate
COPY . .
CMD ["python3", "main.py"]
```
I was inspecting the Docker container file size using ... | closed | 2022-04-22T07:10:40Z | 2022-12-03T17:03:44Z | https://github.com/RobertCraigie/prisma-client-py/issues/370 | [
"kind/improvement",
"level/advanced",
"priority/medium",
"topic: binaries"
] | danfang | 1 |
JaidedAI/EasyOCR | deep-learning | 835 | Variable length images | Can we train EasyOCR on variable length images? | open | 2022-08-27T14:38:22Z | 2022-08-28T09:20:06Z | https://github.com/JaidedAI/EasyOCR/issues/835 | [] | sameearif88 | 2 |
pytest-dev/pytest-django | pytest | 1,073 | django.db.utils.OperationalError: connection to server on socket "/var/run/postgresql/.s.PGSQL.5432" failed: No such file or directory | I've docker-compose configuration for django and postgres, it works fine. However, when I'm trying to run pytest inside a django container it fails with an error:
```shell
pytest apps/service/tests/test_api.py::TestCreate::test_new
====================================================================== test sessi... | open | 2023-09-15T03:39:25Z | 2023-09-15T05:19:47Z | https://github.com/pytest-dev/pytest-django/issues/1073 | [] | karambaq | 1 |
vitalik/django-ninja | django | 1,306 | [BUG] JSON payload not parsed when using upload with extra fields | **Describe the bug**
Ninja fails to parse the request body correctly and throws a validation error, contrary to the instructions under [Upload files with extra fields](https://django-ninja.dev/guides/input/file-params/).
**Versions (please complete the following information):**
- Python version: 3.11.7
- Django... | open | 2024-09-27T21:17:32Z | 2024-10-03T13:30:05Z | https://github.com/vitalik/django-ninja/issues/1306 | [] | matt0x6F | 8 |
explosion/spaCy | data-science | 13,422 | Converting into exe file through pyinstaller-> spacy cannot find factory for 'curated transformer' | ```
import spacy
import spacy_curated_transformers
# import spacy_transformers
import curated_transformers
import spacy_alignments
import spacy_legacy
import spacy_loggers
import spacy_pkuseg
import os
nlp = spacy.load(os.getcwd()+'\\en_core_web_trf-3.7.3')
x= input()
doc= nlp(x)
result =[]
for sent... | closed | 2024-04-09T05:19:53Z | 2024-04-09T10:08:54Z | https://github.com/explosion/spaCy/issues/13422 | [
"install",
"feat / transformer"
] | estherkim083 | 1 |
aws/aws-sdk-pandas | pandas | 2,435 | RedshiftDataApi: Support temporary credentials auth via IAM | **Is your idea related to a problem? Please describe.**
I love the convenience of using `wr.data_api.redshift.read_sql_query()` to fetch data from a redshift cluster using temporary credentials, without having to worry about VPCs and network accessibility.
Currently, the authentication methods accepted in the `wr... | closed | 2023-08-18T10:43:55Z | 2023-10-13T10:16:46Z | https://github.com/aws/aws-sdk-pandas/issues/2435 | [
"enhancement"
] | theister | 2 |
pydata/pandas-datareader | pandas | 547 | Unable to get data from google. |
Df= web.DataReader('SPY', data_source='google')
Df=Df[['Open','High','Low','Close']]
/Users/vikas/anaconda3/lib/python3.6/site-packages/pandas_datareader/google/daily.py:40: UnstableAPIWarning:
The Google Finance API has not been stable since late 2017. Requests seem
to fail at random. Failure is especially comm... | closed | 2018-06-23T03:50:12Z | 2018-09-12T07:56:52Z | https://github.com/pydata/pandas-datareader/issues/547 | [] | Vikas125 | 4 |
flaskbb/flaskbb | flask | 384 | Dose gevent WSGI really worked? | make sure gevent effected, only use WSGIServer without any monkey patch | closed | 2017-12-25T15:20:05Z | 2018-04-15T07:47:49Z | https://github.com/flaskbb/flaskbb/issues/384 | [] | KyRionY | 4 |
ets-labs/python-dependency-injector | asyncio | 466 | django.core.exceptions.AppRegistryNotReady: Apps aren't loaded yet. | Hi,
Thank you so much for a wonderful project. I am using dependency injection in a Django side project of mine.
I notice a big problem with the way the container initialize. As you state in the example section for Django, we initiate the container in `__init__.py` at **project level.**
```
from .di_container... | open | 2021-06-15T04:30:11Z | 2023-04-10T06:02:31Z | https://github.com/ets-labs/python-dependency-injector/issues/466 | [
"bug"
] | vuhi | 4 |
jina-ai/clip-as-service | pytorch | 112 | bert-as-service | run bert-as-service๏ผresponse command not found ๏ผwhy๏ผ | closed | 2018-12-10T07:53:04Z | 2018-12-11T01:50:22Z | https://github.com/jina-ai/clip-as-service/issues/112 | [] | jiezouguihuafu | 1 |
s3rius/FastAPI-template | fastapi | 192 | Taskiq Mypy validation error | After initializing blank project with Taskiq Mypy gives an validation error
```python
Format with Black........................................................Passed
isort....................................................................Passed
Check with Flake8........................................................ | open | 2023-10-02T12:57:29Z | 2023-10-02T14:17:59Z | https://github.com/s3rius/FastAPI-template/issues/192 | [] | RoyalGoose | 1 |
MycroftAI/mycroft-core | nlp | 2,148 | Can't get pairing code in a VM | On a Dell Vostro 3000 Series I have a freeBSD 13.0 CURRENT host with a Peppermint OS (Debian, 5.0.X) guest, running MyCroft on it. Everything's fine, except that I don't get any pairing code for the device. We already tried the curl command via konsole but it seems MC doesn't recognize the online prescense of the devic... | closed | 2019-06-08T09:06:30Z | 2020-09-22T08:00:30Z | https://github.com/MycroftAI/mycroft-core/issues/2148 | [] | vanbreukelingen | 8 |
sergree/matchering | numpy | 17 | Give us a ๐ | Hi, if you find our app and library useful, please give it a ๐ **[here](https://github.com/vinta/awesome-python/pull/1480)**.
https://github.com/vinta/awesome-python/pull/1480
Thanks!
| closed | 2020-02-14T10:54:09Z | 2020-04-08T12:59:03Z | https://github.com/sergree/matchering/issues/17 | [
"help wanted"
] | sergree | 1 |
jumpserver/jumpserver | django | 15,052 | [Bug] docker้จ็ฝฒ๏ผๅ
็ฝ็ฉฟ้่ฎฟ้ฎ๏ผ่ฎฐๅฝ็็ปๅฝๅๅธ้ฝๆฏๅฑๅ็ฝ | ### ไบงๅ็ๆฌ
v4.6.0
### ็ๆฌ็ฑปๅ
- [x] ็คพๅบ็
- [ ] ไผไธ็
- [ ] ไผไธ่ฏ็จ็
### ๅฎ่ฃ
ๆนๅผ
- [ ] ๅจ็บฟๅฎ่ฃ
(ไธ้ฎๅฝไปคๅฎ่ฃ
)
- [ ] ็ฆป็บฟๅ
ๅฎ่ฃ
- [ ] All-in-One
- [x] 1Panel
- [ ] Kubernetes
- [ ] ๆบ็ ๅฎ่ฃ
### ็ฏๅขไฟกๆฏ
ubuntu๏ผ1panel๏ผdocker
### ๐ ็ผบ้ทๆ่ฟฐ
้่ฟ1panel็docker้จ็ฝฒ๏ผๅ
็ฝ็ฉฟ้่ฎฟ้ฎ๏ผ่ฎฐๅฝ็็ปๅฝๅๅธ้ฝๆฏๅฑๅ็ฝ๏ผ่ฎฐๅฝ็็ปๅฝๅฐๅ้ฝๆฏๅฑๅ็ฝ๏ผๆ ๆณ่ฟฝๆบฏ
### ๅค็ฐๆญฅ้ชค
่ฎฟ้ฎ
### ๆๆ็ปๆ
_No response_
### ่กฅๅ
ไฟกๆฏ
_No res... | open | 2025-03-17T14:44:00Z | 2025-03-21T10:46:27Z | https://github.com/jumpserver/jumpserver/issues/15052 | [
"๐ Bug",
"โณ Pending feedback"
] | yzl321905 | 1 |
matplotlib/mplfinance | matplotlib | 314 | `tz_localize=True` fails to localize datetimes in `tlines` and `alines` specifications (and in the future also in xlim specification?) | Hi, I tried to implement the tlines using mplfinance, and generate the trendline data as per the example, however, I still get this error:
ValueError:
tlines date pair (2021-01-11 09:35:00-05:00,2021-01-11 10:20:00-05:00) too close, or wrong order, or out of range!
df date range: [2021-01-11 09:35:00+00:00 , 2021-... | open | 2021-01-12T13:04:49Z | 2021-01-12T16:53:46Z | https://github.com/matplotlib/mplfinance/issues/314 | [
"bug",
"question"
] | ventek | 4 |
pydata/xarray | numpy | 9,179 | Difference in time coordinate values in xarray tutorial dataset loaded with numpy v2 | ### What happened?
Time coordinate values are significantly different (second precision) if numpy v2 in the environment for the xarray "air temperature" tutorial dataset. This leads to discrepancies and errors in selection by date strings.
Numpy v2.0.0
```
array(['2013-01-01T00:02:06.757437440', '2013-01-01T05:59... | closed | 2024-06-26T20:10:12Z | 2024-06-28T08:18:56Z | https://github.com/pydata/xarray/issues/9179 | [
"bug"
] | scottyhq | 2 |
plotly/dash | dash | 2,588 | enable termination of 'outdated' long callbacks when page changes | **Is your feature request related to a problem? Please describe.**
Long callbacks run for all Figures on all of my application's pages. When I switch between pages quickly the tasks in the backend Celery queue execute in-order regardless of old requests being outdated.
Ex: If I'm on page 1, and I navigate to page 2... | open | 2023-07-06T22:15:41Z | 2024-08-13T19:35:01Z | https://github.com/plotly/dash/issues/2588 | [
"feature",
"P3"
] | JamesKunstle | 16 |
vaexio/vaex | data-science | 2,125 | [BUG-REPORT] Python application won't shut down after calling Vaex df.sum or df.unique | **Description**
I am building a Python FastApi application that uses Vaex. I noticed that when either function df.sum or df.unique is called I can no longer terminate the application by pressing ctrl + c. Here are examples of how I use them:
```
df.unique(axis,
return_inverse=False,
dropna=True... | open | 2022-07-22T14:12:32Z | 2022-08-04T13:58:10Z | https://github.com/vaexio/vaex/issues/2125 | [] | abf7d | 3 |
xonsh/xonsh | data-science | 5,127 | Unexpected exception while updating completions | <!--- Provide a general summary of the issue in the Title above -->
When I set $UPDATE_COMPLETIONS_ON_KEYPRESS = True and type for instance /usr/bin/ls -a in terminal, following exception is thrown: "Exception [Errno 13] Permission denied: '/usr/bin/ls.json'"
<!--- If you have a question along the lines of "How do I ... | closed | 2023-04-24T20:26:34Z | 2024-04-10T05:48:47Z | https://github.com/xonsh/xonsh/issues/5127 | [
"good first issue",
"completion",
"priority-high"
] | ralisv | 3 |
pallets-eco/flask-sqlalchemy | sqlalchemy | 622 | Very poor performance of Pagination.{pages,iter_pages} | The performance of those two methods is really really bad when you have thousands of pages. In my case, with 100k pages, painting the paginator takes over 300 ms.
`Pagination.iter_pages` is slow by itself. `Pagination.pages` is not that slow but it's called once for every page from `Pagination.iter_pages` when you c... | closed | 2018-05-16T14:33:47Z | 2022-10-03T00:21:59Z | https://github.com/pallets-eco/flask-sqlalchemy/issues/622 | [
"pagination"
] | wodim | 2 |
fbdesignpro/sweetviz | data-visualization | 138 | How to show chinese in ASSOCIATIONS | Hi,I have just tried to use sweetviz to do EDA. And I have a problem that in ASSOCIATIONS it doesn't support chinese, and I got this:
![Uploading image.pngโฆ]()
Is there anything I can do to solve it?Thanks! | closed | 2023-03-27T10:18:45Z | 2023-08-20T12:23:13Z | https://github.com/fbdesignpro/sweetviz/issues/138 | [] | nealcha | 2 |
jupyterlab/jupyter-ai | jupyter | 1,263 | Enforce strict version matches between `jupyter-ai` and `jupyter-ai-magics` | ### Problem
We currently lack an automated way to enforce a strict version match between `jupyter-ai-magics` and `jupyter-ai` when installed via `pip`. Fixes in `jupyter-ai` sometimes require downstream changes in `jupyter-ai-magics`, so users may need to update both packages to receive a bug fix. However, this is not... | closed | 2025-02-26T19:08:53Z | 2025-03-20T21:27:17Z | https://github.com/jupyterlab/jupyter-ai/issues/1263 | [
"enhancement",
"scope:settings",
"scope:releaser"
] | dlqqq | 3 |
floodsung/Deep-Learning-Papers-Reading-Roadmap | deep-learning | 74 | Paper [36] link broken | The link for the paper "Sequence to sequence learning with neural networks" [36] appears to be broken. Can you fix. Thanks. | open | 2017-10-16T20:56:00Z | 2017-10-23T12:24:43Z | https://github.com/floodsung/Deep-Learning-Papers-Reading-Roadmap/issues/74 | [] | d-henderson | 2 |
MilesCranmer/PySR | scikit-learn | 448 | [BUG]: Julia interface fails on conda environments | ### What happened?
I get the following error with a fresh install in a fresh conda environment with pysr installed with pip.
```python
ImportError: cannot import name 'Main' from 'julia' (C:\Users\ilyao\miniforge3\envs\pysr_std\Lib\site-packages\julia\__init__.py)
```
### Version
0.16.3
### Operating System
... | closed | 2023-10-26T16:50:26Z | 2023-10-30T23:54:54Z | https://github.com/MilesCranmer/PySR/issues/448 | [
"bug"
] | IlyaOrson | 12 |
deepfakes/faceswap | machine-learning | 1,207 | ImportError: numpy.core.multiarray failed to import | D:\faceswap-master>python faceswap.py extract -i D:\faceswap-master\src\han_li.mp4 -o D:\faceswap-master\faces
Setting Faceswap backend to AMD
No GPU detected. Switching to CPU mode
01/29/2022 22:23:02 INFO Log level set to: INFO
01/29/2022 22:23:02 WARNING No GPU detected. Switching to CPU mode
01/29/2022 22... | closed | 2022-01-29T14:30:24Z | 2022-05-15T01:22:24Z | https://github.com/deepfakes/faceswap/issues/1207 | [] | Odimmsun | 3 |
fastapi/sqlmodel | fastapi | 21 | How to make a "timestamp with time zone"? | ### First Check
- [X] I added a very descriptive title to this issue.
- [X] I used the GitHub search to find a similar issue and didn't find it.
- [X] I searched the SQLModel documentation, with the integrated search.
- [X] I already searched in Google "How to X in SQLModel" and didn't find any information.
- [X] I al... | closed | 2021-08-25T21:32:00Z | 2021-08-26T19:55:37Z | https://github.com/fastapi/sqlmodel/issues/21 | [
"question"
] | typeshige | 3 |
deepset-ai/haystack | pytorch | 8,086 | Remove references to the removed `DynamicPromptBuilder` and `DynamicChatPromptBuilder` components | Removed in https://github.com/deepset-ai/haystack/pull/8085.
- [x] Docs
- [x] Tutorials
- [x] Cookbooks
- [x] Integrations | closed | 2024-07-25T14:15:50Z | 2024-08-04T21:37:22Z | https://github.com/deepset-ai/haystack/issues/8086 | [
"breaking change",
"type:documentation",
"P1",
"2.x"
] | shadeMe | 0 |
xonsh/xonsh | data-science | 4,756 | distribute wheel files with new releases | <!--- Provide a general summary of the issue in the Title above -->
<!--- If you have a question along the lines of "How do I do this Bash command in xonsh"
please first look over the Bash to Xonsh translation guide: https://xon.sh/bash_to_xsh.html
If you don't find an answer there, please do open an issue! -->
I... | closed | 2022-04-15T06:15:04Z | 2022-05-10T15:39:44Z | https://github.com/xonsh/xonsh/issues/4756 | [
"development"
] | jnoortheen | 4 |
holoviz/panel | plotly | 6,850 | Interactivity tutorial returns error when first cell is run. |
Page: https://panel.holoviz.org/tutorials/intermediate/interactivity.html
Result of pressing Play on first cell:
pyodide.ffi.JsException: NetworkError: Failed to execute 'send' on 'XMLHttpRequest': Failed to load 'https://assets.holoviz.org/panel/tutorials/turbines.csv.gz'.
The file downloads fine when the... | closed | 2024-05-18T02:45:25Z | 2024-05-21T14:34:39Z | https://github.com/holoviz/panel/issues/6850 | [
"type: docs",
"more info needed"
] | Coderambling | 3 |
public-apis/public-apis | api | 4,094 | Apis | open | 2024-12-30T07:46:50Z | 2025-02-10T16:13:33Z | https://github.com/public-apis/public-apis/issues/4094 | [] | Bakoorii | 2 | |
jupyter-incubator/sparkmagic | jupyter | 343 | Can't Connect | Guessing these will turn out to be newbie issues but I've installed sparkmagic and can't get it to connect to Spark. I installed sparkmagic and followed the instructions to enable widgetsnbextension. My environment is:
**Distro**: centos 7
**Python**: 3.6.0
```
$ pip freeze | egrep "jupyter|sparkmagic"
-e g... | closed | 2017-04-11T02:48:13Z | 2017-04-22T00:34:37Z | https://github.com/jupyter-incubator/sparkmagic/issues/343 | [] | stevencox | 2 |
ultralytics/ultralytics | pytorch | 19,424 | Failed to export yolonas-m | ### Search before asking
- [x] I have searched the Ultralytics YOLO [issues](https://github.com/ultralytics/ultralytics/issues) and found no similar bug report.
### Ultralytics YOLO Component
_No response_
### Bug
updated ultralytics to latest one, and trying following
from ultralytics import NAS
model = NAS('yol... | closed | 2025-02-25T16:33:49Z | 2025-02-26T12:09:50Z | https://github.com/ultralytics/ultralytics/issues/19424 | [
"bug",
"fixed",
"exports"
] | poppyzy | 4 |
davidteather/TikTok-Api | api | 807 | _ The URL signature calculation of signature uses get_ acrawler. Py inside_ get_ Acrawler? | I see a lot of garbled code in it, and the JS code can't work normally | closed | 2022-01-26T15:40:16Z | 2023-08-08T22:21:34Z | https://github.com/davidteather/TikTok-Api/issues/807 | [] | wuliao6688 | 5 |
dask/dask | pandas | 11,123 | New CI failure showing up in fsspec | I am seeing the following consistently in fsspec's downstream CI runs:
```
FAILED ../../../micromamba/envs/test_env/lib/python3.9/site-packages/dask/bytes/tests/test_s3.py::test_parquet_append[pyarrow] - AssertionError: DataFrame are different
DataFrame shape mismatch
[left]: (2000, 4)
[right]: (1000, 4)
```
| closed | 2024-05-15T14:32:54Z | 2024-05-29T21:27:34Z | https://github.com/dask/dask/issues/11123 | [
"needs triage"
] | martindurant | 5 |
deeppavlov/DeepPavlov | tensorflow | 933 | Refactor Bert Classifier to output int classes instead of numpy.Int64 | I have a code with a custom config for Bert Paraphraser:
```
DATA_PATH = BASE_PATH + "data/"
para_config = {
"dataset_reader": {
"class_name": "csv_reader",
"data_path": DATA_PATH,
"do_lower_case": False,
"delimiter": ",",
"train_ds_fname": "micro_train.csv",
"valid_ds_fname": "mic... | closed | 2019-07-19T12:11:07Z | 2023-07-07T09:13:06Z | https://github.com/deeppavlov/DeepPavlov/issues/933 | [
"enhancement"
] | acriptis | 2 |
mckinsey/vizro | plotly | 313 | Rename docs pages that include `_` to use `-` | Google doesn't recognise underscores as word separators when it indexes pages. So if we have a page called `first_dashboard` then Google will report that as `firstdashboard` to its algorithm. (If we had `first-dashboard` then it would go into the mix as `first dashboard` which earns more google juice for the keywords "... | closed | 2024-02-15T12:14:45Z | 2024-02-21T09:56:45Z | https://github.com/mckinsey/vizro/issues/313 | [
"Docs :spiral_notepad:"
] | stichbury | 2 |
tqdm/tqdm | pandas | 827 | Change colorhints | Iโd like to use tqdm to show progress for an iterative algorithm with a max number of iterations. Since being interrupted then implies convergence, I would want to switch colorhints to show green if interrupted and red if it reaches total. Is that possible?
| open | 2019-10-23T06:18:54Z | 2019-10-29T12:18:14Z | https://github.com/tqdm/tqdm/issues/827 | [
"question/docs โฝ",
"p4-enhancement-future ๐งจ",
"submodule-notebook ๐"
] | bdch1234 | 3 |
keras-team/keras | tensorflow | 20,341 | LSTM not supporting channels_first data_format | tensorflow version = 2.12
Keras version = 3.6
This code is working well
```
nbr_frame = 10
img_width = 180
img_height = 150
img_size = (img_height, img_width)
input_shape = img_size + (3,)
tf.keras.backend.set_image_data_format(
'channels_last'
)
full_input_shape = (nbr_frame,) + input_shape
print... | closed | 2024-10-12T12:41:17Z | 2024-10-12T12:52:20Z | https://github.com/keras-team/keras/issues/20341 | [] | nassimus26 | 1 |
kymatio/kymatio | numpy | 996 | Need for new `test_data_1d.npz` post-#984 | After discussion with @janden et al. today
v0.4 | closed | 2023-02-16T17:40:45Z | 2023-03-04T17:04:18Z | https://github.com/kymatio/kymatio/issues/996 | [
"tests"
] | lostanlen | 1 |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.