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 |
|---|---|---|---|---|---|---|---|---|---|---|---|
open-mmlab/mmdetection | pytorch | 11,805 | Support for YOLO Dataset format? | Hello,
I've noticed that MMDetection doesn't seem to support the YOLO dataset format:
```
<object-class> <x_center> <y_center> <width> <height>
```
Is it possible that I might have missed this functionality, or is it indeed not supported yet?
If this feature is currently not available,. I'd be happy to contrib... | open | 2024-06-20T14:49:10Z | 2025-02-24T12:10:53Z | https://github.com/open-mmlab/mmdetection/issues/11805 | [] | bhyun-kim | 1 |
bmoscon/cryptofeed | asyncio | 984 | Liquidation quantity? | Is the liquidation quantity in USD or base currency? If the latter, is there an option to converti to USD right away? | open | 2023-07-06T07:51:46Z | 2023-07-06T07:51:46Z | https://github.com/bmoscon/cryptofeed/issues/984 | [
"question"
] | gigitalz | 0 |
custom-components/pyscript | jupyter | 27 | Feature Request: access entity attributes as object attributes | I have pyscript app YAML like this:
```yaml
- app: calc_setpoint
sensor_temp: climate.downstairs
sensor_temp_attr: current_temperature
```
Notice, sensor_temp_attr, which is optional as consumed by this code:
```python
sensor_temp_sensor = data.get('sensor_temp')
if sensor_temp_sensor is None:
... | closed | 2020-10-01T12:26:40Z | 2020-10-01T21:17:14Z | https://github.com/custom-components/pyscript/issues/27 | [] | dlashua | 3 |
pydantic/pydantic-ai | pydantic | 1,185 | Responses API: openai 4o search preview model | ### Description
I've found that openai's new search model performs better than just giving the models a search tool as it was trained by them specifically for the search capabilities.
I think it should be fairly easy as all we need is to add it to the `KnownModelName` list and make the system aware that it does not ... | closed | 2025-03-20T08:37:20Z | 2025-03-20T09:28:35Z | https://github.com/pydantic/pydantic-ai/issues/1185 | [] | NotSoShaby | 2 |
coqui-ai/TTS | deep-learning | 4,045 | A portable version is great | Hello admin and everyone
For many people like me who don't use code clearly, a portable version on windows is great
Can anyone make a portble version for the community?
Thank you very much | closed | 2024-11-03T23:56:17Z | 2024-12-28T11:58:23Z | https://github.com/coqui-ai/TTS/issues/4045 | [
"wontfix",
"feature request"
] | kerlynla | 2 |
alteryx/featuretools | data-science | 2,042 | "WindowExec: No Partition Defined for Window operation!" warnings on Spark EntitySets | Both when I add Spark DataFrames to my EntitySet and when I call `.dfs()` on the Spark EntitySet, I see a flood of warnings:
```22/04/26 16:41:09 WARN WindowExec: No Partition Defined for Window operation! Moving all data to a single partition, this can cause serious performance degradation.```
It's even shown in... | closed | 2022-04-27T17:54:00Z | 2022-08-26T20:21:42Z | https://github.com/alteryx/featuretools/issues/2042 | [
"bug"
] | nicodv | 1 |
ploomber/ploomber | jupyter | 273 | Task.debug not working when passing unserializer to PythonCallable | closed | 2020-10-09T17:44:04Z | 2020-12-30T22:43:51Z | https://github.com/ploomber/ploomber/issues/273 | [] | edublancas | 0 | |
microsoft/nni | data-science | 5,555 | TypeError: Invalid shape (64, 64, 1, 1) for image data | **Environment**: VScode
- NNI version: 2.10
- Training service:remote
- Client OS: MacOS
- Server OS (for remote mode only): Ubuntu
- Python version:3.9
- PyTorch version: 1.12
- Is conda/virtualenv/venv used?: conda
- Is running in Docker?: No
Hi, I am trying to prune a Face detector with this architecture:... | closed | 2023-05-10T12:30:29Z | 2023-05-27T12:28:55Z | https://github.com/microsoft/nni/issues/5555 | [] | gkrisp98 | 6 |
ray-project/ray | machine-learning | 51,094 | [Data]Extend Ray Data with read/write hive | **Description**
Currently, Ray do not support Hive catalog natively. The only way is read_sql/write_sql. The internal steps is following:
1. Connect to hiveserver through jdbc
2. Hiveserver parse sql and translate into MR or Spark program
3. Run MR/Spark on Hadoop cluster
This way require the deployment of hiveserver ... | open | 2025-03-05T07:43:43Z | 2025-03-05T07:43:43Z | https://github.com/ray-project/ray/issues/51094 | [] | laysfire | 0 |
ckan/ckan | api | 8,008 | CKAN should not assume the database schema is always 'public' | ## CKAN version
2.10
## Describe the bug
File ckan/model/group.py contains queries which specify the 'public' schema. This breaks if CKAN was installed in a different schema.
### Steps to reproduce
Steps to reproduce the behavior:
- Install CKAN in a database schema that is not 'public';
- Login;
- Create a... | open | 2024-01-09T18:11:07Z | 2024-06-20T03:37:13Z | https://github.com/ckan/ckan/issues/8008 | [
"Good for Contribution"
] | temporarywork | 2 |
nonebot/nonebot2 | fastapi | 2,668 | Plugin: 战双表情 | ### PyPI 项目名
nonebot-plugin-zsmeme
### 插件 import 包名
nonebot_plugin_zsmeme
### 标签
[{"label":"帕弥什","color":"#ea5252"}]
### 插件配置项
_No response_ | closed | 2024-04-20T09:13:59Z | 2024-04-22T06:33:59Z | https://github.com/nonebot/nonebot2/issues/2668 | [
"Plugin"
] | shi-yingyingjiang | 5 |
miguelgrinberg/Flask-SocketIO | flask | 788 | webrtc in flask with socketio | import os
import requests
from flask import Flask,jsonify,render_template,request
from flask_socketio import SocketIO,emit,join_room,leave_room,send
from werkzeug import secure_filename
app = Flask(__name__)
app.config["SECRET_KEY"] = os.getenv("SECRET_KEY")
socketio=SocketIO(app)
@app.route("/")
d... | closed | 2018-09-10T17:39:53Z | 2018-09-29T09:48:53Z | https://github.com/miguelgrinberg/Flask-SocketIO/issues/788 | [
"question"
] | rupesh2017 | 1 |
tatsu-lab/stanford_alpaca | deep-learning | 306 | NotImplementedError: offload_to_cpu=True and NO_SHARD is not supported yet | I am using a single GPU(A10) to run Bloom-560m model fine-tune, error, how to solve? I found similar problems in other projects, but I didn't know how to solve the problems in alpaca
https://github.com/Alpha-VLLM/LLaMA2-Accessory/issues/76 | open | 2023-11-28T08:10:12Z | 2023-11-28T08:16:30Z | https://github.com/tatsu-lab/stanford_alpaca/issues/306 | [] | mechigonft | 1 |
graphql-python/flask-graphql | graphql | 67 | Upgrade to graphql-core v3 | Hi, I'm currently looking at upgrading an application to graphql-core v3 (graphql-core-next) and I was wondering if there are any plans to create a version that would be compatible.
Besides this package there's `graphene` as the main dependency and they have released a pre-release that is compatible with graphql-cor... | closed | 2020-01-13T15:08:36Z | 2020-09-29T09:11:00Z | https://github.com/graphql-python/flask-graphql/issues/67 | [] | fhennig | 3 |
scrapy/scrapy | web-scraping | 6,060 | Explicitly mention PythonItemExporter output changes in 2.11 | We removed the binary mode of `PythonItemExporter` in 2.11 but it was the default one, so we should have mentioned a backwards incompatible change which is "`PythonItemExporter` used the binary output by defauilt but it no longer does" in the "Backward-incompatible changes" entry for 2.11. | closed | 2023-09-21T12:11:06Z | 2023-10-02T10:14:06Z | https://github.com/scrapy/scrapy/issues/6060 | [
"enhancement",
"good first issue",
"docs"
] | wRAR | 2 |
lanpa/tensorboardX | numpy | 372 | Make blocking operations asynchronous | Hello- I've recently integrated tensorboardX with the core fastai library. One thing that I needed to work around in order to get acceptable performance was to put blocking operations behind a separate thread so that the rest of training would not be impeded. The two big operations causing the need for this were his... | open | 2019-03-04T22:08:32Z | 2020-02-03T10:20:39Z | https://github.com/lanpa/tensorboardX/issues/372 | [
"enhancement"
] | jantic | 3 |
robinhood/faust | asyncio | 167 | Run faust without web server | I want to run multiple faust workers with docker. But I couldn't find how to start worker without web server. | closed | 2018-09-18T13:46:35Z | 2021-08-17T07:11:33Z | https://github.com/robinhood/faust/issues/167 | [] | denizkaan | 6 |
sunscrapers/djoser | rest-api | 429 | Should we remove LOGIN_FIELD feature | The `LOGIN_FIELD` feature allows djoser users to override the login field without creating a custom user model. I thinks this is a bad idea for the following reasons:
1. It is not a good idea not to let django know what is the the real login field. If someone decides to add admin to the application it could be hard fo... | open | 2019-09-13T09:15:45Z | 2020-02-05T13:19:00Z | https://github.com/sunscrapers/djoser/issues/429 | [
"enhancement"
] | zefciu | 2 |
napari/napari | numpy | 6,852 | Layer.bounding_box.line_color sets default to red color if ```ndisplay = 3``` is not set in advance | ### 🐛 Bug Report
It was first posted in image.sc forum. The layer bounding box shows the required effect in 2D viewing mode. However, as soon as we switch to 3D mode, the bounding box goes to the default color [red] and default thickness.
Furthermore, if we specify `n_display=3` either when initializing viewer as... | closed | 2024-04-17T05:37:02Z | 2024-04-18T09:38:38Z | https://github.com/napari/napari/issues/6852 | [
"bug"
] | pganes | 2 |
ansible/awx | django | 14,904 | Job stdout blank after reload | ### Please confirm the following
- [X] I agree to follow this project's [code of conduct](https://docs.ansible.com/ansible/latest/community/code_of_conduct.html).
- [X] I have checked the [current issues](https://github.com/ansible/awx/issues) for duplicates.
- [X] I understand that AWX is open source software provide... | open | 2024-02-20T16:54:35Z | 2024-02-27T22:03:35Z | https://github.com/ansible/awx/issues/14904 | [
"type:bug",
"component:ui",
"needs_triage",
"community"
] | Tfinn92 | 4 |
fastapi/fastapi | api | 13,440 | Validations in `Annotated` like `AfterValidator` do not work in FastAPI 0.115.10 |
### Discussed in https://github.com/fastapi/fastapi/discussions/13431
<div type='discussions-op-text'>
<sup>Originally posted by **amacfie-tc** February 28, 2025</sup>
### First Check
- [X] I added a very descriptive title here.
- [X] I used the GitHub search to find a similar question and didn't find it.
- [X] I s... | closed | 2025-03-01T17:19:44Z | 2025-03-01T22:40:52Z | https://github.com/fastapi/fastapi/issues/13440 | [
"bug"
] | tiangolo | 2 |
PaddlePaddle/models | nlp | 5,165 | 由于自定义数据集较大,引起报错,怎样修改代码? | 项目链接:https://github.com/PaddlePaddle/models/tree/4d87afd6480737b64b5974c9c40a5b1c5a4600b3/PaddleNLP/examples/text_classification/rnn
将C:\Users\Administrator.paddlenlp\datasets\chnsenticorp目录下的train.tsv 与dev.tsv和test.tsv替换成了自己的训练集,然后进行训练,发现当训练集总样本个数在3万左右时不会报错,可以进行训练得到模型,但超过了就会发生下面的错误,请问改怎样修改代码呢,摆脱大佬详细些哈 我这边东拼西凑32万个样本... | open | 2020-12-30T16:53:28Z | 2024-02-26T05:09:33Z | https://github.com/PaddlePaddle/models/issues/5165 | [] | yizhipipixia | 6 |
KevinMusgrave/pytorch-metric-learning | computer-vision | 195 | Make it easier to access recordable attributes of nested objects | One option could involve overriding ```__getattribute()__``` | closed | 2020-09-12T01:47:46Z | 2023-01-21T04:52:24Z | https://github.com/KevinMusgrave/pytorch-metric-learning/issues/195 | [
"enhancement"
] | KevinMusgrave | 0 |
DistrictDataLabs/yellowbrick | matplotlib | 967 | ModelError produced from code sample in Manifold Docs | An ModelError is raised when trying to run the sample code for the Manifold visualizer. I included the solution below. @Kautumn06 and I both tested it.
Error
```
---------------------------------------------------------------------------
ModelError Traceback (most recent call las... | closed | 2019-09-09T14:20:30Z | 2019-10-06T13:12:39Z | https://github.com/DistrictDataLabs/yellowbrick/issues/967 | [
"type: documentation"
] | lwgray | 0 |
tensorly/tensorly | numpy | 155 | Tensor Classification | #### Is your feature request related to a problem? Please describe.
<-- I'm always frustrated when I wonder to predict the type of an object. Usually, the information of the object is high dimensional or can be summarized in a tensor plus some covariates. -->
#### Describe the solution you'd like
<-- The classific... | closed | 2020-03-11T08:06:04Z | 2020-03-24T11:59:12Z | https://github.com/tensorly/tensorly/issues/155 | [] | Haobo1108 | 3 |
polyaxon/traceml | plotly | 13 | Patch level went d? | Hi, I am trying to get `pandas-summary` working, and had version 0.0.41 installed. I ran into the issue fixed by #11/#12, so I tried to upgrade. It seems like the version was changed to 0.0.5 with https://github.com/mouradmourafiq/pandas-summary/commit/42227d51d8d458ebce7090db971259565fb6ccdf
When I try to upgrade t... | closed | 2018-06-21T20:42:02Z | 2018-06-21T20:42:13Z | https://github.com/polyaxon/traceml/issues/13 | [] | panozzaj | 0 |
ultralytics/ultralytics | python | 19,419 | Small classes data surprisingly, has highest mAP. | ### 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
When im finetuning yolov11n with my custom dataset with custom classes. Alum... | closed | 2025-02-25T12:49:54Z | 2025-02-25T19:38:33Z | https://github.com/ultralytics/ultralytics/issues/19419 | [
"question",
"detect"
] | nisrinaam29 | 4 |
streamlit/streamlit | machine-learning | 10,385 | Pinned columns (column config) do not work when hide_index=True | ### Checklist
- [x] I have searched the [existing issues](https://github.com/streamlit/streamlit/issues) for similar issues.
- [x] I added a very descriptive title to this issue.
- [x] I have provided sufficient information below to help reproduce this issue.
### Summary
As the title describes - this is a simple one... | open | 2025-02-12T23:34:26Z | 2025-02-21T21:15:15Z | https://github.com/streamlit/streamlit/issues/10385 | [
"type:enhancement",
"type:docs",
"feature:st.column_config"
] | nickgreengithub | 2 |
pydantic/pydantic-core | pydantic | 700 | Test hooky assigment round robin | test
Selected Assignee: @dmontagu | closed | 2023-06-27T10:09:19Z | 2023-06-27T10:26:30Z | https://github.com/pydantic/pydantic-core/issues/700 | [
"unconfirmed"
] | lig | 0 |
tox-dev/tox | automation | 3,238 | Tox v4.14.1 is no longer expanding {envtmpdir} (and potentially other variables) | ## Issue
We are using `package = external` and `package_env = build-metatensor-core` in our tox setup, and build the wheels with `pip wheel python/metatensor-core {[testenv]build_single_wheel_flags} --wheel-dir {envtmpdir}/dist`
On tox 4.14.0, everything is fine, on 4.14.1 tox creates a directory literally named ... | open | 2024-03-07T11:23:48Z | 2024-08-20T19:00:49Z | https://github.com/tox-dev/tox/issues/3238 | [
"bug:minor",
"level:hard",
"help:wanted"
] | Luthaf | 26 |
pyro-ppl/numpyro | numpy | 1,253 | Raise an exception (or warning) when calling the inverse of a non-invertible transform. | The `Transform` class in `numpyro.distributions.transforms` provides an `inv` property which is meant to return the inverse transform. However, this is available even for functions that are not invertible. In those cases, we silently return the identity function which seems weird.
### Example:
```python
import num... | closed | 2021-12-11T14:47:13Z | 2022-01-02T00:16:29Z | https://github.com/pyro-ppl/numpyro/issues/1253 | [
"warnings & errors"
] | omarfsosa | 2 |
glumpy/glumpy | numpy | 90 | Possible to draw into Glumpy's OpenGL context from Python-bound C native code? | Currently, I use Glumpy more or less as a black box: Data is computed "somewhere", and then sent to Glumpy for visualisation. As a next step in my experimentation, I plan to do some computation with OpenCL. This will probably happen in a C/C++ program that will be bound to Python by pybind11. That program has to comput... | open | 2016-10-07T09:56:36Z | 2016-10-07T17:13:05Z | https://github.com/glumpy/glumpy/issues/90 | [] | mibieri | 5 |
supabase/supabase-py | flask | 261 | Extra / in storage get_public_url() method | **Describe the bug**
There is an extra forward slash returned in the get_public_url method.
**To Reproduce**
Steps to reproduce the behavior:
1. Instantiate SupabaseStorageClient
2. Use client.from_({bucket}).get_public_url({filename})
3. Result is 'https://{database}.supabase.co/storage/v1//object/public/{buck... | closed | 2022-08-27T15:19:06Z | 2022-10-10T15:02:40Z | https://github.com/supabase/supabase-py/issues/261 | [
"bug",
"storage"
] | justinbarak | 7 |
suitenumerique/docs | django | 393 | Add an onboarding template doc for new users | ## Feature Request
**Is your feature request related to a problem or unsupported use case? Please describe.**
Some users are not super familiar with block based structured editors, slash commands, markdown etc.
Docs is super confusing for them.
**Describe the solution you'd like**
For new users instead of having no d... | open | 2024-10-28T10:16:49Z | 2025-01-30T17:05:36Z | https://github.com/suitenumerique/docs/issues/393 | [] | virgile-dev | 8 |
ndleah/python-mini-project | data-visualization | 149 | Which version of python does this repo use is it multiple or is it one??? | closed | 2023-09-12T04:43:09Z | 2024-06-02T06:03:32Z | https://github.com/ndleah/python-mini-project/issues/149 | [] | 11aaditya11 | 4 | |
quantumlib/Cirq | api | 7,072 | Support more OpenQASM 2.0 gates from qelib1.inc | **Is your feature request related to a use case or problem? Please describe.**
This is a follow-up to #7007, which reported qasm parser failure for identifiers starting with `gate`.
After the fix in #7018 the example code still fails because of unknown `rzz` gate.
**Describe the solution you'd like**
Support parsing... | open | 2025-02-19T00:16:24Z | 2025-03-05T19:12:49Z | https://github.com/quantumlib/Cirq/issues/7072 | [
"kind/feature-request",
"triage/accepted",
"area/qasm"
] | pavoljuhas | 1 |
sanic-org/sanic | asyncio | 2,266 | A way to globally set `ignore_body` to False/True | I'm in the process of upgrading our API to a recent Sanic from 19.x.y version. The clients are not just a browser but API-driven ones like `requests` et al. Which means helper routes like sending a `DELETE /path\r\n\r\n{"json": "body"}` exist. I'm finding I have to annotate **every single** `.delete` route with `, igno... | closed | 2021-10-04T19:34:36Z | 2022-03-02T08:49:17Z | https://github.com/sanic-org/sanic/issues/2266 | [
"stale"
] | autumnjolitz | 3 |
Avaiga/taipy | automation | 2,104 | [OTHER] Using taipy==3.0.0 , how can markdown be rendered in table? | ### I need to render markdown in table for Taipy==3.0.0 ###
Please help, here is the code:
```python
from taipy.gui import Gui
import markdown
def md_to_html(md_text):
return markdown.markdown(md_text)
md_data = [
"**Bold Text**",
"- List Item 1\n- List Item 2",
"[Link Example](https://www.exampl... | open | 2024-10-20T17:22:07Z | 2024-10-25T13:09:34Z | https://github.com/Avaiga/taipy/issues/2104 | [
"📄 Documentation",
"🖰 GUI",
"🆘 Help wanted",
"🟨 Priority: Medium",
"✨New feature",
"📝Release Notes"
] | IshanRattan | 4 |
biolab/orange3 | data-visualization | 6,299 | "CN2Classifier object has no attribute params" shows if I press "report" menu of an OWRuleViewer | Here is my environment:
Python 3.9
PyQt5
Orange3
here is my code, you can run this code directly
```from PyQt5 import QtWidgets, QtGui, QtCore
from PyQt5.QtCore import *
from PyQt5.QtWidgets import *
from PyQt5.QtGui import *
import Orange
from Orange.widgets.visualize.owruleviewer import OWRuleVi... | closed | 2023-01-16T09:30:46Z | 2023-01-20T18:41:05Z | https://github.com/biolab/orange3/issues/6299 | [
"bug",
"snack"
] | madainigun14 | 1 |
blb-ventures/strawberry-django-plus | graphql | 198 | Support standard property fields | Using `@property` fields raises this line:
https://github.com/blb-ventures/strawberry-django-plus/blob/af55c4c3681a4c1de95fd64c512a02aa14a344fb/strawberry_django_plus/type.py#L167
Many times we need to keep using normal property fields, and instead add the optimization hints to the schema field.
This also breaks... | closed | 2023-04-22T20:30:55Z | 2023-05-01T18:07:55Z | https://github.com/blb-ventures/strawberry-django-plus/issues/198 | [] | SafaAlFulaijLumofy | 2 |
randyzwitch/streamlit-folium | streamlit | 70 | Map width cannot be increased when using st_folium | Hi there, I noticed that the map width doesn't change in my web app when the width argument in st_folium is modified. The height argument works well though. You may find my code to reproduce the web app below. Thank you.
```
import pandas as pd
import numpy as np
import json
from geopy.geocoders import Nomin... | closed | 2022-06-02T09:02:33Z | 2022-06-06T02:52:45Z | https://github.com/randyzwitch/streamlit-folium/issues/70 | [] | leonseet | 2 |
xzkostyan/clickhouse-sqlalchemy | sqlalchemy | 56 | Why I should have primary key and I didn't have any table ,it tell me I have | py3.7
clickhouse-driver 0.0.19
clickhouse-sqlalchemy 0.0.10
# primary key
```py
from clickhouse_sqlalchemy.ext.declarative import declarative_base
class BaseModel(declarative_base()):
__abstract__ = True
__table_args__ = {'extend_existing': True}
class MachineOp(BaseModel):
__t... | closed | 2019-05-21T09:38:31Z | 2019-05-21T14:40:26Z | https://github.com/xzkostyan/clickhouse-sqlalchemy/issues/56 | [] | 631068264 | 2 |
holoviz/panel | jupyter | 6,888 | VS Code + notebook setup, Panel + Param, no reactivity when using `pn.template` | #### Versions
bokeh==3.4.1
ipykernel==6.29.4
jupyter-bokeh==4.0.4
panel==1.4.4
param==2.1.0
#### Expected and observed behavior
```python
import panel as pn
import param
pn.extension()
text = pn.widgets.TextInput()
@param.depends(text.param.value, watch=True)
def _update(value):
print(valu... | open | 2024-06-02T11:45:58Z | 2024-06-27T09:48:47Z | https://github.com/holoviz/panel/issues/6888 | [] | earshinov | 1 |
aimhubio/aim | data-visualization | 3,038 | Passing a bearer token | ## ❓
Hello! In 3.17.4 there was a way to pass an auth bearer token using the environment variable `AIM_RT_BEARER_TOKEN` and I see that in the 4.0+ releases that variable is no longer part of the source code. Is it still possible to pass a bearer token and if so, would you be able to provide an example on how to do tha... | open | 2023-10-04T16:35:37Z | 2025-02-03T16:51:16Z | https://github.com/aimhubio/aim/issues/3038 | [
"type / question"
] | jennifer12121 | 1 |
dynaconf/dynaconf | fastapi | 658 | Override config file from env variable using nested path | **Describe the bug**
Not sure if it's working as expected but there is a difference between uppercase and lowercase when we try to override the config from a file `settings.yaml` when there is at least three nested levels
**To Reproduce**
1. Having the following folder structure
<details>
<summary> Project s... | closed | 2021-09-09T09:14:40Z | 2023-07-13T19:11:01Z | https://github.com/dynaconf/dynaconf/issues/658 | [
"bug",
"LazyIssue"
] | harscoet | 0 |
marimo-team/marimo | data-science | 3,700 | `\verb` command (sometimes) not rendering | ### Describe the bug
The $\verb|\verb|$ command in Tex does not render correctly, but this happens _sometimes_. I've been able to reproduce the issue minimally as [follows](https://marimo.io/p/@aliphys/notebook-q9hkn9):

The iss... | closed | 2025-02-05T14:45:03Z | 2025-02-05T17:22:08Z | https://github.com/marimo-team/marimo/issues/3700 | [
"bug"
] | aliphys | 3 |
nalepae/pandarallel | pandas | 98 | df.parallel_apply occured AttributeError: Can't pickle local object 'prepare_worker.<locals>.closure.<locals>.wrapper' | when I use df.parallel_apply(lambda x:assinLabel(x),axis=1)
It occurred AttributeError: Can't pickle local object 'prepare_worker.<locals>.closure.<locals>.wrapper' | closed | 2020-06-19T10:40:12Z | 2022-03-14T20:30:44Z | https://github.com/nalepae/pandarallel/issues/98 | [] | mliwang | 7 |
gto76/python-cheatsheet | python | 90 | Pythons | closed | 2021-03-30T05:21:43Z | 2021-03-31T04:42:22Z | https://github.com/gto76/python-cheatsheet/issues/90 | [] | ghost | 0 | |
sunscrapers/djoser | rest-api | 708 | Is it possible to add expiration time to tokens of email activation? | Who needs this change would need to overwrite some structure like view or serialize? Or can we add through some parameter?
REF: https://stackoverflow.com/questions/71628282/add-expire-time-for-validation-and-verification-in-djoser | open | 2022-12-13T03:24:53Z | 2022-12-31T17:45:36Z | https://github.com/sunscrapers/djoser/issues/708 | [] | albjoaov | 1 |
charlesq34/pointnet | tensorflow | 270 | after run the train.py for classification. how to visualize the result? | after run the train.py for classification. how to visualize the result? | open | 2021-03-17T15:41:25Z | 2021-07-14T09:46:06Z | https://github.com/charlesq34/pointnet/issues/270 | [] | noridayu1998 | 2 |
biolab/orange3 | scikit-learn | 6,452 | Concatenate from position | <!--
Thanks for taking the time to submit a feature request!
For the best chance at our team considering your request, please answer the following questions to the best of your ability.
-->
**What's your use case?**
For my budget data that is stored in several files (one by year), the column can vary in name (s... | closed | 2023-05-23T19:14:10Z | 2023-10-20T12:31:48Z | https://github.com/biolab/orange3/issues/6452 | [] | simonaubertbd | 1 |
blb-ventures/strawberry-django-plus | graphql | 31 | Optimizer doesn't merge doubled up sub-queries | If you create a query like the following:
```gql
query TestQuery {
items {
id
nestedItems {
id
}
nestedItems {
testField
}
}
}
```
The optimizer will only flag the second of these subqueries as needed for prefetch, creating an N+1 problem for the `id` field on `nested... | closed | 2022-04-08T19:24:34Z | 2022-04-08T22:43:38Z | https://github.com/blb-ventures/strawberry-django-plus/issues/31 | [] | hiporox | 1 |
Urinx/WeixinBot | api | 160 | 启动报错 | 环境:
windows 10 64位
python 3.5.2
出错信息:
```
> python weixin.py
Traceback (most recent call last):
File "weixin.py", line 1182, in <module>
webwx.start()
File "weixin.py", line 33, in wrapper
return fn(*args)
File "weixin.py", line 940, in start
self._echo('[*] 微信网页版 ... 开动')
File "wei... | open | 2017-03-01T01:08:01Z | 2017-03-02T02:34:44Z | https://github.com/Urinx/WeixinBot/issues/160 | [] | guotie | 3 |
mwaskom/seaborn | data-science | 3,778 | Feature request: Dumbell plots |

These can be quite common in politics or sociology in order to represent not only the data itself but also the difference between two groups. Although this kind of plot can be built by using `matplotlib` and `seaborn` combine... | closed | 2024-11-07T16:18:06Z | 2024-11-07T23:24:11Z | https://github.com/mwaskom/seaborn/issues/3778 | [] | mflova | 1 |
allenai/allennlp | nlp | 5,203 | 'from allennlp.commands.elmo import ElmoEmbedder' not work even in 0.9.0 | > > We removed the `elmo` command in v1.0. If you want to use the `elmo` command then you need to check out v0.9.0. We removed this command because `elmo` is becoming a bit old and we didn't think it made sense to continue supporting it as a top-level command.
>
> version 0.9.0 worked fine. thx.
version 0.9.0 not... | closed | 2021-05-16T07:54:29Z | 2021-05-21T22:53:03Z | https://github.com/allenai/allennlp/issues/5203 | [] | TITC | 4 |
deepfakes/faceswap | deep-learning | 1,388 | bash ./faceswap_setup_x64.sh | closed | 2024-05-10T08:37:18Z | 2024-05-10T11:44:38Z | https://github.com/deepfakes/faceswap/issues/1388 | [] | geedee301 | 0 | |
explosion/spaCy | nlp | 12,221 | RuntimeError: from_dlpack received an invalid capsule. | <!-- NOTE: For questions or install related issues, please open a Discussion instead. -->
## How to reproduce the behaviour
```
import spacy
nlp = spacy.load('en_core_web_trf')
tokens1 = nlp("My string")
```
## Your Environment
<!-- Include details of your environment. You can also type `python -m spacy ... | closed | 2023-02-03T09:50:39Z | 2023-03-17T00:02:28Z | https://github.com/explosion/spaCy/issues/12221 | [
"third-party",
"🔮 thinc"
] | tassosblackg | 3 |
koxudaxi/datamodel-code-generator | fastapi | 1,990 | JSON Schema Discriminator With External Reference Support | **Is your feature request related to a problem? Please describe.**
While I love the project for most use cases, I'm always frustrated when trying to generate Pydantic models from JSON Schemas that utilize field discriminators with external references, as it results in errors and hinders my ability to work efficiently.... | closed | 2024-06-04T10:32:59Z | 2024-06-10T19:19:31Z | https://github.com/koxudaxi/datamodel-code-generator/issues/1990 | [] | luca-knaack-webcom | 0 |
influxdata/influxdb-client-python | jupyter | 633 | warnings returned when using example program on https://influxdb-client.readthedocs.io/en/latest/ | ### Specifications
* Client Version: '1.39.0'
* InfluxDB Version: v2.7.4
* Platform: 20.04.6 LTS
### Code sample to reproduce problem
```python
```
see https://influxdb-client.readthedocs.io/en/latest/ at "Getting Started"
### Expected behavior
I expected no warnings
### Actual behavior
/home/ubuntu/rad... | closed | 2024-01-19T14:55:43Z | 2025-03-22T14:57:57Z | https://github.com/influxdata/influxdb-client-python/issues/633 | [
"bug"
] | schaefer01 | 2 |
cupy/cupy | numpy | 9,020 | tf.experimental.dlpack.to_dlpack() becomes performance bottleneck | Hi, my code uses CuPy and TensorFlow, where CuPy is used for data preprocessing and postprocessing, and TensorFlow is responsible for loading models and inference. For the conversion between CuPy arrays and TF tensors, we use DLpack: https://docs.cupy.dev/en/stable/user_guide/interoperability.html#dlpack.
However, it ... | open | 2025-03-06T09:37:25Z | 2025-03-10T13:00:34Z | https://github.com/cupy/cupy/issues/9020 | [
"issue-checked"
] | JiahuaZhao | 3 |
microsoft/nlp-recipes | nlp | 44 | [Scenario] Engineering Work | closed | 2019-05-07T06:37:32Z | 2019-07-11T05:18:06Z | https://github.com/microsoft/nlp-recipes/issues/44 | [
"engineering"
] | nikhilrj | 0 | |
django-import-export/django-import-export | django | 1,885 | `Resource.get_fields()` no longer called outside of tests | **Describe the bug**
#1849 removed the last in-package call to `get_fields()`, which even seemed to be left accidentally in #1626. All remaining usage is within tests:
```
$ rg get_fields
import_export/resources.py
142: def get_fields(self, **kwargs):
tests/core/tests/test_model_resource_fields_generate_... | closed | 2024-06-21T15:30:47Z | 2024-06-21T16:48:13Z | https://github.com/django-import-export/django-import-export/issues/1885 | [
"bug"
] | adamchainz | 1 |
pydata/xarray | numpy | 9,869 | Changes to assignment warning in sel/isel methods | ### What is your issue?
I have a few suggestions on the warning against value assignment in the [DataArray.sel documentation](https://docs.xarray.dev/en/latest/generated/xarray.DataArray.sel.html#xarray.DataArray.sel). I wanted to get a maintainer's opinion on if these changes are helpful before I submit a PR.
**1.... | open | 2024-12-10T01:04:30Z | 2024-12-10T02:02:49Z | https://github.com/pydata/xarray/issues/9869 | [
"topic-documentation"
] | JanukanS | 1 |
mlfoundations/open_clip | computer-vision | 37 | Can CLIP be trained on Windows? | Hi,
Thanks for the tremendous effort!
Is it possible to set up this training code, for fine-tuning CLIP on a custom dataset, on a Windows 10 machine?
| closed | 2021-12-31T14:31:26Z | 2022-01-03T07:53:53Z | https://github.com/mlfoundations/open_clip/issues/37 | [] | romesa-khan | 2 |
nok/sklearn-porter | scikit-learn | 5 | Single feature RandomForestClassifier throws index out of range exception | I've built a very simple single feature RandomForestClassifier:
```
from sklearn.ensemble import RandomForestClassifier
import numpy as np
from sklearn_porter import Porter
rf = RandomForestClassifier()
features = [[i] for i in xrange(0, 10)]
labels = [i > 5 for i in xrange(0, 10)]
rf.fit(features, labe... | closed | 2017-01-23T20:02:48Z | 2017-01-29T04:39:13Z | https://github.com/nok/sklearn-porter/issues/5 | [
"bug"
] | lichard49 | 3 |
python-arq/arq | asyncio | 262 | Question: Order of jobs | On our system we noticed the following behaviour: when a lot of jobs are created in a short period of time (a few hundred) and they are relatively long-running, jobs that were added last are executed faster then onces that were added first. That made us think that **arq** uses LIFO algorithm. Is this true? And if so, i... | closed | 2021-08-23T09:48:02Z | 2021-08-25T11:43:06Z | https://github.com/python-arq/arq/issues/262 | [] | Minstel | 3 |
dnouri/nolearn | scikit-learn | 7 | train_test_split does not work for Pandas Series with non Dense Index | If using a Pandas Series where the Index values are not dense, then `train_test_split` will select index values that do not exist.
This because [this line](https://github.com/dnouri/nolearn/blob/a9ac3e7310a7208ddf178c95dd7ac9cedf3e8df1/nolearn/lasagne.py#L257):
```
train_indices, valid_indices = iter(kf).next()
```... | closed | 2014-12-26T21:01:58Z | 2015-02-20T12:09:53Z | https://github.com/dnouri/nolearn/issues/7 | [] | cancan101 | 3 |
graphql-python/graphene-django | graphql | 625 | Generic relationship type | I've used django quite a bit, and am hoping to check out graphene-django as an introduction to using Graphene. The graph I'm starting with is based on schema.org, which means that a relationship can be of one or more types. I looked quickly through some of the example models but I didn't see how to easily do this. Does... | closed | 2019-05-05T17:21:44Z | 2019-05-06T23:48:49Z | https://github.com/graphql-python/graphene-django/issues/625 | [] | vsoch | 3 |
deeppavlov/DeepPavlov | nlp | 1,219 | Is there any chance you are going to upgrade to tensorflow==2.2.0? | Is there any chance you are going to upgrade to tensorflow==2.2.0? | closed | 2020-05-15T20:50:09Z | 2020-05-17T18:21:28Z | https://github.com/deeppavlov/DeepPavlov/issues/1219 | [] | shyamalschandra | 1 |
cvat-ai/cvat | pytorch | 9,211 | Migration of backend data to external storage services (e.g. AWS S3) | Hello everyone!
We are currently using CVAT `v2.7.4` in Kubernetes.
In this installation, the backend server pods use a single PV with `AccessMode: ReadWriteMany` for all these pods. This is a very specific type of volume in our infrastructure and we try not to use them unless absolutely necessary.
I would like to clar... | closed | 2025-03-14T11:20:54Z | 2025-03-17T19:10:16Z | https://github.com/cvat-ai/cvat/issues/9211 | [] | obervinov | 2 |
polarsource/polar | fastapi | 4,646 | When a User account is created, link Customers with the same email | closed | 2024-12-16T09:38:46Z | 2024-12-16T16:40:23Z | https://github.com/polarsource/polar/issues/4646 | [] | frankie567 | 0 | |
horovod/horovod | deep-learning | 3,284 | What's the difference between tf.distribute.experimental.MultiWorkerMirroredStrategy and horovod ? | sorry, have some question to ask...
I have tried tf.distribute.experimental.MultiWorkerMirroredStrategy on one subnetwork with 2 machines with 2 GPU card of each to deploy tf.distribute.experimental.MultiWorkerMirroredStrategy to train one albert text classification model training, but found ttrainning is slow. the tr... | closed | 2021-11-22T11:39:28Z | 2021-11-22T12:47:57Z | https://github.com/horovod/horovod/issues/3284 | [] | Yazooliu | 0 |
automl/auto-sklearn | scikit-learn | 861 | Custom classifier metafeature calculation breaks when going from 0.6 to 0.7 | ## Describe the bug ##
When going from version 0.6 to 0.7, the metafeature calculation for this particular custom classifier is broken. I also have an XGBoost classifier, which is not affected.
## To Reproduce ##
The following classifier works on version 0.6, but in using it for metafeature calculation in 0.7 thro... | closed | 2020-05-26T16:45:28Z | 2020-07-02T11:49:40Z | https://github.com/automl/auto-sklearn/issues/861 | [] | RitterHannah | 5 |
ludwig-ai/ludwig | computer-vision | 3,583 | Out of Memory Error Running llama2_7b_finetuning_4bit Example | **Describe the bug**
Running the "Llama2-7b Fine-Tuning with 4bit Quantization" example notebook in Colab fails with the following error:
`OutOfMemoryError: CUDA out of memory. Tried to allocate 86.00 MiB (GPU 0; 14.75 GiB total capacity; 13.37 GiB already allocated; 80.81 MiB free; 13.79 GiB reserved in total by P... | closed | 2023-09-03T23:26:57Z | 2023-10-23T23:17:58Z | https://github.com/ludwig-ai/ludwig/issues/3583 | [
"bug"
] | charleslbryant | 6 |
mwaskom/seaborn | data-science | 2,916 | facetgrid: when hue value doesn't appear in all graphs the legend appears to be misannotated | **Problem:**
The same color is assigned to two different values in the legend.
**The code to reproduce:**
```
import numpy as np
import pandas as pd
import seaborn as sns
import matplotlib.pyplot as plt
sna = pd.DataFrame(
{
'x' : np.tile(range(10), 5),
'y' : list(range(10)) + ... | closed | 2022-07-21T01:23:54Z | 2022-07-22T21:09:08Z | https://github.com/mwaskom/seaborn/issues/2916 | [] | bengroves | 4 |
gradio-app/gradio | data-visualization | 9,971 | [Gradio 5] Input text inside Slider component alignment and size | - [x] I have searched to see if a similar issue already exists.
**Is your feature request related to a problem? Please describe.**
I like the input insid of slider component when aligned by default to the right, but when info text is present, sometimes the input down to the left in next line. Its could be nice ... | open | 2024-11-16T18:06:19Z | 2024-11-20T17:09:01Z | https://github.com/gradio-app/gradio/issues/9971 | [
"bug"
] | elismasilva | 0 |
bmoscon/cryptofeed | asyncio | 58 | update kraken to use new websocket API | https://www.kraken.com/en-us/features/websocket-api | closed | 2019-02-02T22:47:11Z | 2019-02-03T21:25:37Z | https://github.com/bmoscon/cryptofeed/issues/58 | [] | bmoscon | 1 |
plotly/dash-table | dash | 73 | Selections not saving for dropdown column | If I try to select a new weather type, it doesn't save for me:

| closed | 2018-09-11T14:15:16Z | 2018-09-12T17:01:07Z | https://github.com/plotly/dash-table/issues/73 | [
"dash-type-bug"
] | charleyferrari | 6 |
serengil/deepface | deep-learning | 918 | load_image usage in represent | In represent function, where load_image is called, it is returning img object and img name but this is not covered here:
https://github.com/serengil/deepface/blob/master/deepface/DeepFace.py#L706
Also, region should be dict instead of list
https://github.com/serengil/deepface/blob/master/deepface/DeepFace.py#L... | closed | 2023-12-14T10:08:45Z | 2023-12-14T14:04:29Z | https://github.com/serengil/deepface/issues/918 | [
"bug"
] | serengil | 1 |
Johnserf-Seed/TikTokDownload | api | 435 | [BUG]多窗口运行崩溃 | 提示①:

Traceback (most recent call last):
File "C:\Users\admin\Desktop\tk\TikTokDownload-main\Util\Download.py", line 71, in VideoDownload
f'aweme_id={self.aweme_id[i]}&aid=6383&cookie_enabled=true... | open | 2023-05-21T06:40:45Z | 2023-05-21T06:40:45Z | https://github.com/Johnserf-Seed/TikTokDownload/issues/435 | [
"故障(bug)",
"额外求助(help wanted)",
"无效(invalid)"
] | summer990 | 0 |
mirumee/ariadne | graphql | 77 | Write release notes for 0.2 | We should have release notes on our docs, that would provide information about new things and how to update from previous versions. | closed | 2018-12-12T10:44:38Z | 2019-01-07T16:33:55Z | https://github.com/mirumee/ariadne/issues/77 | [
"docs"
] | rafalp | 0 |
cleanlab/cleanlab | data-science | 639 | Fix label issues when model does not predict some class ever | Some users have reported bugs in two situations. Investigate these to verify bugs exist and then address any that come up.
1) When there exists some class k, such that the model never predicts class k for any of the examples in the dataset.
2) When there exists some class k such that pred_probs[:,k] == 0 for all examp... | closed | 2023-02-19T22:46:18Z | 2023-03-13T22:03:13Z | https://github.com/cleanlab/cleanlab/issues/639 | [
"bug"
] | jwmueller | 2 |
ipython/ipython | jupyter | 14,025 | 8.12.0: Magic %run isn't stored in history | This is similar to issue #13688 but for %run
Basically this line is not stored in history any more
```python
%run path/to/script.py
```
This only happens when there is a path.
I also noticed that %history returns empty even though up arrow brings older commands (all but %run) | open | 2023-04-21T21:19:46Z | 2023-05-17T17:26:42Z | https://github.com/ipython/ipython/issues/14025 | [] | dashesy | 1 |
modoboa/modoboa | django | 3,460 | DMARC reports for alias domain are not added to domain report | # Impacted versions
* OS Type: Debian
* OS Version: Bookworm (12)
* Database Type: PostgreSQL
* Database version: 15.10
* Modoboa: 2.2.4
* installer used: No
* Webserver: Nginx
# Steps to reproduce
* Have a working domain setup with SPF, DKIM, and DMARC
* Have the DMARC transport rule set up to receive and parse DMA... | open | 2025-02-14T16:24:32Z | 2025-02-18T07:58:52Z | https://github.com/modoboa/modoboa/issues/3460 | [
"enhancement"
] | PatTheMav | 0 |
PaddlePaddle/ERNIE | nlp | 584 | infer_classifyer.py结果不正确 | 使用infer_classifyer.py加载模型预测每次结果都不一样。
paddle版本1.8。
代码来源repro分支。 | closed | 2020-11-02T10:50:31Z | 2021-02-14T02:51:13Z | https://github.com/PaddlePaddle/ERNIE/issues/584 | [
"wontfix"
] | gromzhu | 3 |
AutoGPTQ/AutoGPTQ | nlp | 81 | Issue with positional params with `BaseGPTQForCausalLM.forward()` | Hi
I am trying my new perplexity calculation on AutoGPTQ for the first time, and hitting this error:
```
│ /workspace/TB_ppl/auto_gptq/eval_tasks/perplexity.py:88 in run │
│ │
│ 8... | closed | 2023-05-15T08:58:31Z | 2023-05-16T11:21:36Z | https://github.com/AutoGPTQ/AutoGPTQ/issues/81 | [] | TheBloke | 1 |
huggingface/transformers | machine-learning | 36,045 | Optimization -OO crashes docstring handling | ### System Info
transformers = 4.48.1
Python = 3.12
### Who can help?
_No response_
### Information
- [ ] The official example scripts
- [x] My own modified scripts
### Tasks
- [ ] An officially supported task in the `examples` folder (such as GLUE/SQuAD, ...)
- [ ] My own task or dataset (give details below)
#... | closed | 2025-02-05T11:31:43Z | 2025-02-06T15:31:24Z | https://github.com/huggingface/transformers/issues/36045 | [
"bug"
] | donthomasitos | 3 |
httpie/http-prompt | api | 139 | Allow to register an initialisation process | Usually the session has an expiration and cookies stored stay available only for a restricted period of time.
But often the process is the same to access to a protected resource:
- post some data (user & password) to a form to get a valid session
- play as you like
So the request is the following:
> allow to ... | open | 2018-01-05T11:52:45Z | 2018-01-06T14:26:32Z | https://github.com/httpie/http-prompt/issues/139 | [
"enhancement"
] | lgnap | 0 |
onnx/onnx | machine-learning | 6,646 | bfloat16 to numpy conversion ignores raw_data | # Bug Report
### Description
When a bfloat16 tensor is converted into a `numpy.ndarray`, its `raw_data` contents is not loaded.
### System information
Ubuntu 22.04.3
ONNX version: 1.16.1, 1.17.0
Python version: 3.10.12
PyTorch version: 2.5.1
### Reproduction instructions
A program to generate the model (attached in ... | closed | 2025-01-20T13:31:55Z | 2025-01-28T01:57:03Z | https://github.com/onnx/onnx/issues/6646 | [
"bug"
] | aparpara | 2 |
miguelgrinberg/python-socketio | asyncio | 592 | Python client socketio cannot connect to nodejs server socketio (unexpected response from server) | I am trying to connect a python client to NodeJs server but I get some errors. When I connect this py client to a python server it works without problems.. Also connected from web to nodeJS works well, but python client to nodejs not..
```
import socketio
sio = socketio.Client()
@sio.event
def connect():
... | closed | 2020-12-19T12:04:45Z | 2020-12-19T14:24:00Z | https://github.com/miguelgrinberg/python-socketio/issues/592 | [
"question"
] | hyperion2333 | 2 |
LibrePhotos/librephotos | django | 992 | Social graph navigation broken. "Cannot read properties of undefined" in Graph.js | Graph is placed weirdly:

Trying to zoom/pan the graph results in the following errors

## Please prov... | closed | 2023-08-10T19:40:43Z | 2023-08-18T12:47:27Z | https://github.com/LibrePhotos/librephotos/issues/992 | [
"bug"
] | ghost | 2 |
open-mmlab/mmdetection | pytorch | 11,614 | Run models without installing mmdetection, openmim or mm related packages (CO-DETR) | I would like to run a model without having to install all the MM related packages. Did anybody try to convert a model into pure vanilla pytorch? If so, I would like to hear your opinion on the topic | open | 2024-04-03T10:32:54Z | 2024-04-03T10:32:54Z | https://github.com/open-mmlab/mmdetection/issues/11614 | [] | federico-ferlito | 0 |
gradio-app/gradio | machine-learning | 10,033 | The scrollbar cannot be displayed in gr.Gallery. | ### Describe the bug
The scrollbar cannot be displayed properly in gr.Gallery, and all images cannot be viewed by sliding up or down.
I've tried gradio=5.6.0 and gradio=43.0.
### Have you searched existing issues? 🔎
- [X] I have searched and found no existing issues
### Reproduction
```python
import gradio a... | open | 2024-11-25T08:01:37Z | 2025-01-22T06:30:50Z | https://github.com/gradio-app/gradio/issues/10033 | [
"bug"
] | Kirsty-tong | 3 |
OWASP/Nettacker | automation | 202 | subdomain scan returning items with '<BR>' | subdomain scan has recently started returning subdomains with 'BR' HTML tag like this:
`lists.owasp.org<BR>www.lists.owasp.org `
| closed | 2020-01-27T21:52:28Z | 2020-05-18T15:07:20Z | https://github.com/OWASP/Nettacker/issues/202 | [
"bug fixed"
] | securestep9 | 4 |
Evil0ctal/Douyin_TikTok_Download_API | api | 33 | tiktok api | 我想知道这个获取单个作品详细信息 https://api.tiktokv.com/aweme/v1/multi/aweme/detail/?aweme_ids=%5B{}%5D 的api,作者是从那里看到的,代码上的注释是官方api? 请求解答,感激 | closed | 2022-05-30T10:49:50Z | 2022-11-09T21:09:44Z | https://github.com/Evil0ctal/Douyin_TikTok_Download_API/issues/33 | [
"enhancement"
] | johngao01 | 2 |
OFA-Sys/Chinese-CLIP | nlp | 57 | 运行训练脚本没跑起来 | 作者您好,在您的帮助下前一个问题zeroshot_eval.sh已成功运行,也成功得到了您所提到的准确率,非常感谢。
之后想尝试训练模型,但使用训练命令时却没有反应,可以麻烦您解答一下吗?
${DATAPATH}文件夹命名为data,datasets使用作者提供预处理好的MUGE。
输入命令如下:
bash run_scripts/muge_finetune_vit-b-16_rbt-base.sh data
输入后,没有反馈信息

df.ta.squeeze(bb_length=20, bb_std=1.0, kc_length=5, kc_scalar=1.5, lazybear=True, use_tr=True, append=True)
```
But if compare it with TV indicator data are different
In trading view `37.67`
But in output `18.... | open | 2022-02-15T23:59:36Z | 2022-03-15T15:25:56Z | https://github.com/twopirllc/pandas-ta/issues/490 | [
"duplicate",
"info"
] | vitassuper | 9 |
WZMIAOMIAO/deep-learning-for-image-processing | deep-learning | 661 | 多GPU训练出错,能否帮助看下可能是什么问题 | **System information**
* Have I written custom code: 没有
* OS Platform(e.g., window10 or Linux Ubuntu 16.04):Linux Ubuntu 16.04
* Python version: 3.8
* Deep learning framework and version(e.g., Tensorflow2.1 or Pytorch1.3): pytorch
* Use GPU or not: 使用GPU
* CUDA/cuDNN version(if you use GPU):
* The network you tr... | open | 2022-10-18T09:51:22Z | 2023-02-12T08:13:21Z | https://github.com/WZMIAOMIAO/deep-learning-for-image-processing/issues/661 | [] | Yuhuoo | 5 |
aminalaee/sqladmin | fastapi | 578 | A list option in the ModelView that determines which related models should not be loaded when the record is updated. | ### Checklist
- [X] There are no similar issues or pull requests for this yet.
### Is your feature related to a problem? Please describe.
Now, if you making your `ModelView` for some model in your database you can't determines which related models not to load even if your related models in lazy-mode. Now all y... | closed | 2023-08-16T14:15:21Z | 2023-08-21T07:38:32Z | https://github.com/aminalaee/sqladmin/issues/578 | [] | bullochka-stack | 7 |
sktime/sktime | data-science | 7,634 | [DOC] Improving documentation for "forecasting" estimators lacking examples. | #### Describe the issue linked to the documentation
The current documentation is comprehensive but examples are missing in several locations. As an umbrella issue, this seeks to highlight all the "forecasting" estimators in `sktime`, lacking examples in the documentation. It can be used as a reference.
<!--
Tell us ... | open | 2025-01-12T19:07:08Z | 2025-01-15T14:21:52Z | https://github.com/sktime/sktime/issues/7634 | [
"documentation"
] | PranavBhatP | 5 |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.