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
thp/urlwatch
automation
660
Parsing failed: mapping values are not allowed here
So I want to urlwatch some company's career site. In a first curl request I get a token, and in a second curl request I use this token to pull the job offerings. The following chain of commands works perfectly fine on my command line: `token=$(curl --silent 'https://mycompany.csod.com/...' 2>&1 | grep -Po '[a-zA-Z0-...
closed
2021-08-08T18:29:43Z
2021-08-28T09:11:37Z
https://github.com/thp/urlwatch/issues/660
[]
herrriehm
3
zappa/Zappa
django
627
[Migrated] link from cli not found in the readme
Originally from: https://github.com/Miserlou/Zappa/issues/1597 by [thesunlover](https://github.com/thesunlover) https://github.com/Miserlou/Zappa/blob/777a3aec27d3f79a15a6b61dc569746e923f0f7f/zappa/cli.py#L711 As I see the topic from the link is split in two new topics
closed
2021-02-20T12:26:50Z
2024-04-13T17:35:57Z
https://github.com/zappa/Zappa/issues/627
[ "no-activity", "auto-closed" ]
jneves
2
pallets-eco/flask-sqlalchemy
sqlalchemy
403
configure() explodes
Calling `db.session.configure(expire_on_commit=True)` in the latest version in git blows up: ``` self = <sqlalchemy.orm.scoping.scoped_session object at 0x10c1c1190> kwargs = {'expire_on_commit': True} def configure(self, **kwargs): """reconfigure the :class:`.sessionmaker` used by this :class...
closed
2016-06-14T10:47:33Z
2020-12-05T20:37:35Z
https://github.com/pallets-eco/flask-sqlalchemy/issues/403
[]
revmischa
6
sqlalchemy/alembic
sqlalchemy
366
Table alembic_version
**Migrated issue, originally created by Mark Muzenhardt ([@redrooster](https://github.com/redrooster))** If I want to have a connection between my application version and the alembic database version, how could I do that in the best way?
closed
2016-03-21T20:35:19Z
2016-03-21T23:07:31Z
https://github.com/sqlalchemy/alembic/issues/366
[ "feature", "easy" ]
sqlalchemy-bot
2
oegedijk/explainerdashboard
plotly
96
Does expainerdashboard work with SDGClassifier and MLPClassifier?
I get error ValueError: Parameter shap='gues'', but failed to to guess the type of shap explainer to use. Please explicitly pass a `shap` parameter to the explainer, e.g. shap='tree', shap='linear', etc.
closed
2021-03-03T21:39:42Z
2021-03-05T00:08:06Z
https://github.com/oegedijk/explainerdashboard/issues/96
[]
apavlo89
8
jschneier/django-storages
django
973
[boto] How to serialize FileField with auth querystring
First of all, thanks for your great work on this library, it is super helpful and saves me quite some work. My Problem: I am using the S3 services ```python3 DEFAULT_FILE_STORAGE = "storages.backends.s3boto3.S3Boto3Storage" ``` and use it on a model of mine ```python3 class Service(models.Model): log...
closed
2021-01-09T21:35:51Z
2021-01-10T16:14:16Z
https://github.com/jschneier/django-storages/issues/973
[]
MoSattler
1
gunthercox/ChatterBot
machine-learning
1,651
Specific response logic adapter is not working
i am using django integration and created a new specific response logic adapter for the bot, i already added the adapter to settings, but even i input the specific text, the bot cannot reply with the output text that i set in the code. what is the reason?? Which folder should i put my new adapter? i already made ...
closed
2019-03-04T14:47:50Z
2020-02-06T03:22:19Z
https://github.com/gunthercox/ChatterBot/issues/1651
[ "answered" ]
kangaroocancode
2
unionai-oss/pandera
pandas
1,605
Support Series generation with serial dependence
**Is your feature request related to a problem? Please describe.** I've been trying - and failing - to generate dataframes with a Pandera strategy that will create a `date` column with values from `pd.date_range()`. I can generate a series via `hypothesis` directly: ```python import hypothesis.strategies as hs ...
open
2024-04-29T21:37:26Z
2024-05-10T16:03:04Z
https://github.com/unionai-oss/pandera/issues/1605
[ "enhancement" ]
NowanIlfideme
1
biolab/orange3
pandas
6,952
Orange wheel requires Qt
**What's wrong?** I created a new environment with Orange, without Qt, because I only needed a headless Orange (use case: Orada). Importing orange results in the following error. ``` /Users/janez/miniforge3/envs/orada/bin/python /Users/janez/dev/orada/backend/app.py Traceback (most recent call last): File "...
closed
2024-12-10T20:29:11Z
2024-12-16T12:51:36Z
https://github.com/biolab/orange3/issues/6952
[ "bug" ]
janezd
0
sczhou/CodeFormer
pytorch
234
How can I calculate the IDS metric?
open
2023-05-24T02:56:07Z
2023-05-24T02:56:07Z
https://github.com/sczhou/CodeFormer/issues/234
[]
heart-du
0
saulpw/visidata
pandas
2,681
[question] expr column empty in Columns Sheet and IndexError
Not sure if this is a bug, or if I'm doing something wrong, so I am going to post it as an Issue. I'm on VisiData 3.1.1 on macOS To reproduce: `Shift+a` to create a new sheet with an empty column named `A` `a` to add a row `e`, `1` to fill it with a value `#` to set the column to int `!` to set it as a key ...
closed
2025-01-16T08:08:48Z
2025-01-16T09:26:56Z
https://github.com/saulpw/visidata/issues/2681
[ "question" ]
arisolt
2
open-mmlab/mmdetection
pytorch
11,372
在mmdet3中取消了core文件,官方文档中关于2.x移植的还未更新,那在2.x中使用的导入该怎么修改呢
from mmdet.core import (anchor_inside_flags, build_assigner, build_sampler, DynamicAssigner) 像这些该怎么导入呢
closed
2024-01-15T03:19:33Z
2025-03-24T03:54:29Z
https://github.com/open-mmlab/mmdetection/issues/11372
[]
mxyyy1002
2
netbox-community/netbox
django
18,851
IP Address Bulk Create misses DNS name field
### Deployment Type Self-hosted ### NetBox Version v4.2.5 ### Python Version 3.10 ### Steps to Reproduce 1. Open the widget to add an IP Address 2. Click on "Bulk Create" ### Expected Behavior I expect a field "DNS name pattern" similar to "Address pattern". ### Observed Behavior There is no possibility to ...
closed
2025-03-10T10:18:10Z
2025-03-10T13:53:15Z
https://github.com/netbox-community/netbox/issues/18851
[ "type: bug" ]
jhofmueller
2
pywinauto/pywinauto
automation
673
disable user keyboard, mouse input ?
Hi, Some methods/functions such as ```click_input()``` can be disturbed by user input. Is there a recommended way to prevent this risk? Temporarily disable user mouse/keyboard input?
closed
2019-02-12T15:56:58Z
2022-11-17T16:20:41Z
https://github.com/pywinauto/pywinauto/issues/673
[ "question" ]
parlar
13
Gozargah/Marzban
api
970
Vless + tcp + http header request
سلام وقت بخیر من یه مشکلی دارم اینکه کاربرا ایفون روی برنامه streisand خیلی بهم گزارش میکنن که واتس اپ بد لود میشه واسشون مخصوص این پروتوکل هم هست , خوب من چون اکثرا کانفیگام تانل هست این پروتوکل خوب جواب میده برای تانل برای همین از این استفاده میکنم یه سری کاربر روی پنل x-ui دارم اونا مشکلی گزارش نکردن از این بابت ...
closed
2024-05-04T04:10:14Z
2024-07-31T18:01:12Z
https://github.com/Gozargah/Marzban/issues/970
[ "Bug" ]
xmohammad1
2
pallets/flask
python
4,823
test clients inside with clause share context in 2.2.x
Defining `flask.test_client()` instances using `with` clause causes them to share context/content of `flask.g` variable. This wasn't the case in previous versions of flask. ### How to replicate the bug ```python import flask app = flask.Flask("app") @app.route("/index") def index(): if "my_special_d...
closed
2022-09-20T05:08:16Z
2023-01-10T00:05:53Z
https://github.com/pallets/flask/issues/4823
[]
kuba-lilz
1
gradio-app/gradio
deep-learning
10,667
gr.load_chat has no documentation on gradio.app
### Describe the bug The [How to Create a Chatbot with Gradio](https://www.gradio.app/guides/creating-a-chatbot-fast) guide references a URL that does not exist, this is the documentation for the `gr.load_chat` function. https://www.gradio.app/docs/gradio/load_chat https://github.com/gradio-app/gradio/blob/f0a920c...
closed
2025-02-24T17:46:19Z
2025-02-25T00:49:49Z
https://github.com/gradio-app/gradio/issues/10667
[ "bug", "docs/website" ]
alexandercarruthers
1
microsoft/nlp-recipes
nlp
183
[BUG] Cannot set up nlp_gpu environment
### Description <!--- Describe your bug in detail --> The following errors showing up while setting up the GPU environment: > Collecting package metadata: done > Solving environment: failed > > ResolvePackageNotFound: > cudatoolkit==9.2 > ![image](https://user-images.githubusercontent.com/12163908/616...
closed
2019-07-22T19:55:20Z
2019-07-30T21:43:09Z
https://github.com/microsoft/nlp-recipes/issues/183
[ "bug" ]
yijingchen
13
graphistry/pygraphistry
pandas
455
[BUG] igraph layouts docs examples misformatted
**Describe the bug** See examples screenshot below ![Screenshot from 2023-04-03 15-07-46](https://user-images.githubusercontent.com/4249447/229638092-dd8ee328-83b5-483b-8f70-1478480ee924.png)
closed
2023-04-03T22:09:32Z
2023-04-03T22:15:53Z
https://github.com/graphistry/pygraphistry/issues/455
[ "bug", "p3", "docs" ]
lmeyerov
1
ymcui/Chinese-BERT-wwm
nlp
237
NER问题
你好,可以做中文人名的NER吗?能的话,该如何使用呢?基于pytorch,transformers库。
closed
2023-09-11T16:07:06Z
2023-10-15T10:30:00Z
https://github.com/ymcui/Chinese-BERT-wwm/issues/237
[ "stale" ]
wanghao-007
2
dunossauro/fastapi-do-zero
pydantic
60
Texto de despedida!
- [ ] Próximos passos - [ ] Remover a palavra introdução - [ ] Lincar mais materiais disponíveis sobre FastAPI como do Cassio
closed
2023-12-10T22:41:38Z
2023-12-29T20:19:33Z
https://github.com/dunossauro/fastapi-do-zero/issues/60
[ "Escrita" ]
dunossauro
0
ExpDev07/coronavirus-tracker-api
fastapi
130
Consider switching (from Flask) to ASGI framework
Have you considered switching to one of the newer ASGI based web frameworks? I would like to recommend [FastAPI](https://fastapi.tiangolo.com/) Among other things, I believe this project would greatly benefit from these features. 1. [Automatic Swagger/OpenAPI API documentation tools](https://fastapi.tiangolo.c...
closed
2020-03-21T19:47:53Z
2020-03-25T03:55:15Z
https://github.com/ExpDev07/coronavirus-tracker-api/issues/130
[ "enhancement" ]
Kilo59
7
LAION-AI/Open-Assistant
machine-learning
2,865
On mobile I have to scroll down to see text input
On Google pixel 6 I see this in a new chat: ![Screenshot_20230423-190240](https://user-images.githubusercontent.com/2178292/233856962-a2ffe1d7-178d-400c-8ca0-047356c8029f.png) I have to scroll down to see the input: ![Screenshot_20230423-190249](https://user-images.githubusercontent.com/2178292/233856951-b1697...
closed
2023-04-23T18:04:44Z
2023-05-19T12:13:20Z
https://github.com/LAION-AI/Open-Assistant/issues/2865
[ "bug", "website", "good first issue", "UI/UX" ]
andrewm4894
5
d2l-ai/d2l-en
computer-vision
2,355
FEAT: Add ability to order framework execution in CI
With PRs having a number of changes to a specific framework, it would be useful to tell the CI somehow (maybe through a specific comment in PR description or commit) that the user would like to evaluate for example JAX framework first. How is this useful? If I know that I've made changes in JAX tabs only, then ma...
closed
2022-11-24T04:24:27Z
2023-05-15T13:51:23Z
https://github.com/d2l-ai/d2l-en/issues/2355
[ "CI" ]
AnirudhDagar
2
Nike-Inc/koheesio
pydantic
65
[ENHANCEMENT] Snowflake reader and writer have different parameter names for table name
## Describe the bug SnowflakeReader and SnowflakeWriter use different names for the table name parameter (**table** and **dbtable** respectively). Unifying the parameter names will make easier to reuse the configuration associated to a Snowflake Table for both reading and writing without having to change the table par...
closed
2024-09-23T17:01:02Z
2024-10-07T09:49:00Z
https://github.com/Nike-Inc/koheesio/issues/65
[ "enhancement", "good first issue" ]
riccamini
0
Sanster/IOPaint
pytorch
254
[BUG] Unable to operatewin_start.bat
**Model** Which model are you using? **Describe the bug** A clear and concise description of what the bug is. **Screenshots** If applicable, add screenshots to help explain your problem. **System Info** Software version used - lama-cleaner: - pytorch: - CUDA:
open
2023-03-30T07:03:45Z
2023-03-30T07:53:02Z
https://github.com/Sanster/IOPaint/issues/254
[]
HH2003HH
1
labmlai/annotated_deep_learning_paper_implementations
deep-learning
247
"pip install labml-nn" generated errors. How to resolve it and complete the installation?
Here is the message: (base) C:\Windows\system32>pip install labml-nn WARNING: Ignoring invalid distribution -5py (d:\users\user1\anaconda3\lib\site-packages) WARNING: Ignoring invalid distribution -umpy (d:\users\user1\anaconda3\lib\site-packages) WARNING: Ignoring invalid distribution -ip (d:\users\user1\anaco...
open
2024-03-14T19:35:05Z
2024-03-14T19:35:05Z
https://github.com/labmlai/annotated_deep_learning_paper_implementations/issues/247
[]
jxwanguab
0
davidsandberg/facenet
tensorflow
706
Few Query's
I have few Query's on training that 1. How may Epoch's require for obtaining better accuracy for 500 images ? 2. May i know How much time it took for training i.e ., On what configuration have you trained the model and how much time it took for each epoch ? 3. For doing Transfer Learning What are the changes that w...
open
2018-04-16T14:12:22Z
2018-04-16T14:12:22Z
https://github.com/davidsandberg/facenet/issues/706
[]
skvravi108
0
bregman-arie/devops-exercises
python
91
"Determine OSI Layer" question renders incorrectly
## What it currently looks like (couldn't capture the whole thing): ![image](https://user-images.githubusercontent.com/13409103/87853712-661fb080-c8da-11ea-9b8b-1b02e7b16641.png) ## It should look more like the "Which systems/tools are you using" question: ![image](https://user-images.githubusercontent.com/1340910...
closed
2020-07-18T13:49:41Z
2020-07-29T12:51:44Z
https://github.com/bregman-arie/devops-exercises/issues/91
[]
thejoycekung
0
plotly/dash
data-visualization
2,797
[BUG] Error loading dependencies
**Describe your context** ``` dash 2.16.1 dash-bootstrap-components 1.5.0 dash-core-components 2.0.0 dash-daq 0.5.0 dash-html-components 2.0.0 dash-iconify 0.1.2 dash-mantine-components 0.12.1 dash-table 5.0.0 ``` - if frontend ...
closed
2024-03-15T16:56:25Z
2024-04-15T17:42:26Z
https://github.com/plotly/dash/issues/2797
[]
WWakker
7
widgetti/solara
fastapi
837
[Breaking change] Feature request: Align `solara.Select` & `solara.SelectMultiple` API with standard vue parameter names
`solara.Select{Multiple}` uses custom parameter names of `values`/`all_values`, when it might make more sense to use `value` and `items`. For reference, consider the `v-select` widget: > [items](https://vuetifyjs.com/en/api/v-select/#props-items) > Can be an array of objects or strings. By default objects should...
open
2024-10-25T17:28:35Z
2024-10-25T17:28:35Z
https://github.com/widgetti/solara/issues/837
[]
ntjess
0
hbldh/bleak
asyncio
853
Keep getting Error: bleak.exc.BleakError: Could not read characteristic handle 58: Protocol Error 0x02: Read Not Permitted
* bleak version: 0.14.3 * Python version: 3.9.9 * Operating System: Windows 10 version 10.019043 Build 19043 * BlueZ version (`bluetoothctl -v`) in case of Linux: ### Description I'm writing a program on windows in python using the bleak module to communicate with the RN4020 BLE module. I can read and write...
closed
2022-06-22T11:56:38Z
2022-06-23T21:07:18Z
https://github.com/hbldh/bleak/issues/853
[ "Backend: WinRT" ]
ghost
4
raphaelvallat/pingouin
pandas
88
Modify assertion statement inside homoscedasticity function
Hi! Hope you're good during this pandemic times. I was trying to run the `homoscedasticity()` function on my data and I got an **AssertionError** on the line related to the instance heritage checking. I thought it was my data so I tried to run the example code for One-Way ANOVA in the Guidelines page and I got the s...
closed
2020-04-08T13:43:53Z
2020-04-08T18:17:59Z
https://github.com/raphaelvallat/pingouin/issues/88
[]
apachaves
3
kizniche/Mycodo
automation
1,344
Add ability to edit measurement database entries
Add admin page to edit measurement database entries, useful for correcting issues.
open
2023-10-23T19:52:49Z
2023-11-25T18:18:10Z
https://github.com/kizniche/Mycodo/issues/1344
[ "enhancement" ]
kizniche
3
Lightning-AI/pytorch-lightning
machine-learning
19,748
Calculated loss differs from logged loss in training_step (even if seed_everything, deterministic set to true and shuffle to false)
### Bug description Hello, After training a model, I calculate the loss for the train set. Unfortunately, it doesn't match the one logged in _MLFlow_ with the _MLFlowLogger_. I set `seed_everything(42)`, `deterministic=True` for the trainer and `shuffle=False` for the trainloader. For the validation set, however ...
closed
2024-04-09T14:08:32Z
2024-04-10T10:00:55Z
https://github.com/Lightning-AI/pytorch-lightning/issues/19748
[ "bug", "needs triage" ]
pabroux
1
nteract/papermill
jupyter
273
test_chdir fails on OS X: AssertionError: assert '/private/tmp' == '/tmp'
On a standard OS X install, `/tmp` is a link to `/private/tmp`. The test_chdir test fails with the following output: ``` ______________________________________________ test_chdir _______________________________________________ def test_chdir(): old_cwd = os.getcwd() with chdir('/tmp'):...
closed
2018-12-18T19:04:49Z
2019-01-18T01:29:42Z
https://github.com/nteract/papermill/issues/273
[ "bug" ]
pburka
2
iperov/DeepFaceLab
deep-learning
5,548
tf referred to before initialized in nn.py
Hi, ## Expected behavior I'm trying to program with the various objects. At one point I call `Merger.main`, which I expect to succeed. ## Actual behavior I get the exception > *** NameError: name 'tf' is not defined ## Steps to reproduce My code had previously called several things. It's a little pai...
open
2022-08-18T22:40:53Z
2023-06-08T23:24:44Z
https://github.com/iperov/DeepFaceLab/issues/5548
[]
17cspence
2
CorentinJ/Real-Time-Voice-Cloning
python
1,029
Results of training on my own dataset
Hi,When I train with my own dataset, the result is as shown in the following picture.Can you tell me where is the problem? May be the number of data is too small? (my dataset includes 20 minutes of voice data in total ) Looking forward to your reply : ![step-5000-align](https://user-images.githubusercontent.com/407533...
open
2022-02-28T08:09:30Z
2022-03-01T14:50:55Z
https://github.com/CorentinJ/Real-Time-Voice-Cloning/issues/1029
[]
dongdongdashen
1
Gozargah/Marzban
api
1,080
باگ تغییر دیتابیس sqlite به mysql
![image](https://github.com/Gozargah/Marzban/assets/123515558/9b3d8e90-01ce-4ad3-aa77-7312d970ee65) سلام طبق داکیومنت رفتم جلو ولی وقتی می خوام ریستارت کنم اینو نشون میده.
closed
2024-07-04T11:13:04Z
2024-07-04T11:38:52Z
https://github.com/Gozargah/Marzban/issues/1080
[ "Bug" ]
mayburs
1
piskvorky/gensim
machine-learning
2,631
KeyedVectors will not import
#### Problem description KeyedVectors will not import #### Steps/code/corpus to reproduce ``` python >>> from gensim.models import KeyedVectors Traceback (most recent call last): File "<stdin>", line 1, in <module> ImportError: cannot import name 'KeyedVectors' from 'gensim.models' (/usr/lib/python3.7/si...
closed
2019-10-12T12:13:54Z
2019-10-13T11:27:51Z
https://github.com/piskvorky/gensim/issues/2631
[]
drikPanther
2
bigscience-workshop/petals
nlp
401
ERROR: Failed building wheel for grpcio-tools Running setup.py clean for grpcio-tools Failed to build grpcio-tools ERROR: Could not build wheels for grpcio-tools, which is required to install pyproject.toml-based projects
I tried installing petals via pip on wsl kali linux on a virtual enviroment, but it throws an error when trying to install grpcio-tools. When installing the package seperately, it works, but when installing petals it doesnt. I cant submit the whole log because it is too long, but heres the relevant part: error: comman...
closed
2023-07-21T16:46:13Z
2023-07-22T14:30:46Z
https://github.com/bigscience-workshop/petals/issues/401
[]
TheBestOfTheQuests
2
serengil/deepface
machine-learning
1,192
DeepFace Facial Recognition
i installed your program DeepFace but can Deepface be used of sending out a picture of someones face and it using a catelog of faces exact or similar to this picture to try and fiture out who the person is? aka reverse image search of finding other images of the exact same person to find out who they are Because im ...
closed
2024-04-17T07:41:09Z
2024-04-17T07:43:42Z
https://github.com/serengil/deepface/issues/1192
[ "question" ]
olstice
1
eralchemy/eralchemy
sqlalchemy
91
Upgrading SQLAlchemy can break ERAlchemy
As of this date, the latest release of SQLAlchemy is **1.4.37**. This release of SQLAlchemy causes the `render_er` function to throw an exception. I'm guessing a number of releases earlier than this one will probably have the same effect. The latest release of SQLAlchemy that successfully creates the ER diagram that I ...
closed
2022-06-15T01:19:14Z
2024-07-07T10:03:41Z
https://github.com/eralchemy/eralchemy/issues/91
[]
qb14cj
2
Skyvern-AI/skyvern
automation
1,864
UI Optimization: Allow saving (publish) workflow from History
I created a workflow but forgot to choose the options to save it as a published workflow. It ran successfully to completion, and showed up in my **History**. I would like to be able to go into the workflow execution history and save a previously executed workflow, rather than creating a new one from scratch. Right no...
open
2025-03-02T19:12:28Z
2025-03-02T19:12:28Z
https://github.com/Skyvern-AI/skyvern/issues/1864
[]
pcgeek86
0
graphdeco-inria/gaussian-splatting
computer-vision
1,173
submodule installing error
(base) C:\Users\Administrator\gaussian-splatting>conda env create --file environment.yml Channels: - pytorch - conda-forge - defaults Platform: win-64 Collecting package metadata (repodata.json): done Solving environment: done Downloading and Extracting Packages: Preparing transaction: done Verifying transaction: ...
open
2025-02-26T12:25:59Z
2025-02-26T12:25:59Z
https://github.com/graphdeco-inria/gaussian-splatting/issues/1173
[]
Nandoqqq
0
autogluon/autogluon
data-science
4,408
Disable bagging and Enable stacking
The following parameter combination returns an error: ```python custom_hyperparameters = get_hyperparameter_config('zeroshot') custom_preset = {'auto_stack': False, 'dynamic_stacking': False, 'hyperparameters':custom_hyperparameters, 'refit_full': False, 'set_best_to_refit_full'...
closed
2024-08-19T06:13:31Z
2024-08-20T04:38:46Z
https://github.com/autogluon/autogluon/issues/4408
[ "enhancement", "wontfix", "module: tabular" ]
crossxwill
1
deepfakes/faceswap
deep-learning
1,306
did you support tensorflow 2.8.0
as problem
closed
2023-03-15T07:07:13Z
2023-04-06T12:18:21Z
https://github.com/deepfakes/faceswap/issues/1306
[]
459737087
1
recommenders-team/recommenders
deep-learning
2,172
[BUG]
### Description <!--- Describe your issue/bug/request in detail --> ### In which platform does it happen? <!--- Describe the platform where the issue is happening (use a list if needed) --> <!--- For example: --> <!--- * Azure Data Science Virtual Machine. --> <!--- * Azure Databricks. --> <!--- * Other platf...
closed
2024-09-27T11:13:16Z
2024-09-27T11:37:17Z
https://github.com/recommenders-team/recommenders/issues/2172
[ "bug" ]
Harikapl
1
DistrictDataLabs/yellowbrick
matplotlib
734
Importing yellowbrick changes global matplotlib styles
**UPDATE**: After some investigation, we've discovered that Seaborn has rolled back their automatic style changes on import, and we should probably do the same. To fix this issue the following things need to be done: - [ ] remove the automatic style changes from `yellowbrick/__init__.py` - [ ] create documentation...
open
2019-02-09T15:55:34Z
2020-01-08T15:57:15Z
https://github.com/DistrictDataLabs/yellowbrick/issues/734
[ "type: bug", "priority: medium", "type: technical debt" ]
cac04
7
tensorflow/tensor2tensor
machine-learning
1,280
MRPC dev data is being used for training
### Description I expected that the dev dataset would be different from the training dataset. However, all dev examples of MRPC are actually included in the training dataset. ### Environment information ``` OS: macOS 10.13.4 $ pip freeze | grep tensor mesh-tensorflow==0.0.4 -e git+git@github.com:tensorfl...
closed
2018-12-06T01:14:28Z
2018-12-13T01:02:45Z
https://github.com/tensorflow/tensor2tensor/issues/1280
[]
ywkim
0
pennersr/django-allauth
django
3,031
Request for a separate ACCOUNT_LOGOUT_ON_PASSWORD_SET setting
As mentioned in #1261 I would like to have a separate option for ACCOUNT_LOGOUT_ON_PASSWORD_SET. Back than, there was no use-case for a separate option so the solution was using the existing ACCOUNT_LOGOUT_ON_PASSWORD_CHANGE option. Here I want to give a rational for a separate option: We currently use ACCOUNT_LOGO...
closed
2022-02-11T15:02:33Z
2023-10-08T19:57:42Z
https://github.com/pennersr/django-allauth/issues/3031
[]
smoehrle
2
google/trax
numpy
1,410
Error for Transformer in predict mode
### Description Hi, I'm getting an error when I try to generate a sample using a transformer in 'predict' mode with the function trax.supervised.decoding.autoregressive_sample() If I use the same transformer but in 'train' or 'eval' mode and try to generate a sample, it works and looks like it just returns t...
closed
2021-01-26T13:01:22Z
2021-02-02T14:30:16Z
https://github.com/google/trax/issues/1410
[]
Arun176
3
davidteather/TikTok-Api
api
856
by_trending...api.trending.videos() returns nothing.
Both by_trending in v3 and v4/v5 api.trending.videos() returns nothing. I encountered this issue several days ago when my automated script quit returning results. My first assumption is that the cookie expired. Upon trying to obtain a new cookie, custom_verify_fp is no longer available. So after reading thru some c...
closed
2022-03-14T22:45:21Z
2023-08-08T22:17:55Z
https://github.com/davidteather/TikTok-Api/issues/856
[ "bug" ]
LordHandLee
14
davidsandberg/facenet
tensorflow
535
some error in calculate_filtering_metrics.py
I use the calculate_filtering_metrics.py to create MS-Celeb-1M croped image , when the last time,some error : ................... atch 92985 in 0.197 seconds Batch 92986 in 0.192 seconds Writing filtering data to MS-Celeb-1M_Clean-800-aliged.s182.m44-filter-data-old 2017-11-16 17:00:34.999644: W tensorflow/core...
open
2017-11-16T09:33:36Z
2017-12-06T18:20:39Z
https://github.com/davidsandberg/facenet/issues/535
[]
allenxcp
1
JaidedAI/EasyOCR
machine-learning
561
how to provider http restfull api in dock deploy?
I didn't found any documents about HTTP web API interface.
closed
2021-10-04T07:03:26Z
2021-10-06T08:32:46Z
https://github.com/JaidedAI/EasyOCR/issues/561
[]
neozhu
1
plotly/dash
data-science
3,189
cannot set value of output to previous value after background callback resets one of its own outputs
``` dash 2.18.2 dash-core-components 2.0.0 dash-html-components 2.0.0 dash-table 5.0.0 ``` **Describe the bug** When a background callback resets one of its own outputs, you cannot set the value of that output back to the previous value, because the basis for the cache key would be the same, ...
closed
2025-02-25T10:27:52Z
2025-03-06T15:50:41Z
https://github.com/plotly/dash/issues/3189
[ "bug", "P2", "dash-3.0" ]
MartinSA04
0
opengeos/leafmap
streamlit
656
heatmap layer visible property does not work properly.
I have added a heatmap to the map using `add_heatmap` and it functions properly. However, when I try to set `visible=False/True`, it does not have any effect and the layer will always be visible. I have also tried the `LayerControl ` menu and that did not work either. For other layers, both the layer control and th...
closed
2024-01-04T08:52:27Z
2024-01-06T05:04:42Z
https://github.com/opengeos/leafmap/issues/656
[ "bug" ]
altamf
1
google-research/bert
nlp
681
Tutorial: A Pipeline Of Pretraining Bert On Google TPU
For anyone who wants to tune the pre-trained model offered by Google on your own domain-specific corpus for several additional epochs using Google TPU, here is a tutorial I just wrote. I hope this can help someone (and help Google make money from their TPU :P) https://github.com/pren1/A_Pipeline_Of_Pretraining_Bert_...
open
2019-06-06T01:16:00Z
2021-08-23T06:06:38Z
https://github.com/google-research/bert/issues/681
[]
pren1
11
ultralytics/yolov5
deep-learning
12,758
common.py cannot import export_formats from export.py
### Search before asking - [X] I have searched the YOLOv5 [issues](https://github.com/ultralytics/yolov5/issues) and found no similar bug report. ### YOLOv5 Component _No response_ ### Bug I have been trying to create a ros2 node for yolov5. Using yolov5.7, I have fully created the driver but in runnin...
closed
2024-02-22T21:57:16Z
2024-10-20T19:40:09Z
https://github.com/ultralytics/yolov5/issues/12758
[ "bug" ]
jacobbreen25
6
JaidedAI/EasyOCR
deep-learning
317
Transfer-learning to improve accuracy for a specific font and background
In my specific use-case, I only need to recognize texts of which the font is always the same and the background is always darker than the foreground. Additionally, the character set is smaller than the one that the default `latin.pth` checkpoint is trained on. The default model does not meet my accuracy requirements, e...
closed
2020-11-24T11:18:15Z
2021-05-21T05:09:34Z
https://github.com/JaidedAI/EasyOCR/issues/317
[]
khwstolle
9
jpadilla/django-rest-framework-jwt
django
57
Failure to import
Experiencing this same error described here :: http://stackoverflow.com/questions/25830491/trying-to-implement-django-authentication-through-django-rest-framework-jwt-why
closed
2014-12-27T18:53:36Z
2015-01-08T15:09:04Z
https://github.com/jpadilla/django-rest-framework-jwt/issues/57
[]
judywawira
2
apify/crawlee-python
web-scraping
983
Proposal to Add a PolicyCrawler to Crawlee
Hello, There are currently three main crawler classes available in Crawlee: - BeautifulSoupCrawler - ParselCrawler - PlaywrightCrawler Would you consider adding a new top-level PolicyCrawler to the mix? Proposal The PolicyCrawler would act as a facade, allowing users to define what they want to accomplish while aut...
closed
2025-02-12T19:20:11Z
2025-02-15T15:48:27Z
https://github.com/apify/crawlee-python/issues/983
[ "t-tooling" ]
matecsaj
4
autokey/autokey
automation
511
locale setting causes AutoKey exception during startup
## Classification: Crash/Hang/Data Loss ## Reproducibility: Always ## Version AutoKey version: 0.95.02 Used GUI (Gtk, Qt, or both): both If the problem is known to be present in more than one version, please list all of those. Installed via: (PPA, pip3, …). AUR Linux Distribution: Manjaro ##...
open
2021-02-09T11:41:21Z
2021-02-13T23:40:41Z
https://github.com/autokey/autokey/issues/511
[ "autokey-gtk", "installation/configuration" ]
ghost
6
BeanieODM/beanie
asyncio
301
Links don't fetch in nested documents
For this code snippet: ```python class PlaylistEntry(BaseModel): content: Link[FileRecord] some_props: List[str] class PlaylistAbout(BaseModel): name: str description: str class Playlist(Document): about: PlaylistAbout entries: List[PlaylistEntry] = Field(default_factory=list) ...
closed
2022-07-05T14:00:29Z
2023-09-14T09:24:22Z
https://github.com/BeanieODM/beanie/issues/301
[ "Stale" ]
kpostekk
6
mckinsey/vizro
pydantic
435
Custom AG Grid function overwrites pandas.DataFrame provided as input with an empty pandas.DataFrame
### Description `data_frame` is an empty pandas.DataFrame within the scope of custom AG grid function `matrix_aggrid()`, see line debug print on line 28 `print("Original DataFrame size:", data_frame.shape)` . `data_frame` is not empty just prior to the function call in debug print line 71. ### Expected behavior _...
closed
2024-04-24T01:03:57Z
2024-05-12T07:48:47Z
https://github.com/mckinsey/vizro/issues/435
[ "Bug Report :bug:" ]
pablo-fence
2
dropbox/PyHive
sqlalchemy
195
can't execute multiple statements separated by ';'
[This issue is not quite specific to PyHive alone, but I couldn't get help elsewhere, and PyHive seems to be more active... sorry] I'm using impyla but pyhive appears to have similar difficulties with this: How can I execute arbitrary multi-statement Hive scripts, which work fine in Hive interpreter, through pyhi...
closed
2018-03-20T05:30:32Z
2018-09-07T19:29:02Z
https://github.com/dropbox/PyHive/issues/195
[]
zpz
4
marcomusy/vedo
numpy
595
Finding percentage and removing overlaping points in multiple point clouds
Hi @marcomusy, Is it possible to use vedo to find the percentage of overlapping points and remove them from multiple loaded point clouds? For example in the image below: ![image](https://user-images.githubusercontent.com/10189018/153902106-5852cd00-7e49-47d2-b44a-79b8e695621d.png) I have loaded 3 different poin...
closed
2022-02-14T16:35:37Z
2022-02-18T15:26:57Z
https://github.com/marcomusy/vedo/issues/595
[ "bug", "testing-phase", "fixed" ]
ttsesm
15
encode/databases
sqlalchemy
327
Async execution of transactions results in deadlock
**Concurrent execution of transactions deadlocks.** Minimal example: ``` async def test_task(db): async with db.transaction(): await db.fetch_one("SELECT 1") async with Database(database_url) as database: await database.fetch_one("SELECT 1") tasks = [test_task(database) for i i...
closed
2021-04-27T16:50:35Z
2021-08-17T08:00:36Z
https://github.com/encode/databases/issues/327
[]
goteguru
0
twopirllc/pandas-ta
pandas
686
Study fails permanently after using it on a data frame with too few rows
A similar issue was previously reported [520](https://github.com/twopirllc/pandas-ta/issues/520) but it was closed. I've attached a complete example with data that will hopefully demonstrate the bug still exists. **Which version are you running? The lastest version is on Github. Pip is for major releases.** 0.3.88b...
closed
2023-05-03T11:46:18Z
2023-05-10T01:53:21Z
https://github.com/twopirllc/pandas-ta/issues/686
[ "bug", "duplicate", "enhancement", "help wanted" ]
brianensink
3
vitalik/django-ninja
django
977
[BUG] pagination does not support async view
**Describe the bug** I created async APIs with ninja pagination. error occurs as below. The qs passed into pagination class is coroutine. ![image](https://github.com/vitalik/django-ninja/assets/22304/30f00926-5117-4da5-8d72-aa69b8fe0432) **Versions (please complete the following information):** - Python vers...
closed
2023-12-04T07:01:13Z
2023-12-04T08:39:03Z
https://github.com/vitalik/django-ninja/issues/977
[]
samuelchen
1
huggingface/datasets
nlp
6,886
load_dataset with data_dir and cache_dir set fail with not supported
### Describe the bug with python 3.11 I execute: ```py from transformers import Wav2Vec2Processor, Data2VecAudioModel import torch from torch import nn from datasets import load_dataset, concatenate_datasets # load demo audio and set processor dataset_clean = load_dataset("librispeech_asr", "clean", split="...
open
2024-05-08T19:52:35Z
2024-05-08T19:58:11Z
https://github.com/huggingface/datasets/issues/6886
[]
fah
0
timkpaine/lantern
plotly
173
add data frame convert to sklearn data where applicable
closed
2018-09-19T16:38:18Z
2018-11-25T04:31:04Z
https://github.com/timkpaine/lantern/issues/173
[ "feature", "datasets" ]
timkpaine
1
davidteather/TikTok-Api
api
1,160
[BUG] - Loading session via cookies
When trying to create a session with the cookies argument in subsequent requests (e.g. user(username“...”).info()) - will constantly return an error TikTok returned an empty response. At the same time there is no problem with cookies. Cookies are loaded with the session successfully, but fetch request returns None. ...
open
2024-06-09T19:21:26Z
2024-06-10T17:23:41Z
https://github.com/davidteather/TikTok-Api/issues/1160
[ "bug" ]
nedoai
3
plotly/dash-table
plotly
544
filter_query of style_**_conditional cannot find empty value
Here are the background and the requirement: For each row of my data, some points are missing, which will leave some cells blank. e.g. columns=[{'name': 'a', 'id': 'a'}, {'name': 'b', 'id': 'b'}, {'name': 'c', 'id': 'c'}] data=[{'a':1, 'b':2}, {'b':1, 'c':2},{'a':2, 'c':3}] I would like to highlight some missi...
closed
2019-08-12T23:15:19Z
2019-09-06T13:38:24Z
https://github.com/plotly/dash-table/issues/544
[ "dash-type-bug", "size: 0.2" ]
laoxu0212
0
FujiwaraChoki/MoneyPrinter
automation
42
[BUG] Videoclips are too short for the actual script and stop at a still image.
**Describe the bug** In a video I generated most of the clips are too short and stop playing although the text/voice continues. Only after a new "paragraph" a new clip is loaded. The result is a still image until the paragraph is finished. **Expected behavior** The next clip is played when the previous one finishe...
closed
2024-02-07T17:59:19Z
2024-02-08T20:29:05Z
https://github.com/FujiwaraChoki/MoneyPrinter/issues/42
[ "bug", "good first issue" ]
radry
10
plotly/dash
plotly
2,300
[BUG] Renderer can't find element that exists in DOM - `nonexistent object `
**Describe your context** Please provide us your environment, so we can easily reproduce the issue. - replace the result of `pip list | grep dash` below ``` aiohttp 3.8.1 aiosignal 1.2.0 algoliasearch 1.15.3 amqp 5.1.1 ...
closed
2022-11-04T19:11:11Z
2024-07-24T15:10:04Z
https://github.com/plotly/dash/issues/2300
[]
LiamConnors
2
deepspeedai/DeepSpeed
machine-learning
7,128
[BUG] Batch inference DDP + zero stage 3 = inference code hangs
I ran the batch inference code with deepspeed generation, not the vllm one. The code hangs while I set zero stage = 3. I created a minimal code snippet for you to debug the error. ```python import os import torch import torch.distributed as dist from transformers import AutoModelForCausalLM, AutoTokenizer import de...
open
2025-03-11T03:19:22Z
2025-03-20T03:16:40Z
https://github.com/deepspeedai/DeepSpeed/issues/7128
[]
ShengYun-Peng
3
ageitgey/face_recognition
machine-learning
988
Offline installing face_recognition to Windows Server 2016
* face_recognition version: 1.2.3 * Python version: Python 3.6.8 * Operating System: Windows Server 2016 ### Description I am trying to install face_recognition to Windows Server 2016. My server doesn't have an internet. ### What I Did ``` C:\Windows\system32>python -m pip install C:\faceRecognition2\dlib...
closed
2019-11-26T07:56:49Z
2019-11-28T08:03:37Z
https://github.com/ageitgey/face_recognition/issues/988
[]
HAKANMAZI
1
numpy/numpy
numpy
28,000
BUG: numpy.log2(p, where = p > 0)) fails randomly
### Describe the issue: The piece of code that I posted randomy enters the if section and prints stuff like this: 4.195876700485288 4.195876700485288 4.195876700485288 nan 4.195876700485288 nan 4.195876700485288 4.195876700485288 4.195876700485288 4.195876700485288 4.195876700485288 nan nan nan 4.19587670048528...
closed
2024-12-15T03:31:47Z
2024-12-15T17:45:38Z
https://github.com/numpy/numpy/issues/28000
[ "33 - Question" ]
TheRandomWalk
1
brightmart/text_classification
tensorflow
37
fastText cannot find p4_zhihu_load_data module
ModuleNotFoundError Traceback (most recent call last) <ipython-input-6-7efc1270518e> in <module>() 8 import numpy as np 9 from p5_fastTextB_model import fastTextB as fastText ---> 10 from p4_zhihu_load_data import load_data,create_voabulary,create_voabulary_label 11 from tfle...
closed
2018-03-21T06:21:48Z
2018-04-16T14:15:56Z
https://github.com/brightmart/text_classification/issues/37
[]
sidneyzhu
2
matplotlib/matplotlib
matplotlib
28,846
[Bug]: Axes.cla() resets axis label position of twin axes
### Bug summary I'm making many plots in a loop using the same Figure and Axes. The basic setup including a twin Axes is done once and the Axes are cleared at the end of the loop using `cla()`. `Axes.cla()` resets the label position of the `yaxis` of the twin Axes to the default (left), resulting in misplaced y...
open
2024-09-19T16:32:08Z
2024-09-20T08:31:00Z
https://github.com/matplotlib/matplotlib/issues/28846
[]
StefRe
5
opengeos/leafmap
jupyter
791
Add a GeoPandas GeoDataFrame to the map with MapLibre
### Environment Information - leafmap version:0.34.1 - Python version:3.10.14 - Operating System:macOS-14.3 ### Description I was trying to add a GeoDataFrame following this tutorial https://leafmap.org/maplibre/geopandas/ when a strange error appeared: telling me that the add_gdf command doesn't ex...
closed
2024-06-25T15:15:02Z
2024-06-25T17:15:59Z
https://github.com/opengeos/leafmap/issues/791
[ "bug" ]
AuHoh
5
FlareSolverr/FlareSolverr
api
519
[yts] (testing) Exception (yts): The cookies provided by FlareSolverr are not valid: The cookies provided by FlareSolverr are not valid
**Please use the search bar** at the top of the page and make sure you are not creating an already submitted issue. Check closed issues as well, because your issue may have already been fixed. ### How to enable debug and html traces [Follow the instructions from this wiki page](https://github.com/FlareSolverr/Fl...
closed
2022-09-20T17:38:45Z
2022-09-22T05:03:02Z
https://github.com/FlareSolverr/FlareSolverr/issues/519
[]
wizfrk
5
Zeyi-Lin/HivisionIDPhotos
machine-learning
238
在win7系统运行python.exe deploy_api.py失败
**系统信息** - win7 sp1 x64 - 已安装visual c++ 2005 ~ 2022 x32/x64 **报错信息** ``` D:\python-3.8.8>python.exe deploy_api.py Traceback (most recent call last): File "deploy_api.py", line 2, in <module> from hivision import IDCreator File "D:\python-3.8.8\hivision\__init__.py", line 1, in <module> from .creator imp...
open
2025-03-18T04:12:50Z
2025-03-18T04:14:11Z
https://github.com/Zeyi-Lin/HivisionIDPhotos/issues/238
[]
HFMS-LHB
0
ranaroussi/yfinance
pandas
2,221
Yahoo get analysts info error in Python - NameError: name 'io' is not defined. Did you forget to import 'io'?
Running Python-3.13.1, I'm trying to extract Yahoo get analysts information like from https://finance.yahoo.com/quote/TXN/analysis/?ltr=1 I installed yfinance using C:\ pip install yfinance. In Python, I get a Warning about hlml when I run this code. >>> import yahoo_fin.stock_info as si Warning - Certain funct...
closed
2025-01-13T19:34:18Z
2025-01-19T19:04:41Z
https://github.com/ranaroussi/yfinance/issues/2221
[]
Alcoa2025
5
amdegroot/ssd.pytorch
computer-vision
560
VOC with Fewer Classes
How can we train on fewer classes with the VOC dataset? I have changed the VOC_CLASSES dictionary to two labels and updated cfg['num_classes'] to 3, yet I still see the algorithm looking for other labels.
open
2021-09-27T02:42:46Z
2022-01-03T10:45:00Z
https://github.com/amdegroot/ssd.pytorch/issues/560
[]
bspivey
1
plotly/dash
dash
2,487
[BUG] Updating options of a dropdown triggers update on value of the dropdown for pattern-matching callbacks
If there are two pattern-matching callbacks for a dropdowns' options and value, the callback that changes the dropdown's options also triggers the other callback that uses the dropdown's value. ``` import dash from dash import dcc, html, Input, Output, MATCH, ALL import random app = dash.Dash(__name__) app.la...
closed
2023-03-31T09:13:17Z
2023-05-30T15:41:27Z
https://github.com/plotly/dash/issues/2487
[]
ltsimple
4
D4Vinci/Scrapling
web-scraping
2
Does Scrapling offer JavaScript support like Requests-HTML?
I can't find an answer to this in the documentation.
closed
2024-10-30T23:54:20Z
2024-11-14T18:00:42Z
https://github.com/D4Vinci/Scrapling/issues/2
[]
araichev
2
aminalaee/sqladmin
sqlalchemy
714
Support the Aiohttp framework
### Checklist - [X] There are no similar issues or pull requests for this yet. ### Is your feature related to a problem? Please describe. Hi there, I think this project is really cool and it can use some [aiohttp](https://docs.aiohttp.org/en/stable/) support. ### Describe the solution you would like. _No respon...
closed
2024-02-19T00:41:09Z
2024-03-14T10:22:26Z
https://github.com/aminalaee/sqladmin/issues/714
[]
anorprogrammer
2
521xueweihan/HelloGitHub
python
2,525
【项目自荐】无 dockerd 运行 container,为完全离线安装环境提供安装运行环境
## 推荐项目 <!-- 这里是 HelloGitHub 月刊推荐项目的入口,欢迎自荐和推荐开源项目,唯一要求:请按照下面的提示介绍项目。--> <!-- 点击上方 “Preview” 立刻查看提交的内容 --> <!--仅收录 GitHub 上的开源项目,请填写 GitHub 的项目地址--> - 项目地址:https://github.com/exfly/bmc <!--请从中选择(C、C#、C++、CSS、Go、Java、JS、Kotlin、Objective-C、PHP、Python、Ruby、Rust、Swift、其它、书籍、机器学习)--> - 类别:Go <!--请用 20 个...
closed
2023-03-25T02:44:03Z
2024-01-23T08:05:17Z
https://github.com/521xueweihan/HelloGitHub/issues/2525
[ "Go 项目" ]
exfly
1
robotframework/robotframework
automation
4,676
Propose using `$var` syntax if evaluation IF or WHILE condition using `${var}` fails
A common error when evaluating expressions with IF or otherwise is using something like ``` IF ${x} == 'expected' Keyword END ``` when the variable `${x}` contains a string. Normal variables are resolved _before_ evaluating the expression, so if `${x}` contains a string `value`, the evaluated expression wi...
closed
2023-03-07T16:18:50Z
2024-11-21T13:18:33Z
https://github.com/robotframework/robotframework/issues/4676
[ "enhancement", "priority: medium", "alpha 1", "effort: medium" ]
pekkaklarck
4
PokemonGoF/PokemonGo-Bot
automation
5,764
[Bug Fix] zh_tw translation
[zh_tw.json.zip](https://github.com/PokemonGoF/PokemonGo-Bot/files/510572/zh_tw.json.zip) 1.Fix the translation of "Lapras" 2.Fix the key "Nidoran F" 3.Fix the key "Nidoran M"
closed
2016-10-05T09:35:05Z
2016-10-05T11:53:12Z
https://github.com/PokemonGoF/PokemonGo-Bot/issues/5764
[]
kevinlife
1
iterative/dvc
data-science
9,792
drop dvc.machine and tpi/python-terraform dependency
cc @pmrowla
closed
2023-08-03T04:47:18Z
2023-08-11T05:42:53Z
https://github.com/iterative/dvc/issues/9792
[]
skshetry
0
Miserlou/Zappa
flask
1,555
slim_handler does not allow to import AWS SageMaker
<!--- Provide a general summary of the issue in the Title above --> ## Context The general scenario of using `slim_handler` does work for me, but when it comes to importing AWS SageMaker using `import sagemaker` the issue takes place. ## Expected Behavior AWS SageMaker imports normally. ## Actual Behavior ...
open
2018-07-09T17:57:02Z
2018-09-05T07:11:19Z
https://github.com/Miserlou/Zappa/issues/1555
[]
aloschilov
2
tflearn/tflearn
tensorflow
772
Proper weight decay for Adam optimizer
With a DNN that I am using, I have found that with the Momentum optimizer, a fairly typical weight decay of 0.001 works well. However, when using an Adam optimizer with the same network, I get much better results with a wd in the 10.0 - 100.0 range. I have never heard of anyone using values that large, and they do not ...
open
2017-05-25T15:31:28Z
2017-05-25T15:31:28Z
https://github.com/tflearn/tflearn/issues/772
[]
novog
0
dagster-io/dagster
data-science
28,016
mac notes formatting kills Dagster launchpad tabs
### What's the issue? One of our users noticed this issue using a self-hosted version of Dagster. We are running Dagster webserver 1.9.13 on Kubernetes. ### steps to reproduce 1. Create a "note" on MacOS with specific conditions and formatting (see below). 2. Paste the contents of a selection from the note into a Da...
open
2025-02-24T17:09:36Z
2025-02-24T17:43:06Z
https://github.com/dagster-io/dagster/issues/28016
[ "type: bug", "area: UI/UX" ]
jrouly
0
ml-tooling/opyrator
streamlit
23
Cross-Origin Request
Hi, I am getting the 405 Method not allowed error when trying to send data from a frontend app, is there any way or option to enable the Cross-Origin Request ? ![image](https://user-images.githubusercontent.com/47971960/116324033-9bd5bc00-a7bf-11eb-81d8-ddb76ffa6100.png) Thanks,
closed
2021-04-27T23:18:26Z
2021-08-15T02:06:02Z
https://github.com/ml-tooling/opyrator/issues/23
[ "bug", "stale" ]
17341
2
pinry/pinry
django
43
api returning 401 errors while non-super users try to create new pin
installed pinry without any modifications . when i login with a regular user account , and try to create a new pin. i get error creating image error at front end . the console shows POST /api/v1/pin/ HTTP/1.1" 401 0 am new to python and django .but i tried editing api.py and replace the authorization = PinryAuthor...
closed
2013-11-16T15:16:27Z
2013-12-13T17:13:05Z
https://github.com/pinry/pinry/issues/43
[]
sojan-official
5
jpadilla/django-rest-framework-jwt
django
474
how to refresh existing tokens???
![image](https://user-images.githubusercontent.com/35944271/55785301-bf4c4200-5ae4-11e9-9993-ac8ee25e8b81.png) i got an error message orig_iat field is required. the settings is : `REST_FRAMEWORK = { 'DEFAULT_AUTHENTICATION_CLASSES': ( 'rest_framework_jwt.authentication.JSONWebTokenAuthentication...
open
2019-04-09T08:30:52Z
2019-05-23T17:02:30Z
https://github.com/jpadilla/django-rest-framework-jwt/issues/474
[]
cysnet
6
seleniumbase/SeleniumBase
web-scraping
3,061
Add a "HelloGitHub" badge to the SeleniumBase ReadMe
## Add a "HelloGitHub" badge to the SeleniumBase ReadMe I've recently learned that "HelloGitHub is a platform for discovering and sharing beginner-friendly open source projects". SeleniumBase has "qualified" for a spot there: https://hellogithub.com/en/repository/c6be2d0f1969448697683d11a4ff915e. After doing som...
closed
2024-08-28T13:54:45Z
2024-09-09T01:17:25Z
https://github.com/seleniumbase/SeleniumBase/issues/3061
[ "documentation" ]
mdmintz
2