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 |
|---|---|---|---|---|---|---|---|---|---|---|---|
keras-team/autokeras | tensorflow | 1,720 | Error when using TimeSeriesForecaster | ### Bug Description
Hello, I have issue while using TimeSeriesForecaster to forecast my data.
### Bug Reproduction
Code for reproducing the bug:
```py
import pandas as pd
import matplotlib.pyplot as plt
import tensorflow as tf
import numpy as np
import autokeras as ak
dataset = pd.read_csv('./Fog.csv')
... | open | 2022-05-12T15:28:06Z | 2022-05-25T02:12:45Z | https://github.com/keras-team/autokeras/issues/1720 | [
"bug report"
] | peter8995 | 3 |
ansible/awx | django | 15,239 | Restore is not working as expected | need restore docs | ### Please confirm the following
- [X] I agree to follow this project's [code of conduct](https://docs.ansible.com/ansible/latest/community/code_of_conduct.html).
- [X] I have checked the [current issues](https://github.com/ansible/awx/issues) for duplicates.
- [X] I understand that AWX is open source software pro... | closed | 2024-05-31T06:02:17Z | 2024-05-31T12:21:00Z | https://github.com/ansible/awx/issues/15239 | [
"type:bug",
"component:docs",
"needs_triage",
"community"
] | dhivinp-maersk | 0 |
CorentinJ/Real-Time-Voice-Cloning | tensorflow | 1,194 | How I can train encoder | How I can train encoder without using VoxCeleb1 and VoxCeleb2,I just don't know where install them. And if you can tell me where it can be downloaded | closed | 2023-04-15T22:55:03Z | 2023-04-17T10:56:14Z | https://github.com/CorentinJ/Real-Time-Voice-Cloning/issues/1194 | [] | terminatormlp | 1 |
vllm-project/vllm | pytorch | 14,444 | [Feature]: Run/Debug vllm in pycharm | ### 🚀 The feature, motivation and pitch
To be developer friendly, we need a way to use an modern ide to edit/debug vllm.
### Alternatives
_No response_
### Additional context
_No response_
### Before submitting a new issue...
- [x] Make sure you already searched for relevant issues, and asked the chatbot living... | open | 2025-03-07T16:02:00Z | 2025-03-07T16:02:00Z | https://github.com/vllm-project/vllm/issues/14444 | [
"feature request"
] | maobaolong | 0 |
jofpin/trape | flask | 266 | sqlite3.OperationalError: unable to open database file | Traceback (most recent call last):
File "trape.py", line 40, in <module>
generateData = Database()
File "/tools/trape/core/db.py", line 21, in __init__
self.conn = sqlite3.connect("database.db", check_same_thread=False)
sqlite3.OperationalError: unable to open database file
Exception AttributeError: "... | closed | 2020-10-05T11:21:45Z | 2020-10-08T13:23:44Z | https://github.com/jofpin/trape/issues/266 | [] | blackcatpro777 | 1 |
gradio-app/gradio | deep-learning | 10,705 | Gradio Lite apps break on iOS - "Error: Maximum call stack size exceeded." | ### Describe the bug
Gradio Lite apps embedded into static HTML sites cannot be used on iOS 18.3.1 devices on Pyodide 0.27.1 due to https://github.com/pyodide/pyodide/issues/5428.
There is already a released upstream Pyodide fix for it thanks to https://github.com/pyodide/pyodide/pull/5445.
The issue should be resol... | closed | 2025-03-02T11:28:49Z | 2025-03-03T16:44:28Z | https://github.com/gradio-app/gradio/issues/10705 | [
"bug"
] | peter-gy | 0 |
google-research/bert | tensorflow | 1,259 | BasicTokenizer process question(tokenization.py) | The class method of tokenize in class BasicTokenizer, why use below code
`output_tokens = whitespace_tokenize(" ".join(split_tokens))
`
In my test code, split_tokens is equal to output_tokens. So I think it's possible to remove the line code, but I am not sure.I am looking forward to your reply. | open | 2021-08-27T13:19:26Z | 2021-08-27T13:19:26Z | https://github.com/google-research/bert/issues/1259 | [] | gptcod | 0 |
PaddlePaddle/models | computer-vision | 5,287 | infer预测结果理解,和度量学习生成向量的应用问题 | 已经通过训练生成了模型,通过infer做了预测,经过预测显示的是各张图片对应的五维向量。想问,是否可理解为:每张图片的特征已被抽象为一个特征向量?然后想问:如果要实现多张图片的相识度比对,如何处理这些向量?是否有运用paddle做图像相识度度量的案例?

| open | 2021-03-15T02:21:24Z | 2024-02-26T05:09:07Z | https://github.com/PaddlePaddle/models/issues/5287 | [] | Hsoms | 1 |
Anjok07/ultimatevocalremovergui | pytorch | 1,312 | Anjok07 - are you still here? | @Anjok07
It's been half a year since your last contribution here - so I wonder if you're still around. There are some interesting PRs meanwhile. Maybe you could chime in here again?
Anyway, thanks for your work so far!
| open | 2024-04-28T18:24:13Z | 2024-11-15T20:13:15Z | https://github.com/Anjok07/ultimatevocalremovergui/issues/1312 | [] | ChrisTG742 | 8 |
dadadel/pyment | numpy | 7 | Add Google docstring generation | Currently Pyment allow to recognize in input docstrings based on Google docs or similar. That category is called `groups` style.
Pyment should also allow to generate docstring in Google format.
| closed | 2014-06-05T09:29:14Z | 2014-10-12T10:57:19Z | https://github.com/dadadel/pyment/issues/7 | [] | dadadel | 1 |
ultralytics/ultralytics | computer-vision | 19,494 | Using Sahi with instance segmentation model | ### 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
Hi i have a yolov8 instance segmentation model, iam having trouble doing val... | open | 2025-03-02T22:45:53Z | 2025-03-07T00:14:47Z | https://github.com/ultralytics/ultralytics/issues/19494 | [
"question",
"segment"
] | facundot | 14 |
LAION-AI/Open-Assistant | python | 2,905 | 'too many requests in 1 hour' with Google Sheets API | (Sorry for bad english)
I paste enormous text, and then I get this error message. Maybe this is duplicate, but i not found other issue about this.
Default k50 config, text includes russian, english and code.
ERROR: The error message 'too many requests in 1 hour' usually means that there is an issue with your API... | closed | 2023-04-25T15:49:51Z | 2023-04-25T16:27:16Z | https://github.com/LAION-AI/Open-Assistant/issues/2905 | [] | HasbersHz | 2 |
paulpierre/RasaGPT | fastapi | 39 | rasa-actions error | issues is
error checking context: can't stat '/var/www/html/Hug/RasaGPT/app/rasa/.rasa/cache/tmpq4o74_rt'
ERROR: Service 'rasa-actions' failed to build : Build failed
make[3]: *** [Makefile:115: rasa-start] Error 1 | open | 2023-07-11T05:38:24Z | 2023-07-11T05:38:24Z | https://github.com/paulpierre/RasaGPT/issues/39 | [] | BOTHRAJ | 0 |
pallets/flask | python | 4,656 | Two Flask server spawned using multiprocessing not working as expected. | **Issue Outline**
I tried to spawn two Flask processes using `multiprocessing` library as mentioned below.
The response from the server is fluctuating/crossing between the two server's '/' route.
More information on: https://stackoverflow.com/questions/72758633/two-flask-processes-spawned-using-multiprocessing-are-... | closed | 2022-06-28T15:32:51Z | 2022-07-02T21:56:23Z | https://github.com/pallets/flask/issues/4656 | [] | sssyam | 3 |
Miserlou/Zappa | django | 2,244 | extra_permissions not updating | Changes in extra_permissions are not working
## Context
Zappa used to update Lambda permissions from extra_permissions, but now it don't.
## Expected Behavior
Permissions from extra_permissions are added to zappa role.
## Actual Behavior
Nothing changes and no errors appear.
## Possible Fix
idk(
## S... | open | 2024-04-23T18:00:37Z | 2024-05-03T11:43:36Z | https://github.com/Miserlou/Zappa/issues/2244 | [] | ivan-trustek | 1 |
localstack/localstack | python | 11,965 | bug: cant load @aws-lambda-powertools/logger in lambda | ### Is there an existing issue for this?
- [X] I have searched the existing issues
### Current Behavior
in deploy TypeScript-Lambda function
function build AWS SAM
SAM
Build Failed
Error: NodejsNpmEsbuildBuilder:EsbuildBundle - Esbuild Failed: ✘ [ERROR] Could not resolve "@aws-lambda-powertools/... | closed | 2024-11-29T17:55:30Z | 2024-12-27T18:03:19Z | https://github.com/localstack/localstack/issues/11965 | [
"type: question",
"status: response required",
"aws:lambda",
"status: resolved/stale"
] | soralis0912 | 5 |
InstaPy/InstaPy | automation | 6,537 | Grabbed 0 usernames from ''s `Followers` to do following Errorr | ## Current Behavior
INFO [2022-03-05 10:26:02] [xxx User 'nnn' [1/3]
ERROR [2022-03-05 10:26:31] [xxx] Could not find followers' link for 'nnn'
INFO [2022-03-05 10:26:31] [xxx] Grabbed 0 usernames from 'nnn's `Followers` to do following
Hello Guys,
How Can I solve this error?
| closed | 2022-03-05T09:32:36Z | 2022-04-19T11:50:38Z | https://github.com/InstaPy/InstaPy/issues/6537 | [] | rohsshor | 3 |
LibreTranslate/LibreTranslate | api | 302 | JSON.parse: unexpected character at line 1 column 1 of the JSON data | I got this error last night:

The first character in the word I posted was ע. (Language: Hebrew)
I am wondering if this is related to the language being read right-to-left? I brought th... | closed | 2022-08-22T18:42:38Z | 2022-09-02T23:11:03Z | https://github.com/LibreTranslate/LibreTranslate/issues/302 | [
"bug",
"good first issue"
] | rio-codes | 4 |
roboflow/supervision | machine-learning | 1,325 | comment utilser les resultas de ce model hors connectiom | ### Search before asking
- [X] I have searched the Supervision [issues](https://github.com/roboflow/supervision/issues) and found no similar feature requests.
### Question
j'ai projet sur le quel je travail qui consiste a calculer les dimensions reelles en mm d'un oeuf a partir de son image et je voulais savoir com... | closed | 2024-07-04T03:04:03Z | 2024-07-05T11:41:13Z | https://github.com/roboflow/supervision/issues/1325 | [
"question"
] | Tkbg237 | 0 |
httpie/cli | rest-api | 1,337 | adding HTTPie group and argument from httpie-edgegrid | Hi,
I am working on the plugin httpie-edgegrid to add a `--config` parameter to httpie. Thus the user would be able to pass the location of the credentials file ([original request here](https://github.com/akamai/httpie-edgegrid/issues/19)).
Thus I have added the following code:
```python
import httpie.cli.def... | closed | 2022-03-30T10:54:32Z | 2022-03-31T15:23:42Z | https://github.com/httpie/cli/issues/1337 | [
"question",
"plugins"
] | robertolopezlopez | 5 |
deeppavlov/DeepPavlov | nlp | 1,330 | Parameter to enable nltk tokenizer | Want to contribute to DeepPavlov? Please read the [contributing guideline](http://docs.deeppavlov.ai/en/master/devguides/contribution_guide.html) first.
**What problem are we trying to solve?**:
```
The most common detokenization technique is nltk.detokenize. Hence, the default deeppavlov tokenization should hav... | closed | 2020-10-12T21:05:09Z | 2020-10-20T13:52:02Z | https://github.com/deeppavlov/DeepPavlov/issues/1330 | [
"enhancement"
] | Rajmehta123 | 0 |
vastsa/FileCodeBox | fastapi | 247 | 希望前后端可以增加自定义URL根路径前缀的功能,方便Nginx做路由 |
我想把filecodebox加入nginx做代理,希望可以支持自定义URL前缀。这样做可以方便统一路由,nginx伪代码如下:
```
location ^~ /filecodebox/ {
proxy_pass http://127.0.0.1:12345;
proxy_set_header Host $host;
....
}
```
望采纳~ | closed | 2025-02-09T06:26:00Z | 2025-02-17T07:22:15Z | https://github.com/vastsa/FileCodeBox/issues/247 | [] | Oumuv | 9 |
paperless-ngx/paperless-ngx | django | 7,776 | [BUG] No longer able to connect to email server for document consumption | ### Description
Running paperless-ngx on Unraid (ghcr.io/paperless-ngx/paperless-ngx).
I'm not entirely sure which update caused the problem but email consumption used to work perfectly and now It has stopped working.
My paperless email account is self-hosted via poste.io (also on docker). No other programs (Thun... | closed | 2024-09-26T01:04:19Z | 2024-09-26T01:07:55Z | https://github.com/paperless-ngx/paperless-ngx/issues/7776 | [
"not a bug"
] | DaxtonD | 0 |
jupyter-incubator/sparkmagic | jupyter | 780 | [BUG] | **Describe the bug**
A clear and concise description of what the bug is.
**To Reproduce**
Steps to reproduce the behavior.
**Expected behavior**
A clear and concise description of what you expected to happen.
**Screenshots**
If applicable, add screenshots to help explain your problem.
**Versions:**
- SparkMagic
-... | closed | 2022-10-27T06:11:01Z | 2022-10-27T14:11:53Z | https://github.com/jupyter-incubator/sparkmagic/issues/780 | [] | gido3823 | 0 |
Johnserf-Seed/TikTokDownload | api | 669 | [Feature] | <img width="508" alt="image" src="https://github.com/Johnserf-Seed/TikTokDownload/assets/28521455/5f0c358d-bc7c-4ac1-9521-b3c099a4685e">
class BaseCrawler:
"""
基础爬虫客户端 (Base crawler client)
"""
def __init__(
self,
proxies: dict = {},
max_retries: int = 5,
max... | open | 2024-03-01T09:15:46Z | 2024-03-01T09:55:02Z | https://github.com/Johnserf-Seed/TikTokDownload/issues/669 | [] | JasonEnbo | 2 |
nolar/kopf | asyncio | 1,155 | Webhook registration configuration in Kubernetes | ### Problem
I found that almost all webhooks in the source code are configured by default to be registered to Kubernetes via URL. However, after the service is deployed to the cluster, I believe it should be accessed via the service method instead. I have checked all the official documentation and GitHub examples, b... | open | 2025-01-06T08:26:01Z | 2025-03-19T16:46:21Z | https://github.com/nolar/kopf/issues/1155 | [
"enhancement"
] | suyanhj | 3 |
PrefectHQ/prefect | data-science | 16,555 | Basic Authentication doesn't work in Prefect Web UI and CLI Commands | ### Bug summary
Prefect release 3.1.9 (3.1.8) introduced basic authentication in Prefect core. I tried to set up and use basic auth and it doesn't I didn't find any samples to implement basic auth in Prefect core.
When I open Prefect Web UI, "Sign in" form comes up to enter user name and password. I enter password ... | closed | 2024-12-30T21:47:12Z | 2025-01-02T17:41:16Z | https://github.com/PrefectHQ/prefect/issues/16555 | [
"bug"
] | larandvit | 4 |
vitalik/django-ninja | pydantic | 546 | Handling errors | I´m trying to use custom templates for errors. I followed the [handling errors docs](https://django-ninja.rest-framework.com/guides/errors) but it doesnt work. Do I need to implement something more? I´m using Jinja2 for the template system.
```
front = NinjaAPI(urls_namespace='front')
env = environment(loader=Pa... | open | 2022-08-31T18:36:45Z | 2022-09-05T10:05:29Z | https://github.com/vitalik/django-ninja/issues/546 | [] | chrisbodon | 6 |
lepture/authlib | flask | 124 | JWE documentation examples use JWS.serialize_compact | The JWE documentation page should probably use the JWE.serialize_compact function instead of JWS.serialize_compact. | closed | 2019-04-23T13:34:11Z | 2019-04-24T01:55:39Z | https://github.com/lepture/authlib/issues/124 | [
"documentation"
] | akifd | 0 |
miLibris/flask-rest-jsonapi | sqlalchemy | 155 | Support for filtering on nested fields | I was looking at the sample [filtering docs](https://flask-rest-jsonapi.readthedocs.io/en/latest/quickstart.html).
If I had my PersonSchema using fields.Nested instead of fields.Relationships, like this:
```
class PersonSchema(Schema):
...
computers = fields.Nested(ComputerSchema, exclude=('person',))... | open | 2019-05-28T19:20:55Z | 2019-05-28T19:20:55Z | https://github.com/miLibris/flask-rest-jsonapi/issues/155 | [] | kiptoomm | 0 |
httpie/cli | api | 882 | Documentation example showing how to post raw JSON to some route | It's not clear from the website's documentation, or the `--help` output, how to do the following equivalent curl task:
**Post a raw JSON query to ElasticSearch:**
```
curl \
--header "Content-Type: application/json" \
--request POST \
--data '{ "_source": [ "restricted_countries.*" ], "query": { "ma... | closed | 2020-03-06T17:27:15Z | 2025-03-04T03:17:31Z | https://github.com/httpie/cli/issues/882 | [
"docs"
] | nhooey | 2 |
akfamily/akshare | data-science | 5,173 | 像是内存溢出 | 使用 代码 stock_cyq_em_df = ak.stock_cyq_em(symbol=F, adjust="")
版本号
Name: akshare
Version: 1.14.72
python 版本 3.8
错误代码
<--- Last few GCs --->
[9840:000003E722DD6000] 1230 ms: Mark-Compact 17.1 (30.3) -> 15.8 (32.5) MB, pooled: 0 MB, 3.27 / 0.00 ms (+ 18.5 ms in 0 steps since start of marking, biggest ste... | closed | 2024-09-08T03:20:01Z | 2024-09-08T09:19:51Z | https://github.com/akfamily/akshare/issues/5173 | [] | liusw02 | 1 |
KaiyangZhou/deep-person-reid | computer-vision | 568 | Using the cosine similarity between embeddings generated by OsNET-Ain doesn't provide good results, HELP !! | Hello,
I'm working on a project that use graph neural networks, using embedding of bounding boxes images of persons and their similarity.
The model i use is OSNet-AIN, because according to the researches is the one that provide the best results in the REID field, and the method i use to calculate the similarity bet... | open | 2024-01-10T09:22:15Z | 2024-08-14T08:38:50Z | https://github.com/KaiyangZhou/deep-person-reid/issues/568 | [] | IGlace | 1 |
lanpa/tensorboardX | numpy | 274 | The tool does not support the function of add_graph of siamese network with multi inputs, the output graph is weired | Below is the network class
```python
class AlexNet(nn.Module):
def __init__(self):
super(AlexNet, self).__init__()
self.features = nn.Sequential(
nn.Conv2d(3, 96, kernel_size=11, stride=2, padding=0),
nn.BatchNorm2d(96),
nn.ReLU(inplace=True),
... | closed | 2018-11-08T15:09:24Z | 2019-01-01T13:36:43Z | https://github.com/lanpa/tensorboardX/issues/274 | [
"add_graph"
] | Singingkettle | 1 |
PeterL1n/RobustVideoMatting | computer-vision | 152 | GRU门在代码中的实现与论文中的差异 | 
论文中是这样的,而在代码中是这样的

请问返回的第一个h是否应该是c,以及是否应该是蓝笔写的公式
我刚开始接触深度学习,可能不太了解这里面的一些机制,如果我理解的不对耽误了您的时间见... | closed | 2022-03-27T03:17:13Z | 2022-03-27T03:39:10Z | https://github.com/PeterL1n/RobustVideoMatting/issues/152 | [] | ztysdu | 2 |
sloria/TextBlob | nlp | 105 | Finding index of ngram | Im trying to put together a simple recipe for identifying common ngrams across multiple docs, reporting them using an nltk style concordance output which requires knowing the start and end index of a string that gets mapped onto a particular ngram.
Is there a way of getting this index information back for an ngram?
e... | open | 2015-12-12T20:51:41Z | 2015-12-12T21:00:08Z | https://github.com/sloria/TextBlob/issues/105 | [] | psychemedia | 0 |
slackapi/bolt-python | fastapi | 531 | Bolt lazy listener with modal submission error | (Describe your issue and goal here)
### Reproducible in:
```bash
pip freeze | grep slack
python --version
sw_vers && uname -v # or `ver`
```
#### The `slack_bolt` version
(Paste the output of `pip freeze | grep slack`)
#### Python runtime version
(Paste the output of `python --version`)
python3.9... | closed | 2021-12-02T23:25:41Z | 2021-12-03T04:10:56Z | https://github.com/slackapi/bolt-python/issues/531 | [
"question"
] | joshight | 5 |
smiley/steamapi | rest-api | 40 | APIPrivate error thrown when querying a SteamUser | What am I doing wrong here?
>>> import steamapi
>>> steamapi.core.APIConnection(api_key="my API key")
# object gets created
>>> steamapi.user.SteamUser(userurl='my userid`)
steamapi.errors.APIPRIVATE
`
| closed | 2016-12-31T17:50:12Z | 2017-01-02T19:34:00Z | https://github.com/smiley/steamapi/issues/40 | [] | BenQuigley | 18 |
dagster-io/dagster | data-science | 27,789 | Dagster fails to detect completed backfills when all runs finish | ### What's the issue?
**Description:**
We have encountered an issue where, after all runs in a backfill have completed, Dagster fails to detect the completion. Despite all runs finishing successfully, the backfill remains marked as active.
This prevents us to auto materialize assets after all backfills are completed... | open | 2025-02-12T12:13:04Z | 2025-03-11T20:22:41Z | https://github.com/dagster-io/dagster/issues/27789 | [
"type: bug",
"area: backfill"
] | chrishiste | 8 |
plotly/dash | data-science | 2,269 | [BUG] Callbacks not triggered by attribute changes by Bootstrap | Thank you so much for helping improve the quality of Dash!
We do our best to catch bugs during the release process, but we rely on your help to find the ones that slip through.
**Describe your context**
We're using Dash in combination with Bootstrap. Callbacks on attribute changes caused by Bootstrap (in our c... | closed | 2022-10-12T16:47:41Z | 2022-10-14T09:11:57Z | https://github.com/plotly/dash/issues/2269 | [] | nweil-vorausrobotik | 3 |
Miserlou/Zappa | flask | 1,656 | botocore.errorfactory.ResourceNotFoundException: An error occurred (ResourceNotFoundException) when calling the GetFunction operation: Function not found | While running the deploy Zappa we are facing issue for the resource not found.
## Context
Traceback (most recent call last):
File "/home/stark/machinetest/myenv/lib/python3.6/site-packages/zappa/cli.py", line 745, in deploy
function_name=self.lambda_name)
File "/home/stark/machinetest/myenv/lib/python3.6/site-pack... | open | 2018-10-16T10:33:42Z | 2023-11-18T23:31:41Z | https://github.com/Miserlou/Zappa/issues/1656 | [] | starkdigitalmediaservices | 4 |
zappa/Zappa | django | 1,174 | Is it possible to define the API Gateway you want to use in the zappa_settings.json file | When deploying a Python Flask app to AWS Lambda using Zappa
I think you can already do this for your IAM role using "manage_roles", "role_name" and "role_arn" but would be good if you could do it for API Gateway as well, or define the API Gateway settings when you deploy
| closed | 2022-09-16T15:50:11Z | 2023-05-23T00:28:41Z | https://github.com/zappa/Zappa/issues/1174 | [] | Newlevel462 | 3 |
jwkvam/bowtie | plotly | 40 | refactor `.get` accessor to be generated by metaclass | This is not very visible to the user right now. It's not in the docs. The only reason someone could find it is by using tab completion in IPython or viewing the `dir(.)`.
The best solution is probably make a metaclass wrapper like for `on_*` and `do_*` | closed | 2016-11-19T23:14:14Z | 2016-12-14T21:10:09Z | https://github.com/jwkvam/bowtie/issues/40 | [
"easy"
] | jwkvam | 0 |
microsoft/qlib | machine-learning | 1,845 | Position和BasePosition代码的一点小瑕疵,不是bug! | ## 🐛 Bug Description
<!-- A clear and concise description of what the bug is. -->
<!-- A clear and concise description of what you expected to happen. -->
BasePosition是Position的基类,
在Position的构造函数__init__()中,使用super() . __init__() 调用BasePosition的构造函数。
BasePosition的__init__()函数的参数列表为 self, *args: Any, cash: f... | closed | 2024-08-30T06:53:34Z | 2025-01-13T02:25:37Z | https://github.com/microsoft/qlib/issues/1845 | [
"bug"
] | initsownright | 1 |
flavors/django-graphql-jwt | graphql | 276 | JWT token and Refresh Token are both returned as HTTP_ONLY cookies | Hello everyone,
In `django-graphql-jwt` version 0.3.1+ there is a possibility to return both refresh token and JWT token as `HTTP_ONLY` cookies (using `jwt_cookie` decorator) and to remove the token fields from the GraphQL schema (JWT_HIDE_TOKEN_FIELDS setting). According to articles I stumbled upon (e.g. https://ha... | open | 2021-07-08T13:17:30Z | 2021-07-08T13:17:30Z | https://github.com/flavors/django-graphql-jwt/issues/276 | [] | mmajde | 0 |
JaidedAI/EasyOCR | pytorch | 398 | Wrong OCR Result | Hi Team,
I am passing one jpg image to easycore to extract the number, but result is not coming accurately.
My Original image number is: 2140093603AT
Easycore result is coming: 2.1400136030.
Note plase help me on this how can I train our own dataset in easyocr. | closed | 2021-03-18T07:25:22Z | 2022-03-02T09:24:57Z | https://github.com/JaidedAI/EasyOCR/issues/398 | [] | Biswasahu7 | 3 |
lexiforest/curl_cffi | web-scraping | 338 | [BUG] ValueError: too many file descriptors in select() | possible fix, change from asyncio.SelectorEventLoop into asyncio.ProactorEventLoop, when i set ProactorEventLoop loop, i got
```
Traceback (most recent call last):
File "F:\pythonxxx\src\a.py", line 343, in _generate_mail
async with AsyncSession(**session_params) as session:
File "F:\pythonxxx\.venv\Lib... | closed | 2024-07-04T19:54:17Z | 2024-07-05T05:21:07Z | https://github.com/lexiforest/curl_cffi/issues/338 | [
"bug"
] | luanon404 | 9 |
AutoViML/AutoViz | scikit-learn | 27 | [Minor] AutoViz Crashes on the analysis of a dataset without any significant variables | If AV is fed with a dataset where it does not find any significant variable to analize (vs. the target variable specified), it crashes.
The code to reproduce the issue is provided in https://gist.github.com/gvyshnya/c53321dbe947cc55fec91ccf6ae07294
The environment to reproduce the problem is the same as indicated... | closed | 2020-10-07T20:40:59Z | 2020-11-04T13:55:24Z | https://github.com/AutoViML/AutoViz/issues/27 | [] | gvyshnya | 1 |
RobertCraigie/prisma-client-py | pydantic | 842 | When a model is named `Set`, generation fails | <!--
Thanks for helping us improve Prisma Client Python! 🙏 Please follow the sections in the template and provide as much information as possible about your problem, e.g. by enabling additional logging output.
See https://prisma-client-py.readthedocs.io/en/stable/reference/logging/ for how to enable additional log... | open | 2023-11-24T00:21:24Z | 2023-11-28T00:38:54Z | https://github.com/RobertCraigie/prisma-client-py/issues/842 | [] | nicholaschiang | 1 |
assafelovic/gpt-researcher | automation | 1,090 | duckduckgo search fails | **Describe the bug**
duckduckgo search fails
**To Reproduce**
Steps to reproduce the behavior:
1. In .env RETRIEVER=duckduckgo
2. Run a search and monitor the log.
**Expected behavior**
Duckduckgo search should be available.
**Screenshots**
gpt-researcher-1 | File "/usr/src/app/gpt_researcher/retrievers/duckduckg... | closed | 2025-01-29T03:57:49Z | 2025-02-01T16:32:17Z | https://github.com/assafelovic/gpt-researcher/issues/1090 | [] | ahall4305 | 2 |
seleniumbase/SeleniumBase | pytest | 3,153 | Prepare a SeleniumBase 4.31.x release with Selenium 4.25.x | ## Prepare a SeleniumBase 4.31.x release with Selenium 4.25.x
There's a new version of Selenium available. I should get that verified with SeleniumBase, and then ship a new release with it.
There's lots of other changes coming into the next version of SeleniumBase, which includes dropping support for Python 3.7. | closed | 2024-09-20T19:43:16Z | 2024-09-23T05:46:34Z | https://github.com/seleniumbase/SeleniumBase/issues/3153 | [
"enhancement",
"requirements",
"dependencies"
] | mdmintz | 1 |
tensorflow/tensor2tensor | deep-learning | 1,297 | Question: Possibility of interactive file decoding | Hello,
I have been working on file decoding in a interactive way similar to `decode_interactive` option so that every time a file is sent instead of loading the model, decoding and terminating the program I wanted to give file paths and load model only once to decode the file every time. In trying to solve the above ... | open | 2018-12-13T05:30:15Z | 2018-12-13T05:30:15Z | https://github.com/tensorflow/tensor2tensor/issues/1297 | [] | sugeeth14 | 0 |
plotly/plotly.py | plotly | 4,467 | px.area has inconsistent behaviour, showing wrong data compared to px.line | These two plots are created using the same dataframe. Line plot is correct, the area plot is not. Hover data in orange line is correct, but with incorrect position in Y axis

 correctly? | hi serengil,
