text stringlengths 20 57.3k | labels class label 4
classes |
|---|---|
Title: Code quality metrics: add codify / landscape to project
Body: 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/tickstor... | 1medium |
Title: [BUG-REPORT] pip install vaex-core==4.16.1 on Linux leads to build failure with gcc 13.1.1
Body: 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.superstri... | 1medium |
Title: No scrollbar (overflow: hidden) in dev documentation when using Fast template
Body: 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... | 1medium |
Title: Allow dvc.yaml templating from non default params files
Body: Hi! First of all, thanks for your amazing work, I love it and I'm trying to push our team to use it on daily basis.
I'm trying to have multiple pipelines to handle different behaviors in a RAG library : a synthetic dataset generation and a RAG execut... | 1medium |
Title: Save generator and load it only for prediction
Body: Hello,
Thank you for your implementation of cycle gans, it is very clear. I would like to ask if there is a way to save the generators every 500 iterations (exactly when they predict the test images) so I can load them in a different moment and only perform... | 1medium |
Title: Add support for geetiles
Body: https://github.com/rramosp/geetiles | 1medium |
Title: Firefox Extensions
Body: I don't see anything in the docs about using firefox extensions. Is that possible, or is it a chrome only feature? | 1medium |
Title: Resizing of image in YuNet detector returns wrong results for eyes positions
Body: 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 detectio... | 1medium |
Title: Adding multiple classification heads to train in single model
Body: 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... | 1medium |
Title: TypeError: 'default' is an invalid keyword argument for this function
Body: 请教例子就报错是咋回事?
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: 'defau... | 1medium |
Title: Hi, how could i save some statistics like training loss and accuracy to a file?
Body: 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.
| 1medium |
Title: Logitech C920 Issues
Body: 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 wou... | 1medium |
Title: Subscription is not triggered from background task
Body: 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():
...
... | 1medium |
Title: Pipeline is incorrect with specific lang in MultilingualPipeline if lang_config is set
Body: **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': {'pr... | 1medium |
Title: 微调clip_cn_vit-l-14-336 报错
Body: 我尝试换了下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.re... | 1medium |
Title: LCD not working on 7.7.7
Body: ## 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 ;)
| 1medium |
Title: POST adding extra header
Body: 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=pete... | 1medium |
Title: how to set pytest-cov output to a single html?
Body: 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? | 1medium |
Title: [Q]: wandb.sweep not working
Body: ### 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... | 1medium |
Title: [dividend()]分红送配接口返回的数据中有重复的数据
Body: 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 c... | 1medium |
Title: Not working on Raspberry pi?
Body: 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 ... | 1medium |
Title: ValueError: Can not provide both every_secs and every_steps
Body: 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 bot... | 1medium |
Title: Auto-selective activation checkpointing is not optimal for speed (issue with min_cut_rematerialization_partition)
Body: ### 🐛 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-budg... | 2hard |
Title: Retrieve data added with a folium Draw plugin
Body: 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 ... | 3misc |
Title: How to make pokemon bot
Body: Hi | 3misc |
Title: Can't install normally pyqt5
Body: `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.... | 2hard |
Title: [BUG] conda does not update automatically
Body: @MBrouns dunno if we want to automate this, but can you push to conda? | 1medium |
Title: onnx.helper.make_attribute_ref does not set attr.ref_attr_name
Body: # 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? | 1medium |
Title: latest_net_<D/G>_<A/B> vs <epoch_count>+<save_latest_freq> Net
Body: 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` ... | 1medium |
Title: Cannot Install tabula-py
Body: 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-p... | 1medium |
Title: Got this problem
Body: 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 | 1medium |
Title: [Migrated] Set PYTHON_EGG_CACHE for flask apps during init
Body: 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 ... | 0easy |
Title: Parallel_apply gets stuck
Body: ## 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 *... | 2hard |
Title: Fix Frontend Failing Test: paddle - logic.paddle.equal_all
Body: To-do List: https://github.com/unifyai/ivy/issues/27500 | 1medium |
Title: Documentation analyze vs compare
Body: 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.... | 0easy |
Title: AttributeError: 'LangchainLLM' object has no attribute '_llm_type'
Body: ### 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 = "qs... | 2hard |
Title: Does quart have feature parity and consistent bug fixes for the python 3.6 and python 3.7 releases?
Body: 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,... | 3misc |
Title: Handle messages from a group
Body: 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
... | 1medium |
Title: Divided by zero exception151
Body: Error: Attempted to divide by zero.151 | 0easy |
Title: Gigapixel upscaling the source method not working (restoring metadata error)
Body: 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... | 1medium |
Title: Alter in create_all
Body: * 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 a... | 1medium |
Title: [QUESTION]Training Loss Much Lower Than Validation Loss in TSMixerModel: Need Help Understanding Why
Body: **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 (someti... | 1medium |
Title: Detect cloudflare using its own method of bypassing
Body: 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 -
-------------------------------------------... | 1medium |
Title: Compatibility for Chinese
Body: 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 ... | 1medium |
Title: Limit quantity of calls for key
Body: [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 numbe... | 1medium |
Title: New pretrained synthesizer model (tensorflow)
Body: 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://ww... | 1medium |
Title: Azure Open AI support not working in 1.5.1
Body: ### 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 documen... | 1medium |
Title: DNS image
Body: I personally think this image is more efficient to explain DNS' working:

| 3misc |
Title: `/gradio_api/file=` may not work with docker
Body: ### 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}`
, given an input tensor of shape (1, 2, 3), the output shape will be (2, 1, 3).
I propose to replace... | 1medium |
Title: [Bug] Streaming inference does not work
Body: ### 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
impo... | 2hard |
Title: Typo on documentation
Body: 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 --ca... | 0easy |
Title: `load_dataset(...,save_infos=True)` not working without loading script
Body: ### 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_modul... | 1medium |
Title: Test results (question)
Body: Is it possible to save the full result image, and not only the half of Fake_B and Real_B? | 0easy |
Title: Performance problems with querying for a large numbers of redirects
Body: 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... | 1medium |
Title: AttributeError: 'torch._C.Node' object has no attribute 'schema'
Body: 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:
... | 1medium |
Title: Document how to debug kopf
Body: ### 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 | 0easy |
Title: integrate mail server
Body: 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 | 1medium |
Title: Differences when inheriting from nn.Module and BertFromPreTrained
Body: ### 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... | 1medium |
Title: Pytest-html generates html report even if no tests were run with VSCode
Body: 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 simila... | 1medium |
Title: bunch of CI failures with latest updates
Body: ### 🐛 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)
```
_________... | 2hard |
Title: [BUG] Tabular models fail to function properly in certain Docker container environments.
Body: **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, especi... | 2hard |
Title: How to Improve YOLOv8 Fine-Tuning for Better Generalization Across Different Scenes
Body: ### 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 questi... | 1medium |
Title: NuSVC argument `class_weight` is not used
Body: ### 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/~c... | 1medium |
Title: Huggingface demo link in docs does not allow user uploaded images
Body: ## 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 | 1medium |
Title: Support NCCL for Elastic Horovod
Body: 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 w... | 1medium |
Title: How do I set SameSite=Lax?
Body: Does anyone know how to set SameSite cookie? I'd appreciate it if someone could implement it for us. | 1medium |
Title: python 3.12 slices are hashable, affects one area of Row for 1.4 only
Body: 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 = r... | 1medium |
Title: Connection Error: [SSL: CERTIFICATE_VERIFY_FAILED] certificate verify failed (_ssl.c:548)
Body: How to use Self-signed SSL certificates?
I think maybe need add setting for use Session.merge_environment_settings? | 1medium |
Title: 7B 量化成功 13B在转换合并阶段遇到错误
Body: 感谢您使用Issue提问模板,请按照以下步骤提供相关信息。我们将优先处理信息相对完整的Issue,感谢您的配合。
*提示:将[ ]中填入x,表示打对钩。*
### 问前必查项目
- [ ] 由于相关依赖频繁更新,请确保按照[README.md](https://github.com/ymcui/Chinese-LLaMA-Alpaca)中的相关步骤执行
- [ ] 我已在Issue中对问题进行了搜索,没有找到相似问题和解决方案
- [ ] 我已阅读README中的[FAQ章节](https://github.com/ymcui/Chines... | 1medium |
Title: Allow_duplicate=True Fails with More Than Two Duplicate Callbacks
Body: ## 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:... | 1medium |
Title: pro_bar的日线数据在使用了limit参数后, start_date参数被忽略
Body: 调用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=... | 1medium |
Title: [Doc]: stable docs link to dev
Body: ### 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.
... | 1medium |
Title: Plotter screenshot scale has no effect
Body: 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... | 1medium |
Title: Problem with cron expressions
Body: 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):
... | 2hard |
Title: Can we get error bar statistics?
Body: 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#aggrega... | 1medium |
Title: Create a new release
Body: 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... | 1medium |
Title: How to use allure-python-commons? Any documentation?
Body: 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 use... | 1medium |
Title: How to configure the LSTM sequence generator ?
Body: 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 ... | 1medium |
Title: eve crashes on malformed sort parameters
Body: 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"
``... | 1medium |
Title: FeatureSet.from_geojson destroys MultiPolygons
Body: **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
f... | 1medium |
Title: Adding a self referencing foreign key to an existing table which has a custom primary key
Body: 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):
... | 1medium |
Title: how can i run test.py
Body: 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 ... | 1medium |
Title: How to generate a onxx and a nms file ?
Body: ### 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 impor... | 1medium |
Title: 关于在2.0版本中没有找到stacked_embedding,这个类取消了吗
Body: | 1medium |
Title: pip install spleeter -> broken (on Archlinux) -> using virtualenv python 3.8 + poetry is fine !
Body: - [x] I didn't find a similar issue already open.
- [x] I read the documentation (README AND Wiki)
- [x] I have installed FFMpeg
- [x] My problem is related to Spleeter only, not a derivative product (such as... | 1medium |
Title: Evaluate CodSpeed for benchmarking in CI
Body: I talked to @adriencaccia from [CodSpeed](https://codspeed.io) during EuroPython 2024, and it turns out that they productified the same Gist by @itamarst that https://github.com/falconry/falcon/pull/1825 is based upon :smiling_imp:
CodSpeed is free for open sour... | 1medium |
Title: Is it a good idea to apply NER for translation
Body: This may not directly related to tensor2tensor, but I am curious about to what extend NER could improve translation quality in general. Here are some examples where NER could apply.
1. numbers, especially long digits e.g., 100,000,000. To my understand, it wo... | 1medium |
Title: Question about using EasyOCR
Body: Hi,
We are just wondering if the EasyOCR is free to use or we can execute it only 30 operations (for Community version-according to the web: https://www.jaided.ai/price/)?
Many thanks! | 0easy |
Title: Look into supporting OpenTracing
Body: OpenTracing (https://opentracing.io/) looks like a great way to implement generic APM support.
OpenTracing would also allow us to track requests across multiple servers (via forwarding trace/span IDs, for example using HTTP headers). | 1medium |
Title: AI to Metatrader 4
Body: Hello,
I'm interested in your application.
I want the AI for Metatrader 4. My idea is to use Google Servers and this Technology from Google to handle a Website that clone Metatrader4 library. To clone Website you have to import this code from that is listed on this site: https://ww... | 2hard |
Title: ➜ andy pip install fastapi_amis_admin[cli] zsh: no matches found: fastapi_amis_admin[cli]
Body: pip install fastapi_amis_admin[cli] zsh: no matches found: fastapi_amis_admin[cli] 求问大佬,这个怎么处理 | 1medium |
Title: fails to display table with foreign keys
Body: Using the latest version from pip, I have the following issue:
When I click on a table that contains a foreign key, an Internal Server Error is caused with the following Traceback:
```
[2018-04-26 10:56:55,863] ERROR in app: Exception on /expression/ [GET]
... | 1medium |
Title: [Todo] Finish the migration to the new parser spec format
Body: There are some quirks left after #201 has taken place:
- [ ] Update the documentation
- [ ] Rework/Simplify the Sitemap vs Newsmap Situation
- [ ] Explain what the Sitemap Parameters do | 1medium |
Title: Feature Request: Publish/Deploy Sphinx Documentation Website
Body: Hi,
This is a feature request to Publish/Deploy the Sphinx Documentation Website.
GitHub Pages might be a good option for this. | 1medium |
Title: update example notebooks
Body: Main points:
- [x] add `register_plotly_resampler` / `unregister_plotly_resampler`
- [x] show `register_plotly_resampler` + `pd.options.plotting.backend` = 'plotly'
- [x] show how `add_traces` can be used
- [x] show how `add_trace` and `add_traces` can be used with dict_input... | 1medium |
Title: Address new deprecations in SciPy 1.12.0.dev0
Body: Our nightly test job is doing its job and flagging pending deprecation warnings: https://github.com/scikit-image/scikit-image/actions/runs/5485938623/jobs/9995372984#step:5:3983
```
FAILED segmentation/tests/test_random_walker.py::test_2d_cg[float16] - Valu... | 1medium |
Title: Home Page become a creator does not work
Body: | 1medium |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.