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 |
|---|---|---|---|---|---|---|---|---|---|---|---|
facebookresearch/fairseq | pytorch | 4,737 | TypeError: cannot unpack non-iterable NoneType object | ## 🐛 Bug
I met this bug when I try to load a fairseq translation model. I could see the same issue is still open in fairseq GitHub repo. I tried installing torch and torchvision packages as mentioned in the below link but still I am facing the same issue.
[](https://github.com/facebookresearch/fairseq/issues/4214)
... | open | 2022-09-20T11:38:34Z | 2024-02-13T02:29:05Z | https://github.com/facebookresearch/fairseq/issues/4737 | [
"bug",
"needs triage"
] | HarryHe11 | 8 |
torchbox/wagtail-grapple | graphql | 313 | Irrelevance fields Appear for Rendition (they are Image specific fields) | Fields like title,focal_point_x,focal_point_y,focal_point_width,focal_point_height,file_hash,collection,tags are Image specific but they appear for Rendition type and obviously cause error
they are coming from `BaseImageObjectType` that it's main purpose appears to be base class for both Image and Rendition due to thi... | open | 2023-02-11T08:13:58Z | 2023-02-13T18:43:57Z | https://github.com/torchbox/wagtail-grapple/issues/313 | [] | engAmirEng | 2 |
littlecodersh/ItChat | api | 947 | 很好用 | 确实很好用 | closed | 2021-09-10T03:22:58Z | 2023-11-16T12:33:52Z | https://github.com/littlecodersh/ItChat/issues/947 | [] | 2905683882 | 0 |
Significant-Gravitas/AutoGPT | python | 8,999 | Marketplace - creator page - increase margins between section title and agent list |
### Describe your issue.
Increase margins to 32px
<img width="1122" alt="Screenshot 2024-12-16 at 21 25 24" src="https://github.com/user-attachments/assets/5c7b18a1-f882-497e-ab16-6de058c7e9a6" />
| closed | 2024-12-16T13:26:08Z | 2024-12-20T13:47:21Z | https://github.com/Significant-Gravitas/AutoGPT/issues/8999 | [
"good first issue",
"UI",
"platform/frontend"
] | ograce1421 | 0 |
bmoscon/cryptofeed | asyncio | 424 | Set create_db callback's parameter to False by default | Backend - InfluxDB v1.8
When authorizing with credentials for _non-admin_ user that has access for single database inside InfluxDB instance like so:
```
from cryptofeed import FeedHandler
from cryptofeed.backends.influxdb import TradeInflux
from cryptofeed.defines import TRADES
from cryptofeed.exchanges import ... | closed | 2021-02-24T12:18:22Z | 2021-02-24T22:21:50Z | https://github.com/bmoscon/cryptofeed/issues/424 | [
"Feature Request"
] | BeforeFlight | 1 |
man-group/arctic | pandas | 73 | Code quality metrics: add codify / landscape to project | Hello,
it will be nice to enable Landscape https://landscape.io/
It can help to track many bugs (even before you noticed them)
For example
this https://github.com/manahl/arctic/issues/49
https://github.com/manahl/arctic/blob/master/arctic/tickstore/tickstore.py#L106
should be found easily by Landscape
Codacy https... | closed | 2015-12-28T08:33:35Z | 2018-01-03T14:09:21Z | https://github.com/man-group/arctic/issues/73 | [] | femtotrader | 4 |
vaexio/vaex | data-science | 2,382 | [BUG-REPORT] pip install vaex-core==4.16.1 on Linux leads to build failure with gcc 13.1.1 | When I try to run `pip install vaex` in a fresh virtualenv on Python 3.11.3, Arch Linux, running gcc 13.1.1, I get the following build failure when trying to build vaex-core==4.16.1:
building 'vaex.superstrings' extension
gcc -DNDEBUG -g -fwrapv -O3 -Wall -march=x86-64 -mtune=generic -O3 -pipe -fno-plt ... | open | 2023-07-07T10:07:53Z | 2025-01-17T16:37:25Z | https://github.com/vaexio/vaex/issues/2382 | [] | Mortal | 2 |
holoviz/panel | jupyter | 7,025 | No scrollbar (overflow: hidden) in dev documentation when using Fast template | When opening the `dev` docs on a page that uses the Fast template there is no scrollbar. For example https://holoviz-dev.github.io/panel/tutorials/basic/build_crossfilter_dashboard.html
I believe it won't make sense to release Panel 1.4.5 or 1.5.0 before this is fixed @philippjfr .
 so I can load them in a different moment and only perform prediction in a specific test set with the loaded model (in... | closed | 2020-10-15T04:12:30Z | 2020-10-27T12:04:35Z | https://github.com/labmlai/annotated_deep_learning_paper_implementations/issues/1 | [
"question"
] | agelosk | 2 |
gee-community/geemap | streamlit | 1,473 | Add support for geetiles | https://github.com/rramosp/geetiles | closed | 2023-03-21T03:37:15Z | 2023-06-30T18:42:35Z | https://github.com/gee-community/geemap/issues/1473 | [
"Feature Request"
] | giswqs | 1 |
seleniumbase/SeleniumBase | web-scraping | 3,063 | Firefox Extensions | I don't see anything in the docs about using firefox extensions. Is that possible, or is it a chrome only feature? | closed | 2024-08-28T15:45:46Z | 2024-08-30T11:58:48Z | https://github.com/seleniumbase/SeleniumBase/issues/3063 | [
"question"
] | JasonCrowe | 2 |
serengil/deepface | machine-learning | 1,099 | Resizing of image in YuNet detector returns wrong results for eyes positions | Consider [this code](https://github.com/serengil/deepface/blob/master/deepface/detectors/YuNet.py#L81-L124) :
```python
for face in faces:
# pylint: disable=W0105
"""
The detection output faces is a two-dimension array of type CV_32F,
whose rows are the de... | closed | 2024-03-11T11:12:13Z | 2024-03-11T18:49:46Z | https://github.com/serengil/deepface/issues/1099 | [
"bug"
] | AndreaLanfranchi | 5 |
microsoft/unilm | nlp | 766 | Adding multiple classification heads to train in single model | I want to train a model based on the same architecture but two different classification heads where one would detect layout of documents as table, text, title, figure etc and other would detect cells inside table. Right now I have two different models for layout and table-cell based on the same architecture.
Since I... | open | 2022-06-21T09:11:33Z | 2022-06-22T06:48:16Z | https://github.com/microsoft/unilm/issues/766 | [] | Atul997 | 6 |
amisadmin/fastapi-amis-admin | sqlalchemy | 104 | TypeError: 'default' is an invalid keyword argument for this function | 请教例子就报错是咋回事?
INFO: Started server process [28391]
INFO: Waiting for application startup.
INFO: Application startup complete.
INFO: Uvicorn running on http://127.0.0.1:8000 (Press CTRL+C to quit)
Error: 'default' is an invalid keyword argument for this function
Traceback: Traceback (most re... | closed | 2023-06-16T11:53:00Z | 2023-07-24T01:16:21Z | https://github.com/amisadmin/fastapi-amis-admin/issues/104 | [] | nonotde | 0 |
tflearn/tflearn | tensorflow | 404 | Hi, how could i save some statistics like training loss and accuracy to a file? | this maybe very helpful to use these data to plot my own graph.
edit: one way to solve it is that we can download tensorboard json file and plot it.
| open | 2016-10-18T05:55:03Z | 2016-10-18T23:40:12Z | https://github.com/tflearn/tflearn/issues/404 | [] | lfwin | 1 |
kizniche/Mycodo | automation | 830 | Logitech C920 Issues | Hey there! Love Mycodo so far! Working on a temp/humidity controlled relay setup for outlets shortly. :)
However, I've run into an issue with trying to optimize my Camera settings for a spare webcam I have on-site, the Logitech C920 webcam on a Raspberry Pi 4 using opencv and would greatly appreciate your help.
... | closed | 2020-08-28T22:03:28Z | 2020-09-09T15:05:06Z | https://github.com/kizniche/Mycodo/issues/830 | [] | jasonlaw0213 | 1 |
datadvance/DjangoChannelsGraphqlWs | graphql | 36 | Subscription is not triggered from background task | I am using a Celery periodic_task that triggers a Subscription.
```
from .schema import OnUpdateOrderStatus # subscription
@periodic_task(run_every=crontab(minute='*/1'), name="completed_appointments")
def completed_appointments():
...
OnUpdateOrderStatus.update_order_status(order=order, ... | closed | 2019-12-10T00:43:28Z | 2019-12-26T03:28:38Z | https://github.com/datadvance/DjangoChannelsGraphqlWs/issues/36 | [] | carlosalvarez91 | 3 |
stanfordnlp/stanza | nlp | 1,101 | Pipeline is incorrect with specific lang in MultilingualPipeline if lang_config is set | **Describe the bug**
If I set lang_config in MultilingualPipeline for specific language , the Pipeline is always initialized as "en"
**To Reproduce**
`lang_configs = {'hi': {'processors': 'tokenize,pos'}, 'ar': {'processors': 'tokenize,pos'}}`
`nlp = MultilingualPipeline(lang_configs=lang_configs)`
If I put hi... | closed | 2022-08-18T03:51:22Z | 2022-09-14T19:25:00Z | https://github.com/stanfordnlp/stanza/issues/1101 | [
"bug"
] | dejianchen-x | 3 |
OFA-Sys/Chinese-CLIP | computer-vision | 302 | 微调clip_cn_vit-l-14-336 报错 | 我尝试换了下sh 里面的resume 加载的模型路径,然后提示模型参数错误:
`size mismatch for module.visual.transformer.resblocks.0.mlp.c_proj.bias: copying a param with shape torch.Size([1024]) from checkpoint, the shape in current model is torch.Size([768]).
size mismatch for module.visual.transformer.resblocks.0.ln_2.weight: copying a param ... | closed | 2024-04-22T06:43:00Z | 2024-04-26T07:00:07Z | https://github.com/OFA-Sys/Chinese-CLIP/issues/302 | [] | xxllp | 2 |
kizniche/Mycodo | automation | 698 | LCD not working on 7.7.7 | ## Mycodo Issue Report:
- Specific Mycodo Version: 7.7.7
#### Problem Description
LCD is not working since 7.7.7 update
### Steps to Reproduce the issue:
update to 7.7.7 ;)
| closed | 2019-09-24T07:03:33Z | 2019-09-24T11:07:20Z | https://github.com/kizniche/Mycodo/issues/698 | [] | buzzfuzz2k | 1 |
noirbizarre/flask-restplus | api | 354 | POST adding extra header | The issue still exists in version 0.10.1 (Flask 0.12.2)
https://github.com/noirbizarre/flask-restplus/issues/84
curl -X POST **--header 'Content-Type: application/json'** --header 'Accept: application/json' 'http://localhost:5000/api/v1.0/user/peter?password=12345678&email=peter%40abcdef.com'
Response Body:
{
... | open | 2017-11-17T22:34:33Z | 2018-05-23T12:40:39Z | https://github.com/noirbizarre/flask-restplus/issues/354 | [] | ptrdvds | 3 |
pytest-dev/pytest-html | pytest | 191 | how to set pytest-cov output to a single html? | how to set pytest-cov output to a single html?
I'm trying to set the pytest-cov output to pytest-html, but don't know how to do.
could you give me some advice? | open | 2019-01-04T05:15:56Z | 2020-10-23T01:12:10Z | https://github.com/pytest-dev/pytest-html/issues/191 | [
"question"
] | Jiangshan00001 | 5 |
wandb/wandb | data-science | 9,277 | [Q]: wandb.sweep not working | ### Ask your question
Hello!
I put my question as a question, but I sincerely do not know if it is a bug or something I do wrongly.
Here is my Python code:
```python
# 2: Define the search space
sweep_configuration = {
"method": "random",
"metric": {"goal": "minimize", "name": "score"},
"parameters": {
... | closed | 2025-01-16T11:54:40Z | 2025-01-25T09:32:52Z | https://github.com/wandb/wandb/issues/9277 | [
"ty:question"
] | jupiterMJM | 7 |
waditu/tushare | pandas | 1,133 | [dividend()]分红送配接口返回的数据中有重复的数据 | dividend(),分红送配接口返回的数据中有重复的数据,比如
import tushare as ts
tsp = ts.pro_api()
df = tsp.dividend(ts_code='002540.SZ', fields='div_proc,stk_div,cash_div_tax,end_date,ex_date')
df = df.query('div_proc==\'实施\'')
print(df)
会打印以下数据,可以看到前3条数据都是重复的
end_date div_proc stk_div cash_div cash_div_tax ex_date
1 2018123... | closed | 2019-09-11T08:35:24Z | 2019-09-17T07:06:06Z | https://github.com/waditu/tushare/issues/1133 | [] | whwalker | 1 |
Nekmo/amazon-dash | dash | 14 | Not working on Raspberry pi? | Sorry if this isn't the place for this but I can't find a forum. When trying to run on a fresh install of current Raspbian, which has Python 2.7 and 3.5.3 installed, I get to the point where I run the discovery and get:
pi@pi0w:~ $ sudo amazon-dash discovery
sudo: unable to resolve host pi0w
Traceback (most rece... | closed | 2017-12-30T16:00:17Z | 2017-12-30T18:51:14Z | https://github.com/Nekmo/amazon-dash/issues/14 | [
"bug"
] | 172pilot | 2 |
google/seq2seq | tensorflow | 355 | ValueError: Can not provide both every_secs and every_steps | Hi,
I am trying to train the model with tensorflow 1.2 but I face this error, which raises in "/tensorflow/python/training/basic_session_run_hooks.py". Is it a problem of versioning or another kind of problem?
_"ValueError: Can not provide both every_secs and every_steps."_
Thanks for helping me with that. | open | 2019-05-29T08:14:50Z | 2019-05-29T08:14:50Z | https://github.com/google/seq2seq/issues/355 | [] | nazaninfrz | 0 |
pytorch/pytorch | numpy | 149,258 | Auto-selective activation checkpointing is not optimal for speed (issue with min_cut_rematerialization_partition) | ### 🐛 Describe the bug
I try the new api described in [pytorch blog: selective activation checkpointing](https://pytorch.org/blog/activation-checkpointing-techniques/#compile-only-memory-budget-api-new)
.
Then I find that selective activation checkpointing is not optimal for speed.
A minimal reproducer:
```python
i... | open | 2025-03-15T15:57:32Z | 2025-03-18T18:17:30Z | https://github.com/pytorch/pytorch/issues/149258 | [
"triaged",
"oncall: pt2",
"module: pt2-dispatcher"
] | efsotr | 1 |
python-visualization/folium | data-visualization | 1,601 | Retrieve data added with a folium Draw plugin | Hello,
This is not an issue but a question.
I didn't found a better place to ask...
I use a folium.plugins.Draw and I would like to get the objects interactively added on the map (rectangles for example)
Something like "Draw.drawnItems" but folium says : "'Draw' object has no attribute 'drawnItems'" and I didn'... | closed | 2022-06-03T10:15:44Z | 2022-11-17T15:26:24Z | https://github.com/python-visualization/folium/issues/1601 | [] | Cimeliere | 1 |
PokemonGoF/PokemonGo-Bot | automation | 6,312 | How to make pokemon bot | Hi | closed | 2022-06-28T05:12:04Z | 2022-11-12T22:17:20Z | https://github.com/PokemonGoF/PokemonGo-Bot/issues/6312 | [] | Subroop | 5 |
lukas-blecher/LaTeX-OCR | pytorch | 152 | Can't install normally pyqt5 | `pip install pix2tex[gui]`
gives me
```
ERROR: pip's dependency resolver does not currently take into account all the packages that are installed. This behaviour is the source of the following dependency conflicts.
spyder 5.1.5 requires pyqt5<5.13, but you have pyqt5 5.15.6 which is incompatible.
spyder 5.1.5 re... | closed | 2022-05-19T15:10:42Z | 2022-05-21T06:10:27Z | https://github.com/lukas-blecher/LaTeX-OCR/issues/152 | [] | islambek243 | 2 |
koaning/scikit-lego | scikit-learn | 297 | [BUG] conda does not update automatically | @MBrouns dunno if we want to automate this, but can you push to conda? | closed | 2020-02-14T18:33:44Z | 2020-02-18T22:06:38Z | https://github.com/koaning/scikit-lego/issues/297 | [
"bug"
] | koaning | 2 |
onnx/onnx | scikit-learn | 5,909 | onnx.helper.make_attribute_ref does not set attr.ref_attr_name | # Bug Report
### Describe the bug
onnx.helper.make_attribute_ref does not create a reference attribute, it creates a normal attribute with name and type.
Should it not set attr.ref_attr_name to refer to the parent function's attribute? | open | 2024-02-06T09:12:50Z | 2024-02-08T13:12:57Z | https://github.com/onnx/onnx/issues/5909 | [
"bug"
] | aernoudt | 3 |
junyanz/pytorch-CycleGAN-and-pix2pix | deep-learning | 1,374 | latest_net_<D/G>_<A/B> vs <epoch_count>+<save_latest_freq> Net | I am confused by the checkpoints `latest_net_D_A`, `latest_net_D_B`, `latest_net_G_A`, and `latest_net_G_B`.
We save checkpoints every `--save_epoch_freq`. So I would guess that if I trained my network for 10 Epochs with, `--save_epoch_freq` set to 5, `10_net_D_B.pth` will be equal to `latest_net_D_B.pth`.
However, ... | open | 2022-02-05T22:52:17Z | 2022-02-15T09:47:40Z | https://github.com/junyanz/pytorch-CycleGAN-and-pix2pix/issues/1374 | [] | Lauenburg | 1 |
chezou/tabula-py | pandas | 4 | Cannot Install tabula-py | My java version is 1.8.0_101 and pandas installed in anaconda environment. I tried install it on both python version is Python 2.7.12 and python 3.5 :: Anaconda 4.1.1 (64-bit).
I executed "pip install tabula-py" on anaconda as well, the running message is :
_Collecting tabula-py
Could not find a version that satisf... | closed | 2016-09-20T14:05:01Z | 2016-09-21T12:07:27Z | https://github.com/chezou/tabula-py/issues/4 | [] | ghost | 4 |
lanpa/tensorboardX | numpy | 357 | Got this problem | anaconda3/lib/python3.6/site-packages/google/protobuf/pyext/../../../../../libprotobuf.so.16: symbol _ZNSt7__cxx1119basic_ostringstreamIcSt11char_traitsIcESaIcEED1Ev, version GLIBCXX_3.4.21 not defined in file libstdc++.so.6 with link time reference | open | 2019-02-17T06:34:59Z | 2019-02-17T06:34:59Z | https://github.com/lanpa/tensorboardX/issues/357 | [] | zhangxinyu-xyz | 0 |
zappa/Zappa | flask | 533 | [Migrated] Set PYTHON_EGG_CACHE for flask apps during init | Originally from: https://github.com/Miserlou/Zappa/issues/1412 by [L226](https://github.com/L226)
<!--- Provide a general summary of the issue in the Title above -->
## Context
<!--- Provide a more detailed introduction to the issue itself, and why you consider it to be a bug -->
<!--- Also, please make sure that y... | closed | 2021-02-20T09:44:36Z | 2023-08-17T01:18:18Z | https://github.com/zappa/Zappa/issues/533 | [
"bug",
"enhancement"
] | jneves | 1 |
nalepae/pandarallel | pandas | 263 | Parallel_apply gets stuck | ## General
- **Operating System**: mac os
- **Python version**: Python 3.11.6
- **Pandas version**: 2.1.4
- **Pandarallel version**: 1.6.5
## Acknowledgement
- [x] My issue is **NOT** present when using `pandas` without alone (without `pandarallel`)
- [x] If I am on **Windows**, I read the [Troubleshooting... | open | 2024-01-18T00:53:41Z | 2024-04-27T11:42:41Z | https://github.com/nalepae/pandarallel/issues/263 | [] | zeinabsobhani | 4 |
ivy-llc/ivy | tensorflow | 28,715 | Fix Frontend Failing Test: paddle - logic.paddle.equal_all | To-do List: https://github.com/unifyai/ivy/issues/27500 | closed | 2024-04-01T13:10:39Z | 2024-04-09T04:31:29Z | https://github.com/ivy-llc/ivy/issues/28715 | [
"Sub Task"
] | ZJay07 | 0 |
fbdesignpro/sweetviz | pandas | 2 | Documentation analyze vs compare | Hi, first of all, congrats on the project. Haven’t used extensively yet but will do so soon.
Just dropping this note because I noticed some inconsistencies in the documentation and the medium article. On the medium article the analize() function is mention but not used. Here on git compare() is mentioned but not us... | closed | 2020-06-06T12:15:02Z | 2020-06-08T13:21:06Z | https://github.com/fbdesignpro/sweetviz/issues/2 | [] | gpompeo | 0 |
sinaptik-ai/pandas-ai | data-visualization | 1,655 | AttributeError: 'LangchainLLM' object has no attribute '_llm_type' | ### System Info
pandasai==3.0.0b14
system in windows10 and ubuntu22.04
python3.11
### 🐛 Describe the bug
from langchain.chat_models import ChatOpenAI
import pandasai as pai
from pandasai_langchain import LangchainLLM
dataset_path = "qshop/log-data"
try:
sql_table = pai.create(
path=dataset_path,
... | closed | 2025-03-04T04:09:26Z | 2025-03-14T17:03:38Z | https://github.com/sinaptik-ai/pandas-ai/issues/1655 | [] | ban0228 | 1 |
pallets/quart | asyncio | 66 | Does quart have feature parity and consistent bug fixes for the python 3.6 and python 3.7 releases? | I noticed that when I look at the available quart versions for python 3.6 and 3.7, they differ.
python 3.6:
0.1.0, 0.2.0, 0.3.0, 0.3.1, 0.4.0, 0.4.1, 0.5.0, 0.6.0, 0.6.1, 0.6.2, 0.6.3, 0.6.4, 0.6.5, 0.6.6, 0.6.7, 0.6.8, 0.6.9, 0.6.10, 0.6.11, 0.6.12, 0.6.13
python 3.7:
0.1.0, 0.2.0, 0.3.0, 0.3.1, 0.4.0, 0.4.1, 0.... | closed | 2019-05-29T17:02:30Z | 2022-07-06T00:23:54Z | https://github.com/pallets/quart/issues/66 | [] | DeVonteApplewhite | 1 |
robotframework/robotframework | automation | 5,287 | Add `type` attribute to `TestSuite` and `TestCase` objects | This attribute makes it easier to detect is a certain model object a suite, a test, a keyword or a control structure. One use case is implementing `start_keyword` in a visitor or a listener and wanting to know the type of `kw.parent`. A concrete use case is that `JsonLogger` implemented as part of #3423 needs to know i... | closed | 2024-12-09T09:46:21Z | 2024-12-18T13:33:15Z | https://github.com/robotframework/robotframework/issues/5287 | [
"enhancement",
"priority: low",
"beta 1",
"effort: small"
] | pekkaklarck | 2 |
aiogram/aiogram | asyncio | 524 | Handle messages from a group | Hello everyone,
How can I handle messages from a group? (I didn't receive messages in the `process_messages`)
- created a bot
- set privacy mod to DISABLED at BotFather:
```
> User
/setprivacy
> BotFather
Choose a bot to change group messages settings.
> User
@name_bot
> BotFather
'Enable' - your ... | closed | 2021-03-13T17:02:17Z | 2021-03-14T16:41:38Z | https://github.com/aiogram/aiogram/issues/524 | [
"question issue"
] | alex-deus | 2 |
NullArray/AutoSploit | automation | 881 | Divided by zero exception151 | Error: Attempted to divide by zero.151 | closed | 2019-04-19T16:01:52Z | 2019-04-19T16:37:15Z | https://github.com/NullArray/AutoSploit/issues/881 | [] | AutosploitReporter | 0 |
iperov/DeepFaceLab | deep-learning | 549 | Gigapixel upscaling the source method not working (restoring metadata error) | So i followed all the instructions on how to upscale using gigapixel. used "4.2.other) data_src util faceset metadata save", then upscaled the aligned images in src using gigapixel, then renamed the new upscaled folder to "aligned" and moved the metadata file there. But when i click the restore bat file "4.2.other) dat... | closed | 2020-01-09T07:27:12Z | 2020-03-28T05:42:18Z | https://github.com/iperov/DeepFaceLab/issues/549 | [] | mpmo10 | 4 |
python-gino/gino | asyncio | 699 | Alter in create_all | * GINO version: 1.0.0
* Python version: 3.8
* asyncpg version:0.20.1
* PostgreSQL version:10
We are using db.gino.create_all() for creation of database from models.py file.
However when we make some changes to any specific table (class) of model file, we need to drop that table and then the changes are getting r... | closed | 2020-06-10T16:40:33Z | 2020-06-21T03:40:18Z | https://github.com/python-gino/gino/issues/699 | [
"question"
] | nikhilpatil02 | 2 |
unit8co/darts | data-science | 2,558 | [QUESTION]Training Loss Much Lower Than Validation Loss in TSMixerModel: Need Help Understanding Why | **Issue**
I am training a TSMixerModel to forecast multivariate time series. The model performs well overall, but I notice that the training loss is consistently much lower than the validation loss (sometimes by orders of magnitude).
I have already tried different loss functions (MAELoss, MapeLoss), and the issue p... | closed | 2024-10-10T15:35:00Z | 2024-11-07T08:26:50Z | https://github.com/unit8co/darts/issues/2558 | [
"question"
] | erl61 | 5 |
seleniumbase/SeleniumBase | web-scraping | 2,946 | Detect cloudflare using its own method of bypassing | Hi, I apologize if I use my own method and not the built-in sb.uc_gui_click_captcha() . I have cloudflare detecting SeleniumBase if I use my own image crawling method! What could this be related to? . Code -
-----------------------------------------------
``` import time
import pyautogui
import asyncio
from s... | closed | 2024-07-21T11:37:07Z | 2024-07-21T13:25:20Z | https://github.com/seleniumbase/SeleniumBase/issues/2946 | [
"question",
"UC Mode / CDP Mode"
] | leo562 | 1 |
x-tabdeveloping/topicwizard | plotly | 4 | Compatibility for Chinese | Hi! Thanks for this awesome package!
Currently am applying this package on Chinese language text corpus. The output generated are "empty squares" - the reason behind this is that we need to use explicit Language fonts (.tff file which I have). Any idea how to incorporate this external font file to this package for u... | closed | 2023-03-22T08:52:15Z | 2025-01-03T14:51:23Z | https://github.com/x-tabdeveloping/topicwizard/issues/4 | [
"bug"
] | jsnleong | 5 |
amdegroot/ssd.pytorch | computer-vision | 495 | continue train | train break how to contiune?
Thanks
| open | 2020-06-28T00:32:20Z | 2020-09-23T06:40:49Z | https://github.com/amdegroot/ssd.pytorch/issues/495 | [] | czy112 | 2 |
Ehco1996/django-sspanel | django | 12 | 关于负载均衡的疑问 | 节点我搭建了2个,面板id都为1。
如果服务器地址填写ip地址的话,填写后端1的ip,那么,后端2号是可以正常访问的,前台不会计算后端2号的流量消耗。
01
我的疑问是,,如果我用一个域名做为服务器地址。。联通和电信,dns解析不同的后端ip,,那么流量计费正常吗?
02
如果遇到懂技术的用户,他通过域名不同的解析,找到后端ip,,那么,他直接用ip,会不会出现一个不计费的线路
03
这是2个后端的情况,如果多个后端呢?
| closed | 2017-10-08T23:23:49Z | 2017-10-08T23:44:26Z | https://github.com/Ehco1996/django-sspanel/issues/12 | [] | cheapssr | 1 |
LibreTranslate/LibreTranslate | api | 105 | Limit quantity of calls for key | [Few shot translation](https://community.libretranslate.com/t/few-shot-translation-with-multilingual-language-models/160) model backends are expensive (OpenAI API is currently ~$0.06 per token). This means using few shot translations will require limiting API keys to a number of calls or characters limit. | closed | 2021-06-24T22:33:48Z | 2022-07-17T15:15:04Z | https://github.com/LibreTranslate/LibreTranslate/issues/105 | [
"enhancement"
] | PJ-Finlay | 0 |
CorentinJ/Real-Time-Voice-Cloning | deep-learning | 538 | New pretrained synthesizer model (tensorflow) | Trained on LibriSpeech, using the current synthesizer (tensorflow). This performs similarly to the current model, with fewer random gaps appearing in the middle of synthesized utterances. It handles short input texts better too.
### Download link: https://www.dropbox.com/s/3kyjgew55c4yxtf/librispeech_270k_tf.zip?dl=... | closed | 2020-09-30T07:59:31Z | 2021-12-04T06:01:56Z | https://github.com/CorentinJ/Real-Time-Voice-Cloning/issues/538 | [] | ghost | 3 |
sinaptik-ai/pandas-ai | data-visualization | 769 | Azure Open AI support not working in 1.5.1 | ### System Info
Platform: Azure databricks
Python version: 3.10.12
pandas ai: 1.5.1
### 🐛 Describe the bug
OS version:
Python version:
pandas ai: 1.5.1
When changing from **1.4.10** to **1.5.1**, my code is not longer working. I am following the documentation and I changed **api_base* to **azure_endpoint** I... | closed | 2023-11-21T20:21:20Z | 2024-06-01T00:20:49Z | https://github.com/sinaptik-ai/pandas-ai/issues/769 | [
"bug"
] | epicvhbennetts | 16 |
donnemartin/system-design-primer | python | 551 | DNS image | I personally think this image is more efficient to explain DNS' working:

| open | 2021-07-28T08:05:51Z | 2022-04-23T13:17:41Z | https://github.com/donnemartin/system-design-primer/issues/551 | [
"needs-review"
] | shreyshreyansh | 0 |
gradio-app/gradio | data-science | 10,180 | `/gradio_api/file=` may not work with docker | ### Describe the bug
When I deploy the gradio app with docker and mount a volume which path is included in `allowed_paths`, I got an error `{"detail":"File not allowed:images/0.jpg}`

When started locally, the path can be acce... | open | 2024-12-11T14:27:08Z | 2025-02-28T17:54:38Z | https://github.com/gradio-app/gradio/issues/10180 | [
"bug"
] | wenzhaoabc | 0 |
sqlalchemy/sqlalchemy | sqlalchemy | 10,050 | Possibility to use callable for relationship.back_populates and ForeignKey.column | ### Discussed in https://github.com/sqlalchemy/sqlalchemy/discussions/10049
<div type='discussions-op-text'>
<sup>Originally posted by **AlexanderPodorov** July 1, 2023</sup>
Given this option we could make existing mapping more robust and reliable for refactoring.
Current code, example from [here](https://doc... | closed | 2023-07-02T14:17:53Z | 2024-02-01T09:51:43Z | https://github.com/sqlalchemy/sqlalchemy/issues/10050 | [
"orm",
"use case",
"patch provided",
"orm - annotated declarative"
] | zzzeek | 5 |
onnx/onnx | tensorflow | 6,329 | Change the example in the documentation of Transpose | TL;DR:
The ONNX documentation for operator `Transpose` does not remove an ambiguity. The current example is
> For example, when perm=(1, 0, 2), given an input tensor of shape (1, 2, 3), the output shape will be (2, 1, 3).
I propose to replace it with
> For example, when perm=(2, 0, 1), given an input ten... | open | 2024-08-30T07:04:16Z | 2024-09-06T14:58:25Z | https://github.com/onnx/onnx/issues/6329 | [
"bug",
"topic: documentation",
"topic: spec clarification",
"contributions welcome"
] | agrastien | 1 |
coqui-ai/TTS | pytorch | 4,118 | [Bug] Streaming inference does not work | ### Describe the bug
Tried the streaming code at https://docs.coqui.ai/en/latest/models/xtts.html#streaming-manually
with use_deepspeed=False on CPU. Got error: AttributeError: 'int' object has no attribute '_pad_token_tensor'
### To Reproduce
import os
import time
import torch
import torchaudio
from TTS.tt... | closed | 2024-12-31T05:23:56Z | 2025-02-22T05:07:50Z | https://github.com/coqui-ai/TTS/issues/4118 | [
"bug",
"wontfix"
] | 1640675651 | 6 |
pytest-dev/pytest-selenium | pytest | 46 | Typo on documentation | from documentation in testing bot section:
```
py.test --driver TestingBot --capability browserName firefox --capability browserName 39 --capability platform WIN8
```
correction should be
```
py.test --driver TestingBot --capability browserName firefox --capability version 39 --capability platform WIN8
```
| closed | 2015-12-14T09:22:16Z | 2015-12-14T10:59:27Z | https://github.com/pytest-dev/pytest-selenium/issues/46 | [] | rarajabs | 1 |
huggingface/datasets | pandas | 6,490 | `load_dataset(...,save_infos=True)` not working without loading script | ### Describe the bug
It seems that saving a dataset infos back into the card file is not working for datasets without a loading script.
After tracking the problem a bit it looks like saving the infos uses `Builder.get_imported_module_dir()` as its destination directory.
Internally this is a call to `inspect.getfil... | open | 2023-12-12T08:09:18Z | 2023-12-12T08:36:22Z | https://github.com/huggingface/datasets/issues/6490 | [] | morganveyret | 1 |
junyanz/pytorch-CycleGAN-and-pix2pix | deep-learning | 1,316 | Test results (question) | Is it possible to save the full result image, and not only the half of Fake_B and Real_B? | closed | 2021-09-18T22:18:48Z | 2021-12-02T21:07:52Z | https://github.com/junyanz/pytorch-CycleGAN-and-pix2pix/issues/1316 | [] | avada-z | 1 |
torchbox/wagtail-grapple | graphql | 409 | Performance problems with querying for a large numbers of redirects | We have an, ah, _unseemly_ number of redirects (almost 100,000), and it seems like it's starting to timeout on the GraphQL query for them at this point. It's not entirely clear why it has started to do this, because the number of redirects hasn't jumped dramatically, but it seems to have been triggered by an upgrade fr... | open | 2024-10-01T18:38:44Z | 2024-10-02T09:06:57Z | https://github.com/torchbox/wagtail-grapple/issues/409 | [] | Scotchester | 2 |
microsoft/nni | pytorch | 5,224 | AttributeError: 'torch._C.Node' object has no attribute 'schema' | I use the tool to try to prue my model such as (https://github.com/microsoft/nni/blob/dab51f799f77aa72c18774faffaedf8d0ee2c977/examples/model_compress/pruning/admm_pruning_torch.py)
I only change the model(with restnet) and the dataloader:
But now there is some problem when I use ModelSpeedup
File "<ipython-input-... | closed | 2022-11-11T14:10:09Z | 2022-12-05T02:38:01Z | https://github.com/microsoft/nni/issues/5224 | [] | sunpeil | 3 |
MaartenGr/BERTopic | nlp | 1,604 | TypeError: issubclass() arg 1 must be a class | Hello, I wanted to develop a project using with BERTopic but I got an error. The error is:
```
TypeError Traceback (most recent call last)
/var/folders/q0/6dq2tpd50s7g0rgbvq9q6ys40000gn/T/ipykernel_58966/2806191270.py in <cell line: 1>()
----> 1 from bertopic import BERTopic
~/o... | closed | 2023-10-31T17:31:30Z | 2023-11-01T19:04:13Z | https://github.com/MaartenGr/BERTopic/issues/1604 | [] | tanersekmen | 2 |
nolar/kopf | asyncio | 1,032 | Document how to debug kopf | ### Keywords
debugger, debug, debugging
### Problem
I want to start kopf with debugger mode so that I can attach to it with me IDE and debug the code.
Is it doable but not yet documented?
regards | closed | 2023-06-22T11:15:46Z | 2023-07-24T05:27:06Z | https://github.com/nolar/kopf/issues/1032 | [
"question"
] | lkoniecz | 2 |
TencentARC/GFPGAN | deep-learning | 435 | nvfuser_codegen.dll | Hi, I'm getting this error when I try it, any help ?
`Error loading "C:\Users\Mourad\AppData\Local\Programs\Python\Python310\lib\site-packages\torch\lib\nvfuser_codegen.dll" or one of its dependencies.
` | open | 2023-08-28T16:42:57Z | 2023-08-28T16:42:57Z | https://github.com/TencentARC/GFPGAN/issues/435 | [] | Arifi | 0 |
viewflow/viewflow | django | 229 | integrate mail server | Hi, is it possible to integrate send_email method from library django.core.mail (i.e. after approved process in the http://docs.viewflow.io/viewflow_quickstart.html)? thank you | closed | 2018-10-17T07:38:00Z | 2018-10-25T03:48:31Z | https://github.com/viewflow/viewflow/issues/229 | [
"request/question"
] | gotamarepo | 1 |
huggingface/transformers | tensorflow | 36,067 | Differences when inheriting from nn.Module and BertFromPreTrained | ### System Info
```shell
- `transformers` version: 4.46.3
- Platform: Linux-4.15.0-112-generic-x86_64-with-glibc2.17
- Python version: 3.8.18
- Huggingface_hub version: 0.24.6
- Safetensors version: 0.4.5
- Accelerate version: not installed
- Accelerate config: not found
- PyTorch version (GPU?): 2.0.0+cu118 (True)
- ... | closed | 2025-02-06T10:30:27Z | 2025-02-06T15:12:16Z | https://github.com/huggingface/transformers/issues/36067 | [] | QXGeraldMo | 1 |
pytest-dev/pytest-html | pytest | 510 | Pytest-html generates html report even if no tests were run with VSCode | I am using VSCode and each time the test explorer runs a discovery/collects tests, a report.html file is generated even if no tests were run. I currently have my framework set up to create folders for each run with a report.html similar to the structure below. I am procedurally setting the the htmlpath in pytest_config... | closed | 2022-04-08T14:31:24Z | 2022-04-08T16:34:03Z | https://github.com/pytest-dev/pytest-html/issues/510 | [] | davidcasarez | 6 |
pyg-team/pytorch_geometric | deep-learning | 9,600 | bunch of CI failures with latest updates | ### 🐛 Describe the bug
when updating from 8c849a482c3cf2326c1f493e79d04169b26dfb0b to the latest commit c0c2d5fefddbce412741db68cc7a74af225fa94a
we now see the following errors (their all pretty much the same, let me know if you want the full log)
```
______________________________ test_to_undirected _____________... | closed | 2024-08-16T20:30:13Z | 2024-08-27T19:58:21Z | https://github.com/pyg-team/pytorch_geometric/issues/9600 | [
"bug"
] | puririshi98 | 2 |
autogluon/autogluon | computer-vision | 4,895 | [BUG] Tabular models fail to function properly in certain Docker container environments. | **Bug Report Checklist**
<!-- Please ensure at least one of the following to help the developers troubleshoot the problem: -->
- [ ] I provided code that demonstrates a minimal reproducible example. <!-- Ideal, especially via source install -->
- [√] I confirmed bug exists on the latest mainline of AutoGluon via sour... | open | 2025-02-15T06:17:25Z | 2025-02-19T00:12:22Z | https://github.com/autogluon/autogluon/issues/4895 | [
"module: tabular",
"bug: unconfirmed",
"Needs Triage",
"module: timeseries"
] | Anyon123 | 1 |
ultralytics/ultralytics | pytorch | 18,794 | How to Improve YOLOv8 Fine-Tuning for Better Generalization Across Different Scenes | ### 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 fine-tuning yolov8n to use it as a person detector for CCTV cameras. How... | open | 2025-01-21T08:57:37Z | 2025-02-01T11:23:34Z | https://github.com/ultralytics/ultralytics/issues/18794 | [
"question",
"detect"
] | faezehprb | 4 |
scikit-learn/scikit-learn | python | 30,332 | NuSVC argument `class_weight` is not used | ### Describe the bug
Like `SVC`, the class `NuSVC` takes argument `class_weight`. However, it looks like this argument is not used. After a quick look at the libsvm C code within sklearn as well as [libsvm's original documentation](https://www.csie.ntu.edu.tw/~cjlin/libsvm/), this seems to be expected: "`wi` set the... | open | 2024-11-22T13:37:27Z | 2024-12-12T14:10:53Z | https://github.com/scikit-learn/scikit-learn/issues/30332 | [
"Bug",
"Needs Investigation"
] | lciti | 15 |
albumentations-team/albumentations | machine-learning | 1,781 | Huggingface demo link in docs does not allow user uploaded images | ## Describe the bug
Huggingface demo link in docs does not allow user uploaded images.
### To Reproduce
Test here:
https://huggingface.co/spaces/qubvel-hf/albumentations-demo?transform=CLAHE | closed | 2024-06-08T19:35:46Z | 2024-09-19T04:31:04Z | https://github.com/albumentations-team/albumentations/issues/1781 | [
"feature request"
] | ogencoglu | 3 |
horovod/horovod | deep-learning | 3,254 | Support NCCL for Elastic Horovod | The documentation says that Elastic Horovod only works with Gloo. But NCCL is the state-of-the-art collective communication library with GPUs and has been widely adopted in distributed data-parallel DNN training. Therefore, I hope Elastic Horovod will support NCCL. BTW, I wonder why you choose Gloo rather than NCCL.
... | closed | 2021-11-02T04:05:36Z | 2021-11-03T06:54:58Z | https://github.com/horovod/horovod/issues/3254 | [
"enhancement"
] | jasperzhong | 2 |
mkhorasani/Streamlit-Authenticator | streamlit | 28 | How do I set SameSite=Lax? | Does anyone know how to set SameSite cookie? I'd appreciate it if someone could implement it for us. | closed | 2022-08-09T05:25:32Z | 2022-08-20T07:28:26Z | https://github.com/mkhorasani/Streamlit-Authenticator/issues/28 | [] | DharmaDoll | 2 |
X-PLUG/MobileAgent | automation | 92 | what does the argument '--use_som' stand for in PC-Agent? | open | 2025-02-10T03:00:49Z | 2025-02-12T07:00:57Z | https://github.com/X-PLUG/MobileAgent/issues/92 | [] | wenwend1122 | 1 | |
aeon-toolkit/aeon | scikit-learn | 2,261 | [ajb/exponent] is STALE | @TonyBagnall,
ajb/exponent has had no activity for 143 days.
This branch will be automatically deleted in 32 days. | closed | 2024-10-28T01:28:10Z | 2024-10-28T16:10:22Z | https://github.com/aeon-toolkit/aeon/issues/2261 | [
"stale branch"
] | aeon-actions-bot[bot] | 1 |
sqlalchemy/sqlalchemy | sqlalchemy | 9,819 | python 3.12 slices are hashable, affects one area of Row for 1.4 only | due to https://github.com/python/cpython/pull/101264
```py
from sqlalchemy import create_engine
e = create_engine("sqlite://")
with e.connect() as conn:
result = conn.exec_driver_sql("select 1, 2, 3, 4, 5")
row = result.one()
onetwo = row[0:2]
threefive = row[3:5]
print(f"{onet... | closed | 2023-05-22T16:37:21Z | 2023-07-02T14:43:44Z | https://github.com/sqlalchemy/sqlalchemy/issues/9819 | [
"bug",
"engine"
] | zzzeek | 9 |
kylebebak/Requester | graphql | 17 | Connection Error: [SSL: CERTIFICATE_VERIFY_FAILED] certificate verify failed (_ssl.c:548) | How to use Self-signed SSL certificates?
I think maybe need add setting for use Session.merge_environment_settings? | closed | 2018-11-09T10:51:00Z | 2018-12-03T14:03:47Z | https://github.com/kylebebak/Requester/issues/17 | [] | jlab13 | 2 |
ymcui/Chinese-LLaMA-Alpaca | nlp | 160 | 7B 量化成功 13B在转换合并阶段遇到错误 | 感谢您使用Issue提问模板,请按照以下步骤提供相关信息。我们将优先处理信息相对完整的Issue,感谢您的配合。
*提示:将[ ]中填入x,表示打对钩。*
### 问前必查项目
- [ ] 由于相关依赖频繁更新,请确保按照[README.md](https://github.com/ymcui/Chinese-LLaMA-Alpaca)中的相关步骤执行
- [ ] 我已在Issue中对问题进行了搜索,没有找到相似问题和解决方案
- [ ] 我已阅读README中的[FAQ章节](https://github.com/ymcui/Chinese-LLaMA-Alpaca#faq),没有找到相似问题和解决方案
-... | closed | 2023-04-14T21:12:20Z | 2023-04-14T21:41:11Z | https://github.com/ymcui/Chinese-LLaMA-Alpaca/issues/160 | [] | cgisky1980 | 2 |
plotly/dash | data-science | 3,094 | Allow_duplicate=True Fails with More Than Two Duplicate Callbacks | ## Bug Report: `allow_duplicate=True` Fails with More Than Two Duplicate Callbacks
**Description:**
The `allow_duplicate=True` parameter does not function correctly when there are more than two duplicate callbacks.
**Reproducible Example:**
The following examples demonstrate the issue:
**Working Examples (Two Dupl... | closed | 2024-11-26T12:01:25Z | 2024-11-27T15:35:24Z | https://github.com/plotly/dash/issues/3094 | [
"bug",
"P2"
] | Kissabi | 1 |
BeastByteAI/scikit-llm | scikit-learn | 16 | can it output probabilities | Hi,i must say this is an excellent work.While using it, is it possible to output probabilities? | closed | 2023-05-28T03:39:08Z | 2023-07-15T21:11:57Z | https://github.com/BeastByteAI/scikit-llm/issues/16 | [] | ghost | 1 |
waditu/tushare | pandas | 1,436 | pro_bar的日线数据在使用了limit参数后, start_date参数被忽略 | 调用pro_bar接口获取日线数据时, 如果同时使用start_date和limit参数, start_date参数会变为无效, 如下:
df = ts.pro_bar(ts_code='601607.SH',start_date='20200803', limit=7, adj='qfq')
理论上获取的应该是自20200803开始七天的交易数据, 实际获得的是从今天开始往前一共七天的数据. 如果去除limit参数, 则能正确获取20200803开始到今天的数据. 如果去把start_date参数改成end_date='20200803', 则能正确获得从20200803往前七天的数据.
社区id 237660 | open | 2020-09-22T11:13:56Z | 2020-09-22T11:13:56Z | https://github.com/waditu/tushare/issues/1436 | [] | E10000 | 0 |
matplotlib/matplotlib | matplotlib | 29,359 | [Doc]: stable docs link to dev | ### Documentation Link
https://matplotlib.org/stable/index.html
### Problem
On MacOS Firefox, the link to the documentation (which is for the stable version) takes me to 3.10 (dev), so I always get the "This is documentation for an unstable development version" message.
### Suggested improvement
I figure this has... | closed | 2024-12-20T18:08:49Z | 2024-12-20T20:56:25Z | https://github.com/matplotlib/matplotlib/issues/29359 | [
"Documentation"
] | shallow-beach | 1 |
marcomusy/vedo | numpy | 869 | Plotter screenshot scale has no effect | Hi Marco,
I was installing newest version (`'2023.4.4'`) of vedo through pip and noticed that my rendered images degraded in quality.
I found that the `scale` parameter in `screenshot` function of plotter has no effect if `asarray=True`, ie if i get the following output
```
>> plt.screenshot(asarray=True, scale=... | closed | 2023-05-24T12:18:01Z | 2023-10-18T13:10:58Z | https://github.com/marcomusy/vedo/issues/869 | [] | paul0noah | 1 |
healthchecks/healthchecks | django | 196 | Problem with cron expressions | Hi,
Very odd. The cron expression engine does not accept `0 2 * * *`... It accepts `0 1 * * *` and `0 3 * * *`.

:
manager = ForeignKey(
LazyTableReference("Manager", module_path=__name__)
)
name = Varchar()
class Manager(Table):
name = Varchar()
```
The challenge ... | closed | 2024-06-27T10:28:17Z | 2024-06-27T11:58:52Z | https://github.com/piccolo-orm/piccolo/issues/1039 | [
"enhancement"
] | dantownsend | 0 |
mwaskom/seaborn | data-visualization | 3,021 | Can we get error bar statistics? | Hi - Did some search but no luck. Is there anyway to retrieve the statistics of the plots, such as mean, error bar lower bound, error bar upper bound from seaborn.relplot on aggregated data?
for example, [this](https://seaborn.pydata.org/tutorial/relational.html#aggregation-and-representing-uncertainty) plot
```... | closed | 2022-09-13T01:47:45Z | 2022-09-13T02:27:53Z | https://github.com/mwaskom/seaborn/issues/3021 | [] | galaxy139 | 1 |
errbotio/errbot | automation | 1,646 | Create a new release
| Thanks for this project! It works almost out of the box.
When I installed the Bot, I ran into #1624 which has been fixed long time ago. But the release is still missing. Any chance to get one?
In case the problem is the missing GitHub workflow: Just ping me and I will submit a PR to automize it. This way a release ca... | closed | 2023-06-18T06:53:13Z | 2024-01-02T07:27:02Z | https://github.com/errbotio/errbot/issues/1646 | [] | kayman-mk | 11 |
allure-framework/allure-python | pytest | 749 | How to use allure-python-commons? Any documentation? | Hi all,
Does anyone know how to use allure-python-commons? Is there any documentation?
My company has an in-house test framework that generates test results in json file. I want to convert the data in the json file to Allure results that can be used by Allure to generate Allure report.
I tried to find a way to... | closed | 2023-06-07T23:30:40Z | 2023-06-12T23:25:17Z | https://github.com/allure-framework/allure-python/issues/749 | [] | albertwangnz | 2 |
tflearn/tflearn | data-science | 299 | How to configure the LSTM sequence generator ? | Hello there !
I have a few questions and issues when running the seq generator scripts.
When I try the shakespeare script, it runs for 24h with about 1,300,000 iterations without outputting anything.
- Is it that too big for my small CPU ?
- Is there any way to configure the stopping iteration when fitting the dat... | open | 2016-08-23T10:14:47Z | 2017-04-05T17:41:59Z | https://github.com/tflearn/tflearn/issues/299 | [] | TheoLvs | 2 |
pyeve/eve | flask | 1,248 | eve crashes on malformed sort parameters | When sending a malformed sorting parameter to eve, it should return `400` for bad request.
Instead, eve crashes and returns a `500`.
This can be reproduces with the demo app:
This works:
```sh
curl "http://eve-demo.herokuapp.com/people?sort=firstname"
```
This crashes with `500`, instead of returning `40... | closed | 2019-03-30T21:40:35Z | 2019-04-01T10:24:51Z | https://github.com/pyeve/eve/issues/1248 | [] | NotSpecial | 1 |
Esri/arcgis-python-api | jupyter | 1,404 | FeatureSet.from_geojson destroys MultiPolygons | **Describe the bug**
Loading GeoJSON into a `FeatureSet` loses information about `MultiPolygons`. Converting back to geojson exports a `Polygon` type instead of a `MultiPolygon`.
**To Reproduce**
Steps to reproduce the behavior:
```python
import json
from arcgis.features import FeatureSet
geojson_in = {'type... | closed | 2022-12-27T05:41:14Z | 2024-05-18T22:29:00Z | https://github.com/Esri/arcgis-python-api/issues/1404 | [
"bug"
] | gabeschine | 7 |
piccolo-orm/piccolo | fastapi | 948 | Adding a self referencing foreign key to an existing table which has a custom primary key | This is a real edge case that I just came across.
If you have this table:
```python
class MyTable(Table):
id = UUID(primary_key=True)
```
And modify it to this:
```python
class MyTable(Table):
id = UUID(primary_key=True)
fk = ForeignKey("self")
```
The auto migration can fail, because ... | closed | 2024-03-12T19:43:39Z | 2024-03-12T20:21:56Z | https://github.com/piccolo-orm/piccolo/issues/948 | [
"bug"
] | dantownsend | 0 |
amdegroot/ssd.pytorch | computer-vision | 129 | how can i run test.py | when i run test.py, an error occurred,as follows,
usage: _jb_nosetest_runner.py [-h] [--trained_model TRAINED_MODEL]
[--save_folder SAVE_FOLDER]
[--visual_threshold VISUAL_THRESHOLD]
[--cuda CUDA]
_jb_nosetest_runner.py: erro... | open | 2018-03-25T12:04:50Z | 2019-07-02T07:57:10Z | https://github.com/amdegroot/ssd.pytorch/issues/129 | [] | atrimage | 3 |
ultralytics/ultralytics | deep-learning | 19,509 | How to generate a onxx and a nms file ? | ### 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
from ultralytics import YOLO
# Load a model
model = YOLO("maskbest-ptbr.pt"... | open | 2025-03-04T02:33:57Z | 2025-03-04T15:39:46Z | https://github.com/ultralytics/ultralytics/issues/19509 | [
"question",
"exports"
] | xmaxmex | 4 |
google-research/bert | nlp | 1,200 | 关于在2.0版本中没有找到stacked_embedding,这个类取消了吗 | open | 2021-02-23T11:42:30Z | 2021-02-23T11:43:37Z | https://github.com/google-research/bert/issues/1200 | [] | capella12 | 0 |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.