thanks to your library i have been able to build an application to recognize faces from a surveillance camera stream (4MP, very sharp, a bit oblique from above, but almost frontal face shot).
The recognition should be a part of a 2 factor authentication that runs automatically in the background. The... | closed | 2023-08-26T07:06:36Z | 2023-08-27T12:11:51Z | https://github.com/serengil/deepface/issues/834 | [
"question"
] | merasil | 1 |
deepspeedai/DeepSpeed | deep-learning | 6,837 | nv-nightly CI test failure | The Nightly CI for https://github.com/microsoft/DeepSpeed/actions/runs/12267136529 failed.
| closed | 2024-12-08T00:28:48Z | 2024-12-11T18:36:40Z | https://github.com/deepspeedai/DeepSpeed/issues/6837 | [
"ci-failure"
] | github-actions[bot] | 0 |
ansible/awx | automation | 15,345 | Unsupported parameters for (awx.awx.export) module: credentials, job_templates | ### Please confirm the following
- [X] I agree to follow this project's [code of conduct](https://docs.ansible.com/ansible/latest/community/code_of_conduct.html).
- [X] I have checked the [current issues](https://github.com/ansible/awx/issues) for duplicates.
- [X] I understand that AWX is open source software provide... | closed | 2024-07-09T13:55:29Z | 2025-01-03T14:59:29Z | https://github.com/ansible/awx/issues/15345 | [
"type:bug",
"component:awx_collection",
"needs_triage",
"community"
] | itinneed2022 | 9 |
autogluon/autogluon | scikit-learn | 4,141 | Hiding sklearnex verbose logging on Kaggle | We should look into hiding the sklearnex verbose logs on Kaggle. For some reason on Kaggle these logs are enabled by default (but they aren't enabled in other environments outside of Kaggle).
Example: https://www.kaggle.com/code/prishasawhney/obesity-autogluon-log-loss#Step-3:-Initiate-Autogluon
Solution from mai... | closed | 2024-04-25T15:56:01Z | 2024-05-22T19:56:21Z | https://github.com/autogluon/autogluon/issues/4141 | [
"enhancement",
"module: tabular",
"env: kaggle",
"dependency"
] | Innixma | 0 |
plotly/dash-table | plotly | 524 | Dropdown columns show their value and not their label when editable=False | If a table has a column that allows a user to edit the options from a dropdown but after a callback is fired that switches a column to being non-editable, the "value" from the column is displayed instead of the "label".
 with the aim of doing multiple prompts
