text stringlengths 20 57.3k | labels class label 4
classes |
|---|---|
Title: Render on certain camera position
Body: Hi, thank you for your work. I want to do real-to-sim on my project. How could I render images given a certain camera position (like render.py does but I want to modify the camera position) without using the viewer you provided? | 1medium |
Title: Fail to allocate bitmap - Process finished with exit code -2147483645
Body: I am processing 4 datasets with different number of variables and each with over 4 million rows. When processing the 4 with 52 variables. I get this error and the Python console stops. | 2hard |
Title: ImportError: cannot import name 'add_arg_scope'
Body: my use tensorflow1.5.0rc in 17flower example
`Traceback (most recent call last):
File "E:/ml/flower/flower.py", line 1, in <module>
import tflearn
File "D:\anconda\lib\site-packages\tflearn\__init__.py", line 4, in <module>
from . import conf... | 1medium |
Title: 'Set Library Search Order' not working when same keyword is used in both a Robot resources and a Python library
Body: Hello,
I'm using RF 6.1
Here my test:
TATA.py
```
from robot.api.deco import keyword
class TATA:
@keyword("Test")
def Test(self):
logger.info(f'Tata')
```
TOTO.r... | 1medium |
Title: Issue importing from txtai.pipeline
Body: Hello there, I am trying to follow the example [here](https://neuml.github.io/txtai/pipeline/train/hfonnx/) in a Google Colab setup. I keep getting an error when I try to do any import such as
`from txtai.pipeline import xyz`
In this case:
`from txtai.pipeline ... | 1medium |
Title: create_unix_listener doesn't accept abstract namespace sockets
Body: ### Things to check first
- [X] I have searched the existing issues and didn't find my bug already reported there
- [X] I have checked that my bug is still present in the latest release
### AnyIO version
4.4.0
### Python version
3.10
##... | 1medium |
Title: What is ... (more hidden) ...?
Body: Hi!
I want to ask what is this for?
https://github.com/tqdm/tqdm/blob/89ee14464b963ea9ed8dafe64a2dad8586cf9a29/tqdm/std.py#L1467
I've searched on issues/online and haven't found anything related to this.
I first encountered this when I was running experiment in tmux,... | 1medium |
Title: Bot ๅๆฐ cache_path ๆฏๅฆๅฏไปฅ่ชๅฎไน๏ผ
Body: :param cache_path:
* ่ฎพ็ฝฎๅฝๅไผ่ฏ็็ผๅญ่ทฏๅพ๏ผๅนถๅผๅฏ็ผๅญๅ่ฝ๏ผไธบ `None` (้ป่ฎค) ๅไธๅผๅฏ็ผๅญๅ่ฝใ
* ๅผๅฏ็ผๅญๅๅฏๅจ็ญๆถ้ดๅ
้ฟๅ
้ๅคๆซ็ ๏ผ็ผๅญๅคฑๆๆถไผ้ๆฐ่ฆๆฑ็ป้ใ
* ่ฎพไธบ `True` ๆถ๏ผไฝฟ็จ้ป่ฎค็็ผๅญ่ทฏๅพ 'wxpy.pkl'ใ
if cache_path is True:
cache_path = 'wxpy.pkl'
cache_path ๆฏๅฆๅฏไปฅ่ชๅฎไน๏ผ ่ไธๆฏ็ป... | 1medium |
Title: CPU training time
Body: it is taking alot of training time on CPU. Is it possible to reduce CPU training time?How long it takes to train using CPU? | 1medium |
Title: Add secrethitler.io
Body: <!--
######################################################################
WARNING!
IGNORING THE FOLLOWING TEMPLATE WILL RESULT IN ISSUE CLOSED AS INCOMPLETE
######################################################################
-->
## Checklist
<!--
Put x into all bo... | 0easy |
Title: Dynamic titles for diagrams
Body: <!--
Thanks for taking the time to submit a feature request!
For the best chance at our team considering your request, please answer the following questions to the best of your ability.
-->
**What's your use case?**
<!-- In other words, what's your pain point? -->
<!-- ... | 1medium |
Title: 3.3.1: pytest hangs in `tests/test_compat.py::TestMaybeAsync::test_cancel_scope[trio]` unit
Body: `trio` 41.0.
```console
+ /usr/bin/pytest -ra -p no:itsdangerous -p no:randomly -v
=========================================================================== test session starts =================================... | 1medium |
Title: The mitmproxy program failed to start because the default port 8080 was occupied.
Body: #### Problem Description
Because the default port 8080 is occupied, the mitmproxy program fails to start, and there is no output reason for the failure.
#### Steps to reproduce the behavior:
1. Listen on port 8080 using ... | 1medium |
Title: [BUG] raydataset.to_ray_dataset has type error
Body: <!--
Thank you for your contribution!
Please review https://github.com/mars-project/mars/blob/master/CONTRIBUTING.rst before opening an issue.
-->
**Describe the bug**
Got an runtime error when using raydataset.to_ray_dataset
**To Reproduce**
To h... | 1medium |
Title: How to run
Body: Hi,
Your tool looks really great, but I'm having a hard time get it up and running. I don't have a lot off experience with Python but do have programming experience. I did the install and all went fine. From that point on I couldn't figure out what the next command should be.. When I read the... | 0easy |
Title: [BUG] TimeSeriesPredictor.load very slow on first run
Body: **Bug Report Checklist**
<!-- Please ensure at least one of the following to help the developers troubleshoot the problem: -->
- [x] I provided code that demonstrates a minimal reproducible example. <!-- Ideal, especially via source install -->
- [... | 1medium |
Title: Can't build the book on MacOS when trying to add MLX implementation
Body: I'm trying to add Apple's MLX code implementation, but when I am trying to build the html book I run into this when running `d2lbook build html`:
```
Traceback (most recent call last):
File "/Users/zhongkaining/Library/Python/3.9/bi... | 1medium |
Title: Support new python union syntax
Body: In cog 0.9.
This works:
```
text: Union[str, List[str]] = Input(description="Text string to embed"),
```
this doesn't:
```
text: str | list[str] = Input(description="Text string to embed"),
```
| 1medium |
Title: Incorrect Reactions where reaction count is > 1000
Body: Hi.
Thanks for the great tool!
It seems that the scraper returns the incorrect reaction count when there are over 1000 reactions. It returns the number of thousands. I.e. if there are 2,300 likes, the scraper will show that as 2 likes.
For examp... | 1medium |
Title: Plugin: ๅๆ ้ฟๅผฅ้ไฝ
Body: ### PyPI ้กน็ฎๅ
ๅๆ ้ฟๅผฅ้ไฝ
### ๆไปถ import ๅ
ๅ
nonebot_plugin_amitabha
### ๆ ็ญพ
[{"label":"ๅฟตไฝ","color":"#facf7e"},{"label":"้ฟๅผฅ้ไฝ","color":"#ffb69c"}]
### ๆไปถ้
็ฝฎ้กน
```dotenv
send_interval=5
```
### ๆไปถๆต่ฏ
- [ ] ๅฆ้้ๆฐ่ฟ่กๆไปถๆต่ฏ๏ผ่ฏทๅพ้ๅทฆไพงๅพ้ๆก | 0easy |
Title: Dtype issue in `TorchNormalizer(method="identity")`
Body: - PyTorch-Forecasting version: 0.10.1
- PyTorch version: 1.10.2+cu111
- Python version: 3.8.10
- Operating System: Ubuntu
I recently experienced a `dtype` issue when using `TorchNormalizer` and managed to identify the source of the bug.
When `Tor... | 1medium |
Title: I can't use yolo.weight
Body: This is my training code .
flow --model cfg/dudqls.cfg --load bin/yolov2.weights --labels labels1.txt --train --dataset /mnt/train2017/ --annotation /mnt/cocoxml/ --backup yolov2 --lr 1e-4 --gpu 0.7
I only change cfg file.
classes =7 filters =60
But Error came out ......
... | 1medium |
Title: Divided by zero exception37
Body: Error: Attempted to divide by zero.37 | 0easy |
Title: Using a hybrid_property within instantiation triggers getter function
Body: ### Describe the bug
If you use hybrid_property to define getters and setters for a table, and you try to instantiate an new object by using the setter, sqlalchemy triggers the getter function where `self` is not a python instance but... | 1medium |
Title: test_dask_da_groupby_quantile not passing
Body: ### What happened?
The test fails because the expected `ValueError` is not raised:
```
________________________ test_dask_da_groupby_quantile _________________________
[gw2] linux -- Python 3.13.0 /usr/bin/python3
@requires_dask
def test_dask_da_gro... | 1medium |
Title: Improve reading notebooks from url that need accept json header
Body: Our notebooks are being stored in an [nbgallery](https://github.com/nbgallery/nbgallery) instance. A generic `requests.get(notebook_url)` returns html. Papermill's `execute.execute_notebook(notebook_url)` / `iowr.HttpHandler.read` do not off... | 1medium |
Title: How to build Interactive Chatbot with Chatterbot
Body: Hi Team,
I am developing a ChatBot for Our DevOps Team, which will be hosted in our internal Infrastructure i.e. on Intranet.
Our Requirement is to have chatbot with fixed responses, e.g. the user has to select from the given option only. Like dominos app.... | 1medium |
Title: MPI compatibility
Body: - [x] I have visited the [source website], and in particular read the [known issues]
- [x] I have searched through the [issue tracker] for duplicates
- [x] I have mentioned version numbers, operating system and environment, where applicable:
```python
import tqdm, sys
print(tqd... | 2hard |
Title: I created web UI. You can have it
Body: <!-- Please respect the title [Discussion] tag. -->
Hi. I have been working on this great library for months and i have finally made it work and have created a web GUI Uisng python and flask.
It's literally ready so you can get it and upload on your host or server an... | 3misc |
Title: Read/Write database selection
Body: **Is your feature request related to a problem? Please describe.**
I need to implement read and write replicas of my database in my app, I know I can pass the db to the model query directly using use_db.
**Describe the solution you'd like**
It would be great if when crea... | 1medium |
Title: Port BioBERT to GluonNLP
Body: https://github.com/dmis-lab/biobert | 1medium |
Title: argostranslategui not detected as installed?
Body:
if i run `./LibreTranslate/env/bin/argos-translate-gui`
it tells me to install `argostranslategui` but I already have it installed.
```
$find -iname 'argostranslategui'
./.local/lib/python3.8/site-packages/argostranslategui
``` | 1medium |
Title: How to make TestBot use text backend? (6.1)
Body: In order to let us help you better, please fill out the following fields as best you can:
### I am...
* [ ] Reporting a bug
* [ ] Suggesting a new feature
* [ ] Requesting help with running my bot
* [X] Requesting help writing plugins
* [ ] Here about s... | 1medium |
Title: GraphSAGE sampling operation
Body: ### ๐ Describe the documentation issue
Hello, I recently tried adding some nodes to a graph to observe changes in the original nodes, such as from A to B, where A is the inserted node. I want to see the changes in B, but I found that using GraphSAGE, the output of node B does... | 1medium |
Title: 400 and slow loading speed when access homepage
Body: ```
* Environment: production
WARNING: This is a development server. Do not use it in a production deployment.
Use a production WSGI server instead.
* Debug mode: off
* Running on all addresses.
WARNING: This is a development server.... | 1medium |
Title: [ๅทฅๅๅฎกๆน่ฝๅฆๅ ไธไธชๅญๆฎตๆพ็คบ็ป็ป]
Body: ### ไบงๅ็ๆฌ
v3.10.13
### ็ๆฌ็ฑปๅ
- [ ] ็คพๅบ็
- [X] ไผไธ็
- [ ] ไผไธ่ฏ็จ็
### ๅฎ่ฃ
ๆนๅผ
- [ ] ๅจ็บฟๅฎ่ฃ
(ไธ้ฎๅฝไปคๅฎ่ฃ
)
- [ ] ็ฆป็บฟๅ
ๅฎ่ฃ
- [ ] All-in-One
- [ ] 1Panel
- [ ] Kubernetes
- [ ] ๆบ็ ๅฎ่ฃ
### โญ๏ธ ้ๆฑๆ่ฟฐ
็ณ่ฏท่ตไบงๆๆๆถๅทฅๅๅฎกๆน็็ณ่ฏทไฟกๆฏ๏ผ่ฝๅฆๅ ๅ
ฅๅทฅๅๆฅๆบๆฏๅชไธช็ป็ป๏ผ่ตไบงๆๅจ็ป็ป๏ผ
<img width="269" alt="image" src="https://github.com/user-attachments/a... | 1medium |
Title: Syntax error in nbgrader_config.py
Body: Ran into an issue following the docs for using the assignment list with multiple courses
My error coming up is
Sep 10 07:03:34 bash: File "/etc/jupyter/nbgrader_config.py", line 2
Sep 10 07:03:34 bash: from nbgrader.auth JupyterHubAuthPlugin
Sep 10 07:03:34 bash: ... | 1medium |
Title: Time Complexity Optimisation - SOD
Body: Attempt to improve performance of SOD with respect to execution time. | 2hard |
Title: Cannot chose variables which become dummy variables when setting them in pandas
Body: I have a dataset with a few categories that are coded as being the presence or absence of an intervention. I am fitting a simple linear regression using OLS. Multiple interventions may be present at the same time so I am addi... | 1medium |
Title: ๅพฎไฟกๆฏไปtrade_type APPๆถๅ ๆฅๅๆทๆฏไปไธๅID้ๆณ็้่ฏฏ
Body: ๅพฎไฟกๆฏไปtrade_type APPๆถๅ ๆฅๅๆทๆฏไปไธๅID้ๆณ็้่ฏฏใ
ๆ็็ฝไธ่ตๆ ๅฅฝๅๆฏprepay_id ๅ prepayid ็้ฎ้ข ใ | 1medium |
Title: Absence of openpyxl library causes console errors
Body: ### Description
When trying to export xlsx file using actions, console error occurs
```
Traceback (most recent call last):
File "/Users/o/PycharmProjects/vizro/vizro-core/src/vizro/models/_action/_action.py", line 80, in callback_wrapper
return... | 1medium |
Title: Add Relevant Parameters to URL endpoint
Body: | 1medium |
Title: Ctrl+D and Ctrl+U in read-only TextArea isn't integrated with "visual select" mode
Body: | 1medium |
Title: [BUG] different iframes share same window
Body: Reproducable Code Snippet (Edited from [Playwright Tests](https://github.com/microsoft/playwright-python/blob/47c1bc15122796da70a160b07f1e08a71f9032e2/tests/async/test_frames.py#L92-L108)):
```py
from selenium_driverless import webdriver
from selenium_driverless... | 2hard |
Title: The link to the postman project is wrong
Body: the link should be navigated to `https://github.com/serengil/deepface/tree/master/deepface/api/postman` instead of `https://github.com/serengil/deepface/tree/master/api/postman` | 0easy |
Title: swagger.json not loading on Production-500 status code
Body: | 1medium |
Title: [BUG] - Failed to run even hashtag_example i added ms_token
Body: I'm unable to run even the examples with an added ms_token, I'm not sure if i had done everything right but i cant seem to understand exactly if i had also to add a cookie, or how do i get a cookie except from ms_token.
I think the line ms_token,... | 1medium |
Title: ComfyUI-Frame-Interpolation and ROCm Compatibility Issue
Body: ### Expected Behavior
Install and use the ComfyUI-Frame-Interpolation node. It completes without error, but fails in the back end (depending on version attempting to be installed).
### Actual Behavior
Installation fails with a "file missing" or "... | 1medium |
Title: deadlock and scaling efficiency problem with horovod
Body: **Environment:**
1. Framework: (TensorFlow)
2. Horovod version:0.21.0
3. MPI
Here is the problem: Horovod in one server can run 48 process, but in two servers, it can only run 76 process. PLS when the process exceed 76, the training will be blocked... | 2hard |
Title: Getting DispatchError on Missing diagram bar
Body: Hi,
I am getting DispatchError when trying to run below code:
```
from pandas_profiling import ProfileReport
profile = ProfileReport(efeature_db)
profile.to_file("report/profile_report.html")
```
Following Error:
```
TypeError ... | 1medium |
Title: Add environment variable to disable ShareGPT
Body: **Is your feature request related to a problem? Please describe.**
In its current implementation content is always shared with a 3rd party service (shareGPT).
**Describe the solution you'd like**
The ability to define a variable in .env to enable or disabl... | 0easy |
Title: chapter 16 (recommender systems) needs translation to pytorch
Body: chapter 16 (recommender systems) needs translation to pytorch | 1medium |
Title: Server throws sanic.exceptions.ServerError after disconected.
Body: ## Summary
The following exception was thrown after client close connection.
It only takes place while async_mode = 'sanic'.
```
[2021-06-17 12:27:20 +0800] [21364] [ERROR] Exception occurred while handling uri: 'ws://localhost:63047/s... | 2hard |
Title: Caching / Memoization of Functions
Body: I have tried writing a cache decorator (albeit with needing to define the cache data holder separately). However when running this, only external calls are accessing the decorated function - maybe because the function is being compiled before decorated?
Minimal exampl... | 1medium |
Title: Task: Scale training graphical preview with window size
Body: ## Expected behaviour
When expanding the graphical training window I would expect the 4 x 5 picture preview of the training to expand with the window. The graph to stretch horizontally only and the previews to enlarge to fit the vertical limit of t... | 1medium |
Title: Add smooth survival plot to either kdeplot or ecdfplot
Body: In Seaborn, if someone wants to plot a _smooth_ [survival function](https://en.wikipedia.org/wiki/Survival_function) (defined as 1-the CDF), there are two suboptimal solutions:
- seaborn.kdeplot can plot a smooth CDF plot
- seaborn.ecdfplot can plo... | 1medium |
Title: Allow ruamel.yaml package version > 0.18 to avoid CVE-2019-20478
Body: [This issue](https://nvd.nist.gov/vuln/detail/CVE-2019-20478) appear in all the versions for the ruamel.yaml < 0.18.
this violations is fixed for the version > 0.18.
Would be great if greatexpectation tool is adjusted to use ruamel.yaml... | 1medium |
Title: Slow initial query on postgres backend when using enum columns
Body: ```
Python version: 3.8
Databases version: 0.4.1
```
I haven't quite figured out _why_ this is happening, but I have made a minimal test case where you can see the problem in action. I am hoping someone here may be able to help me debug f... | 1medium |
Title: Unable to find with_for_update() method
Body: - GINO version:0.8.1
- Python version:3.7
- asyncpg version:0.18.2
- aiocontextvars version:
- PostgreSQL version:11
### Description
Hello,
I am using Gino for building an async application using PostgreSQL. My application currently faces race conditions, ... | 1medium |
Title: Implement Action for autoupdating docker images
Body: Steps, more less, are:
- copy https://github.com/apify/crawlee/blob/master/.github/workflows/docker-images.yml in
- copy this entire folder in: https://github.com/apify/crawlee/tree/master/scripts/actions/docker-images
- reset state.json to empty object
... | 1medium |
Title: LayoutLM and LayoutLMv2 + Flair?
Body: Hi,
I saw related topic [here](https://github.com/flairNLP/flair/issues/2465).
I tried to bring pre-trained (as well as fine-tuned) LayoutLMv2 embeddings into Flair but was not successful as expected. I tried to mimic "class BertEmbeddings(TokenEmbeddings)" in legacy.py... | 2hard |
Title: [BUG] Github Actions is Failing Due to Click Version
Body: **Minimal Code To Reproduce**
The version of `black` is not pinned, causing issues when downloading the latest version because of a click dependency. We need to [pin](https://github.com/pallets/click/issues/2225) the version of black to below 8.1 in t... | 1medium |
Title: Unable to match schedule to subscription to get all subscription details including the schedule and when it last successfully emailed
Body: Unable to match schedules to subscriptions. The schedule_id in the subscription result set does not match any of the schedule id from the schedule result set. What am I miss... | 1medium |
Title: Integration with Cython C++ classes
Body: Hi team,
We extensively use Numba in our research and its excellent! Our teams also use Cython to expose C++ extensions, often writing C++ classes that are exposed into Python with Cython wrapper classes.
Our issue is interacting with these Cython wrapper class ins... | 2hard |
Title: Table selected cell
Body: When a cell with default background color is active, a highlight color is applied.

When a cell with a `style_**` background color is active, the highlight color is not visib... | 1medium |
Title: Chrome not opening when running uc
Body: `import undetected_chromedriver as uc
from selenium import webdriver
options = uc.ChromeOptions()
options.add_argument('--headless')
driver = uc.Chrome(options=options)
driver.get("https://google.com")
driver.close()`
I have tried everything, and using UC jus... | 1medium |
Title: Allow Typeguard >=3
Body: ### Missing functionality
ydata-profiling still depends on relatively old version of typeguard (typeguard>=2.13.2, <3) which leads to conflicts with other packages. Is there any chance it could be updated?
### Proposed feature
Update typeguard version
### Alternatives considered
_N... | 1medium |
Title: Team hint unlocking only takes points from the user
Body: In team mode hints can't be unlocked by a user whose team has enough points to unlock the hint. This isn't the right behavior. We should probably allow the user to go into negative points assuming the team doesn't also go negative. | 1medium |
Title: How to use BaseSecurity in an Agent
Body: ### ๐ The feature
Hope to use security checks in the Agent
### Motivation, pitch
Hope to use security checks in the Agent
### Alternatives
_No response_
### Additional context
_No response_ | 1medium |
Title: Low performance compared to pix2pix
Body: Many thanks for the great repository! I've trained both pix2pixHD and pix2pix for an image enhancement task on a rather large dataset (over 30k images, 512x512). Surprisingly, pix2pixHD significantly underperforms compared to pix2pix on all common metrics (MSE, PSNR, SSI... | 1medium |
Title: Feature request: Still match even if multiple spaces
Body: i want to match `customer_service` and `customer______service` (both with spaces instead of underscore, but github squashes spaces) preferably without having a keyword for both of them, could that be made possible with a **flag multiple spaces** solution... | 1medium |
Title: Support for nested lists in Docs - DocArray V2
Body: I want to use DocArray V2 0.32 to store nested objects where each object is a list and can have its embedding. The idea is to extract multilevel categories and key phrases from a longer text and store these in a sub-index in a Qdrant. But whenever I try and se... | 1medium |
Title: import face_recognition error
Body: * face_recognition version: 1.2.3
* Python version: Python 3.6.3 |Anaconda, Inc.| (default, Oct 13 2017, 12:02:49)
* Operating System: ubuntu 16.04
### Description
run face_recognition command and import face_recognition get following unkown error
### What I Did
... | 1medium |
Title: What is the need for a specific Mutation class?
Body: Hello all!
First of all, thank you for this library! It has been very useful for me.
Graphene's documentation on mutations (http://docs.graphene-python.org/en/latest/types/mutations/) says that `A Mutation is a special ObjectType that also defines an In... | 1medium |
Title: Flask hangs when using ssl_context while decoding the https request
Body: Simplest sample program:
```python
from flask import Flask
app = Flask("TestApp")
@app.route("/")
def test():
return "Hello World!"
app.run(host="0.0.0.0", port=5001, ssl_context="adhoc")
```
Test the web server thr... | 1medium |
Title: Spark XGB converter accesses missing param improperly
Body: # Description
https://github.com/onnx/onnxmltools/pull/373 introduced [this](https://github.com/onnx/onnxmltools/pull/373/files#diff-c697b8ded32498daeb86bb2eff12421758afc0de5079d749afe6520af20e885eR31-R33) constraint on the converter
```python
if... | 1medium |
Title: Error in debug logging despite the HA call being successful
Body: I have in a script the call `homeassistant.toggle(entity_id='switch.michael_bureau_gauche')`. The call is successful - the switch is toggled.
I see, however, that in the debug log (`pyscript` level is set to debug) I see some kind of error with... | 1medium |
Title: ๐ฉโ๐ป๐ DeepPavlov Community Call #13
Body: > **Update:** **DeepPavlov Community Call #13 Recording**
> RUS Edition: [https://bit.ly/DPCommunityCall13RE_Video](https://bit.ly/DPCommunityCall13RE_Video)
> US Edition: [https://bit.ly/DPCommunityCall13_Video](https://bit.ly/DPCommunityCall13_Video)
Dear DeepPa... | 3misc |
Title: AttributeError on Startup When Using add_pagination with FastAPI - Pydantic V2 Upgrade
Body:
Hello!!
My application looks like this (I have also tried in the lifespan context):
```
app = FastAPI(
title=title,
description=description,
version=version,
docs_url=None,
redoc_url=No... | 1medium |
Title: FileNotFoundError : .models.json
Body: Hi, how can I fix this issue please, I'm stuck
<img width="1137" alt="Screenshot 2024-02-20 at 19 28 01" src="https://github.com/FujiwaraChoki/MoneyPrinterV2/assets/107208305/7d0ae40d-301d-410f-a9ee-b6b8185ea6f9">
| 1medium |
Title: High Level Widget: AppLattice
Body: | 1medium |
Title: After doing some operation, I am getting element not found error for previously accessed element.
Body: ## Expected Behavior
It should found the element and continue the process.
## Actual Behavior
its failing and showing error as "element not found"
## Steps to Reproduce the Problem
1.
2.
3.... | 1medium |
Title: Error loading layout
Body: When i run this code
```
explainer = ClassifierExplainer(model_lightgbm, x_test, y_test)
ExplainerDashboard(explainer).run(mode='external')
```
I am getting error like => **Error loading layout**
.
The fix was to edit line 264 from "utf-8" to "ISO-8859-1".
Exception report begins:
`Exception happened d... | 1medium |
Title: when I finetune the model use deepspeed on 2 4*A800s๏ผlog only contain worker1
Body: when I finetune the model use deepspeed on 2 A800๏ผlog only contain worker1๏ผno worker2.
Is there any way to print the loss of Worker2? The GPUs on both machines are running normally, and the GPU memory is floating normallyใ
The ... | 1medium |
Title: order: dask order returns suboptimal ordering for xr.rechunk().groupby().reduce("cohorts")
Body: @fjetter and I looked into a problematic pattern for xarray this morning and identified that dask order is missbehaving here.
dask order is currently returning a suboptimal execution order for the pattern:
```
... | 2hard |
Title: Docs: describe whether /learn is multi-modal
Body: ### Problem
The [learning about local data](https://jupyter-ai.readthedocs.io/en/latest/users/index.html#learning-about-local-data) do not state whether `/learn` is multi-modal and will use text + images. For instance, including plots generated in Jupyter not... | 0easy |
Title: Change solver in sklearn.LogisticRegression
Body: https://scikit-learn.org/stable/modules/generated/sklearn.linear_model.LogisticRegression.html
https://github.com/raphaelvallat/pingouin/actions/runs/7697014797/job/20973090004 | 2hard |
Title: Streamlit-folium is extending its container way further past the bottom border of the map
Body: The current version of streamlit-folium (0.22.1) has introduced a bug which is clearly visible from the showcase page (https://folium.streamlit.app/). Right on the bottom of the map, there is a huge blank space which ... | 1medium |
Title: Videos in Gallery require two clicks to start playing
Body: ### Describe the bug
Feels annoying to users, but doesn't block usage.
### Have you searched existing issues? ๐
- [x] I have searched and found no existing issues
### Reproduction
```python
import gradio as gr
with gr.Blocks() as demo:
galle... | 1medium |
Title: Impossible to initialize Japanese pipeline with NER model
Body: **Describe the bug**
Cannot instantiate Japanese pipeline with NER model.
Throws the following KeyError exception:
```
Traceback (most recent call last):
File "<stdin>", line 1, in <module>
File "/root/miniconda3/envs/stanza-test/lib/pytho... | 1medium |
Title: Not load data at start
Body: Is there any clever workaround how we can prevent notebook from running on start? Like extra button. Putting everything in if would complicate code. | 1medium |
Title: [BUG] CatBoost ignores `thread_count` parameter
Body: I'm not able to train the CAT model with 8 threads.
I tried the argument `num_cpus=8` but in the end, the `thread_count` is always 4. Then I tried placing the argument directly into CAT hyperparameters but it also did not work.
It has something to do wit... | 1medium |
Title: Question regarding freezing model weights
Body: Hello there,
Thank you very much for your lovely work. I have a small question regarding freezing weights.
In the paper it is stated that the complete model (MattingRefine) is trained with freezed backbone weights. However, if I look in the code, I cannot see... | 1medium |
Title: Make Docker as default and warn user if not running under sandboxes, backup data when drag-n-drop
Body: ### Is your feature request related to a problem? Please describe.
Many people have reported that this software brings loss of data and unwanted code execution. I do not want to talk about familiarity with ... | 2hard |
Title: async giving unexpected results
Body: I'm trying to use a .csv to read ~7500 stock symbols and download the data using the alpha_vantage API.
Here is an example using my naive way:
```python3
from alpha_vantage.timeseries import TimeSeries
import pandas as pd
api_key = ""
def get_ts(symbol):
... | 1medium |
Title: "Transfer-Encoding" header is ignored
Body: The "Transfer-Encoding" header is ignored by the requests library.
## Expected Result
I expect a request in line with the following core data:
> POST /test.php HTTP/1.1
> Host: [replaced]
> Transfer-Encoding: chunked
> Content-Type: application/... | 1medium |
Title: Can nerfstudio's implementation of gaussian splatting pass gradients to the camera pose, thus optimizing the camera pose like nerfacto does?
Body:
Very great implementation๏ผ
I noticed that 3dgs is supported by nerfstudio, so wanted to know if the posture optimization method provided by nerfstudio is also su... | 1medium |
Title: [feature] Notifications via Webhooks
Body: **Version and OS**
0.123 on linux/docker
**Is your feature request related to a problem? Please describe.**
Not a problem, but a more "neutral" webhook feature so that we can do whatever we want with the change data
**Describe the solution you'd like**
There is... | 1medium |
Title: [milestone] :rock: Onnx support tracker
Body: ## Add full support to ONNX for all the operators :zap:
### :package: Motivation [shipping]
Import/export the kornia operators for production environments and compile down to the main hardware providers:
- Intel [Myriad](https://docs.luxonis.com/en/latest/... | 2hard |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.