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 |
|---|---|---|---|---|---|---|---|---|---|---|---|
kornia/kornia | computer-vision | 2,371 | parameter alpha in focal loss is not the same as that of paper | ### Describe the bug
The parameter alpha in focal loss is a scalor, so it couldn't has the effect of balanced the different classes. I think alpha should be a tensor with n_classses element and every value refers to the weiht of this class
### Reproduction steps
```bash
Please refer to the description
```
### Exp... | closed | 2023-05-09T12:30:37Z | 2023-05-09T20:48:09Z | https://github.com/kornia/kornia/issues/2371 | [
"help wanted"
] | Xinchengzelin | 1 |
proplot-dev/proplot | data-visualization | 269 | How to rotate the latlabels/lonlabels? | <!-- Thanks for helping us make proplot a better package! If this is a bug report, please use the template provided below. If this is a feature request, you can delete the template text (just try to be descriptive with your request). -->
### Description
[Description of the bug or feature.]
### Steps to reprodu... | closed | 2021-08-21T05:09:22Z | 2021-08-21T20:16:29Z | https://github.com/proplot-dev/proplot/issues/269 | [
"support"
] | TreeYu123 | 1 |
apify/crawlee-python | automation | 874 | Reconsider HttpClient interface | As of now, the python `BaseHttpClient` look like this:
https://github.com/apify/crawlee-python/blob/beac9fa0eb415caafc04cdaef2888e77fad915e0/src/crawlee/http_clients/_base.py#L55
It has two methods, `send_request` and `crawl`. This is the first iteration of decoupled HTTP clients.
Later on, we refactored the J... | open | 2025-01-06T15:50:52Z | 2025-01-16T14:00:08Z | https://github.com/apify/crawlee-python/issues/874 | [
"t-tooling",
"debt",
"solutioning"
] | janbuchar | 3 |
Nemo2011/bilibili-api | api | 249 | 爬取视频评论不能使用BV号吗 | **Python 版本:** 3.x.y
**模块版本:** x.y.z
**运行环境:** Windows / Linux / MacOS
---
爬取视频评论不能使用BV号吗
| closed | 2023-03-29T15:31:03Z | 2023-04-28T12:33:45Z | https://github.com/Nemo2011/bilibili-api/issues/249 | [
"question"
] | Fluchw | 3 |
babysor/MockingBird | pytorch | 211 | 训练时出错:RuntimeError: Error(s) in loading state_dict for Tacotron: | Arguments:
run_id: mandarin
syn_dir: k:/mockingbird/datame/SV2TTS/synthesizer
models_dir: synthesizer/saved_models/
save_every: 1000
backup_every: 25000
log_every: 200
force_restart: False
hparams:
Checkpoint path: synthesizer\saved_models... | open | 2021-11-11T17:14:11Z | 2021-11-12T02:54:05Z | https://github.com/babysor/MockingBird/issues/211 | [] | dsyrock | 2 |
SciTools/cartopy | matplotlib | 1,532 | Cannot install cartopy in Scientific Linux | ### Description
<!-- Please provide a general introduction to the issue/proposal. -->
Cartopy cannot be installed on Scientific Linux because the newest available version of `proj` is 4.8.0 and cartopy requires 4.9.0. I'm not sure why `setup.py` checks the system-level versions of `proj` and `geos` instead of the ver... | closed | 2020-04-23T10:40:13Z | 2020-04-30T22:47:49Z | https://github.com/SciTools/cartopy/issues/1532 | [] | jontwo | 9 |
keras-team/keras | machine-learning | 20,081 | Loading up Json_files built and trained in Keras 2 for Keras 3 | Using Keras 3, I am trying to load up a built and trained model from Keras 2 API that is stored in .json with weights stored in .h5. The model file is the following: [cnn_model.json](https://github.com/user-attachments/files/16462021/cnn_model.json). Since model_from_json does not exist in Keras 3, I rewrote the functi... | closed | 2024-08-01T21:36:25Z | 2024-09-07T19:33:52Z | https://github.com/keras-team/keras/issues/20081 | [
"stat:awaiting response from contributor",
"stale",
"type:Bug"
] | manuelpaeza | 7 |
matterport/Mask_RCNN | tensorflow | 2,334 | Instance Segmentation vs Object Detection | I would like to find out whether it is better to use instance segmentation or object detection to classify vehicles and count them, in the case of traffic congestion.
From my experience, traffic congestion has a lot of occlusion for bounding box to be accurate, it may classify a car as a truck, and a truck as a car... | open | 2020-08-24T04:01:36Z | 2020-09-17T14:03:20Z | https://github.com/matterport/Mask_RCNN/issues/2334 | [] | OAT7963 | 1 |
python-restx/flask-restx | flask | 94 | Router cannot find endpoint with id parameter | ### Issue
When trying to hit an endpoint with an integer variable in the URL, flask-restx responds with
`{
"message": "The requested URL was not found on the server. If you entered the URL manually please check your spelling and try again. You have requested this URI [/xman/statements/1] but did you mean /xman/s... | open | 2020-03-19T22:36:25Z | 2020-05-12T20:51:39Z | https://github.com/python-restx/flask-restx/issues/94 | [
"bug"
] | viralogic | 2 |
lukasmasuch/streamlit-pydantic | streamlit | 38 | Code for simple for throws PydanticImportError | <!--
Thanks for reporting a bug 🙌 ❤️
Before opening a new issue, please make sure that we do not have any duplicates already open. You can ensure this by searching the issue list for this repository. If there is a duplicate, please close your issue and add a comment to the existing issue instead. Also, be sure to ... | open | 2023-07-21T15:15:43Z | 2024-11-13T16:49:26Z | https://github.com/lukasmasuch/streamlit-pydantic/issues/38 | [
"type:bug"
] | SnoozingSimian | 6 |
ultralytics/ultralytics | python | 18,871 | Does tracking mode support NMS threshold? | ### Search before asking
- [x] I have searched the Ultralytics YOLO [issues](https://github.com/ultralytics/ultralytics/issues) and [discussions](https://github.com/orgs/ultralytics/discussions) and found no similar questions.
### Question
I'm currently using YOLOv10 to track some objects and there are a lot of cas... | closed | 2025-01-24T20:48:06Z | 2025-01-26T19:08:07Z | https://github.com/ultralytics/ultralytics/issues/18871 | [
"question",
"track"
] | argo-gabriel | 5 |
holoviz/panel | plotly | 7,805 | Card layouts break and overlap when in a container of a constrained size and expanded | <details>
<summary>Software Version Info</summary>
```plaintext
panel == 1.6.1
```
</details>
#### Description of expected behavior and the observed behavior
I expect the cards to respect the overflow property of the container they are in and not overlap when expanded.
**Example 1 overflow: auto in column contai... | open | 2025-03-24T19:46:16Z | 2025-03-24T19:57:43Z | https://github.com/holoviz/panel/issues/7805 | [] | DmitriyLeybel | 2 |
miLibris/flask-rest-jsonapi | sqlalchemy | 104 | bug: "include" returns deleted relationships also | I have a one to many relationship between Track and Session i.e. a Track can have multiple associated sessions but a session has only one associated Track.
**TrackSchema**
```Python
sessions = Relationship(attribute='sessions',
self_view='v1.track_sessions',
... | closed | 2018-06-11T02:17:07Z | 2018-06-11T03:06:56Z | https://github.com/miLibris/flask-rest-jsonapi/issues/104 | [] | dr0pdb | 2 |
huggingface/datasets | computer-vision | 7,425 | load_dataset("livecodebench/code_generation_lite", version_tag="release_v2") TypeError: 'NoneType' object is not callable | ### Describe the bug
from datasets import load_dataset
lcb_codegen = load_dataset("livecodebench/code_generation_lite", version_tag="release_v2")
or
configs = get_dataset_config_names("livecodebench/code_generation_lite", trust_remote_code=True)
both error:
Traceback (most recent call last):
File "", line 1, in
File... | open | 2025-02-27T07:36:02Z | 2025-03-24T05:57:06Z | https://github.com/huggingface/datasets/issues/7425 | [] | dshwei | 9 |
serengil/deepface | machine-learning | 663 | 'deepface.commons.functions' has no attribute 'preprocess_face' | I'm trying to call DeepFace.stream() (library 0.0.78 installed from pip)
but get an error message
```
AttributeError: module 'deepface.commons.functions' has no attribute 'preprocess_face'
``` | closed | 2023-02-07T15:29:39Z | 2023-02-07T15:31:00Z | https://github.com/serengil/deepface/issues/663 | [
"bug"
] | noonv | 1 |
joerick/pyinstrument | django | 352 | Support multithreaded profiling | Thanks for pyintrument - it's incredibly useful
I had need to trace a multithreaded python app and examine the relationship between threads. Obviously in some cases multithreading can be a little interesting in python, but in this particular case works well.
I have extended a fork of pyinstrument to support show... | open | 2024-12-04T23:07:21Z | 2025-03-15T15:43:54Z | https://github.com/joerick/pyinstrument/issues/352 | [] | georgeharker | 5 |
jmcnamara/XlsxWriter | pandas | 614 | MIME Type of the generated xlsx file | Title: Issue with MIME Type of the generated xlsx file
Hello,
I am using XlsxWriter to generate excel files (obviously), no problem on the generation part but when I check the MIME type of the generated file, it's not what it should be.
I am using Python version 3.7 and XlsxWriter 1.1.5 and Excel version 16.23... | closed | 2019-03-29T01:30:36Z | 2019-04-07T12:18:35Z | https://github.com/jmcnamara/XlsxWriter/issues/614 | [
"bug",
"ready to close",
"short term"
] | alexandra-picot | 4 |
ultrafunkamsterdam/undetected-chromedriver | automation | 1,752 | How patch chromedriver.exe with your package? | Hello, could you please guide me on how I can patch the chromedriver.exe file using your package and use that Chrome driver file in a project that is not in Python? Thank you. | open | 2024-02-17T22:11:51Z | 2024-02-24T04:40:41Z | https://github.com/ultrafunkamsterdam/undetected-chromedriver/issues/1752 | [] | arshambh | 1 |
recommenders-team/recommenders | machine-learning | 1,848 | [BUG] xdeepfm error in AzureML test | ### Description
<!--- Describe your issue/bug/request in detail -->
```
@pytest.mark.gpu
@pytest.mark.notebooks
@pytest.mark.integration
@pytest.mark.parametrize(
"syn_epochs, criteo_epochs, expected_values, seed",
[
(
15,
10,
... | closed | 2022-11-16T09:42:24Z | 2022-11-16T12:07:53Z | https://github.com/recommenders-team/recommenders/issues/1848 | [
"bug"
] | miguelgfierro | 1 |
ploomber/ploomber | jupyter | 1,057 | Populate Slack Welcome message | Context:
Currently, we will send the user a welcome message when user joins the Ploomber Slack Workspace.
We may consider to provide the list of our current links.
Example - Ideal After:
<img width="768" alt="Screenshot 2023-01-02 at 9 26 32 PM" src="https://user-images.githubusercontent.com/9766828/210292932-b20... | closed | 2023-01-03T02:31:02Z | 2023-05-23T18:44:04Z | https://github.com/ploomber/ploomber/issues/1057 | [] | jinniw43805 | 1 |
scrapy/scrapy | web-scraping | 6,012 | Unable to install requirements.txt missing | ### Description
Unable to install on windows 10
### Steps to Reproduce
pip install Scrappy
**Expected behavior:** [What you expect to happen]
No Errores
**Actual behavior:** [What actually happens]
Collecting Scrappy
Using cached Scrappy-0.3.0.alpha.4.tar.gz (17 kB)
Installing build dependencies ... | closed | 2023-08-13T03:42:54Z | 2023-08-13T06:22:03Z | https://github.com/scrapy/scrapy/issues/6012 | [] | stccorp | 2 |
axnsan12/drf-yasg | rest-api | 471 | Incorrect model schema generation | Hi, I made a dynamic model serializer `UserCouponSerializer`, the fields of which vary according to `fields` argument passed when it initialized. If `fields` is None, it includes all fields of its model. The code is below.
```
class DynamicFieldsModelSerializer(serializers.ModelSerializer):
def __init__(self, ... | open | 2019-10-08T07:30:45Z | 2025-03-07T12:16:29Z | https://github.com/axnsan12/drf-yasg/issues/471 | [
"triage"
] | zzinny | 0 |
laughingman7743/PyAthena | sqlalchemy | 329 | Redesign SQLAlchemy dialect layout | https://github.com/sqlalchemy/sqlalchemy/blob/main/README.dialects.rst | closed | 2022-06-06T13:28:01Z | 2023-05-04T14:06:43Z | https://github.com/laughingman7743/PyAthena/issues/329 | [] | laughingman7743 | 0 |
amidaware/tacticalrmm | django | 1,524 | Django Admin not loading css | **Server Info (please complete the following information):**
- OS: Debian 11
- Browser: Chrome
- RMM Version (as shown in top left of web UI): v0.15.12
**Installation Method:**
- [X] Standard
- [ ] Docker
**Describe the bug**
The Django Admin page doesn't load assets (css and js)
**To Reproduce**
... | closed | 2023-05-31T18:06:32Z | 2023-06-02T23:24:51Z | https://github.com/amidaware/tacticalrmm/issues/1524 | [] | myde2001 | 2 |
gradio-app/gradio | machine-learning | 10,587 | Gradio Block() can't detect imported library like numpy in jupyter notebook | ### Describe the bug
Exact issue described here is still valid but I cannot reopen this ticket https://github.com/gradio-app/gradio/issues/3625
Gradio fails to pull imports on reload
### Have you searched existing issues? 🔎
- [x] I have searched and found no existing issues
### Reproduction
```python
import gra... | open | 2025-02-13T19:09:40Z | 2025-02-14T23:07:43Z | https://github.com/gradio-app/gradio/issues/10587 | [
"bug",
"docs/website"
] | kelvinhammond | 4 |
BeanieODM/beanie | pydantic | 892 | [BUG] Beanie projection and Pydantic Schema do not play well together | **Describe the bug**
Beanie projections are expecting an "_id" field, but Pydantic schema expect "id". This makes it impossible to use the same Schema and create duplicated code (unless I’m missing the proper method to do it)
**To Reproduce**
```python
from motor.motor_asyncio import AsyncIOMotorClient
from pyda... | open | 2024-03-05T03:56:41Z | 2024-04-16T23:37:37Z | https://github.com/BeanieODM/beanie/issues/892 | [
"bug"
] | sheoak | 6 |
assafelovic/gpt-researcher | automation | 1,260 | Empty report when running GPTR on Docker with Windows | **Describe the bug**
I'm running gpt-researcher with Docker. When I try to use Deep Researcher, it runs with no problems, but the output that it produces is empty. So, it provides a doc file that is empty.
**To Reproduce**
I have not made any changes, just used the default settings.
**Expected behavior**
I would expe... | open | 2025-03-14T15:57:12Z | 2025-03-20T09:25:38Z | https://github.com/assafelovic/gpt-researcher/issues/1260 | [] | OX304 | 10 |
lucidrains/vit-pytorch | computer-vision | 306 | Non-deterministic results based on group_max_seq_len in NaViT | I'm having trouble understanding what the various parameters do, even after reading the source code.
Specifically, I'm wondering what group_max_seq_len does, and why it has non-deterministic results? For example:
```
v = NaViT(patch_size=60, **vit_args) # these are extremely large images
v(image_list, group_ima... | closed | 2024-04-18T15:38:08Z | 2024-04-18T17:17:13Z | https://github.com/lucidrains/vit-pytorch/issues/306 | [] | dempsey-ryan | 3 |
explosion/spaCy | machine-learning | 13,026 | Random 'Segmentation fault (core dumped)' error when training for long spancat | Hi,
I am getting 'Segmentation fault (core dumped)' when trying to train model for long SpanCat. I know this error could be related to OOM issues but this does not seem the case here. I tried to reduce [nlp] batch_size and [training.batcher.size] as shown in the attached config file and used a VM with very large RAM t... | open | 2023-09-28T10:55:49Z | 2023-10-30T13:21:20Z | https://github.com/explosion/spaCy/issues/13026 | [
"bug",
"feat / spancat"
] | belalsalih | 7 |
twopirllc/pandas-ta | pandas | 484 | Please install TA-Lib to use 2crows. (pip install TA-Lib) message ... | **Which version are you running? The lastest version is on Github. Pip is for major releases.**
```python
import pandas_ta as ta
print(ta.version)
```
0.3.14b0
**Do you have _TA Lib_ also installed in your environment?**
```sh
$ pip list
```
yes
 or `curl` request and response.
Please include the verbose flag. `-v`
**To Reproduce**
`httpie/curl` request to reproduce the behavior:
... | closed | 2020-07-25T13:08:52Z | 2023-09-10T11:23:49Z | https://github.com/ExpDev07/coronavirus-tracker-api/issues/323 | [
"bug",
"down"
] | PRRH | 5 |
lepture/authlib | flask | 51 | Configure OAuthClient with OpenID Discovery configuration | https://openid.net/specs/openid-connect-discovery-1_0.html#ProviderMetadata
| closed | 2018-04-26T06:54:10Z | 2020-08-11T05:37:06Z | https://github.com/lepture/authlib/issues/51 | [] | lepture | 6 |
ludwig-ai/ludwig | data-science | 3,247 | `torchvision` installing 0.15.0 in the CI instead of 0.14.1 | Similar issue as https://github.com/ludwig-ai/ludwig/issues/3245 | closed | 2023-03-15T00:25:28Z | 2023-03-15T16:07:13Z | https://github.com/ludwig-ai/ludwig/issues/3247 | [] | geoffreyangus | 0 |
horovod/horovod | deep-learning | 3,465 | On the clang-format check of the project | I noticed that horovod use [clang-format](https://clang.llvm.org/docs/ClangFormat.html) to format C++ code.
But when I check the project with clang-format-12, I still got many errors. The cmd I used as below:
```bash
#!/usr/bin/env bash
for src in $(find ./horovod -name "*.h" -or -name "*.cc")
do
clang-forma... | closed | 2022-03-10T04:08:52Z | 2022-04-26T18:13:52Z | https://github.com/horovod/horovod/issues/3465 | [
"bug"
] | GHGmc2 | 1 |
ijl/orjson | numpy | 146 | possible to escape already jsonified string ? | I am working with pandas objects that have a very fast to_json() method to serialise pandas.Series.
I need to serialize a dict with some elements which are pandas objects, e.g.:
`{ "data": pandas.Series(...) }`
I would like to be able to transform the dict as
`{ "data": SerializedJSON("[1,3,4, ...]") }`
with
```
... | closed | 2020-11-28T07:37:53Z | 2023-06-01T14:40:40Z | https://github.com/ijl/orjson/issues/146 | [] | sdementen | 4 |
vitalik/django-ninja | pydantic | 1,404 | How to change a response timezone based on a query parameter? | Hi, I want to know how to change a response timezone based on a query parmeter like https:://example.com?timezone=utc , https://example.com?timezone=Asia/Tokyo ,or https://exampl.com?timezone=Asia/Kolkata?
I think the answer of https://github.com/vitalik/django-ninja/issues/786 is related to this problem,
but I ca... | closed | 2025-02-05T02:12:41Z | 2025-02-05T02:26:20Z | https://github.com/vitalik/django-ninja/issues/1404 | [] | owari-taro | 1 |
apify/crawlee-python | automation | 145 | Resolve incorrect handling of configuration overrides in pydantic | https://github.com/pydantic/pydantic-settings/issues/180 - we probably want to make the sources in [`_settings_build_values`](https://github.com/pydantic/pydantic-settings/blob/8c5a45e43cca4e88a6d65fcb280529499fc6200a/pydantic_settings/main.py#L146) convert the keys to field names from aliases in case `populate_by_name... | open | 2024-05-09T13:15:05Z | 2024-05-09T13:15:05Z | https://github.com/apify/crawlee-python/issues/145 | [
"t-tooling"
] | janbuchar | 0 |
MagicStack/asyncpg | asyncio | 606 | Feature request: Support client side keepalives | <!-- Enter your issue details below this comment. -->
I have been using version 0.20.1. I was able to configure server side TCP keepalives via the server_settings dict object, but I can't seem to find the place where I can set client side keepalives from either a connection pool or a connection object. Does it ma... | open | 2020-08-11T07:17:34Z | 2023-03-10T17:29:26Z | https://github.com/MagicStack/asyncpg/issues/606 | [] | keithks | 3 |
pytorch/pytorch | deep-learning | 149,425 | python custom ops tutorial stopped working in PyTorch 2.7 RC1 | Get PyTorch 2.7 RC1. Repro in next comment.
Error looks like:
```py
Traceback (most recent call last):
File "/home/rzou/dev/2.7/pco.py", line 124, in <module>
cropped_img = f(img)
^^^^^^
File "/home/rzou/dev/2.7/env/lib/python3.11/site-packages/torch/_dynamo/eval_frame.py", line 655, in _fn
... | closed | 2025-03-18T19:57:03Z | 2025-03-19T15:08:34Z | https://github.com/pytorch/pytorch/issues/149425 | [
"high priority",
"triage review",
"oncall: pt2",
"module: inductor"
] | zou3519 | 4 |
comfyanonymous/ComfyUI | pytorch | 7,084 | 报错 | ### Expected Behavior
报错
### Actual Behavior
Trimap did not contain background values
### Steps to Reproduce
Trimap did not contain background values
### Debug Logs
```powershell
Trimap did not contain background values
```
### Other
_No response_ | open | 2025-03-05T13:19:10Z | 2025-03-06T15:43:32Z | https://github.com/comfyanonymous/ComfyUI/issues/7084 | [
"Potential Bug"
] | uber58 | 1 |
pallets-eco/flask-wtf | flask | 433 | TypeError raised from hidden_tag() on Jinja 3.0.0rc1 | # Requirements
```
click==8.0.0rc1
Flask==2.0.0rc1
Flask-WTF==0.14.3
itsdangerous==2.0.0rc2
Jinja2==3.0.0rc1
MarkupSafe==2.0.0rc2
Werkzeug==2.0.0rc4
WTForms==2.3.3
```
# Example
```
import os
from flask import Flask, render_template_string
from flask_wtf import FlaskForm
from wtforms import StringFiel... | closed | 2021-04-25T15:05:01Z | 2021-05-26T00:54:49Z | https://github.com/pallets-eco/flask-wtf/issues/433 | [] | jtrip | 2 |
huggingface/diffusers | pytorch | 10,452 | pipe.disable_model_cpu_offload | **Is your feature request related to a problem? Please describe.**
If I enable the following in Gradio interface
sana_pipe.enable_model_cpu_offload()
and during next generation I want to disable cpu offload, how to do it? I mentioned Gradio specifically as command line inference will not have this problem unless... | closed | 2025-01-04T16:39:01Z | 2025-01-07T08:29:32Z | https://github.com/huggingface/diffusers/issues/10452 | [] | nitinmukesh | 3 |
fastapi-admin/fastapi-admin | fastapi | 110 | Postgresql Problem | Hello, I am using trying to connect PostgreSQL on my fastapi-admin project.
Is this possible? I'm getting an error about timeout:
File "/usr/local/lib/python3.9/asyncio/tasks.py", line 492, in wait_for
raise exceptions.TimeoutError() from exc
asyncio.exceptions.TimeoutError
On another hand, I would like to c... | closed | 2022-07-13T10:26:16Z | 2022-07-13T11:36:35Z | https://github.com/fastapi-admin/fastapi-admin/issues/110 | [] | carlosnutual | 2 |
KaiyangZhou/deep-person-reid | computer-vision | 13 | Missing Validation Set | Is there a validation set used for choosing the best model before testing the accuracy on the test set?
From what I see from the code, the model with Best Rank 1 is chosen based on test set result. Won't this mean that the Best Rank 1 result is overfitting on the test set? | closed | 2018-05-18T03:04:32Z | 2018-09-03T18:13:02Z | https://github.com/KaiyangZhou/deep-person-reid/issues/13 | [] | Vincentcent1 | 1 |
LAION-AI/Open-Assistant | machine-learning | 3,315 | sample inference code for llama sft 7 model | Hello,
Can you send me the inference sample python code snippet of llama sft 7 model that shows how to do inference with llama model?
I know about <assistant> <prompter> these special tokens from code are used to learn model differences between user & assistant prompts. But i want to know once user enters prompt/mess... | closed | 2023-06-06T21:11:37Z | 2023-06-09T11:35:54Z | https://github.com/LAION-AI/Open-Assistant/issues/3315 | [] | premanand09 | 2 |
tflearn/tflearn | tensorflow | 679 | model.load(..., weights_only=True) dose not load batch normalization weights | when I'm using model.load(..., weights_only=True), the weights correspond to BN layers are not loaded. that's why when I use model.predict the output of the classifier is completely different and incorrect. How can I load the weights of conv layers as well as BN layers but not input size and other optimization paramete... | open | 2017-03-22T22:40:58Z | 2017-03-22T22:40:58Z | https://github.com/tflearn/tflearn/issues/679 | [] | SadeghMSalehi | 0 |
plotly/plotly.py | plotly | 4,229 | Allow applying patterns to single values | Context: plotly.express.timeline
Looking at (and neighboring lines which perform analogous checks) https://github.com/plotly/plotly.py/blob/216fca2a7ed14d2e58f5423557b6e731e2a0f575/packages/python/plotly/plotly/express/_core.py#L973, there is no way to set `pattern_shape_sequence` to `['']` and set patterns for indi... | closed | 2023-06-06T08:40:31Z | 2024-07-11T14:31:20Z | https://github.com/plotly/plotly.py/issues/4229 | [] | ernestask | 2 |
ScrapeGraphAI/Scrapegraph-ai | machine-learning | 202 | Support for LocalAI | Hey :wave: LocalAI (https://github.com/mudler/LocalAI) author here - nice project!
**Is your feature request related to a problem? Please describe.**
I'd like to run this locally with LocalAI - only Ollama seems to be supported.
**Describe the solution you'd like**
LocalAI provides a drop-in API compatible wit... | closed | 2024-05-10T07:34:10Z | 2024-05-10T12:11:08Z | https://github.com/ScrapeGraphAI/Scrapegraph-ai/issues/202 | [
"feature request"
] | mudler | 5 |
thtrieu/darkflow | tensorflow | 687 | Darkflow - YOLOv1 - Loss function | Hi, Guys
Can someone explain how the loss function is working? Because from what I can tell it's being called cli.py builds the model, creates a framework and does a single pass to build the network. Then Train is called and calls the loss function and the training begins. Is this correct chain of events?
Also ... | open | 2018-04-01T14:27:12Z | 2018-04-06T20:14:33Z | https://github.com/thtrieu/darkflow/issues/687 | [] | rij12 | 1 |
man-group/arctic | pandas | 893 | Fix failing builds: https://travis-ci.org/github/man-group/arctic/jobs/762598165 | On a quick glance, some failing tests seem to be returning None, both VersionStore and ChunkStore. Need to take a proper look at this, as it's blocking quite a few PRs | closed | 2021-03-15T10:28:43Z | 2021-04-08T16:06:44Z | https://github.com/man-group/arctic/issues/893 | [] | shashank88 | 3 |
jacobgil/pytorch-grad-cam | computer-vision | 135 | A question about loss backward | Thank you for sharing the well organized code. I learned a lot from the code. Now I would like to ask you a question about loss.backward. For the classification problem, the final output of the model is a classification vector, such as 1 x M vector, your code is also targeted at the classification task, for a certain c... | closed | 2021-09-17T01:17:53Z | 2021-09-17T16:22:38Z | https://github.com/jacobgil/pytorch-grad-cam/issues/135 | [] | QWTforGithub | 6 |
newpanjing/simpleui | django | 79 | djcelery出错. |
![Uploading image.png…]()
Request Method: | GET
-- | --
https://csds.nkhdkj.com/admin/djcelery/periodictask/
2.1.8
TypeError
Object of type '__proxy__' is not JSON serializable
| closed | 2019-06-11T11:08:04Z | 2019-06-18T07:16:41Z | https://github.com/newpanjing/simpleui/issues/79 | [
"bug"
] | ghost | 5 |
pyqtgraph/pyqtgraph | numpy | 2,213 | Visual glitches with thick line(>1) on version 0.12.4 | <!-- In the following, please describe your issue in detail! -->
<!-- If some of the sections do not apply, just remove them. -->
### Short description
When setting line width thicker than 1, zooming in causes some line to fill up a large area
https://user-images.githubusercontent.com/66480156/156883464-b96a4b43-... | closed | 2022-03-05T12:42:21Z | 2022-07-14T05:35:37Z | https://github.com/pyqtgraph/pyqtgraph/issues/2213 | [] | temeddix | 7 |
deepspeedai/DeepSpeed | pytorch | 5,646 | [BUG] File not found in autotuner cache in multi-node setting on SLURM | **Describe the bug**
I am training an LLM using DeepSpeed and 12 nodes a 8 V100s per node. My training is generally working well (thanks DeepSpeed), but when I run multiple training runs in parallel, I run into trouble.
I am getting these kinds of errors
```
Traceback (most recent call last):
File "/gpfs/u/scrat... | open | 2024-06-12T07:08:50Z | 2024-11-07T18:21:22Z | https://github.com/deepspeedai/DeepSpeed/issues/5646 | [
"bug",
"training"
] | jubueche | 5 |
coqui-ai/TTS | pytorch | 4,154 | [Feature request] using pre-extracted SE files(se.pt) | Can't I use xtts using pre-extracted SE files(se.pt)? I want to apply it and do a voice clone | closed | 2025-02-17T08:18:02Z | 2025-03-12T03:24:41Z | https://github.com/coqui-ai/TTS/issues/4154 | [
"feature request"
] | pes0427 | 6 |
unit8co/darts | data-science | 2,334 | [Question] How could I hide the "Finding best initial lr" message from pytorch_lightning when using Darts' Torch Forecasting Models? | I am unable to hide the `Finding best initial lr` message when calling the [`lr_find` method](https://github.com/unit8co/darts/blob/c3a611236690f0704ced6078982adf20b0a33886/darts/models/forecasting/torch_forecasting_model.py#L1111) associated with Darts' Torch `Forecasting Models`, such as `BlockRNNModel`:
:
## constants:
dbclient = DataFrameClient(host='localhost', port=8086, username='root', password='root', database=dbname)
n_import_chunks = math.ceil(len(data) / 10000)
data_chunks = np.arr... | closed | 2020-05-11T09:44:10Z | 2020-06-02T06:31:35Z | https://github.com/influxdata/influxdb-client-python/issues/92 | [
"enhancement"
] | benb92 | 2 |
huggingface/diffusers | pytorch | 11,127 | Civit AI flux model razor-8step-rapid-real not working with diffusers single file | ### Describe the bug
We have this civit AI model: https://civitai.com/models/849864/razor-8step-rapid-real which we want to run using `from_single_file`, but it errors out
### Reproduction
1) First create your CivitAI API key by logging into civit ai and navigating to https://civitai.com/user/account
Then go to "API... | open | 2025-03-20T17:11:49Z | 2025-03-21T13:42:43Z | https://github.com/huggingface/diffusers/issues/11127 | [
"bug"
] | ali-afridi26 | 4 |
miguelgrinberg/flasky | flask | 509 | Current version of chromedriver breaks pinned version of selenium | Running the tests on my Ubuntu 20.4 server against tag `5d` resulted in
```
test_admin_home_page (test_selenium.SeleniumTestCase) ... skipped 'Web browser not available'
```
So I hacked `tests/test_selenium.py` to add code to re-raise the exception caught in `SeleniumTestCase.setUpClass()` which got me
```
... | closed | 2021-04-13T19:00:23Z | 2021-04-29T23:12:52Z | https://github.com/miguelgrinberg/flasky/issues/509 | [
"bug"
] | bkline | 2 |
recommenders-team/recommenders | data-science | 1,801 | [BUG] For an nrms model, run_fast_eval does not return the correct prediction scores | ### Description
I believe that for the nrms model, the output of `run_fast_eval` is incorrect. (See code [here](https://github.com/microsoft/recommenders/blob/98d661edc6a9965c7f42b76dc5317af3ae74d5e0/recommenders/models/newsrec/models/base_model.py#L399).)
### In which platform does it happen?
Jupyter Lab runn... | closed | 2022-07-25T20:30:23Z | 2024-07-16T18:03:07Z | https://github.com/recommenders-team/recommenders/issues/1801 | [
"bug"
] | AmandaRP | 1 |
tqdm/tqdm | jupyter | 1,505 | Troubles regarding removing the progress bar after loop | Hi,
I want to use tqdm in a nested loop and it would help if the progress bar for the inner loop can be removed after finishing the inner loop. I try to pass the parameter "leave=False" as doc said. It did remove the progress bar at the end, but leave a blank line, which means the next progress bar starts at a new lin... | open | 2023-09-01T08:05:58Z | 2023-10-04T20:17:49Z | https://github.com/tqdm/tqdm/issues/1505 | [] | lensory | 1 |
jupyter-book/jupyter-book | jupyter | 1,389 | Generate lists of pages based on tag metadata | It would be useful if users could attach **tags** to certain pages, and then use these tags to generate lists of pages that fall under that tag. This is a common thing to do in blogging platforms, and may be useful here as well.
[ABlog kind-of supports this](https://ablog.readthedocs.io/en/latest/), but it uses a di... | open | 2021-07-08T14:42:25Z | 2021-07-08T14:54:01Z | https://github.com/jupyter-book/jupyter-book/issues/1389 | [
"enhancement"
] | choldgraf | 2 |
docarray/docarray | pydantic | 1,557 | Not able to index when using List[str] in custom document class | System: `macOS 13.3.1`
Python version: `3.11.0`
IPython version: `8.10.0`
In the latest docarray version, when building hnsw index from the following simple document class:
```python
from docarray import BaseDoc
from docarray.index import HnswDocumentIndex
class MyDoc(BaseDoc):
test: List[str]
index ... | closed | 2023-05-21T21:23:55Z | 2023-05-26T09:20:48Z | https://github.com/docarray/docarray/issues/1557 | [] | lazyhope | 5 |
ultralytics/yolov5 | deep-learning | 13,173 | Saving Early Stopping Patience Value in last.pt Checkpoint | ### Search before asking
- [X] I have searched the YOLOv5 [issues](https://github.com/ultralytics/yolov5/issues) and [discussions](https://github.com/ultralytics/yolov5/discussions) and found no similar questions.
### Question
Hello,
I have a question regarding the checkpointing mechanism in YOLOv5, specifically... | open | 2024-07-07T13:31:17Z | 2024-08-08T00:23:26Z | https://github.com/ultralytics/yolov5/issues/13173 | [
"question",
"Stale"
] | mabubakarsaleem | 2 |
nalepae/pandarallel | pandas | 155 | How to use pandarallel_apply with multiple arguments? | I have code like below:
```
def similarity(txt1, txt2):
return xxxxxxx
vSimilarity = np.vectorize(similarity)
vSimilarity(df['var1'], df['var2'])
```
How to convert it to utilize parallel_apply? Below does not work.
`(df['var1'], df['var2']).parallel_apply(similarity)` | closed | 2021-09-15T00:12:37Z | 2022-09-05T10:05:18Z | https://github.com/nalepae/pandarallel/issues/155 | [] | Ribo-Py | 1 |
tiangolo/uwsgi-nginx-flask-docker | flask | 21 | Alpine Linux | Have you considered using alpine linux? | closed | 2017-09-22T11:32:52Z | 2017-09-22T23:41:46Z | https://github.com/tiangolo/uwsgi-nginx-flask-docker/issues/21 | [] | claygorman | 3 |
huggingface/datasets | numpy | 6,882 | Connection Error When Using By-pass Proxies | ### Describe the bug
I'm currently using Clash for Windows as my proxy tunnel, after exporting HTTP_PROXY and HTTPS_PROXY to the port that clash provides🤔, it runs into a connection error saying "Couldn't reach https://raw.githubusercontent.com/huggingface/datasets/2.19.1/metrics/seqeval/seqeval.py (ConnectionError(M... | open | 2024-05-08T06:40:14Z | 2024-05-17T06:38:30Z | https://github.com/huggingface/datasets/issues/6882 | [] | MRNOBODY-ZST | 1 |
keras-team/keras | tensorflow | 20,830 | AttributeError: module 'keras._tf_keras.keras.layers' has no attribute 'LocallyConnected1D' | AttributeError: module 'keras._tf_keras.keras.layers' has no attribute 'LocallyConnected1D'

| closed | 2025-01-31T06:13:11Z | 2025-03-01T02:07:46Z | https://github.com/keras-team/keras/issues/20830 | [
"stat:awaiting response from contributor",
"stale",
"type:Bug"
] | dongloong | 3 |
art049/odmantic | pydantic | 181 | After resolving python circular import error, docs not working. | Using odmantic 0.3.5 with this model:
person.py
```
from __future__ import annotations
from typing import Optional
from odmantic import Field , Model
# from pydantic import Field, BaseModel as Model <-- docs work fine but odmantic raise error
class Person(Model):
name: Optional[str] = Field(None... | closed | 2021-09-12T06:42:55Z | 2022-08-23T15:15:34Z | https://github.com/art049/odmantic/issues/181 | [
"bug"
] | SSaeedHoseini | 1 |
seleniumbase/SeleniumBase | pytest | 2,871 | HTTP Request Interception | I'm trying the code below and it keeps giving me the following error: `No module named 'blinker._saferef'`
How can I fix it? Also it would be great if I could change the request's parameters/headers, like changing a certain header before continuing the request like in playwright/puppeteer.
```from seleniumbase impo... | closed | 2024-06-25T11:05:29Z | 2024-06-25T13:25:11Z | https://github.com/seleniumbase/SeleniumBase/issues/2871 | [
"question"
] | namename-123 | 1 |
httpie/cli | rest-api | 1,420 | Documentation / help: where is the config stored | Running http --help should state where the config file is. The man page should also state that. It should also state the format of the config file.
| closed | 2022-07-07T16:03:40Z | 2022-07-12T15:37:05Z | https://github.com/httpie/cli/issues/1420 | [
"enhancement",
"new"
] | hholst80 | 1 |
unit8co/darts | data-science | 2,241 | Custom metric for LinearRegression.gridsearch | Hi!
I would like to pass this custom metric to gridsearch:
```
def asymmetric_custom_metric(y_true, y_pred, penalization_factor = 5):
"""
Custom loss function that penalizes predictions below the true value more than predictions above the value.
Parameters:
y_true (ndarray): Array of tr... | closed | 2024-02-21T14:29:23Z | 2024-03-01T08:32:23Z | https://github.com/unit8co/darts/issues/2241 | [
"question"
] | brianreinke95 | 1 |
numba/numba | numpy | 9,951 | KeyError: 'LLVMPY_AddSymbol' | <!--
hello, I ran into a problem when using the numba library. when running any code using this library, the following error occurs:
`File "C:\Users\admin\AppData\Local\Programs\Python\Python312\Lib\site-packages\llvmlite\binding\ffi.py", line 141, in __getattr__
return self._fntab[name]
~~~~~~~~~~~^^^^... | closed | 2025-03-01T23:50:48Z | 2025-03-02T12:40:01Z | https://github.com/numba/numba/issues/9951 | [] | gumen674 | 1 |
igorbenav/fastcrud | pydantic | 141 | Duplicate Values when use relationship type one-to-many in a JoinConfig with get_multi_joined | **Describe the bug or question**
I'm trying to get data from tables where a user (table 1) can be a part of a company (table 2) and have multiple posts (table 3) on the company's forum. using get_multi_joined and joins_config, I want to get each user's company info and a list (won't be more than 5 items) of their pos... | closed | 2024-07-29T08:47:56Z | 2024-12-23T03:38:01Z | https://github.com/igorbenav/fastcrud/issues/141 | [] | gr1nch3 | 5 |
huggingface/transformers | deep-learning | 35,994 | model.parameters() return [Parameter containing: tensor([], device='cuda:0', dtype=torch.bfloat16, requires_grad=True)] when using zero3 | ### System Info
transformers 4.44.2
accelerate 1.2.1
deepspeed 0.12.2
torch 2.2.2
torchaudio 2.2.2
torchvision 0.17.2
### Who can help?
_No response_
### Information
- [ ] The official example scripts
- [x] My own modified scrip... | closed | 2025-01-31T16:42:47Z | 2025-03-11T08:03:44Z | https://github.com/huggingface/transformers/issues/35994 | [
"bug"
] | fanfanffff1 | 2 |
django-cms/django-cms | django | 7,310 | [BUG] | On editing source on "text" plugin of cms loses some of the data and changes it to something else.
## Steps to reproduce
1. Create a cms page
2. Click on the add plugin button and add `Text` plugin.
3. Click on the source button and put the source below
```<ul style="color: white;">
<li>
<h4>
... | closed | 2022-04-29T06:31:33Z | 2022-04-29T14:34:25Z | https://github.com/django-cms/django-cms/issues/7310 | [
"status: marked for rejection",
"status: non-issue"
] | snehlata08 | 3 |
autogluon/autogluon | computer-vision | 4,369 | [BUG] Time series tabular model always uses fallback method (SeasonalNaive) for time series of length 1 | **Bug Report Checklist**
<!-- Please ensure at least one of the following to help the developers troubleshoot the problem: -->
- [x] I provided code that demonstrates a minimal reproducible example. <!-- Ideal, especially via source install -->
- [x] I confirmed bug exists on the latest mainline of AutoGluon via s... | closed | 2024-08-07T07:43:39Z | 2024-08-19T07:23:39Z | https://github.com/autogluon/autogluon/issues/4369 | [
"bug",
"module: timeseries"
] | JanusAsmussen | 1 |
jumpserver/jumpserver | django | 14,876 | [Feature] window 客户端使用麦克风 | ### 产品版本
v4.1
### 版本类型
- [ ] 社区版
- [ ] 企业版
- [x] 企业试用版
### 安装方式
- [ ] 在线安装 (一键命令安装)
- [x] 离线包安装
- [ ] All-in-One
- [ ] 1Panel
- [ ] Kubernetes
- [ ] 源码安装
### ⭐️ 需求描述
我们有远程办公的需求,可使用公司電腦上的Telegram或Whatsapp做通話,麥克風的聲音會傳至公司的電腦透過公司電腦再傳送到對方那嘛(windows 远程桌面客户端)
### 解决方案
sorry
### 补充信息
_No response_ | closed | 2025-02-12T10:13:32Z | 2025-02-14T07:41:33Z | https://github.com/jumpserver/jumpserver/issues/14876 | [
"⭐️ Feature Request"
] | armored-glitch | 2 |
httpie/cli | api | 1,480 | I would like the option to disable the DNS Cache and do name resolution on every request | ## Checklist
- [ ] I've searched for similar feature requests.
---
## Enhancement request
…
---
## Problem it solves
E.g. “I'm always frustrated when […]”, “I’m trying to do […] so that […]”.
---
## Additional information, screenshots, or code examples
…
| open | 2023-02-16T00:34:13Z | 2023-02-16T00:34:13Z | https://github.com/httpie/cli/issues/1480 | [
"enhancement",
"new"
] | kahirokunn | 0 |
coleifer/sqlite-web | flask | 175 | image Docker.io | Message in English:
Hello Charles,
I noticed that the official Docker image for sqlite-web on Docker Hub is from 2020. Because of this, I encountered issues with missing Insert and Update buttons, despite these features being present in the latest version on GitHub. After building a new Docker image from the most rec... | closed | 2025-03-02T07:07:37Z | 2025-03-02T14:30:40Z | https://github.com/coleifer/sqlite-web/issues/175 | [] | jscheuner | 1 |
NVlabs/neuralangelo | computer-vision | 200 | how to get the envirement mesh | it is a great project ,I use the nerf garden dataset to reconstruction and i only get the table in the mesh. but i wanna get all environment in the mesh ,how can i get that ,is there anything i can do to achieve my target | open | 2024-04-24T03:01:39Z | 2024-04-24T03:01:39Z | https://github.com/NVlabs/neuralangelo/issues/200 | [] | yang1hu | 0 |
MycroftAI/mycroft-core | nlp | 2,226 | Messagebus send isn't working | ## Software:
* Picroft
* 19.2.13
## Problem
This used to work before, but I've seen some work with refactoring the messagebus code, and that probably broke it.
This is basically my code:
```python
from mycroft.messagebus.send import send
send("skill.communications.device.new", {"message": "10.0.1.7"})
``... | closed | 2019-07-23T17:49:26Z | 2019-07-24T07:51:31Z | https://github.com/MycroftAI/mycroft-core/issues/2226 | [] | LinusSkucas | 2 |
apache/airflow | data-science | 47,488 | OpenLineage can silently lose Snowflake query_ids and can't support multiple query_ids | ### Apache Airflow Provider(s)
openlineage
### Versions of Apache Airflow Providers
latest
### Apache Airflow version
2.X
### Operating System
macos
### Deployment
Virtualenv installation
### Deployment details
_No response_
### What happened
When using `SqlExecuteQueryOperator` with Snowflake, and running... | open | 2025-03-07T09:43:27Z | 2025-03-07T09:51:04Z | https://github.com/apache/airflow/issues/47488 | [
"kind:bug",
"area:providers",
"needs-triage",
"provider:openlineage"
] | kacpermuda | 0 |
axnsan12/drf-yasg | django | 74 | Validation error on serializer used only for responses | Note: This may be what https://github.com/axnsan12/drf-yasg/issues/51 was trying to get at...
Trying to do this, but getting a validation error ("... 'ssv': "Unresolvable JSON pointer: 'definitions/Detail'")
```
class DetailSerializer(serializers.Serializer):
detail = serializers.CharField()
```
```
cl... | closed | 2018-03-04T19:44:11Z | 2018-03-05T09:51:52Z | https://github.com/axnsan12/drf-yasg/issues/74 | [
"bug"
] | rmorison | 1 |
python-gino/gino | asyncio | 39 | Accessing unselected columns should raise an error rather that return None | Hello!
When one select columns with `Table.select()`, the returned object will have only part of attributes. Currently, gino (0.4.1) would return `None` when accessing attributes that weren't selected. However, accessing unselected attributes usually mean that there is a bug somewhere so it would be better to throw ... | closed | 2017-08-29T13:31:01Z | 2017-08-30T11:04:24Z | https://github.com/python-gino/gino/issues/39 | [
"feature request"
] | AmatanHead | 2 |
oegedijk/explainerdashboard | plotly | 294 | Logodds: difference between contributions plot and prediction box | From the code

I built an explainer dashboard, which includes the following outputs:
<img width="497" alt="ExplainerDashboard_PredictionBox" src="https://github.com/oegedijk/explainerdashboard/assets/1... | open | 2024-01-30T10:24:05Z | 2024-01-30T10:24:05Z | https://github.com/oegedijk/explainerdashboard/issues/294 | [] | rita-a-oliveira-alb | 0 |
dmlc/gluon-nlp | numpy | 1,114 | Visualization for model interpretation | I took at look at AllenNLP Interpret https://arxiv.org/pdf/1909.09251.pdf, which implements the saliency map for important tokens, and adversarial attacks with input reduction or word hotflip. These methods seem to be quite useful in helping users understand what the model learns and when it fails. | open | 2020-01-15T21:27:06Z | 2020-01-15T21:27:17Z | https://github.com/dmlc/gluon-nlp/issues/1114 | [
"enhancement",
"help wanted"
] | eric-haibin-lin | 0 |
piskvorky/gensim | machine-learning | 2,988 | `word2vec.doesnt_match` numpy vstack deprecation warning | #### Problem description
I followed [this instruction](https://radimrehurek.com/gensim/scripts/glove2word2vec.html) to load GloVe model. When I run: `model.doesnt_match("breakfast cereal dinner lunch".split())` from the [tutorial](https://rare-technologies.com/word2vec-tutorial/), it produces FutureWarning on the `... | closed | 2020-10-22T20:07:33Z | 2020-10-23T03:00:48Z | https://github.com/piskvorky/gensim/issues/2988 | [] | atunanggara | 1 |
aimhubio/aim | tensorflow | 3,063 | Having problems using with fairseq | ## ❓Question
The library [fairseq](https://github.com/facebookresearch/fairseq/) has built in support for aim, but I am struggling to get it working. I'm not sure if it's something I'm doing wrong or if maybe the fairseq support is out of date, but the fairseq repo is fairly inactive so I thought I would ask here.
... | open | 2023-11-15T14:47:34Z | 2024-01-09T07:40:58Z | https://github.com/aimhubio/aim/issues/3063 | [
"type / question"
] | henrycharlesworth | 4 |
dask/dask | numpy | 11,641 | order: combining different xarray variables followed by a reduction orders very inefficiently | Lets look at the following example:
```
import xarray as xr
import dask.array as da
size = 50
ds = xr.Dataset(
dict(
u=(
["time", "j", "i"],
da.random.random((size, 20, 20), chunks=(10, -1, -1)),
),
v=(
["time", "j", "i"],
da.r... | open | 2025-01-07T15:20:19Z | 2025-01-29T19:46:26Z | https://github.com/dask/dask/issues/11641 | [
"array",
"dask-order"
] | phofl | 4 |
vaexio/vaex | data-science | 2,421 | Exporting out of memory dataframe to parquet error | I am trying to export an out of memory dataframe to parquet as in the following code but i keep getting the following error.
Code:
'''
import numpy as np
from matplotlib import pyplot as plt
import vaex as vd
def custom_shift(df, column):
# Extract the values of the column
values = vd.from_arrays(... | open | 2024-04-20T13:35:34Z | 2024-04-20T14:52:50Z | https://github.com/vaexio/vaex/issues/2421 | [] | Intijir | 0 |
junyanz/pytorch-CycleGAN-and-pix2pix | pytorch | 730 | Looking for performance metric for cyclegan | Hi, we often apply cycleGAN for unpaired data. So, some of the performance metric will be not applied
- SSIM
- PSNR
For my dataset, I would like to use cyclegan to mapping an image from winter session to spring session and they have no pair data for each image. Could you tell me how can I evaluate the cyclegan per... | closed | 2019-08-14T21:55:25Z | 2020-04-25T18:18:55Z | https://github.com/junyanz/pytorch-CycleGAN-and-pix2pix/issues/730 | [] | John1231983 | 6 |
tensorpack/tensorpack | tensorflow | 599 | Question about the backward of the quantize function | Usage Questions Only:
I have a question about quantize function in the dorefa paper.

I have confused to the process about find out the derivative r0/ri
| closed | 2018-01-18T08:04:23Z | 2018-05-30T20:59:33Z | https://github.com/tensorpack/tensorpack/issues/599 | [
"unrelated"
] | hitlgy | 2 |
codertimo/BERT-pytorch | nlp | 75 | If I want to use /u as a placeholder instead of /t, what do I need to do | open | 2020-03-10T07:30:55Z | 2020-03-10T07:30:55Z | https://github.com/codertimo/BERT-pytorch/issues/75 | [] | 0GSC0-0 | 0 |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.