text stringlengths 20 57.3k | labels class label 4
classes |
|---|---|
Title: CMake : Could not find OpenSSL.
Body: Please advise me.
`$ docker build -t deepo1 -f Dockerfile.pytorch-py36-cu100 .`
...
-- Looking for C++ include dlfcn.h
-- Looking for C++ include dlfcn.h - found
-- Checking whether dladdr works with this C++ compiler
-- Checking whether dladdr works with this C++ ... | 1medium |
Title: Question about the implementation of the 'Jaccard' Dice coefficient
Body: ### New Issue Checklist
- [x] I have read the [Contribution Guidelines](https://github.com/tensorlayer/tensorlayer/blob/master/CONTRIBUTING.md)
- [x] I searched for [existing GitHub issues](https://github.com/tensorlayer/tensorlayer/is... | 1medium |
Title: ExplainerDashboard - AttributeError: 'list' object has no attribute 'keys'
Body: i can't figure out, why i get the following error: AttributeError: 'list' object has no attribute 'keys'.
The dashboard works, but the menus: feature importances and SHAP Summary in Feature Dependence menu not.
```
explainer =... | 2hard |
Title: Move to setup.cfg file instead of setup.py
Body: I am starting to see the following warning when installing using our current setup.py file:
```python
/Users/mgrover/miniforge3/envs/open-science-rockies-dev/lib/python3.9/site-packages/setuptools/command/install.py:34: SetuptoolsDeprecationWarning: setu... | 0easy |
Title: Default src/dst/node names for igraph/networkx
Body: Low priority, but it'd be convenient if we can do `graphistry.plot(nx.lobster(..)))` without needing any name binding.
| 1medium |
Title: tcp/ip request
Body: hello. I'm facing a problem. I work with a proxy that has a limit on the number of tcp/ip connections. I use Connection : close headers and also close the session.close(), but it still doesn't help, connections still remain in tcpview Time Wait. If someone has encountered this-I will be glad... | 1medium |
Title: [Feature]: Rest methods should take pd.Timestamp types as well for consistency
Body: Entities return pd.Timestamp for time related entries, but calls that accept time don't accept that as a valid format.
So doing something like:
```
orders = api.list_orders(after='2018-01-01', status='all', direction='as... | 1medium |
Title: Normal users are not allowed to upload videos but admins can
Body: Normal users are not allowed to upload videos but admins can upload videos.
## Steps to Reproduce
1. Login as a normal user (without admin privileges)
2. Try to edit an exercise and add a new video, :fearful: there is no add video button.... | 1medium |
Title: Routers liveness and readiness probes fails
Body: Hello guys,
I'm watching serious readiness and liveness fails with our routers. There are around `900` routes and the reload time for the routes is `5s`
I found that bug which has similar symptoms
- https://bugzilla.redhat.com/show_bug.cgi?id=1329399
I wo... | 2hard |
Title: Version 2 lighting and shading isn't working like version 1 yet
Body: I'm sure you are already aware of this most likely. I've been using these for awhile now and it's possible I'm just not using the right settings in V2... But shadows and lighting seem 100% better in V1. Not sure if this is the case for ever... | 1medium |
Title: No available formula with the name "pyqt4-dev-tools"
Body: Hi , How do I instal the "pyqt4-dev-tools for mac?
Brew install pyqt4-dev-tools raises the error : Error: No available formula with the name "pyqt4-dev-tools"
I am using conda to install everything. Any idea how to get it running for mac?
| 0easy |
Title: Colored text incorrect width.
Body: Using color markers within a Panel messes up the border (probably misestimates the width of the string due to control characters).
Note: top Panel is uncolored, its yellow because of my terminal theme.
. I have multiple stages in different files. It may also be helpful to users to put ho... | 1medium |
Title: MacOS Manual Installation Error
Body: I'm running on Big Sur and have git cloned the latest ultimatevocalgui folder for manual installation. Also using python10.
Installing build dependencies ... done
Getting requirements to build wheel ... error
error: subprocess-exited-with-error
ร Getting requ... | 2hard |
Title: Goanalysis throws several warnings regarding data from low-level cache by key buildir/facts
Body: <!-- Please use this template while reporting a bug and provide as much info as possible. Not doing so may result in your bug not being addressed in a timely manner. Thanks!
If the matter is security related, ple... | 1medium |
Title: port query methods to select
Body: The query interface is legacy in SQLAlchemy 2.0, instead using the `session.execute(select())` pattern. It's not possible (or at least not at all supported) to modify the `Result` returned from `session.execute` the way that `Query` could be.
Implement the `or_404` and `pagi... | 1medium |
Title: i was using flux and this happen what shod i do
Body: ### Expected Behavior
to work
### Actual Behavior
torch.OutOfMemoryError: HIP out of memory. Tried to allocate 2.11 GiB. GPU 0 has a total capacity of 11.98 GiB of which 1.48 GiB is free. Of the allocated memory 9.97 GiB is allocated by PyTorch, and 176.0... | 1medium |
Title: Add the ability to create an admin user from environment variables
Body: Hey ! Hope you're doing well, I wanted to know if it's possible to include admin default admin credentials. Especially with environment variables like `ADMIN_EMAIL=<email>` and `ADMIN_PASSWORD=<secret>`. Why with environment variables? Beca... | 1medium |
Title: How to get these data(means = [0.485, 0.456, 0.406] stds = [0.229, 0.224, 0.225]) in your code?
Body: In your code same data is as follows:
**means = [0.485, 0.456, 0.406] stds = [0.229, 0.224, 0.225]**
These are not standard deviation and mean of single image(both.png in your project).And I wonder how t... | 1medium |
Title: [hdtorrents] (testing) Exception (hdtorrents): FlareSolverr was unable to process the request, please check FlareSolverr logs. Message: Error: Error solving the challenge. Timeout after 55.0 seconds.: FlareSolverr was unable to process the request, please
Body: ### Have you checked our README?
- [x] I have chec... | 2hard |
Title: Parameter standard errors for ridge regression and logistic regression with ridge penalty
Body: #### Is your feature request related to a problem? Please describe
I would like to get standard error estimates when using OLS or GLM with a L2 penalty.
#### Describe the solution you'd like
for OLS, there is... | 1medium |
Title: reST: Support explicit titles for cross-references
Body: #### Problem Description
I would like to `.. include:: ../README.rst` in my `__init__.py` module docstring. However, it appears to be parsed as markdown, despite the fact that it has the appropriate file extension and my docstring format is set to rst (... | 1medium |
Title: User last_login is not updated on token auth
Body: I might have missed something but it appears to me that the user field 'last_login' is not updated by jwt authentication. | 1medium |
Title: FSDPPrecision should support 16-true with a loss scaler
Body: ### Description & Motivation
https://github.com/Lightning-AI/pytorch-lightning/blob/f6fd046552a1504023cb3386a8a0df418a810e4f/src/lightning/fabric/plugins/precision/fsdp.py#L61
What if I want to use fp16 true, but with a loss scaler? This is cl... | 1medium |
Title: OSError when << use_memory_fs=True>>
Body: ```
%load_ext autoreload
%autoreload 2
import pandas as pd
import time
from pandarallel import pandarallel
import math
import numpy as np
```
```
pandarallel.initialize(nb_workers=60,progress_bar=True)
df_size = int(5e7)
df = pd.DataFrame(dict(a=np.ran... | 1medium |
Title: Failure in Conformance test - Daemon set [Serial] should update pod when spec was updated and update strategy is RollingUpdate [Conformance]
Body: /kind bug
Don't think this is related to, but not sure https://github.com/kubernetes/kubernetes/issues/60745 .
```
Client Version: version.Info{Major:"1", Min... | 1medium |
Title: Mixed Precision Training Error, Missing ranks in validation.
Body: **Environment:**
Horovod v0.21.0:
Available Frameworks:
[X] TensorFlow
[ ] PyTorch
[ ] MXNet
Available Controllers:
[X] MPI
[ ] Gloo
Available Tensor Operations:
[X] NCCL
[ ] DDL
[ ] CCL
[X] ... | 2hard |
Title: Error posting to https://blog.bitgo.com/_/graphql: Server disconnected
Body: Looking at the logs, the site returns suggested words but clairvoyance doesn't catch them, i'm guessing this is because it returns 500 status code, i don't see a way to ignore specific status codes

- [wiki](https://github.com/hankcs/HanLP/wiki)
- [ๅธธ่ง้ฎ้ข](https://github.com/hankcs/HanLP/wiki/FAQ)
* ๆๅทฒ็ป้่ฟ[Google](https://www.google.com/#newwindow=1&q=HanLP)ๅ[issueๅบๆฃ็ดขๅ่ฝ](https://github.c... | 1medium |
Title: Race condition in `QuerySet.get_or_create`
Body: **Describe the bug**
When asynchronously attempting to get an item that does not exist in the db with `get_or_create` twice (or more times) concurrently, on a model with an `ormar.UniqueColumns`-constraint, `asyncpg.UniqueViolationError` is thrown for the losing... | 2hard |
Title: For multi-objective optimization, Lists of Saved Best Solution Causes Error When Loadedd
Body: Howdy!
I have been using pygad for a while, but I just noticed when flipping on save_best_solutions, the saved solution list is converted into a list of ndarrays as opposed to a list of lists. This creates a fundame... | 1medium |
Title: How to define deal_price as next day open price during backtest?
Body: ## โ Questions and Help
If I want to use the open price of the following trading day as my deal price during the backtest, how should I define the `deal_price` in `exchange_kwargs`? | 1medium |
Title: Trust_remote_code not pass to router, TGI launcher get stuck if model tokenizer has custom code
Body: ### System Info
TGI version: v2.3.1
Model: Baichuan2-7B
The full command line (**has set trust-remote-code**):
```shell
export USE_PREFIX_CACHING=0
export ATTENTION=paged
export ASCEND_RT_VISIBLE_DEVICE... | 1medium |
Title: Added namespaces to log messages in the hybid proxy
Body: The hybrid proxy just put the names for services and other objects in the log messages. This made it impossible to trace errors when objects across different namespaces have the same names. In openshift.io there is a standard template used to create thi... | 1medium |
Title: There is an error when I use this model on image classification.
Body: import numpy as np
import os
import glob
from skimage import io,transform
import matplotlib.pyplot as plt
from copy import deepcopy
from sklearn.decomposition import PCA
from sklearn.datasets import load_iris
from sklearn.ensemble im... | 1medium |
Title: Axes and content are emptied when writing and re-reading a pd.Panel with np.nan values only
Body: I'm quite sure, this is not the desired behaviour of the arctic library: When I try to write and re-read a pandas Panel containing only np.nan values, the read object is completely empty i.e. there are no axes or va... | 1medium |
Title: DAG-level docstring
Body: * From pipeline.yaml - Detect comment at the top?
* factory - function docstring
Display in ploomber status | 1medium |
Title: Fix memory and timer leak in work queue
Body: This PR fixes #83895
No new unit tests are added because this part of the code is already well tested and it is quite difficult to prove that there was a memory/object leak.
```release-note
client-go: improved allocation behavior of the delaying workqueue whe... | 1medium |
Title: Retry on the failure of object creation
Body: Signed-off-by: Dave Chen <dave.chen@arm.com>
<!-- Thanks for sending a pull request! Here are some tips for you:
1. If this is your first time, please read our contributor guidelines: https://git.k8s.io/community/contributors/guide/first-contribution.md#your-... | 1medium |
Title: Feature Request:
Body: **Is your feature request related to a problem? Please describe.**
I've used matplotlib.finance to plot ML models learning loss curves (candle plot is very informative to visualise such data, i can see max and min loss in batch, std etc. But your lib support only date (datetime timestamp)... | 1medium |
Title: paddlehub-็ณป็ปๆพไธๅฐๆๅฎ็ๆไปถ
Body: - ็ๆฌใ็ฏๅขไฟกๆฏ
1๏ผpaddlehub==2.2.0,paddlepaddle==2.3.0
2๏ผwin10็ณป็ป๏ผpython3.8.5
ๅจๅฝไปค็ชๅฃ่พๅ
ฅhub๏ผhub config๏ผhub install deeplabv3p_xception65_humanseg==1.1.2๏ผ็ญๅฝไปค๏ผ้ฝไผๆ็คบๅฆไธใ
> Traceback (most recent call last):
File "c:\users\yi\appdata\local\programs\python\python38\lib\runpy.py", line 194, i... | 2hard |
Title: [ASK] Getting recommendation with xDeepFM
Body: ### Description
I am actually using xDeepFM to find recommendation with implicit feedbacks and I did not find examples on how to find top-k recommendation with the model. I tried to use the function model.predict() with a file containing all the possible interacti... | 1medium |
Title: [API] redesign of logging and monitoring for 2.0
Body: Discussion on API design of monitoring and logging layer for version 2.0.
Top level umbrella issue: https://github.com/sktime/pytorch-forecasting/issues/1736
Converted from original issue below, by @dr-upsilon.
---
`pytorch-forecasting` seemingly u... | 2hard |
Title: [BUG] Whoogle is DEAD๐ use https://github.com/searxng/searxng instead
Body: **Describe the bug**
Whoogle is DEAD use [https://github.com/searxng/searxng](url) instead
| 3misc |
Title: NotFoundError: Local Variable does not exist with backward_passes_per_step > 1
Body: **Environment:**
1. Framework: tensorflow.keras
2. Framework version: 2.5.0
3. Horovod version: 0.22.0
4. MPI version:
5. CUDA version: 11.0
6. NCCL version:
7. Python version: 3.8
8. Spark / PySpark version:
9. Ray v... | 2hard |
Title: Etcd watch testing
Body: 1) Figure out how to get an etcd instance into the state where it will give 401 window expired errors.
2) Write a test that verifies that, given the above etcd state, our watches don't effectively become polls.
| 1medium |
Title: Tuning `alpha` in `GaussianProcessRegressor`
Body: ### Describe the workflow you want to enable
In the [GaussianProcessRegressor](https://scikit-learn.org/stable/modules/generated/sklearn.gaussian_process.GaussianProcessRegressor.html), `alpha` stands for the likelihood variance of the targets given the input... | 1medium |
Title: Evaluating a CTC model
Body: ## โ Questions and Help
### Before asking:
1. search the issues.
2. search the docs.
<!-- If you still can't find what you need: -->
#### What is your question?
wav2vec 2.0 Evaluate CTC model run after fine-tuning
python examples/speech_recognition/infer.py /checkpoint/a... | 1medium |
Title: add GraphQL inline fragment support
Body: Support for inline fragments as below:
```graphql
query {
node(id: "some-id") {
... on User { login }
}
}
```` | 1medium |
Title: vit_large_patch14_clip_224
Body: **Describe the bug**
A clear and concise description of what the bug is.
I cam across the timm/vit_large_patch14_clip_224.openai_ft_in12k_in1k on huggingface and tried to use it by using timm module in python but it is saying the model is unknown.
**To Reproduce**
Steps t... | 1medium |
Title: option_dce_daily่พๅบๆ่ฏฏ
Body: ่ฐ็จd1, d2 = akshare.option_dce_daily("็็ฑณๆๆ", trade_date="20241121")๏ผd2่พๅบๅฆไธ๏ผๅ
ๅซไบๅคไฝ็็ฑณๆท็ฒๆๆ็ไฟกๆฏ
ๅ็บฆ็ณปๅ ้ๅซๆณขๅจ็(%)
0 c2501 13.18
1 c2503 10.13
2 c2505 14.28
3 c2507 15.57
4 c2509 13.44
5 c2511 10.9
6 cs2501 13.24
7 cs2503 10.99
8 c... | 1medium |
Title: Question about BitNet b1.58
Body: In [https://github.com/microsoft/unilm/blob/master/bitnet/The-Era-of-1-bit-LLMs__Training_Tips_Code_FAQ.pdf](https://github.com/microsoft/unilm/blob/master/bitnet/The-Era-of-1-bit-LLMs__Training_Tips_Code_FAQ.pdf)-FAQ-
'Lower precision for activation and/or KV cache?', it is men... | 1medium |
Title: [FR] FollowPath should get a log_interval setting
Body: Hey guys,

How often do you guys use `FollowPath`?
`MoveToFort` has a `log_interval` setting.
Would be really nice to have the same setting on `Fo... | 1medium |
Title: some imports appear to be really really slow
Body: Hello,
I found that some imports take quite a while, at least on my Mac laptop. Specifically
```python
from kaldi.asr import NnetLatticeFasterOnlineRecognizer
```
takes over 7 seconds. Is this just dynamically linking the relevant .so (on on mac .dylib... | 1medium |
Title: [FEATURE] Support long_llama
Body: LongLLaMA is a large language model capable of handling long contexts. It is based on OpenLLaMA and fine-tuned with the Focused Transformer (FoT) method.
Github:
https://github.com/CStanKonrad/long_llama
Models:
https://huggingface.co/syzymon
| 1medium |
Title: What is the best way to generat time_idx for global tft model with different lenght of timeseries in data?
Body: - PyTorch-Forecasting version: 0.10.3
- PyTorch version: 1.13
- Python version: 3.8
- Operating System: Ubuntu 18.04
### Expected behavior
I am going to create a global model to predict deman... | 1medium |
Title: How to add Horizontal Line in make_addplot? make_addplot(rsi,panel='lower',color='g',hlines=[20,80])
Body: I have this code.
```python
apds = [mpf.make_addplot(buy_signal,scatter=True,markersize=100,marker='^'),
mpf.make_addplot(sell_signal,scatter=True,markersize=100,marker='... | 0easy |
Title: weak estimators- get probabilities from classifiers
Body: | 1medium |
Title: before-first-apply manager prevents resource updates
Body: <!-- Please use this template while reporting a bug and provide as much info as possible. Not doing so may result in your bug not being addressed in a timely manner. Thanks!
If the matter is security related, please disclose it privately via https://k... | 1medium |
Title: Meta-issue: Update some of Tueplots' continuous integration and build-process
Body: It has been a while since Tueplots' continuous integration and build process have been updated.
The following changes would improve the developer's experience:
- [x] #132
- [x] #137
- [x] #138
- [ ] #139
| 1medium |
Title: Scoped providers
Body: We need to create a `ScopedProvider`. The idea is of this provider that it behaves like a singleton, but has not only one scope.
`ScopedProvider` should support not only one scope and should have functionality for clearing all the scopes.
| 1medium |
Title: Add different databases support
Body: For now, we have only PostgreSQL as a database. We need to add at least MS SQL Server, MySQL. | 2hard |
Title: Features to aid widespread adoption: allow any model filename, and allow specifying quantize_config at load
Body: Firstly, thanks for all the great new commits over the last few days. AutoGPTQ is looking better and better every day!
I have been doing some testing on AutoGPTQ and am really pleased to see it is... | 1medium |
Title: Flask `test_client` could not find endpoints registred from namesapces
Body: I'm testing my flask app using pytest, when it comes to test the enpoints I used the Flask `app.test_client` utility:
```python
@pytest.fixture(scope='session')
def client(app):
return app.test_client()
```
Trying the test t... | 1medium |
Title: [Feature request] Agent returns JSON
Body: It would be cool if ActionResult could return also JSON apart from only text. Sure I can use text to feed into GPT-4o, but when I am using openai, te newer models use JSON response, which is super handy. | 1medium |
Title: kube-apiserver memory leak for etcd mvccpb Unmarshal
Body: <!-- Please use this template while reporting a bug and provide as much info as possible. Not doing so may result in your bug not being addressed in a timely manner. Thanks!
If the matter is security related, please disclose it privately via https://k... | 2hard |
Title: Does Named Entity Recognition task uses POS Tagging in the pipeline?
Body: I would like to perform the NER task for my problem. I would like to know if NER uses POS Tagging knowledge in any way during the process. If not, how to integrate the POS tagging model along with NER for better prediction? | 3misc |
Title: Add weakref to acqired connection
Body: for returning back to pool on gc
| 1medium |
Title: Rework method of updating atomic-updated data volumes
Body: **What this PR does / why we need it**:
This change affects the way that secret, configmap, downwardAPI and projected volumes (which all use the same underlying code) implement their data update functionality.
* Instead of creating a subdirectory ... | 1medium |
Title: Incremental delivery support
Body: Hi,
Are there any plans of implementing the incremental delivery (https://github.com/graphql/graphql-spec/pull/742)?
I've spotted that some big frameworks like Apollo started implementing it based on the current draft, so i guess they don't expect it to change that much (ht... | 2hard |
Title: hdf5 file not able to read in Vaex, from Azure Blob storage
Body: Hi
I am using HSDS to create hdf5 file in Azure Blob storage, as below.
fHSDS = h5pyd.File(HSDS_PATH + FILE_NAME, "w")
dset_hsds = fHSDS.create_dataset(DATASET_NAME, (NUM_ROWS,NUM_COLS), dtype='float64', maxshape=(None,NUM_COLS), chunks=(C... | 1medium |
Title: NameError: name 'httpx' is not defined in latest release 4.11.0
Body: The latest release (4.11.0) broke something:
```
Traceback (most recent call last):
File "/home//work/steps_web/.env/bin/send-steps", line 5, in <module>
from send_steps import main
File "/home//work/steps_web/cli/send_steps.py... | 1medium |
Title: ModuleNotFoundError: No module named 'Users'
Body: Steps to reproduce the behavior:
1. Go to the menu 'Settings'
2. Click on 'Configure Settings'
3. See error
Exception in Tkinter callback
Traceback (most recent call last):
File "D:\ProgramData\Miniconda3\envs\faceswap\lib\tkinter\__init__.py", line 18... | 2hard |
Title: Support OneDrive
Body: Support onedrive as storage | 1medium |
Title: the different with pyppeteer and puppeteer-case by case
Body: url:https://open.jd.com/
Using puppeteer to request the link response page content is richer than pyppeteer. The page content produced by pyppeteer is same with the page source code, but puppeteer produced the page content is after rendering.
yo... | 1medium |
Title: e2e_node tests on cos-beta-59-9460-20-0 image are failing
Body: e2e_node tests on cos-beta-59-9460-20-0 image use GPUs. To install the NVIDIA drivers, we have to disable loadpin which requires a restart. This results in the runner losing connection with the instance which results in the tests failing/erroring.
... | 1medium |
Title: Legend Key Text issues in chart
Body: Hi John,
Thanks for the quick response last time.
With the same code I provided last time, I noticed that under LibreOffice Calc, the legend key
in the chart did have text that said: "Column C".
BUT when I open the same file in Office-2007 this text in the legend Key Text p... | 1medium |
Title: Enable secrets in federation kubectl tests
Body: Fixes https://github.com/kubernetes/kubernetes/issues/40568
Superseedes https://github.com/kubernetes/kubernetes/pull/40714
Updating kubectl tests to wait for deletion if WAIT_FOR_DELETION is set to true. WAIT_FOR_DELETION will be set to true only when the tes... | 1medium |
Title: Add a build rule for the boilerplate unit test.
Body: We recently added unit tests that just run whenever you run `hack/verify_boilerplate.sh`, which really isn't the right time to do that. This adds a build rule instead. | 0easy |
Title: Generate root URL for a channel if it is homepage
Body: Currently the url generated to "home" channel is /home (in top menu of purecss theme)
If a channel is marked to be homepage, there is no need to add /home in the channel url, it should render as the root of the site. (take care of installations in subfolde... | 1medium |
Title: Distributed training always produces nans in Keras 3
Body: Trying to run distributed training in Keras 3 results in NaNs in the loss. Here is a simple example that I have copied from the [Simple MNIST convnet example](https://keras.io/examples/vision/mnist_convnet/). The only change is that I have added the `wit... | 2hard |
Title: Ability to add new tokens and keep existing token embeddings frozen?
Body: ### Feature request
Today, when you add new tokens to the vocabulary (e.g. `<|im_start|>` and `<|im_end|>`), you need to also add `embed_tokens` and `lm_head` to the `modules_to_save` kwarg. This, as far as I can tell, unfreezes all to... | 1medium |
Title: Advanced interpolation returning unexpected shape
Body: ### What happened?
Hi !
Iam using Xarray since quite some time and recently I started using fresh NC files from https://cds.climate.copernicus.eu/ (up to now, using NC4 files that I have from quite some time now). I have an issue regarding Xarray' int... | 2hard |
Title: A2 demo: incomplete information in answers form
Body: The answers form asks: "What's the rounded difference between median values of age for smokers and non-smokers? You'll need to figure out the units of feature age in this dataset."
This formulation should be answered with years, logically taken. But turns ou... | 0easy |
Title: How set expiration time to message in channel
Body: I got `channel` channel: `aioredis.pubsub.Channel`
I got `redis` instance `aioredis.commands.Redis`
I want to push message into channel with expiration time
```
await redis.publish(
channel=channel.name,
message=await request.transport_serialize... | 1medium |
Title: use framework in test/e2e/cloud/
Body: **What type of PR is this?**
/kind cleanup
/priority backlog
/release-note-none
**What this PR does / why we need it**:
**Which issue(s) this PR fixes**:
This makes e2e tests use the function under test/e2e/autoscaling/ใcloud/
Ref: #79686
**Special notes for your ... | 1medium |
Title: 3090 faceset extract is very slow,Is it possible to use chunking and multiple processes for extraction operations?
Body: ## Expected behavior
very fast extract face
## Actual behavior
extract face fastest speed is only 2.34it/s
## Steps to reproduce
data_xxx faceset extract.bat
## Other relevan... | 1medium |
Title: pubsubhubbub method does not pass application/x-www-form-urlencoded header
Body: The pubsubhubbub method has a comment about the call needing to be form-data but it does not pass in a `headers` parameter which seems to default to `application/json`. The `json` parameter is set to `False` but that doesn't impact ... | 1medium |
Title: ็ฎๆณไบบๅ่ฏๅซๆ็นๅฅๆช๏ผ
Body: ไปๅซๅฐๆๅด่ฝๅๅบๅฐๆใ

ๅฐ่ๅฐฑไธๅฏน๏ผๅๆๅฐ ่ใ

ๅฐ่ฑๅดๅ้ใ
ๆๅฆไฝ่ชๅฎไนไธไธ๏ผไฝๆไธๅฏ่ฝๆๆ็ๅๅญๆๅฐ #ไปไน็... | 1medium |
Title: [BUG] Upgrade from 2.9.0 -> 2.10.0 with existing Mailrule not working
Body: ### Description
When doing above upgrade my container keeps on crash-looping with attached error-log.
### Steps to reproduce
1. Create a Mailrule in 2.9.0
2. Upgrade to 2.10.0
### Webserver logs
```bash
Paperless-ngx docker contain... | 2hard |
Title: How can I pass train/test splits to auto ml for classification?
Body: What to do when we dont have a "column description" and only a vector of labels?
```
X_train, X_test, y_train, y_test = train_test_split(X, Y,
train_size=0.75, test_size=0.25)
``` | 1medium |
Title: ็ฌฌไธ้ถๆฎต๏ผๅป็ปtransformerๅๆฐ๏ผไป
่ฎญ็ปembedding๏ผๅจๅฐฝ้ไธๅนฒๆฐๅๆจกๅ็ๆ
ๅตไธ้้
ๆฐๅข็ไธญๆ่ฏๅ้ใ
Body: ### ่ฏฆ็ปๆ่ฟฐ้ฎ้ข
่ฏทๆไธไธ็ฌฌไธ้ถๆฎตไป
่ฎญ็ปembeddingๅฑ๏ผๆฏไธๆฏ่ฎญ็ป่พๅ
ฅ็embeddingๅฑๅ่พๅบ็headๅฑ๏ผๅ
ถไปๅฑๅป็ป๏ผ่ฐข่ฐขใ
| 1medium |
Title: Using service topologyKey hostname pods are sending data to the daemonset of the other node
Body: What happened:
Using service topologyKey hostname pods are sending data to the daemonset of the other node
apiVersion: v1
kind: Service
metadata:
name: my-service
spec:
selector:
app: my-app
por... | 1medium |
Title: ModuleNotFoundError of cmake and fail to build wheel for samplerate
Body: When installing Data-Juicer, it may raise ModuleNotFoundError of `cmake` if `cmake` was installed by `pip install cmake`. My solution is to use the `cmake` install by apt-install by `pip uninstall cmake` and `apt-install cmake`. However, i... | 1medium |
Title: Add an official Discord channel or other forum in the README
Body: Thank you for this excellent package! I love it, and it makes my work much better. Could there be an official discord to ask questions (that are not really issues) in? For example, I want to talk to other like-minded people about how to add a ... | 0easy |
Title: Implement Configuration#getOrElse() method
Body: **Summary**
getOrElse() would be usefull for when assign defaults based on presence of a property.
| 1medium |
Title: Failure to mount a dynamic volume triggers an alarm failure
Body: <!-- Please use this template while reporting a bug and provide as much info as possible. Not doing so may result in your bug not being addressed in a timely manner. Thanks!
If the matter is security related, please disclose it privately via ht... | 1medium |
Title: How to run this project?
Body: After stream run 1_home.py. How I can build a agent? by input what and how I can upload or point a file, have a example? No matter what I input, it always be:
system_prompt=None file_paths=[] docs=[] tools=[] rag_params=RAGParams(include_summarization=False, top_k=2, chunk_siz... | 0easy |
Title: xml extraction leads to <graphic> tags in the wrong place.
Body: ```
import trafilatura
downloaded = trafilatura.fetch_url('https://en.wikipedia.org/wiki/Laplace_distribution')
ex=trafilatura.extract(downloaded,output_format='xml',include_images=True)
print(ex)
```
In several places, I see a `<graphic>...<... | 1medium |
Title: slice method returns None for mesh from stl model
Body: vedo: v2014.5.1
python: v3.9.18
Why the slice method returns a `None` object for the _.stl_ model?
```python
from vedo import *
msh = Mesh("sample.stl").alpha(0.1).wireframe()
mslice = msh.slice(normal=[0,1,0], origin=[0,0,0])
mslice.c('purple5')... | 1medium |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.