e.g.
```py
te_pipe = CogView4Pipeline.from_pretrained("THUDM/CogView4-6B",
... | closed | 2025-03-04T12:50:44Z | 2025-03-05T06:11:03Z | https://github.com/huggingface/diffusers/issues/10962 | [
"bug"
] | Vargol | 1 |
qwj/python-proxy | asyncio | 64 | Header drops 4 characters | pproxy/proto.py
line 274:
```
lines, data = data.split(b'\r\n\r\n', 1)
headers = lines[:-4].decode().split('\r\n')
```
The data.split removes the '\r\n\r\n', therefore splicing off [:-4] is not needed. It cuts off last 4 characters of a valid header.
| closed | 2019-12-26T17:45:40Z | 2019-12-26T17:50:27Z | https://github.com/qwj/python-proxy/issues/64 | [] | daspri | 1 |
ml-tooling/opyrator | fastapi | 8 | Finalize auto-generation of python client | **Feature description:**
Finalize auto-generation of python client for Opyrator.
Every deployed Opyrator provides a Python client library via an endpoint method which can be installed with pip:
```bash
pip install http://my-opyrator:8080/client
```
And used in your code, as shown below:
```python
from... | closed | 2021-04-19T16:50:35Z | 2021-11-02T02:12:11Z | https://github.com/ml-tooling/opyrator/issues/8 | [
"feature",
"stale"
] | lukasmasuch | 2 |
allure-framework/allure-python | pytest | 324 | Robot Framework: listener raises exceptions for keywords with teardown | [//]: # (
. Note: for support questions, please use Stackoverflow or Gitter**.
. This repository's issues are reserved for feature requests and bug reports.
.
. In case of any problems with Allure Jenkins plugin** please use the following repository
. to create an issue: https://github.com/jenkinsci/allure-plugi... | closed | 2018-12-25T09:43:14Z | 2022-12-15T10:34:37Z | https://github.com/allure-framework/allure-python/issues/324 | [
"bug",
"theme:robotframework"
] | outcatcher | 3 |
flasgger/flasgger | rest-api | 575 | Demo app broken/non working | A demo app is linked at https://github.com/flasgger/flasgger/blame/master/README.md#L62 to http://flasgger.pythonanywhere.com/
If you visit http://flasgger.pythonanywhere.com/ you are presented with
```
Coming Soon!
This is going to be another great website hosted by [PythonAnywhere](https://www.pythonanywher... | open | 2023-06-05T01:18:53Z | 2023-06-05T01:19:01Z | https://github.com/flasgger/flasgger/issues/575 | [] | reedy | 0 |
sunscrapers/djoser | rest-api | 231 | Question: ACTIVATION_URL to an absolute URL | Hello,
I need to make ACTIVATION_URL an abolute URL, i try something like 'http://foo.com' but it always makes it 'http://localhost:8000/http://foo.com/...etc' any ideas?
Thank you | closed | 2017-10-02T01:40:20Z | 2017-10-02T01:46:16Z | https://github.com/sunscrapers/djoser/issues/231 | [] | JosephSKh | 1 |
horovod/horovod | machine-learning | 3,963 | HorovodBasics load dynamic library make grpc create channel failed with tensorflow-2.11 | **Environment:**
1. Framework: (TensorFlow, Keras, PyTorch, MXNet) TensorFlow
2. Framework version: tensorflow-2.11
3. Horovod version: horovod-2.28.1
4. MPI version: openmpi-4.1.2a1-1.54103.x86_64
5. CUDA version: cuda-11.2
6. NCCL version: nccl-2.18
7. Python version: 3.8.12
8. Spark / PySpark version: none
... | open | 2023-07-18T09:40:38Z | 2023-07-18T11:01:21Z | https://github.com/horovod/horovod/issues/3963 | [
"bug"
] | Lifann | 1 |
piskvorky/gensim | data-science | 3,357 | How to load 3.8.3 gensim word2vec model by new version 4.2.0 gensim model | <!--
**IMPORTANT**:
- Use the [Gensim mailing list](https://groups.google.com/forum/#!forum/gensim) to ask general or usage questions. Github issues are only for bug reports.
- Check [Recipes&FAQ](https://github.com/RaRe-Technologies/gensim/wiki/Recipes-&-FAQ) first for common answers.
Github bug reports that d... | closed | 2022-06-21T02:38:13Z | 2022-12-07T02:50:49Z | https://github.com/piskvorky/gensim/issues/3357 | [
"bug",
"difficulty easy",
"impact HIGH",
"reach MEDIUM"
] | Atsuyoshi-Funahashi | 6 |
viewflow/viewflow | django | 15 | Reusable task list view | List active tasks on index page
List of task archive on process details page
| closed | 2014-03-06T05:24:49Z | 2014-08-27T13:16:38Z | https://github.com/viewflow/viewflow/issues/15 | [
"dev/site"
] | kmmbvnr | 2 |
ultrafunkamsterdam/undetected-chromedriver | automation | 1,888 | NODRIVER: how i can use nodriver to login and capture every https and cookies when login?? | any help?, cant find the way to login with nodriver and get cookies and every https in the response, like when login and we use f12 and we see all response all https and all cookies??' thanks | open | 2024-05-18T07:50:59Z | 2024-06-12T21:36:55Z | https://github.com/ultrafunkamsterdam/undetected-chromedriver/issues/1888 | [] | marioeivissa | 2 |
huggingface/datasets | computer-vision | 7,097 | Some of DownloadConfig's properties are always being overridden in load.py | ### Describe the bug
The `extract_compressed_file` and `force_extract` properties of DownloadConfig are always being set to True in the function `dataset_module_factory` in the `load.py` file. This behavior is very annoying because data extracted will just be ignored the next time the dataset is loaded.
See this im... | open | 2024-08-09T18:26:37Z | 2024-08-09T18:26:37Z | https://github.com/huggingface/datasets/issues/7097 | [] | ductai199x | 0 |
ansible/awx | automation | 15,671 | Unexpected reported change for credential module in combination with GUI | ### Please confirm the following
- [X] I agree to follow this project's [code of conduct](https://docs.ansible.com/ansible/latest/community/code_of_conduct.html).
- [X] I have checked the [current issues](https://github.com/ansible/awx/issues) for duplicates.
- [X] I understand that AWX is open source software provide... | closed | 2024-11-29T15:48:15Z | 2024-12-04T16:53:21Z | https://github.com/ansible/awx/issues/15671 | [
"type:bug",
"component:awx_collection",
"needs_triage",
"community"
] | juliaschindler | 1 |
plotly/plotly.py | plotly | 4,511 | Plotly.rs call for maintainers | Hello chaps,
I've started and maintained [plotly.rs](https://github.com/igiagkiozis/plotly). As the name suggests, this library builds on top of the excellent work by the plotly.py community.
However, due to a change of circumstances I can no longer actively maintain and manage the project or the community. The l... | closed | 2024-02-07T14:31:10Z | 2024-07-11T22:22:46Z | https://github.com/plotly/plotly.py/issues/4511 | [] | igiagkiozis | 1 |
CorentinJ/Real-Time-Voice-Cloning | deep-learning | 589 | I tried to use pretrained models provided by @sberryman but i go this error |

#### Encoder
https://www.dropbox.com/s/xl2wr13nza10850/encoder.zip?dl=0
#### Synthesizer (Tacotron)
https://www.dropbox.com/s/t7qk0aecpps7842/tacotron.zip?dl=0
#### Vocoder
https://www.dropbox.com/... | closed | 2020-11-04T08:43:30Z | 2021-04-28T19:41:00Z | https://github.com/CorentinJ/Real-Time-Voice-Cloning/issues/589 | [] | mennatallah644 | 2 |
taverntesting/tavern | pytest | 569 | help using variables or external functions to construct urls per test | I want to avoid hard-coding the urls for tests so they work for everyone across different environments with different url components(hostname, port, paths) which I'm sure is a common requirement, however the problem I have is that each developer's local and remote environment will differ so I want to populate these var... | closed | 2020-07-15T21:20:24Z | 2020-08-26T11:18:10Z | https://github.com/taverntesting/tavern/issues/569 | [] | instil-richard | 2 |
Johnserf-Seed/TikTokDownload | api | 651 | [BUG]下载一直反复刷一个视频 | 一直反复的这样刷,看着像下载不到后面的视频一样,一直反复在这里重复


**桌面(请填写以下信息):**
-操作系统:[例如windows10 64bit]
-vpn代理... | closed | 2024-02-01T11:59:24Z | 2024-02-01T12:44:31Z | https://github.com/Johnserf-Seed/TikTokDownload/issues/651 | [] | budingkak12 | 0 |
FactoryBoy/factory_boy | django | 482 | Factory returns Nonetype | Creating or building a model using the following factory results in a Nonetype error.
```python
class WithdrawalFactory(factory.django.DjangoModelFactory):
class Meta:
model = Withdrawal
tx_id = factory.Faker("word")
amount = factory.Faker("money", amount=100)
date_transmitted = facto... | closed | 2018-06-22T09:23:27Z | 2018-07-15T08:59:01Z | https://github.com/FactoryBoy/factory_boy/issues/482 | [
"Q&A"
] | KaiserKarel | 1 |
davidsandberg/facenet | computer-vision | 306 | How to train my model? | closed | 2017-06-02T08:18:41Z | 2017-06-05T00:55:03Z | https://github.com/davidsandberg/facenet/issues/306 | [] | ouyangbei | 6 | |
plotly/dash-table | dash | 567 | style_** props do not support `border-radius`, `border_radius`, `borderRadius` | Issue found while looking at this community issue: https://community.plot.ly/t/datatable-rounded-corners/28207
The validity of the style props is determined with this file: https://github.com/plotly/dash-table/blob/master/src/dash-table/derived/style/py2jsCssProperties.ts | closed | 2019-09-04T14:01:02Z | 2019-09-05T16:02:29Z | https://github.com/plotly/dash-table/issues/567 | [
"dash-type-bug",
"size: 1"
] | Marc-Andre-Rivet | 0 |
piskvorky/gensim | machine-learning | 3,606 | ValueError while Importing Word2Vec from gensim.models | # Description of Issue
A week ago everything was perfectly working, however, now, while **importing gensim model Word2Vec**, after successful installation of the **gensim** package in [Google Colab](https://colab.research.google.com/), I am facing this error. `ValueError: numpy.dtype size changed, may indicate binary i... | closed | 2025-03-19T02:01:44Z | 2025-03-19T23:00:36Z | https://github.com/piskvorky/gensim/issues/3606 | [] | usamashami11 | 1 |
keras-team/keras | python | 21,001 | EarlyStopping with list of metrics to monitor | In addition to this example:
`callback = keras.callbacks.EarlyStopping(monitor='val_loss')`
Allow monitoring of multiple metrics, as in this example:
`callback = keras.callbacks.EarlyStopping(monitor=['val_loss', 'val_accuracy', 'val_f1measure'])`
This way, training should not stop while any of these metrics get bett... | open | 2025-03-07T19:02:29Z | 2025-03-17T17:00:52Z | https://github.com/keras-team/keras/issues/21001 | [
"type:feature"
] | fabriciorsf | 13 |
google-research/bert | nlp | 382 | An error occur when I run run_classifier.py | INFO:tensorflow:***** Running training *****
INFO:tensorflow: Num examples = 84963
INFO:tensorflow: Batch size = 16
INFO:tensorflow: Num steps = 15930
INFO:tensorflow:Calling model_fn.
INFO:tensorflow:Running train on CPU
INFO:tensorflow:*** Features ***
INFO:tensorflow: name = input_ids, shape = (16, 64)
I... | open | 2019-01-21T06:02:48Z | 2019-04-02T13:22:59Z | https://github.com/google-research/bert/issues/382 | [] | TahoeWang | 1 |
huggingface/datasets | computer-vision | 7,168 | sd1.5 diffusers controlnet training script gives new error | ### Describe the bug
This will randomly pop up during training now
```
Traceback (most recent call last):
File "/workspace/diffusers/examples/controlnet/train_controlnet.py", line 1192, in <module>
main(args)
File "/workspace/diffusers/examples/controlnet/train_controlnet.py", line 1041, in main
... | closed | 2024-09-25T01:42:49Z | 2024-09-30T05:24:03Z | https://github.com/huggingface/datasets/issues/7168 | [] | Night1099 | 3 |
krish-adi/barfi | jupyter | 18 | Parameterize the location of saved schemas | Currently the schemas saved from the widget on streamlit ends up in the root of the application and itsnt customizeable. It would be great if we could configure a prefix for this path with the default option being the root of the application. | closed | 2023-04-27T13:57:59Z | 2025-01-15T23:24:13Z | https://github.com/krish-adi/barfi/issues/18 | [] | subramaniam20jan | 2 |
ultralytics/yolov5 | pytorch | 12,632 | Filter empty labels | ### Search before asking
- [X] I have searched the YOLOv5 [issues](https://github.com/ultralytics/yolov5/issues) and [discussions](https://github.com/ultralytics/yolov5/discussions) and found no similar questions.
### Question
My dataset contains some background images without labels, how can I only load labeled im... | closed | 2024-01-16T03:50:08Z | 2024-01-17T01:10:16Z | https://github.com/ultralytics/yolov5/issues/12632 | [
"question"
] | C-hongfei | 5 |
keras-team/keras | machine-learning | 20,169 | How to make dynamic assetions in Keras v3? | In Tensorflow with Keras v2 i have 2 common case to make dynamic assertions:
1. Dynamic shape assertion
```python
x = <some input tensor in NHWC format>
min_size = tf.reduce_min(tf.shape(x)[1:3])
assert_size = tf.assert_greater(min_size, 2)
with tf.control_dependencies([assert_size]):
<apply some ops t... | closed | 2024-08-27T06:13:22Z | 2024-09-13T12:02:21Z | https://github.com/keras-team/keras/issues/20169 | [
"type:support",
"stat:awaiting response from contributor",
"stale"
] | shkarupa-alex | 3 |
axnsan12/drf-yasg | django | 455 | Unknown error when try to use serializers with the same name |

