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 |
|---|---|---|---|---|---|---|---|---|---|---|---|
gradio-app/gradio | python | 9,942 | Component refresh log flooding issue | ### Describe the bug
When I use gr.Textbox in gradio, parameters configured every=1, console keeps refreshing logs, I don't want this. This will cause the logs to be flooded and no other useful messages to be seen. I just want to configure the component with every=1 not to refresh the INFO log, but I couldn't find any... | open | 2024-11-12T07:30:38Z | 2024-11-14T22:27:44Z | https://github.com/gradio-app/gradio/issues/9942 | [
"bug"
] | diya-he | 3 |
onnx/onnx | deep-learning | 5,783 | [Resize Spec] roi is not used to compute the output shape | # Bug Report
### Describe the bug
In the spec of [resize](https://onnx.ai/onnx/operators/onnx__Resize.html#resize-19), Each dimension value of the output tensor is:
`output_dimension = floor(input_dimension * (roi_end - roi_start) * scale)`
While actual [shape inference code](https://github.com/onnx/onnx/blob/... | closed | 2023-11-30T21:12:37Z | 2025-01-29T06:43:46Z | https://github.com/onnx/onnx/issues/5783 | [
"bug",
"module: shape inference",
"stale"
] | zhangxiang1993 | 1 |
aleju/imgaug | deep-learning | 48 | OSError: [Errno 2] No such file or directory | I run "sudo -H python -m pip install imgaug-0.2.4.tar.gz" command to user my pip in Cellar to install imgaug, and got the following error.
And i tried "pip install imgaug-0.2.4.tar.gz", and it seems that it uses 2.7.10 version python in osx system. However, my opencv is installed in 2.7.11 python in Cellar folder.
Ho... | open | 2017-07-24T04:01:03Z | 2017-07-24T16:44:17Z | https://github.com/aleju/imgaug/issues/48 | [] | universewill | 1 |
iusztinpaul/energy-forecasting | streamlit | 22 | [TypeError] Error while running Feature-pipeline with Airflow | Hi guys, I'm getting the error while running the feature-pipeline on Airflow, I've followed the instructions as https://github.com/iusztinpaul/energy-forecasting#run and stuck here, the logs was look like this:
[2023-10-26, 21:48:13 +07] {process_utils.py:182} INFO - Executing cmd: /tmp/venvyb53_u_a/bin/python /tmp/... | closed | 2023-10-26T15:00:50Z | 2023-10-27T03:24:48Z | https://github.com/iusztinpaul/energy-forecasting/issues/22 | [] | minhct13 | 1 |
ranaroussi/yfinance | pandas | 1,508 | Regular market price for indices | If I use either
```
stock = yf.Ticker("^DJI")
stock = yf.Ticker("DJIA")
```
there is no "regular market price," which there used to be. What happened?
| closed | 2023-04-26T19:03:25Z | 2023-09-09T17:30:14Z | https://github.com/ranaroussi/yfinance/issues/1508 | [] | tenaciouslyantediluvian | 1 |
mlfoundations/open_clip | computer-vision | 245 | Fix stochasticity in tests | Some tests seem to pass/fail arbitrarily. Inference test seems to be the culprit:
```
=================================== FAILURES ===================================
_________ test_inference_with_data[timm-swin_base_patch4_window7_224] __________
``` | closed | 2022-11-23T04:35:22Z | 2022-12-09T00:40:10Z | https://github.com/mlfoundations/open_clip/issues/245 | [
"bug"
] | iejMac | 8 |
graphdeco-inria/gaussian-splatting | computer-vision | 910 | Could not show results with SIBR_gaussian_viewer | I have trained the model with the provided scene of truck on my ubuntu server which has no GUI.
As suggessted, I use xvfb-run like the following:
```shell
xvfb-run -s "-screen 0 1400x900x24" SIBR_viewers/install/bin/SIBR_gaussianViewer_app -m /root/onethingai-tmp/3dgs/output/truck/
```
But it reports some errors... | open | 2024-07-28T11:06:13Z | 2024-07-28T19:42:48Z | https://github.com/graphdeco-inria/gaussian-splatting/issues/910 | [] | JackeyLee007 | 1 |
computationalmodelling/nbval | pytest | 204 | `--sanitize-with` option seems to be behaving weirdly with "newly computed (test) output" | We have this failure below and we could not understand why our `output-sanitize.cfg` regex file is unable to cover the diff.
Why is the "**newly computed (test) output**" has the "**Text(0.5, 91.20243008191655, 'Longitude')**" part in it.
_ pavics-sdi-fix_nbs_jupyter_alpha/docs/source/notebooks/regridding... | open | 2024-03-23T19:21:11Z | 2024-03-23T19:33:05Z | https://github.com/computationalmodelling/nbval/issues/204 | [] | tlvu | 0 |
xlwings/xlwings | automation | 1,802 | add .clear_formats() to Sheet & Range | hi Felix,
the clear() and clear_contents() are already available but not the .clear_formats().
it could be useful to add it (today, I monkey patch xlwings when needed.
tell me if you would like a PR (the changes are trivials ;-)) | closed | 2022-01-27T09:28:30Z | 2022-02-06T08:16:40Z | https://github.com/xlwings/xlwings/issues/1802 | [
"enhancement"
] | sdementen | 1 |
amidaware/tacticalrmm | django | 1,124 | NAT Service not working outside of local network. | The port 4222 tcp is not working outside of my local network. Telnet works locally but outside of the network does not work... IP tables are currently accepting incoming and outgoing connections and ufw is disabled... Don't know what the issue is. | closed | 2022-05-11T18:53:50Z | 2022-05-11T18:54:24Z | https://github.com/amidaware/tacticalrmm/issues/1124 | [] | ashermyers | 0 |
getsentry/sentry | python | 86,994 | Include additional User Feedback details when creating a Jira Server Issue from Sentry User Feedback | ### Problem Statement
When creating an issue in Jira Server from User Feedback in Sentry, the issue is successfully created, however, the description currently only includes a URL link to Sentry.
I would like the Jira Server issue description to include more detailed information from the User Feedback, such as the us... | open | 2025-03-13T15:45:14Z | 2025-03-13T20:06:41Z | https://github.com/getsentry/sentry/issues/86994 | [
"Product Area: User Feedback"
] | kerenkhatiwada | 3 |
autokey/autokey | automation | 584 | Insert phrase using abbreviation and tab not working as expected | ## Classification:Bug
(Pick one of: Bug, Crash/Hang/Data Loss, Performance, UI/Usability, Feature (New), Enhancement)
## Reproducibility: Always (?)
(Pick one of: Always, Sometimes, Rarely, Unable, I Didn't Try)
## Version 0.96.0-beta.5
AutoKey version:
Used GUI (Gtk, Qt, or both): gtk
If the proble... | open | 2021-07-19T22:55:19Z | 2025-02-27T09:01:31Z | https://github.com/autokey/autokey/issues/584 | [
"bug",
"autokey triggers",
"user support"
] | unlucky67 | 9 |
pydantic/FastUI | fastapi | 341 | could this project be simplified/refactored with FastHTML? | https://github.com/AnswerDotAI/fasthtml
Maybe all the complications with NPM, React, bundling that are not familiar to python users like myself could be removed? | closed | 2024-08-09T18:03:57Z | 2024-10-10T07:19:18Z | https://github.com/pydantic/FastUI/issues/341 | [] | rbavery | 6 |
scanapi/scanapi | rest-api | 362 | Remove changelog entries that should't be there | ## Description
Following our [changelog guide](https://github.com/scanapi/scanapi/wiki/Changelog#what-warrants-a-changelog-entry) there are some changelog entries that should not be there in the `Unreleased` section. We need to clean it up before a release. | closed | 2021-04-22T14:34:15Z | 2021-04-22T14:47:16Z | https://github.com/scanapi/scanapi/issues/362 | [
"Refactor"
] | camilamaia | 0 |
ets-labs/python-dependency-injector | flask | 105 | Rename AbstractCatalog to DeclarativeCatalog (with backward compatibility) | closed | 2015-11-09T22:04:08Z | 2015-11-10T08:42:55Z | https://github.com/ets-labs/python-dependency-injector/issues/105 | [
"feature",
"refactoring"
] | rmk135 | 0 | |
roboflow/supervision | pytorch | 844 | [PolygonZone] - allow `triggering_position` to be `Iterable[Position]` | ### Description
Update [`PolygonZone`](https://github.com/roboflow/supervision/blob/87a4927d03b6d8ec57208e8e3d01094135f9c829/supervision/detection/tools/polygon_zone.py#L15) logic, triggering the zone when not one anchor but multiple anchors are inside the zone. This type of logic is already implemented in [`LineZon... | closed | 2024-02-02T17:51:07Z | 2024-12-12T09:37:48Z | https://github.com/roboflow/supervision/issues/844 | [
"enhancement",
"Q1.2024",
"api:polygonzone"
] | SkalskiP | 8 |
pytorch/vision | computer-vision | 8,450 | Let `v2.functional.gaussian_blur` backprop through `sigma` parameter | the v1 version of `gaussian_blur` allows to backprop through sigma
(example taken from https://github.com/pytorch/vision/issues/8401)
```
import torch
from torchvision.transforms.functional import gaussian_blur
device = "cuda"
device = "cpu"
k = 15
s = torch.tensor(0.3 * ((5 - 1) * 0.5 - 1) + 0.8, requires_... | closed | 2024-05-29T12:45:21Z | 2024-07-29T15:45:14Z | https://github.com/pytorch/vision/issues/8450 | [] | NicolasHug | 3 |
yvann-ba/Robby-chatbot | streamlit | 48 | streamlit cloud server | Hello @yvann-hub ,
can you please write the steps of how to run this on streamlit cloud server?
it is only working locally.
Many thanks! | closed | 2023-06-12T10:51:26Z | 2023-06-15T09:34:37Z | https://github.com/yvann-ba/Robby-chatbot/issues/48 | [] | AhmedEwis | 4 |
pytorch/pytorch | python | 149,138 | FSDP with AveragedModel | I am trying to use FSDP with `torch.optim.swa_utils.AveragedModel`, but I am getting the error
```
File "/scratch/nikolay_nikolov/.cache/bazel/_bazel_nikolay_nikolov/79bf5e678fbb2019f1e30944a206f079/external/python_runtime_x86_64-unknown-linux-gnu/lib/python3.10/copy.py", line 161, in deepcopy ... | open | 2025-03-13T17:46:52Z | 2025-03-21T14:55:27Z | https://github.com/pytorch/pytorch/issues/149138 | [
"oncall: distributed",
"module: fsdp"
] | nikonikolov | 2 |
ultralytics/yolov5 | pytorch | 12,534 | When running the validation set to save labels, there is no labels folder in the expX folder. | ### 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
When running the validation set to save labels, there is no labels folder in the expX folder. Therefore, line 261 of code val... | closed | 2023-12-21T11:49:49Z | 2024-10-20T19:35:04Z | https://github.com/ultralytics/yolov5/issues/12534 | [
"bug"
] | Gary55555 | 2 |
WeblateOrg/weblate | django | 13,762 | String translation history is deleted | ### Describe the issue
After changing a string in the remote repository, translations are deleted along with previous history. We have disabled "Use fuzzy matching" in 400 files (it inserted incorrect translations, several thousand incorrect ones). The problem has been there since the very beginning, when we started u... | open | 2025-02-06T07:05:30Z | 2025-02-28T08:05:59Z | https://github.com/WeblateOrg/weblate/issues/13762 | [] | tomkolp | 8 |
encode/httpx | asyncio | 2,169 | RFE: provide suport for `rfc3986` 2.0.0 | Currently `rfc3986` 2.0.0 is not supported.
https://github.com/encode/httpx/blob/3af5146788f2945c806d4225cd588a2aa8073b90/setup.py#L58-L62
Do you have any plans to provide such support? | closed | 2022-04-07T08:06:04Z | 2023-01-10T10:36:17Z | https://github.com/encode/httpx/issues/2169 | [
"external"
] | kloczek | 1 |
davidteather/TikTok-Api | api | 182 | [BUG] - 'browser' object has no attribute 'signature' | **Describe the bug**
I think this may be a similar issue as the 'verifyFp' problem. It happens occasionally, despite my proxy server being in the US.
```
app/worker.14 [2020-07-14 16:38:17,509: WARNING/ForkPoolWorker-1] 'browser' object has no attribute 'signature'
app/worker.14 save_tiktoks_for_user(record... | closed | 2020-07-14T16:41:02Z | 2020-08-19T21:32:33Z | https://github.com/davidteather/TikTok-Api/issues/182 | [
"bug"
] | kbyatnal | 14 |
pydata/xarray | pandas | 9,951 | ⚠️ Nightly upstream-dev CI failed ⚠️ | [Workflow Run URL](https://github.com/pydata/xarray/actions/runs/12819944199)
<details><summary>Python 3.12 Test Summary</summary>
```
xarray/tests/test_coding_times.py::test_encode_cf_timedelta_casting_value_error[False]: ValueError: output array is read-only
xarray/tests/test_variable.py::TestVariable::test_index_0d... | closed | 2025-01-16T00:27:03Z | 2025-01-17T13:16:48Z | https://github.com/pydata/xarray/issues/9951 | [
"CI"
] | github-actions[bot] | 0 |
nteract/testbook | pytest | 137 | testbook loads wrong signature for function | Hello,
i have following test:
``` python
import testbook
import numpy as np
from assertpy import assert_that
from pytest import fixture
@fixture(scope='module')
def tb():
with testbook.testbook('h2_2.ipynb', execute=True) as tb:
yield tb
def test_some_small_function(tb):
some_f... | open | 2021-10-23T16:00:15Z | 2021-10-30T19:20:55Z | https://github.com/nteract/testbook/issues/137 | [] | midumitrescu | 1 |
kubeflow/katib | scikit-learn | 1,789 | Display more detailed information and logs of experiment on the user interface | /kind feature
**Describe the solution you'd like**
[A clear and concise description of what you want to happen.]
We may often meet a situation that everything seems Ok on the UI,the status of experiment and trials are remaining running, but actually there are something wrong have already happened with the experi... | closed | 2022-01-24T09:24:50Z | 2022-02-11T18:13:12Z | https://github.com/kubeflow/katib/issues/1789 | [
"kind/feature"
] | javen218 | 4 |
tqdm/tqdm | pandas | 1,574 | Add wrapper for functions that are called repeatedly | ## Proposed enhancement
Add a decorator that wraps a function in a progress bar when you expect a specific number of calls to that function.
## Use case
As a specific example I'd like to look at creating animations with matplotlib. The workflow is roughly to create a figure and then providing a method to update t... | open | 2024-04-26T10:44:18Z | 2024-04-26T10:44:18Z | https://github.com/tqdm/tqdm/issues/1574 | [] | jvdoorn | 0 |
junyanz/pytorch-CycleGAN-and-pix2pix | deep-learning | 996 | Need some clarification | I am using both pix2pix and cycleGan models for my thesis research. I have a custom dataset with 417 image pairs. I have done a lots of experiments using your repositories. I have few questions. Some of my questions are generic as well. I use two gpus with 8GB memory each. so in total 16 GB GPU machine.
1) I underst... | closed | 2020-04-17T08:25:25Z | 2020-04-22T10:27:45Z | https://github.com/junyanz/pytorch-CycleGAN-and-pix2pix/issues/996 | [] | kalai2033 | 3 |
ultralytics/ultralytics | deep-learning | 19,614 | jetpack=5.1.3, pt export engine OOM | ### Search before asking
- [x] I have searched the Ultralytics YOLO [issues](https://github.com/ultralytics/ultralytics/issues) and found no similar bug report.
### Ultralytics YOLO Component
_No response_
### Bug
When I converted the pt to an engine file, there was an OOM
### Environment
Jetson Nano
Jetpack: ... | open | 2025-03-10T10:10:19Z | 2025-03-11T04:02:10Z | https://github.com/ultralytics/ultralytics/issues/19614 | [
"bug",
"embedded",
"exports"
] | feiniua | 4 |
thunlp/OpenPrompt | nlp | 25 | Test performance mismatch between training and testing phases | I used the default setting in the `experiments` directory for classification and found that the performance during training is **inconsistent** with that during testing.
Here are the commands for reproducing the issue.
- training:
`python cli.py --config_yaml classification_softprompt.yaml`
- test:
`python cli... | closed | 2021-10-23T03:26:28Z | 2021-11-06T15:36:01Z | https://github.com/thunlp/OpenPrompt/issues/25 | [] | huchinlp | 1 |
identixone/fastapi_contrib | pydantic | 166 | Allow overriding settings from fastAPI app | * FastAPI Contrib version: 0.2.9
* FastAPI version: 0.52.0
* Python version: 3.8.2
* Operating System: Linux
### Description
Currently we can only override settings with settings from the fastAPI app by using environment variables (See the [Todo](https://github.com/identixone/fastapi_contrib/blob/081670603917b... | closed | 2021-02-11T08:37:00Z | 2021-03-17T08:42:11Z | https://github.com/identixone/fastapi_contrib/issues/166 | [] | pheanex | 2 |
SALib/SALib | numpy | 541 | SALib.sample.sobol.sample raises ValueError with "skip_values" set to zero. | Using SALib 1.4.6 with Python 3.10.6. The code to reproduce the error is as follows:
```
from SALib.sample.sobol import sample
from SALib.test_functions import Ishigami
import numpy as np
problem = {
'num_vars': 3,
'names': ['x1', 'x2', 'x3'],
'bounds': [[-3.14159265359, 3.14159265359],
... | closed | 2022-10-17T16:57:57Z | 2022-10-17T22:57:56Z | https://github.com/SALib/SALib/issues/541 | [] | ddebnath-nrel | 1 |
httpie/cli | python | 1,043 | Consider joining efforts with xh in porting HTTPie to Rust | HTTPie is one of a few tools that I recommend to everyone. However, the language it is currently written in means it can suffer from slow startup and some occasional installation problems.
I and other lovely contributors have been working on [porting HTTPie to Rust](https://github.com/ducaale/xh). And given that an ... | closed | 2021-02-28T21:04:18Z | 2021-04-02T15:18:36Z | https://github.com/httpie/cli/issues/1043 | [] | ducaale | 2 |
pyro-ppl/numpyro | numpy | 1,694 | bug in NeuTraReparam | Minimal example:
```python
import jax
import jax.numpy as jnp
from jax.random import PRNGKey
import numpyro
import numpyro.distributions as dist
from numpyro.infer import MCMC, NUTS, Trace_ELBO, SVI
from numpyro.infer.reparam import NeuTraReparam
from numpyro.infer.autoguide import AutoBNAFNormal
n = 100
... | closed | 2023-12-07T14:56:15Z | 2024-07-02T10:52:47Z | https://github.com/pyro-ppl/numpyro/issues/1694 | [
"bug"
] | amifalk | 1 |
globaleaks/globaleaks-whistleblowing-software | sqlalchemy | 3,549 | "Skip to content" link appears left top | ### What version of GlobaLeaks are you using?
4.12.2
### What browser(s) are you seeing the problem on?
Chrome
### What operating system(s) are you seeing the problem on?
Windows
### Describe the issue
"Skip to content" link appears very briefly left top when moving from landing page to the questionnaire. Not su... | closed | 2023-07-23T17:14:10Z | 2023-07-28T05:23:00Z | https://github.com/globaleaks/globaleaks-whistleblowing-software/issues/3549 | [
"T: Bug"
] | elbill | 3 |
graphql-python/graphql-core | graphql | 41 | Support "out_name" in input types | GraphQL-Core supports an `out_name` for input types which is used by Graphene for passing parameters with transformed names to Python (because Python likes snake_case instead of camelCase).
GraphQL-Core-Next should support a similar functionality that can be used by Graphene. | closed | 2019-06-30T01:10:34Z | 2019-09-04T22:03:36Z | https://github.com/graphql-python/graphql-core/issues/41 | [
"feature"
] | Cito | 4 |
aio-libs/aiomysql | sqlalchemy | 707 | Add type hints | see also https://github.com/aio-libs/aiopg/pull/813 for context managers | open | 2022-01-30T02:01:20Z | 2023-05-06T21:03:33Z | https://github.com/aio-libs/aiomysql/issues/707 | [
"enhancement",
"docs"
] | Nothing4You | 4 |
seleniumbase/SeleniumBase | pytest | 2,747 | Improvements to highlighting elements | ## Improvements to highlighting elements
Allow `self.highlight(selector)` to also accept a `WebElement` for the selector.
Add `self.highlight_elements(selector)` to highlight all elements that match the given selector.
Summary:
```python
self.highlight(selector, by="css selector", loops=4, scroll=True, tim... | closed | 2024-05-03T17:41:44Z | 2024-05-03T21:46:40Z | https://github.com/seleniumbase/SeleniumBase/issues/2747 | [
"enhancement"
] | mdmintz | 1 |
PaddlePaddle/PaddleHub | nlp | 1,731 | paddlehub参数parameters读取问题求帮助 |

我在paddlehub2.0上使用resnet50_vd_dishes训练自己的数据集时,遇到报错AttributeError: 'ResNet50vdDishes' object has no attribute 'parameters',网上搜索说是装载模型时使用的是未升级的模型。

I get the following error messages:
File "C:\Users\Anaconda3\lib\site-packages\auto_ml\predictor.py", line 670, in train
self.trained_final_model = self.train_ml_estimator(self.model_names, self... | open | 2018-05-24T17:07:05Z | 2018-08-03T07:31:48Z | https://github.com/ClimbsRocks/auto_ml/issues/401 | [] | avdusen | 1 |
Zeyi-Lin/HivisionIDPhotos | machine-learning | 228 | 裁剪线 | 排版接口中能否加入裁剪线参数,针对白底相片方便裁剪 | closed | 2025-01-08T02:48:54Z | 2025-01-09T03:45:58Z | https://github.com/Zeyi-Lin/HivisionIDPhotos/issues/228 | [] | panda-hub102 | 0 |
open-mmlab/mmdetection | pytorch | 11,282 | The number of boxes displayed is different from the value returned by bbox | Thanks for your error report and we appreciate it a lot.
**Checklist**
1. I have searched related issues but cannot get the expected help.
2. I have read the [FAQ documentation](https://mmdetection.readthedocs.io/en/latest/faq.html) but cannot get the expected help.
3. The bug has not been fixed in the latest v... | closed | 2023-12-14T03:47:21Z | 2023-12-26T10:20:00Z | https://github.com/open-mmlab/mmdetection/issues/11282 | [] | CyanMystery | 0 |
drivendataorg/cookiecutter-data-science | data-science | 25 | Include nosetests out of the box with top level testing dir | One of the main components that is different from my usual data science set-up is a top-level directory for unit and integration testing. Once a model moves to production, it is vital that it ship with unit and integration tests and insurance that the work does not break any other models. I recommend adding this sect... | closed | 2016-05-16T15:05:30Z | 2019-04-15T11:44:39Z | https://github.com/drivendataorg/cookiecutter-data-science/issues/25 | [] | denisekgosnell | 4 |
coqui-ai/TTS | pytorch | 2,605 | [Bug] Not building on Arch linux due to python 3.11.3 version | ### Describe the bug
Install scripts are to old for 3.11.3 python version, breaking the make install
### To Reproduce
install python 3.11.3 and run make install
### Expected behavior
should install
### Logs
```shell
pip install -e .[all]
Defaulting to user installation because normal site-packages is not writea... | closed | 2023-05-09T13:30:56Z | 2023-06-30T12:01:31Z | https://github.com/coqui-ai/TTS/issues/2605 | [
"bug"
] | c-seeger | 6 |
sqlalchemy/alembic | sqlalchemy | 1,063 | Alembic drops and creates foreign key constraints (autogenerate) when the table has different schema than the referenced columns | I am trying to use the autogenerate feature from alembic to update the schema of a MSSQL database.
```lang-python
class Table1(Base):
__tablename__ = "table1"
__table_args__ = (
PrimaryKeyConstraint("ID", name="PK_Table1"),
)
ID = Column(Integer, nullable=False)
class Table2(Base):
... | closed | 2022-07-12T07:32:38Z | 2022-07-12T18:34:51Z | https://github.com/sqlalchemy/alembic/issues/1063 | [] | jrafols-imogate | 0 |
pennersr/django-allauth | django | 3,985 | send real Email with docker in ubuntu server | I have VPS virtual Private Server
and run on that docker django project
How can I send Email with my ubuntu server have docker running django project ?
if need SMTP service , how can I integrate that with django-allauth package ?
please help
Thanks so much | closed | 2024-07-21T19:14:08Z | 2024-07-21T19:27:56Z | https://github.com/pennersr/django-allauth/issues/3985 | [] | sinalalebakhsh | 0 |
quokkaproject/quokka | flask | 604 | fix some pelican unrendered footers | Some pelican themes cant render footers, fix it by overrride jinja loader
https://github.com/rochacbruno/quokka_ng/issues/67 | open | 2018-02-07T01:44:42Z | 2018-02-07T01:44:42Z | https://github.com/quokkaproject/quokka/issues/604 | [
"1.0.0",
"hacktoberfest"
] | rochacbruno | 0 |
KaiyangZhou/deep-person-reid | computer-vision | 63 | [bug] 'best_rank1' and 'best_epoch' may be wrong when resuming from a saved model | After user resumed from a saved model, the value of `best_rank1` and `best_epoch` may be wrong (The wrong values will be recorded in the log).
And in some cases, it may cause previously saved best model (`best_model.pth.tar`) to be falsely overwritten during the subsequent training process.
### Fix
https://github.... | closed | 2018-09-29T13:54:31Z | 2018-09-29T21:52:24Z | https://github.com/KaiyangZhou/deep-person-reid/issues/63 | [] | ghost | 1 |
SciTools/cartopy | matplotlib | 1,946 | Position shift in plotting data defined by SouthPolarStereo coordinate system | ### Description
<!-- Please provide a general introduction to the issue/proposal. -->
When plotting data defined by EPSG:3031 (WGS 84 / Antarctic Polar Stereographic), the positions will be shifted.
They are output at the x-y coordinate about 0.9972 (= 1 / 1.028) times smaller than appropriate values.
It seems th... | closed | 2021-11-24T11:20:25Z | 2024-04-14T03:12:14Z | https://github.com/SciTools/cartopy/issues/1946 | [] | HattoriAkihisa | 2 |
keras-team/autokeras | tensorflow | 1,316 | Task specific tuner for structured data classifier | ### Feature Description
### Code Example
<!---
Please provide a code example for using that feature
given the proposed feature is implemented.
-->
```python
```
### Reason
<!---
Why do we need the feature?
-->
### Solution
<!---
Please tell us how to implement the feature,
if you have one in mind.
... | closed | 2020-08-27T02:54:55Z | 2020-08-28T19:44:12Z | https://github.com/keras-team/autokeras/issues/1316 | [
"feature request",
"pinned"
] | haifeng-jin | 0 |
litl/backoff | asyncio | 126 | Changelog for 1.11.0 is missing | Hey, I just seen that you release 1.11.0 but the CHANGELOG.md doesn't contain such an entry | closed | 2021-07-13T05:34:32Z | 2021-07-14T05:39:23Z | https://github.com/litl/backoff/issues/126 | [] | kasium | 1 |
pallets/flask | python | 5,392 | Invalid `SERVER_NAME` + `url_for` leads to `AttributeError` | In our environment we have some security scanners running which generate artificial HTTP requests. Since they are closed source and I can't generate these calls with other tools, I created the below example which starts at the flask level and assumes that an invalid server passed thru the levels.
```py
from flask ... | closed | 2024-01-24T14:41:08Z | 2024-04-15T01:16:39Z | https://github.com/pallets/flask/issues/5392 | [] | kasium | 5 |
plotly/dash-table | plotly | 931 | Filter datatable based on absolute value | It would be great to have a feature to filter the datatable based on the absolute value. Maybe something like this:
`absolute{value}`
A similar request can be found in the community: https://community.plotly.com/t/filter-based-on-absolute-value/38746
(a workaround would be to use two `if` statements) | open | 2021-07-30T14:07:53Z | 2022-06-10T18:38:42Z | https://github.com/plotly/dash-table/issues/931 | [] | RunQi-Han | 1 |
pallets-eco/flask-sqlalchemy | sqlalchemy | 1,186 | Add `db.Model` typing workaround in docs? | mypy currently does not correctly handle inheritance from a class attribute with a model - `db.Model`:
```
error: Name "db.Model" is not defined [name-defined]
```
According on the [related bugreport](https://github.com/python/mypy/issues/8603), this issue will not be resolved anytime soon.
So, there is working... | closed | 2023-04-03T11:31:42Z | 2023-04-03T15:29:00Z | https://github.com/pallets-eco/flask-sqlalchemy/issues/1186 | [] | TitaniumHocker | 2 |
ahmedfgad/GeneticAlgorithmPython | numpy | 318 | selection of features and hyperparameters of the model | How to use feature selection together with hyperparameter selection of a classifier model?
```
gene_space = [
{'low': 1, 'high': 200, 'step': 3}, # n_estimators
{'low': 1, 'high': 7, 'step': 1}, # depth
# Feature selection (binary vector for each feature)
*([0, 1] * (n_features // 2))
#*[random.ran... | open | 2025-03-10T14:01:41Z | 2025-03-12T09:10:18Z | https://github.com/ahmedfgad/GeneticAlgorithmPython/issues/318 | [] | quant12345 | 0 |
tatsu-lab/stanford_alpaca | deep-learning | 53 | Confusion about input ids | Hi, thanks for sharing such a great job.
I've read your fine-tuning code and I'm a little confused about the inputs of the model.
From the code, the Input of model should be, here's an, example: ### # Instruction: {instruction}### Input{input}### Response:{response}. so the input_ids: tokenizer(example), label_ids:to... | closed | 2023-03-16T10:31:49Z | 2023-03-16T16:22:55Z | https://github.com/tatsu-lab/stanford_alpaca/issues/53 | [] | fuxuliu | 1 |
marcomusy/vedo | numpy | 651 | plotting a matlibplot contour figure inside vedo plotter | hello marcomusy,
thank you again for your time! is it possible to plot a static 2D countour figure from matplotlib inside the vedo plotter like this

| closed | 2022-05-22T17:14:28Z | 2023-10-18T13:20:16Z | https://github.com/marcomusy/vedo/issues/651 | [
"enhancement",
"fixed"
] | Amin-Fakia | 1 |
holoviz/panel | matplotlib | 7,280 | Links between reference notebooks broken when converted to docs | In a notebook like ChatMessage.ipynb you have a link to another notebook \[`ChatFeed`\]\(ChatFeed.ipynb\).

This link works when using the notebook as a notebook. But when the notebooks are converted to documentation this no ... | closed | 2024-09-15T08:55:15Z | 2024-09-16T09:55:05Z | https://github.com/holoviz/panel/issues/7280 | [
"type: docs"
] | MarcSkovMadsen | 1 |
hankcs/HanLP | nlp | 1,329 | import pyhanlp网络报错 | <!--
注意事项和版本号必填,否则不回复。若希望尽快得到回复,请按模板认真填写,谢谢合作。
-->
## 注意事项
请确认下列注意事项:
* 我已仔细阅读下列文档,都没有找到答案:
- [首页文档](https://github.com/hankcs/HanLP)
- [wiki](https://github.com/hankcs/HanLP/wiki)
- [常见问题](https://github.com/hankcs/HanLP/wiki/FAQ)
* 我已经通过[Google](https://www.google.com/#newwindow=1&q=HanLP)和[issue区检... | closed | 2019-11-21T06:23:36Z | 2020-01-01T10:48:14Z | https://github.com/hankcs/HanLP/issues/1329 | [
"ignored"
] | Leputa | 4 |
cookiecutter/cookiecutter-django | django | 4,990 | Discord invite expired | The discord server invite in your readme file is expired.
Have a good day! | closed | 2024-04-12T18:00:11Z | 2024-04-16T18:27:01Z | https://github.com/cookiecutter/cookiecutter-django/issues/4990 | [
"bug"
] | jpdborgna | 1 |
lepture/authlib | django | 187 | Unable to decode ID Token with unicode characters - Part 1 | **Describe the bug**
We use Okta to authenticate. We have employees in Beijing that include unicode characters in their profiles. For a few employees the exchange of authentication code for tokens fails due to errors parsing the returned ID Tokens. The first consequence that we experience is an 'Incorrect Padding... | closed | 2020-02-03T18:34:56Z | 2021-05-25T04:02:21Z | https://github.com/lepture/authlib/issues/187 | [
"bug"
] | TomAtHulu | 8 |
miguelgrinberg/Flask-Migrate | flask | 529 | No such command 'db' | (venv) M:\PROJETS\Python\Projects\Rendermap_Server>flask db init
Usage: flask [OPTIONS] COMMAND [ARGS]...
Try 'flask --help' for help.
Error: No such command 'db'.
Hello i'm new to this i've install Flask-Migrate and Flask but i get this error i've tried everything i dont know what to do ?
this is my pi... | closed | 2023-10-17T19:46:07Z | 2023-10-17T22:11:06Z | https://github.com/miguelgrinberg/Flask-Migrate/issues/529 | [] | max-anders | 0 |
Netflix/metaflow | data-science | 1,673 | Cardview on WSL error | The demo code is copied from docs:
from metaflow import FlowSpec, step, card
class HelloFlow(FlowSpec):
@card
@step
def start(self):
print("HelloFlow is starting")
self.next(self.hello)
@step
def hello(self):
pr... | closed | 2024-01-10T06:03:12Z | 2024-01-25T13:09:43Z | https://github.com/Netflix/metaflow/issues/1673 | [] | wolvever | 2 |
public-apis/public-apis | api | 3,626 | Nc | closed | 2023-09-07T08:18:39Z | 2023-09-08T03:11:38Z | https://github.com/public-apis/public-apis/issues/3626 | [] | raxxelz | 0 | |
scikit-optimize/scikit-optimize | scikit-learn | 764 | Sensitivity to scale of target function | First, I apologise if this isn't the forum for what's probably a usage problem than a bug but I couldn't find anywhere else to ask a question like this.
I'm experimenting with Bayesian optimisation to optimise model parameters using a simulation code that takes ~10-60 minutes per evaluation. Modulo a small amount of... | open | 2019-05-17T14:35:10Z | 2020-01-09T16:58:24Z | https://github.com/scikit-optimize/scikit-optimize/issues/764 | [] | warrickball | 2 |
ets-labs/python-dependency-injector | asyncio | 445 | Using with Class Based Views FastAPI | Hi! Please, if possible, help me using DI with Class Based Views FastAPI.
https://fastapi-utils.davidmontague.xyz/user-guide/class-based-views/
Спасибо! | open | 2021-04-15T05:28:21Z | 2021-05-14T12:25:03Z | https://github.com/ets-labs/python-dependency-injector/issues/445 | [] | ShvetsovYura | 1 |
SciTools/cartopy | matplotlib | 2,123 | tile cache not updated for different tile style | ### Description
Cached tile data is not updated when a different style of the same tile source is used.
It should be updated.
This could be achieved if the style was included in the cache dir name.
In the example below, this could achieved if data were store in `/tmp/cartopy_cache/Stamen_terrain` and `/tmp/cart... | open | 2023-01-08T13:58:27Z | 2023-01-18T22:16:09Z | https://github.com/SciTools/cartopy/issues/2123 | [
"Type: Enhancement"
] | apatlpo | 0 |
Lightning-AI/pytorch-lightning | data-science | 19,995 | Load from checkpoint doesn't load model for inference | ### Bug description
Hi,
I trained the attention unet model and by ModelCheckpoint, the trained model was saved as a .chpt file. Now, in inference, I encounter an error when loading the model. The same code was working around one month ago, I can't understand what is the problem. (version 2.3.0)
### What version are... | closed | 2024-06-19T13:41:24Z | 2024-06-24T13:25:47Z | https://github.com/Lightning-AI/pytorch-lightning/issues/19995 | [
"question",
"checkpointing",
"ver: 2.2.x"
] | golnaz-hs | 1 |
serengil/deepface | machine-learning | 491 | !which dataset you used for training the VGGFace | Hello, I was wondering if you can give me the name of the dataset you use for training the VGGFace model? Thank you so much.
| closed | 2022-06-01T15:22:08Z | 2022-06-02T08:54:31Z | https://github.com/serengil/deepface/issues/491 | [
"question"
] | sayeh1994 | 1 |
graphql-python/graphene-django | django | 799 | Conflicting argument and object type name | I have a model with a property called `info`. I also have a mutation for creating an entry.
I added `info` as an argument to the mutation. This mutation argument conflicts with the `info` argument of the `mutate()` method.
This is the response I got when executing the mutation operation:
> resolve() got mult... | closed | 2019-10-14T16:50:04Z | 2019-10-23T21:47:51Z | https://github.com/graphql-python/graphene-django/issues/799 | [] | bluday | 1 |
Netflix/metaflow | data-science | 1,489 | AWS Batch Error: uncaught exception: address -> / what() -> / type -> | I am deploying a fairly memory intensive flow on AWS Batch and running into the following uncaught exception and error.
```
uncaught exception:
address -> 0x1079213c0
what() -> "map::at: key not found"
type -> std::out_of_range
AWS Batch error:
CannotInspectContainerError: Could not tran... | closed | 2023-07-18T21:22:31Z | 2023-07-18T21:28:10Z | https://github.com/Netflix/metaflow/issues/1489 | [] | elutins | 1 |
pydantic/FastUI | fastapi | 366 | Add support for file links | Hi! We're looking to adopt FastUI for better experience of using and testing our backend web services. It's going down well here so far, so thanks for the great work.
As I see it, there are two kinds of link component FastUI supports:
1. links to routes defined within the application, with addresses with respect ... | closed | 2024-11-13T21:16:16Z | 2024-11-16T14:50:23Z | https://github.com/pydantic/FastUI/issues/366 | [] | JamesRamsden-Naimuri | 2 |
lukas-blecher/LaTeX-OCR | pytorch | 3 | Training? | Really Nice Work.
Can you please provide a proper pipeline on how to train with own data.
I tried to use your formulae images and config (from google drive) to train but got error
RuntimeError: merge_sort: failed to synchronize: device-side assert triggered
Can you help in training.
Thanks
| closed | 2021-03-18T03:25:18Z | 2021-03-19T08:54:35Z | https://github.com/lukas-blecher/LaTeX-OCR/issues/3 | [] | PhenomenalOnee | 2 |
iperov/DeepFaceLab | machine-learning | 962 | "GeForce RTX 3090 doesnt response, terminating it." | Extraction on the 30x build either is very slow, or doesn't work at all.
The slowness also occurs with merging, but the "doesn't respond" error is exclusive to extraction. | open | 2020-12-04T21:08:03Z | 2023-07-24T07:50:15Z | https://github.com/iperov/DeepFaceLab/issues/962 | [] | GuusDeKroon | 6 |
plotly/dash | plotly | 2,442 | [BUG] Case insensitive filter does not work in documentation example | When looking at the first data table under the heading "Back-end Filtering" on [the DataTable Filtering page](https://dash.plotly.com/datatable/filtering), viewed on Chrome browser
**Describe the bug**
Case-insensitive filter does not work on the country column. For example, I type "Albania" in the filter input u... | closed | 2023-03-03T23:50:46Z | 2024-07-25T13:04:10Z | https://github.com/plotly/dash/issues/2442 | [] | jseyhun | 4 |
praw-dev/praw | api | 1,948 | Unable to get flairs in a subreddit | ### Describe the Bug
hi everyone m trying to run this code but it returns the error
```
for flair in reddit.subreddit("minefortest").flair(limit=None):
print(flair)
```
Getting -
prawcore.exceptions.Forbidden: received 403 HTTP response
(not a auth error)
### Desired Result
<List of flairs in a ... | closed | 2023-03-17T04:35:52Z | 2024-08-25T09:01:10Z | https://github.com/praw-dev/praw/issues/1948 | [] | pnpninja | 3 |
python-restx/flask-restx | api | 248 | The full example needs a few notes on usage and RestX needs to fail on JSON parsing | EDIT: This was originally entitled "Full example does not work, and I can't figure out why." Digging in, I discovered the reason, as seen in the two following comments.
### **Code**
The code I'm using is here: https://flask-restx.readthedocs.io/en/latest/example.html Copied and pasted it. The only change I made was... | open | 2020-11-04T23:28:38Z | 2021-03-03T19:38:30Z | https://github.com/python-restx/flask-restx/issues/248 | [
"bug"
] | jkugler | 3 |
kevlened/pytest-parallel | pytest | 46 | AttributeError: 'NoneType' object has no attribute '_registry' with pytest 5.3.0 | Hi there,
I run pytest with pytest-parallel (v 0.0.9) in a Gitlab CI-Pipeline.
Without changing my code the pipeline jobs stopped working. The only thing that change was the pytest version from 5.2.4 to 5.3.0.
Also the pipeline job doesn't seem to stop. It's stuck in the status running until I cancel it.
The... | closed | 2019-11-21T11:51:57Z | 2019-11-25T09:11:22Z | https://github.com/kevlened/pytest-parallel/issues/46 | [] | JuleBert | 5 |
holoviz/panel | jupyter | 7,153 | FileDropper accepted_filetypes doesn't seem to properly validate |
```python
import panel as pn
pn.extension()
self._file_input = pn.widgets.FileDropper(
multiple=True,
accepted_filetypes=[".csv", ".parquet", ".parq", ".json", ".xlsx"],
)
```
<img width="710" alt="image" src="https://github.com/user-attachments/assets/98afbf7d-cb82-45e5-b8fe-aa1011682df5">
| open | 2024-08-15T22:51:09Z | 2025-02-20T15:04:49Z | https://github.com/holoviz/panel/issues/7153 | [] | ahuang11 | 5 |
vaexio/vaex | data-science | 2,170 | Example from the tutorial throws an error when it tried to run df.viz.heatmap | **Description**
I tried to play with the code found on tutorial but `df.viz.heatmap(df.x, df.y, what=np.log(vaex.stat.count()+1), selection=[None, True], limits='99.7%')` yields an error.
I downloaded .ipynb from [here](https://vaex.io/docs/tutorial.html)
```python
df.select(df.x > 0)
@vaex.jupyter.interacti... | open | 2022-08-14T14:12:34Z | 2022-11-02T08:06:52Z | https://github.com/vaexio/vaex/issues/2170 | [] | thomas-k-cameron | 1 |
2noise/ChatTTS | python | 711 | 交流群已满 | 如题,交流群4已满,是否会创建新的群聊? | closed | 2024-08-22T11:10:12Z | 2024-08-22T13:43:43Z | https://github.com/2noise/ChatTTS/issues/711 | [
"documentation"
] | zzhdbw | 1 |
serengil/deepface | deep-learning | 464 | Retina Face ignores "DEEPFACE_HOME" when downloading. | The issue is clear.
RetinaFace downloads model to path according to it's own code [here](https://github.com/serengil/retinaface/blob/34b1ec11a4a0beee2ebd2c095742b3d070e23fb5/retinaface/model/retinaface_model.py#L18-L22).
While all other wrappers rely on the output of [get_deepface_home()](https://github.com/sere... | closed | 2022-04-26T15:45:11Z | 2022-05-22T20:14:01Z | https://github.com/serengil/deepface/issues/464 | [
"enhancement"
] | daviesthomas | 3 |
ultralytics/ultralytics | pytorch | 18,693 | TFLite python example not predicting any bounding boxes | ### Search before asking
- [x] I have searched the Ultralytics YOLO [issues](https://github.com/ultralytics/ultralytics/issues) and found no similar bug report.
### Ultralytics YOLO Component
_No response_
### Bug
ultralytics\examples\YOLOv8-TFLite-Python\main.py is throwing AttributeError: 'tuple' object has no... | open | 2025-01-15T12:06:43Z | 2025-01-22T09:38:33Z | https://github.com/ultralytics/ultralytics/issues/18693 | [
"bug",
"non-reproducible",
"exports"
] | vjayd | 4 |
gradio-app/gradio | data-science | 9,991 | Using `gr.render()` leads to RuntimeError: dictionary changed size during iteration | ### Describe the bug
Hello. I often get this error stack when I use gradio to draw a complex page in one page.
I think it is same issue #9410.
I tried to find, why this issue is occurred. I created a reproduction code by reading the relevant code while looking at the error stack.
I think the reason is `render` ... | closed | 2024-11-19T03:01:52Z | 2024-11-28T17:42:16Z | https://github.com/gradio-app/gradio/issues/9991 | [
"bug",
"pending clarification"
] | BLESS11186 | 6 |
WZMIAOMIAO/deep-learning-for-image-processing | deep-learning | 580 | 数据集存放位置 | 博主您好!第一次看您的视频,使用Pytorch版的Msak R-CNN,下载并解压了VOC2012数据集。请问是要新建文件夹data,将解压的数据集直接放到data文件夹中,然后修改成default='/data/VOCdevkit'就可以了吗?我这么做报错:找不到文件'/data/VOCdevkit',问题有点蠢...但还是麻烦您抽空解答一下,谢谢! | closed | 2022-06-22T14:44:27Z | 2022-06-25T11:30:21Z | https://github.com/WZMIAOMIAO/deep-learning-for-image-processing/issues/580 | [] | 20000131 | 1 |
marcomusy/vedo | numpy | 311 | How to calculate the intersection point between line and mask | If there is a line and a mask, how can I obtain the intersection point?
For example:
mask = np.zeros([300, 300, 50])
mask[:, :, 10:30] = 1
Then, the line is:
p1 = [100, 100, -1]
p2 = [100, 100, 1]
The intersection point should be:
[100, 100, 10] and [100, 100, 29].
| open | 2021-02-10T07:57:25Z | 2021-02-16T01:35:54Z | https://github.com/marcomusy/vedo/issues/311 | [] | zhang-qiang-github | 3 |
Esri/arcgis-python-api | jupyter | 1,380 | Add hard date parameters to item usage method | **Is your feature request related to a problem? Please describe.**
I'm frustrated when trying to use the item.usage method to obtain AGO item usage history data, because it only allows me to enter relative dates as parameters to filter dates. Example '7D' for past 7 days, or '30D' for past 30 days. This makes the res... | closed | 2022-11-07T16:02:08Z | 2022-11-07T16:15:17Z | https://github.com/Esri/arcgis-python-api/issues/1380 | [
"enhancement"
] | andrewrudin-austin | 1 |
stanfordnlp/stanza | nlp | 546 | Can I use nltk as tokenizer and stanza as dependency parser? | I'd like to have a try, can dependency of a sentence improve the performance of the word vector. However, when I use nltk as the tokenizer for my model, I found that the index is totally different with which the Stanza give, so is there any way to change this?
| closed | 2020-12-04T07:52:41Z | 2020-12-04T08:51:32Z | https://github.com/stanfordnlp/stanza/issues/546 | [
"question"
] | Woodrow1026 | 2 |
slackapi/python-slack-sdk | asyncio | 918 | Enable to have additional fields in Bot/Installation instances | `Bot` and `Installation` classes should act as a dict object for the sake for more flexibility in apps.
>At this point, `Installation` does not act as a dict value, it's not possible to have additional fields such as `installed_user_ids` in it. I think having custom fields in the class on a developer side is a commo... | closed | 2021-01-15T23:53:16Z | 2021-01-25T21:35:05Z | https://github.com/slackapi/python-slack-sdk/issues/918 | [
"enhancement",
"Version: 3x",
"oauth"
] | seratch | 1 |
tableau/server-client-python | rest-api | 972 | 403132 error when publish twb file | I'm trying to publish a .twb workbook cause I can change the database name variable inside xml file, but everytime returns error , already tryed skip_connection_check=True.
403132: Failed connection check One or more data sources used by the workbook could not be reached
```
with server.auth.sign_in(tableau_auth):... | closed | 2022-01-06T19:29:02Z | 2023-02-15T08:06:29Z | https://github.com/tableau/server-client-python/issues/972 | [
"help wanted"
] | h4n3h | 3 |
iterative/dvc | data-science | 10,202 | pull: --allow-missing not behaving as expected | # Bug Report
## pull: --allow-missing not behaving as expected
## Description
`dvc pull --allow-missing <target>` gives error about missing stuff. `dvc pull -R <target>` doesn't do a full recursive search for targets.
### Reproduce
1. multiple dvc pipelines
2. I think I forgot to dvc push on another com... | closed | 2023-12-26T23:16:17Z | 2024-03-25T10:47:35Z | https://github.com/iterative/dvc/issues/10202 | [
"bug",
"awaiting response",
"research",
"A: data-sync"
] | gregstarr | 3 |
trevorstephens/gplearn | scikit-learn | 2 | hangs when saving to pickle | Hi,
Thanks for creating this wonderful tool. I was wondering if saving models using pickle is supported?
When i issue the following command:
gp = SymbolicRegressor()
trained_models = {}
trained_models['gp'] = pickle.dumps(gp)
my IDE hangs. This usually works when I am using other sklearn models. I am using the fo... | closed | 2015-12-02T04:31:26Z | 2015-12-16T23:14:32Z | https://github.com/trevorstephens/gplearn/issues/2 | [] | hasakura511 | 2 |
hzwer/ECCV2022-RIFE | computer-vision | 75 | optical flow labels | I generate optical flow labels use pytorch-liteflownet on 2X size images。but when training , loss could not converge。
my code:
image_0_up = numpy.array(img_0.resize((width * 2, height * 2), Image.ANTIALIAS))[:, :, ::-1]
image_t_up = numpy.array(img_t.resize((width * 2, height * 2), Image.ANTIALIAS))[:, :, ::-1]
... | closed | 2020-12-21T02:52:57Z | 2021-02-12T02:34:44Z | https://github.com/hzwer/ECCV2022-RIFE/issues/75 | [] | zoeysgithub | 8 |
strawberry-graphql/strawberry | django | 3,784 | Please use python >= 3.9 instead of ^3.9 | <!--- Provide a general summary of the changes you want in the title above. -->
Current pyproject.toml has:
https://github.com/strawberry-graphql/strawberry/blob/951e56c5885cb9516ac53118b389d3b2cb47c52f/pyproject.toml#L30-L31
Which actually means ">=3.10,<4.0", while <4.0 means nothing.
But it cause any other proje... | closed | 2025-02-17T06:33:45Z | 2025-03-03T00:48:18Z | https://github.com/strawberry-graphql/strawberry/issues/3784 | [] | PaleNeutron | 4 |
deepfakes/faceswap | machine-learning | 1,480 | 小白下载,帮我看看是什么问题中止的么! | 小白下载,帮我看看是什么问题中止的么!
 | open | 2025-01-29T16:56:57Z | 2025-02-04T01:29:49Z | https://github.com/deepfakes/faceswap/issues/1480 | [] | ZJ-LUCAS | 1 |
deezer/spleeter | deep-learning | 558 | What does this mean? | I'm not a programmer or anything so this will probably come across as an obvious question.
I have gotten everything installed and I'm a femtometer away from getting spleeter to work.
But what does this mean??
_FILES... List of input audio file path [required]_
I seem to be using the other commands pro... | closed | 2021-01-13T02:25:49Z | 2021-01-29T13:28:20Z | https://github.com/deezer/spleeter/issues/558 | [
"question"
] | Laikanoosh | 1 |
sebastianruder/NLP-progress | machine-learning | 4 | split the file into files | I suspect editing these will become unwieldy quickly, up to you, just a thought | closed | 2018-06-23T17:39:32Z | 2018-06-24T12:32:01Z | https://github.com/sebastianruder/NLP-progress/issues/4 | [] | ybisk | 4 |
gee-community/geemap | streamlit | 609 | geemap istalling issue | I have created gee virtual env using
conda create -n gee python
then activate the env gee by
conda activate gee
after that we install the geemap package by conda-forge channel using conda install -c conda-forge geemap
after that dependecies starting downloading and installing.
during the finishing of instal... | closed | 2021-08-06T07:42:25Z | 2021-08-08T17:49:22Z | https://github.com/gee-community/geemap/issues/609 | [] | dileep0 | 5 |
ets-labs/python-dependency-injector | flask | 40 | Research of Visio | File formats: .vsd, .vsx, .vsdx
| closed | 2015-03-26T23:12:39Z | 2020-06-29T20:57:10Z | https://github.com/ets-labs/python-dependency-injector/issues/40 | [
"research"
] | rmk135 | 1 |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.