Library raises unknown error when i try to open swagger or redoc page. All I have in logs is:
`
Internal Server Error: /redoc/
`
When serializers have diferent names al... | closed | 2019-09-15T14:02:12Z | 2020-09-02T08:34:26Z | https://github.com/axnsan12/drf-yasg/issues/455 | [] | platonoff-dev | 1 |
dask/dask | pandas | 11,382 | when using max/min as first expression for new collumn dataframe will not compute | **Describe the issue**:
in the code example below the dataframe will fail to compute after we have calculated cell_y collumn, I have determined that the cause is the arrangement of the expression, rearranging it can remove the error, this seems like a bug.
**Minimal Complete Verifiable Example**:
```python
impo... | closed | 2024-09-10T12:32:19Z | 2024-10-11T16:02:59Z | https://github.com/dask/dask/issues/11382 | [
"dask-expr"
] | JimHBeam | 1 |
facebookresearch/fairseq | pytorch | 4,991 | OSError: Model file not found: checkpoints/transformer_wiki103/checkpoint_best.pt | I followed the steps in the tutorial ([training-a-transformer-language-model-with-the-cli-tools](https://github.com/facebookresearch/fairseq/blob/main/examples/language_model/README.md#training-a-transformer-language-model-with-the-cli-tools)) to train a language model.
When I trained my model, I tried this command ... | closed | 2023-02-24T01:27:41Z | 2023-02-24T01:39:52Z | https://github.com/facebookresearch/fairseq/issues/4991 | [
"question",
"needs triage"
] | liuydd | 0 |
kymatio/kymatio | numpy | 245 | Default value for `Q` | For 2D and 3D, we have defaults for all parameters except `J` and `shape`, but `Scattering1D` also requires `Q`. Should we give a default for this? `Q=8`? | closed | 2018-12-16T19:12:05Z | 2018-12-17T12:44:42Z | https://github.com/kymatio/kymatio/issues/245 | [
"API",
"1D"
] | janden | 9 |
benbusby/whoogle-search | flask | 984 | [QUESTION] Matomo Analytics in Whoogle? | Hi guys!
Is there a way to insert a Matomo tracking code into Whoogle? My Whoogle instance run with `docker-compose` and I already tried to edit the files in `app/templates/`.
My goal is just to track the visitors only without any search string to see how many people is using my Whoogle instance. It's also doable... | closed | 2023-04-10T13:07:02Z | 2023-04-24T15:33:25Z | https://github.com/benbusby/whoogle-search/issues/984 | [
"question"
] | Johnnii360 | 3 |
microsoft/nni | data-science | 5,133 | mobolienet V2 QAT quantization accuracy is low | i use a qat quantizer to quantization my model base on mobolienet v2, the result is always nan at first, so I reduce the learning rate, no more nan. but the KPI(accuray, recall, precision) of model is low(30% reduction compared to the original model), how can promote KPI when use QAT quantizer, here is my code:
fro... | open | 2022-09-21T02:07:33Z | 2022-10-12T01:50:42Z | https://github.com/microsoft/nni/issues/5133 | [
"model compression",
"support"
] | mairkiss | 1 |
jina-ai/clip-as-service | pytorch | 409 | integrating embeddings in ensemble model | **Prerequisites**
> Please fill in by replacing `[ ]` with `[x]`.
* [x ] Are you running the latest `bert-as-service`?
* [x ] Did you follow [the installation](https://github.com/hanxiao/bert-as-service#install) and [the usage](https://github.com/hanxiao/bert-as-service#usage) instructions in `README.md`?
* [ x... | open | 2019-07-12T07:56:02Z | 2019-07-12T07:56:02Z | https://github.com/jina-ai/clip-as-service/issues/409 | [] | ishita-gupta98 | 0 |
LAION-AI/Open-Assistant | python | 2,953 | oasst-sft-1-pythia-12b model is giving weird answers | I run the Open Assistant but oasst-sft-1-pythia-12b model is giving weird answers
Hardware : Nvidia T4 , 8 cpu , 60GB ram
<img width="763" alt="image" src="https://user-images.githubusercontent.com/33727088/235101716-df320924-1e21-4d05-818e-1f661c439b6e.png">
| closed | 2023-04-28T09:04:03Z | 2023-04-29T10:15:11Z | https://github.com/LAION-AI/Open-Assistant/issues/2953 | [] | jithinkpraveen | 0 |
apify/crawlee-python | web-scraping | 720 | Implement browser per proxy to PlaywrightCrawler | - Implement browser per proxy to PlaywrightCrawler in a similar way as it is in the Crawlee JS.
- https://crawlee.dev/api/browser-pool/interface/LaunchContextOptions#browserPerProxy
- Before implementation sync with @barjin, as he can provide further context and also suggest potential improvements (mostly in context ... | open | 2024-11-21T19:44:32Z | 2024-11-21T19:44:44Z | https://github.com/apify/crawlee-python/issues/720 | [
"enhancement",
"t-tooling"
] | vdusek | 0 |
junyanz/pytorch-CycleGAN-and-pix2pix | computer-vision | 1,369 | how to set multiple GPU running the train.py ? | thanks for your answer! | closed | 2022-01-19T12:09:56Z | 2024-02-29T08:50:32Z | https://github.com/junyanz/pytorch-CycleGAN-and-pix2pix/issues/1369 | [] | improgress | 4 |
mitmproxy/mitmproxy | python | 6,606 | Mitmdump: invalid mode specification | #### Problem Description
I'm gettting the error with Mitmpdump mode operation
#### Steps to reproduce the behavior:
1. When running the command: mitmdump --mode regular@8888
2. receive Invalid mode specification: regular:http://localhost:8888
or mitmdump --mode regular@8888 => Invalid mode specification: regula... | closed | 2024-01-18T13:25:23Z | 2024-01-21T13:15:14Z | https://github.com/mitmproxy/mitmproxy/issues/6606 | [
"kind/triage"
] | SultanSagi | 3 |
google-research/bert | nlp | 1,238 | How to evaluate the performance number of Bert-Large training | We run SQuAD dataset for fine-tuning with Bert-Large.
But I am not sure how to evaluate the performance number of Bert-Large training.
Below are the log result
```
INFO:tensorflow:global_step/sec: 0.051789
I0609 07:53:35.833151 140427424720704 tpu_estimator.py:2350] global_step/sec: 0.051789
INFO:tensorflow:... | open | 2021-06-19T13:19:53Z | 2021-06-19T13:19:53Z | https://github.com/google-research/bert/issues/1238 | [] | zhixingheyi-tian | 0 |
simple-login/app | flask | 1,818 | [Feature Request] Provide integration with haveibeenpwned.com | It would be a very cool feature (even if for premium members only) there would be an integration with haveibeenpwned.com - that is, once somebody has signed up for simplelogin, if any of the aliases / domains show up on haveibeenpwned.com, they would be automatically notified, so that they can decide what action to tak... | open | 2023-07-23T07:21:25Z | 2023-08-04T10:35:50Z | https://github.com/simple-login/app/issues/1818 | [] | cdman | 1 |
sinaptik-ai/pandas-ai | data-science | 671 | Conversational Answer won,t work | ### System Info
OS version: windows 10
Python version : 3.11
The current version of pandas ai
### 🐛 Describe the bug
In the current version of Pandas AI :
# Conversational Answer won,t work
# when I asked what is the GDP then answer Just 20,0000 But I need The GDP is 20,000 like this .. | closed | 2023-10-22T08:34:21Z | 2024-06-01T00:20:17Z | https://github.com/sinaptik-ai/pandas-ai/issues/671 | [] | Ridoy302583 | 2 |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.