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
langmanus/langmanus
automation
69
ValueError: Received unsupported arguments {'method': 'json_mode'}
how handle
closed
2025-03-20T08:13:32Z
2025-03-20T09:00:00Z
https://github.com/langmanus/langmanus/issues/69
[]
GitHubZkLn
2
flairNLP/flair
nlp
2,747
resume training option for custom language model
**Is your feature/enhancement request related to a problem? Please describe.** I did find a way to resume the training from stored checkpoint for the language model. **Describe the solution you'd like** In the language_model_trainer.py, there exist a static method for load_checkpoint which return the languageModel...
closed
2022-04-29T11:23:10Z
2022-11-01T15:05:02Z
https://github.com/flairNLP/flair/issues/2747
[ "wontfix" ]
pushpalatha1405
1
ageitgey/face_recognition
python
712
pyinstaller face_recognition
* face_recognition version: * Python version:3.7.1 * Operating System:windows 10 ### Description when i using pyinstaller to generate exe file, no problem, but i exe it, result as follow: E:\Project\FaceRecognization\face_recognition_models\models\dlib_face_recognition_resnet_model_v1.dat could not be extract...
open
2018-12-30T21:14:55Z
2020-02-20T09:51:16Z
https://github.com/ageitgey/face_recognition/issues/712
[]
RobertWang2
3
great-expectations/great_expectations
data-science
10,849
Incorrect validation_result["results"]["exception_info"] structure when raised_exception == True
**Describe the bug** When raised_exception == True, exception_info has incorrect structure. Instead of {'raised_exception': True, 'exception_traceback': 'The traceback', 'exception_message': 'some message'}, it has the following structure: {"additional_key" : {'raised_exception': True, 'exception_traceback': 'The t...
open
2025-01-13T08:49:30Z
2025-02-12T21:51:03Z
https://github.com/great-expectations/great_expectations/issues/10849
[ "bug" ]
vasilijyaromenka
4
deepspeedai/DeepSpeed
deep-learning
5,636
[BUG] 4-bit quantized models would repeatedly generate the same tokens when bf16.enabled is true
**Describe the bug** When I set `bf16.enabled` to `true` and `weight_quantization.quantized_initialization`, the model would repeatedly generate the same token. **To Reproduce** Run the following code ```python from typing import cast from transformers.models.llama.modeling_llama import LlamaDecoderLayer ...
open
2024-06-10T21:52:59Z
2024-06-10T22:14:11Z
https://github.com/deepspeedai/DeepSpeed/issues/5636
[ "bug", "compression" ]
Atry
1
gunthercox/ChatterBot
machine-learning
2,209
Help a newbee please.
Hi, im a very newbee dev, im working in a wpp bot, ``` `OSError Traceback (most recent call last) ~\AppData\Local\Temp/ipykernel_1864/3484406297.py in <module> 93 conv = ['oi','olá','Tudo bem?','Estou bem!','O que você gosta de fazer?','Gosto de estudar Python e você?'] ...
closed
2021-10-22T14:49:07Z
2021-12-09T12:01:48Z
https://github.com/gunthercox/ChatterBot/issues/2209
[]
GabrielMendesdc
1
pyppeteer/pyppeteer
automation
407
how to send websocket frame
Hello, How can I send a websocket frame using pyppeteer? I found this but in javascript: ``` const prototype = await page.evaluateHandle("WebSocket.prototype"); const socketInstances = await page.queryObjects(prototype); await page.evaluate((instances) => { let instance = instances[0]; ins...
closed
2022-09-10T18:33:54Z
2023-01-03T14:01:19Z
https://github.com/pyppeteer/pyppeteer/issues/407
[]
vinifr
2
freqtrade/freqtrade
python
10,800
Downloading trades is always 0%.
<!-- Have you searched for similar issues before posting it? Did you have a VERY good look at the [documentation](https://www.freqtrade.io/en/latest/) and are sure that the question is not explained there Please do not use the question template to report bugs or to request new features. --> ## Describe your e...
closed
2024-10-15T15:47:44Z
2024-10-15T16:02:25Z
https://github.com/freqtrade/freqtrade/issues/10800
[ "Question" ]
beiluo97
3
polakowo/vectorbt
data-visualization
544
portfolio['some_ticker'].stats() : call in parallel
Hi, Once the portfolio is created, I need to iterate each column/ticker and call .stats on it individually. This is really slow and takes ages if the number of tickers is large. Is there any way to optimize this, to get the .stats for all the columns in one operation? I read somewhere that we can use 'use_ray=Tru...
closed
2022-12-18T14:39:28Z
2024-03-16T10:41:01Z
https://github.com/polakowo/vectorbt/issues/544
[ "stale" ]
wordjelly
2
postmanlabs/httpbin
api
483
The deployment is currently unavailable
I constantly get this error when using httpbin.org... ``` curl -X GET "https://httpbin.org/get" -H "accept: application/json" {"status":"503","description":"The deployment is currently unavailable"} ```
closed
2018-07-06T11:08:48Z
2018-07-06T11:19:16Z
https://github.com/postmanlabs/httpbin/issues/483
[]
it-can
2
JaidedAI/EasyOCR
machine-learning
1,117
when with GPU.follow the blow error:RuntimeError: generic_type: type "_CudaDeviceProperties" is already registered!
![1692169285338](https://github.com/JaidedAI/EasyOCR/assets/42331506/44698555-91f9-41fe-90b4-ce2e628c255f)
open
2023-08-16T07:02:17Z
2023-08-16T07:02:17Z
https://github.com/JaidedAI/EasyOCR/issues/1117
[]
xiayuer0114
0
Textualize/rich
python
3,371
How to create multiline description for progress bar
I've already found that i can create extra value using `{task.fields[message]}` My goal is to display something like this: ``` Custom value text Description ================ (progress bar) ``` How can i add custom fields above progress bar so it'll stick at the bottom of terminal with progress?
closed
2024-06-04T21:31:03Z
2024-06-05T15:58:26Z
https://github.com/Textualize/rich/issues/3371
[]
pingpongterminator300
3
sktime/sktime
scikit-learn
7,887
[BUG] `_safe_import` does not work if `pkg_name` is passed
`_safe_import` does not work if `pkg_name` is passed. The reason is simple: `path_list` is accessed before the variable exists. This is a very basic failure, due to missing tests - which we should add. Simple failing example - which also should be added as a test. ```python from pytorch_forecasting.utils._dependenc...
closed
2025-02-23T12:19:32Z
2025-03-06T19:57:53Z
https://github.com/sktime/sktime/issues/7887
[ "bug", "module:base-framework" ]
fkiraly
1
rgerum/pylustrator
matplotlib
38
File Not Found
I receive the following error when attempting to run the example. FileNotFoundError: [Errno 2] No such file or directory: 'C:\\Users\\<>\\AppData\\Local\\Temp\\ipykernel_16232\\1628941459.py' How to resolve? Thanks.
closed
2022-06-05T11:53:50Z
2022-06-06T17:55:37Z
https://github.com/rgerum/pylustrator/issues/38
[]
ftippett
6
iperov/DeepFaceLab
deep-learning
5,492
SAEHD training on GPU run the pause command after start in Terminal
Hello, My PC: Acer aspire 7, Core i 7 9th generation, nvidia geforce GTX 1050, Windows 10 home When I run SAEHD-training on GPU he run the pause command and say some thing like: "Press any key to continue..." after Start. On CPU work every thing fine! My batch size is 4! So my CMD is on German but look: ![graf...
open
2022-03-13T09:31:14Z
2023-06-08T23:18:48Z
https://github.com/iperov/DeepFaceLab/issues/5492
[]
Pips01
6
xlwings/xlwings
automation
2,028
The description in main.py
Windows 11 xlwings:0.24.7, Excel:16.0, Python: 3.9.5 In main.py, there is a description of Class App, the word is "An app corresponds to an Excel instance and should normally be used as context manager to make sure that everything is properly cleaned **uup** again and to prevent zombie processes." obviously, t...
closed
2022-09-25T12:23:11Z
2022-09-26T15:11:47Z
https://github.com/xlwings/xlwings/issues/2028
[]
cwjcw
1
dsdanielpark/Bard-API
api
88
why keyerror "image" happens
<img width="830" alt="image" src="https://github.com/dsdanielpark/Bard-API/assets/82095274/b9333272-0083-4bc4-8268-df068e3c0bb4"> I'm wondering why the error pops up, even we can use the try except to handle this, but nothing changes. If I input a normal text like :"hi", it will return nothing since it's still be reco...
closed
2023-07-01T12:41:25Z
2023-07-03T06:30:21Z
https://github.com/dsdanielpark/Bard-API/issues/88
[]
Xiansssss
2
pallets-eco/flask-wtf
flask
459
FlaskForm object returns wrong data after dynamically changed with JavaScript
My environment: Python 3.9.2, Flask==2.0.1, Flask-WTF==0.15.1 I have a simple form: ```python class RunReportForm(FlaskForm): report_name_1 = BooleanField('First report') report_name_2 = BooleanField('Second report') additional = StringField('Additional reports') run = SubmitField('Run') ```...
closed
2021-07-19T20:35:57Z
2021-08-04T00:35:16Z
https://github.com/pallets-eco/flask-wtf/issues/459
[]
NimaBavari
1
desec-io/desec-stack
rest-api
265
Don't forward PDNSException status codes to API user
https://github.com/desec-io/desec-stack/blob/master/api/desecapi/exceptions.py#L10 e.g. if Domain.keys() raises PDNSException, the user will get HTTP 404. Should be 500.
closed
2019-11-15T19:48:57Z
2024-10-07T16:53:19Z
https://github.com/desec-io/desec-stack/issues/265
[ "bug", "api" ]
peterthomassen
0
LAION-AI/Open-Assistant
python
2,912
Chats disappeared
It looks like conversations have disappeared - Instead I was met with commercials for your partners plastered across where the conversations were stored
closed
2023-04-25T23:22:24Z
2023-04-28T23:36:07Z
https://github.com/LAION-AI/Open-Assistant/issues/2912
[]
einarpetersen
2
man-group/arctic
pandas
194
Feature Request: Read recent K items before T
Suppose the trading hour is `09:00 ~ 15:00` every weekday. And after time `T`, a new 5-min candlestick between `[T-5min, T)` will be computed and appended to a Arctic store (`ChunkStore` or `VersionStore`). Now at 09:05 on Monday, I would like to get the latest 3 5-min candlesticks of a symbol: ``` bar between [14:50...
closed
2016-08-05T16:04:08Z
2019-01-04T10:25:45Z
https://github.com/man-group/arctic/issues/194
[ "wontfix" ]
mckelvin
1
geopandas/geopandas
pandas
3,531
BUG: df.hvplot.points(size=) error
- [x] I have checked that this issue has not already been reported. - [x] I have confirmed this bug exists on the latest version of geopandas. - [ ] (optional) I have confirmed this bug exists on the main branch of geopandas. --- **Note**: Please read [this guide](https://matthewrocklin.com/minimal-bug-reports) det...
closed
2025-03-21T18:12:59Z
2025-03-21T20:26:55Z
https://github.com/geopandas/geopandas/issues/3531
[ "bug", "needs triage" ]
scott-vsi
3
pytest-dev/pytest-xdist
pytest
635
Add new --dist option 'loadgroup'
### Intro There are currently several options for distributing tests, but there is still no suitable option for the following cases: ### Case 1 In this case, it is efficient to divide all tests into different sessions. ```python @pytest.mark.parametrize('param', [A, B, C, D]) def test_something_heavy(param): ...
closed
2021-03-15T01:56:29Z
2021-03-15T02:00:32Z
https://github.com/pytest-dev/pytest-xdist/issues/635
[]
dohyeop-sub
0
pyqtgraph/pyqtgraph
numpy
2,216
Annotations off-screen affect the autoscale "Visible Data Only" even when they're not visible
### Short description <!-- This should summarize the issue. --> ### Code to reproduce In https://github.com/pyqtgraph/pyqtgraph/blob/master/pyqtgraph/examples/text.py, zoom the x-axis to the region from 10--20, and try to autoscale the y-axis with the "Visible Data Only" box checked. Note that commenting out li...
open
2022-03-07T17:09:11Z
2022-03-07T17:09:11Z
https://github.com/pyqtgraph/pyqtgraph/issues/2216
[]
EfremBraun
0
sebp/scikit-survival
scikit-learn
439
'cosine' kernel in FastKernelSurvivalSVM still in documentation but not working in 0.22.2
**Describe the bug** In `scikit-survival/sksurv/svm/survival_svm.py`: ![image](https://github.com/sebp/scikit-survival/assets/33248318/f4674a34-5da6-4a5d-b12e-723da8314f81) 'cosine' kernel is not included in the 'kernel' options, but it is still described in the documentation. **Versions** ![image](https...
closed
2024-03-19T09:25:06Z
2024-04-02T15:33:55Z
https://github.com/sebp/scikit-survival/issues/439
[]
aliciaolivaresgil
0
litestar-org/polyfactory
pydantic
366
Bug: Broken union type generation since "polyfactory<2.6" (pydantic_factory)
### Description Value generation for `union_field: str | list[str]` types is broken since polyfactory<2.6. Sample of broken results: ``` {'union_field': ['xHTRynXkQXaHKksrCLan', ['mlAkGEPvArmUXfHMUDvh']]} {'union_field': ['AOQqrBoBIUXjkkDazQMu', ['EDNDtAdsaLdPVrSjwrDo']]} {'union_field': ['cVPkYHEIYQOEVCbYEOi...
closed
2023-09-15T17:52:10Z
2025-03-20T15:53:07Z
https://github.com/litestar-org/polyfactory/issues/366
[ "bug" ]
realitycheck
4
microsoft/MMdnn
tensorflow
184
Converted Resent50 from mxnet is predicting label incorrectly
Ubuntu 14.04 Python version: 2.7 Tensorflow 1.4.0 with GPU Pre-trained model path: download using mmdownload Running scripts: ``` mkdir checkpoint mmdownload -f mxnet -n imagenet1k-resnet-50 -o ./ mmtoir -f mxnet -n resnet-50-symbol.json -w resnet-50-0000.params -d resnet50 --inputShape 3 299 299 mmtoc...
closed
2018-05-07T12:56:56Z
2018-07-05T05:01:35Z
https://github.com/microsoft/MMdnn/issues/184
[]
LiYingwei
3
albumentations-team/albumentations
deep-learning
1,586
[tech debt] Merge `ShiftScaleRotate` and `Affine`
Both do the same, but `Affine` is much faster. 1. Merge two classes. 2. Add Deprecated warning to `ShiftScaleRotate`
closed
2024-03-15T19:38:27Z
2024-05-09T00:57:11Z
https://github.com/albumentations-team/albumentations/issues/1586
[ "good first issue", "Tech debt" ]
ternaus
1
thtrieu/darkflow
tensorflow
1,108
libstdc++.so.6: version `GLIBCXX_3.4.22' not found
I am using Ubuntu 16.04 on VMware . I have do custom image detection on class solar_images. I alreaday installed tensorflow (required version tensorflow for this project). I carefully Installed OPencv, Anaconda jupyter. I run this project creating environment. But executing below command for training .........the...
closed
2019-12-20T12:41:40Z
2020-01-02T08:13:52Z
https://github.com/thtrieu/darkflow/issues/1108
[]
ankitAMD
2
raphaelvallat/pingouin
pandas
39
bayesfactor_pearson return different results than correlationBF
See https://github.com/cran/BayesFactor/blob/0a1fe0bedf62549a466c9ec5db8b8b5a0217f0c6/R/correlationBF.R
closed
2019-05-30T22:21:05Z
2019-06-01T22:40:03Z
https://github.com/raphaelvallat/pingouin/issues/39
[ "invalid :triangular_flag_on_post:" ]
raphaelvallat
4
docarray/docarray
fastapi
1,659
docs: add "coming from langchain" section
### Initial Checks - [X] I have searched Google & GitHub for similar requests and couldn't find anything - [X] I have read and followed [the docs](https://docs.docarray.org) and still think this feature is missing ### Description Mention built-in vectorstores as well as DocArrayRetriever ### Affected Components - ...
closed
2023-06-19T11:09:35Z
2023-06-19T15:12:56Z
https://github.com/docarray/docarray/issues/1659
[]
jupyterjazz
0
pandas-dev/pandas
data-science
60,363
DOC: Add examples for float_format in to_csv documentation
### Pandas version checks - [X] I have checked that the issue still exists on the latest versions of the docs on `main` [here](https://pandas.pydata.org/docs/dev/) ### Location of the documentation https://pandas.pydata.org/pandas-docs/stable/reference/api/pandas.DataFrame.to_csv.html ### Documentation pr...
closed
2024-11-19T18:11:21Z
2024-12-03T20:31:36Z
https://github.com/pandas-dev/pandas/issues/60363
[ "Docs", "IO CSV" ]
felicijo
1
graphdeco-inria/gaussian-splatting
computer-vision
646
Train with a batch size
Hey, If I've understood the code and the method correctly, the images are processed one by one and the Gaussian optimisations are processed iteratively. Is it conceptually possible to perform gaussian splatting with a batch of images and gaussians? If so, would a lot of code have to be changed? I imagine that th...
closed
2024-02-01T09:51:04Z
2024-02-09T21:51:49Z
https://github.com/graphdeco-inria/gaussian-splatting/issues/646
[]
LoickCh
2
hpcaitech/ColossalAI
deep-learning
6,112
[BUG]: ColossalAI Inference example response empty result without error
### Is there an existing issue for this bug? - [X] I have searched the existing issues ### 🐛 Describe the bug Git commit: 2f583c1549(Current master branch) ## code(Example code in colossalai inference readme): ``` import torch import transformers import colossalai from colossalai.inference import In...
closed
2024-11-04T03:06:27Z
2025-01-08T03:51:52Z
https://github.com/hpcaitech/ColossalAI/issues/6112
[ "bug" ]
GuangyaoZhang
2
autogluon/autogluon
computer-vision
4,541
[BUG] uv pip install autogluon fails
**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 --> - [ ] I confirmed bug exists on the latest mainline of AutoGluon via s...
closed
2024-10-16T11:06:47Z
2024-11-01T21:09:57Z
https://github.com/autogluon/autogluon/issues/4541
[ "bug: unconfirmed", "Needs Triage", "install" ]
gabrieltomasin
1
plotly/dash
data-visualization
2,858
[BUG] Fix overlay_style in dcc.Loading
dash>= 2.17.0 The `overlay_style` prop in `dcc.Loading` should apply only to the background and not the spinner component. You can see it in the docs - here is the example: This could be tagged as a "Good First Issue". If someone doesn't get to it first, I think I can fix it :slightly_smiling_face: ```pyt...
closed
2024-05-13T17:15:04Z
2024-05-15T18:17:08Z
https://github.com/plotly/dash/issues/2858
[ "bug", "sev-2" ]
AnnMarieW
0
pydantic/pydantic
pydantic
10,683
`exclude_defaults` is broken for Optional fields with `default_factory` when set to `None`
### Initial Checks - [X] I have searched GitHub for a duplicate issue and I'm sure this is something new - [X] I have searched Google & StackOverflow for a solution and couldn't find anything - [X] I have read and followed [the docs](https://docs.pydantic.dev) and still think this is a bug - [X] I am confident that th...
closed
2024-10-22T09:32:39Z
2024-10-24T10:50:40Z
https://github.com/pydantic/pydantic/issues/10683
[ "bug V1" ]
z-tux-mind
2
iperov/DeepFaceLive
machine-learning
142
converting LIA model to onnx
Hi there, I try to convert LIA model from pytorch to onnx but failed with unsupported operator like 'aten::qr'. I notice that you have successfully converted it and your converted onnx works fine (with only minor difference compared to original pytorch version). Can you share some insight about the conversion ? best ...
closed
2023-03-02T02:29:42Z
2023-03-02T04:48:56Z
https://github.com/iperov/DeepFaceLive/issues/142
[]
linfang010
1
PablocFonseca/streamlit-aggrid
streamlit
63
How to use custom cell renderers?
I am using the staggrid component and want to embed buttons which then open up a window to show some details about the row, something like [this](https://www.ag-grid.com/javascript-data-grid/component-cell-renderer/#example-simple) For this to work I would need to inject a custom cell renderer (= js class) it into t...
closed
2022-02-01T09:21:03Z
2024-04-04T17:53:17Z
https://github.com/PablocFonseca/streamlit-aggrid/issues/63
[ "enhancement", "question" ]
thunderbug1
2
aimhubio/aim
tensorflow
2,664
Better scaling w.r.t. to the number of runs
## 🚀 Feature Improve scalability of Aim w.r.t. the number of runs. ### Motivation I wanted to try Aim instead of TensorBoard, but it did not scale to my setup. Namely, I have a repository similar to [this one](https://github.com/Yura52/tabular-dl-num-embeddings). TensorBoard files are stored next to the "D...
open
2023-04-19T18:17:28Z
2023-06-16T05:46:13Z
https://github.com/aimhubio/aim/issues/2664
[ "type / enhancement" ]
Yura52
4
plotly/dash
dash
3,016
[BUG] Make a minor release updating plotly bundle to 2.35.2 or newer to fix maplibre
I got the pip package of dash, version 2.18.1. Would it be possible to make a new release that updated plotly from 2.35.0 to 2.35.2? We have an offline application, and the bundled plotly (v2.35.0) is trying to get maplibre-gl.js from some CDN, instead of having it bundled, and they fixed that on plotly 2.35.2, but ...
closed
2024-09-24T23:57:28Z
2024-09-25T19:37:44Z
https://github.com/plotly/dash/issues/3016
[]
pupitetris
2
s3rius/FastAPI-template
asyncio
89
Add gunicorn startup option.
Gunicorn with uvicorn workers is faster than raw uvicorn. This feature might be useful for folks who want to gain more speed to their projects.
closed
2022-06-21T12:20:38Z
2023-07-31T13:09:50Z
https://github.com/s3rius/FastAPI-template/issues/89
[]
s3rius
3
ultralytics/ultralytics
computer-vision
19,194
segmentation labeling question - closed curve, donut
### 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 Does segmentation have to be labeled in closed curve form? like cls x1 y1 y2...
open
2025-02-12T02:51:56Z
2025-02-12T04:35:35Z
https://github.com/ultralytics/ultralytics/issues/19194
[ "question", "segment" ]
Leo-aetech
2
allenai/allennlp
nlp
5,090
Use PyTorch data loading infrastructure?
Hello, I love AllenNLP and I incredibly appreciate the work that AllenNLP group at AI2 has done on this :) However, I feel like recently I've been constantly dealing with bugs due to weird behaviours in the data loading process. So I started wondering: is there any specific reason why we had to reimplement the en...
closed
2021-04-02T09:08:20Z
2021-04-16T16:10:26Z
https://github.com/allenai/allennlp/issues/5090
[ "Feature request", "stale" ]
aleSuglia
6
jupyter-incubator/sparkmagic
jupyter
636
[BUG]python version >=3.8.0 cannot jupyter install pysparkkerrnel
**Describe the bug** Hello! I'm doing a vscode extension tool. I just found that python version >=3.8.0 cannot jupyter install pysparkkerrnel. However, it can work if python <3.8.0. our tool use ‘jupyter install sparkmagic’ and ‘jupyter.exe kernelspec install pysparkkernel’. As the picture shown, the link is here: h...
closed
2020-03-30T14:16:25Z
2021-06-05T19:33:48Z
https://github.com/jupyter-incubator/sparkmagic/issues/636
[]
zesluo
12
Kitware/trame
data-visualization
167
Patch VTK's `serializeInstance` to change `print` statements to warnings
`serializeInstance` in `Web/Python/vtkmodules/web/render_window_serializer.py` of VTK uses `print` statements to issue warnings. We should patch this in trame to use warnings so as to have better outputs than: ![Screen Shot 2022-12-14 at 11 07 33 AM](https://user-images.githubusercontent.com/22067021/207673070-15664...
closed
2022-12-14T18:08:22Z
2023-01-09T22:59:52Z
https://github.com/Kitware/trame/issues/167
[]
banesullivan
2
explosion/spaCy
machine-learning
13,147
The en_core_web_trf model results in zero output
### Discussed in https://github.com/explosion/spaCy/discussions/13145 <div type='discussions-op-text'> <sup>Originally posted by **HarounAbdelsamad** November 22, 2023</sup> I tried training the en_core_web_trf model based on datasets i have but after training and evaluation the fscore, recall and precision are ...
closed
2023-11-23T08:04:50Z
2023-12-24T00:02:25Z
https://github.com/explosion/spaCy/issues/13147
[ "training", "feat / transformer" ]
HarounAbdelsamad
2
litestar-org/polyfactory
pydantic
110
Bug: ParameterError is thrown for valid ranges in conint
Continued my experiments. This code ```python class Test(BaseModel): a: conint(gt=10, lt=12) # type: ignore[valid-type] class TestFactory(ModelFactory): __model__ = Test result = TestFactory.build() ``` produces ```python Traceback (most recent call last): File "/tmp/test_proj/test....
closed
2022-11-05T13:45:04Z
2022-11-09T04:12:34Z
https://github.com/litestar-org/polyfactory/issues/110
[]
jtraub
1
errbotio/errbot
automation
827
Inject HTML directly to HipChat backend
From what I can see, it is not possible to insert HTML directly into a response to HipChat, but only through a Markdown template. This disallows the use of table formatting. Is there a way to do so which I'm missing, or is this not implemented? Is there any reason to not allow the use of HTML directly?
closed
2016-08-01T17:12:05Z
2016-08-02T07:14:26Z
https://github.com/errbotio/errbot/issues/827
[]
dtroberts
1
babysor/MockingBird
pytorch
612
Synthesizer loss increases/diverges under training with GPU
**Summary[问题简述(一句话)]** If I use CPU to train the synthesizer, under the fine-tuning methodology, I get good results and the loss has been decreasing over time. However, when I moved the models over to an Ubuntu container, running ROCm for GPU acceleration using the AMD graphics cards, the loss actually diverges. Ha...
open
2022-06-11T04:51:22Z
2022-06-13T15:29:47Z
https://github.com/babysor/MockingBird/issues/612
[]
tcchau
1
waditu/tushare
pandas
871
能否在指数列表中增加中证500指数
当前的指数代码: (sh=上证指数 sz=深圳成指 hs300=沪深300指数 sz50=上证50 zxb=中小板 cyb=创业板),能否增加中证500:000905,中证800:000906 这二个代码?
closed
2018-12-17T06:32:43Z
2018-12-18T01:33:16Z
https://github.com/waditu/tushare/issues/871
[]
stockwiner
1
mitmproxy/pdoc
api
678
Error importing module: no signature found for builtin type `<class 'type I wrote'>`
#### Problem Description When attempting to use `pdoc` on [my package](https://github.com/JesseTG/libretro.py), I get a stack trace similar to the following when trying to view the doc page for any module: ``` Traceback (most recent call last): File "/home/jesse/.virtualenvs/libretro.py/lib/python3.12/site-pa...
closed
2024-04-10T01:51:03Z
2024-07-10T13:31:24Z
https://github.com/mitmproxy/pdoc/issues/678
[ "bug" ]
JesseTG
3
Evil0ctal/Douyin_TikTok_Download_API
fastapi
113
api 返回错误
https://api.douyin.wtf/api?url=https://www.tiktok.com/@/video/7167614344241499418 ` { "url": "https://www.tiktok.com/@/video/7167614344241499418", "endpoint": "/api/", "total_time": 0.2007, "status": "failed", "message": "返回数据为空,无法处理!/Return data is empty and cannot be processed!" } `
closed
2022-12-02T10:54:04Z
2022-12-02T11:59:08Z
https://github.com/Evil0ctal/Douyin_TikTok_Download_API/issues/113
[]
jiujiude
2
plotly/dash
plotly
2,818
[BUG] Dash Testing: `wait_for_text_to_equal` may incorrectly succeed when used with text `"None"`
**Describe your context** - replace the result of `pip list | grep dash` below ``` dash 2.16.1 dash-core-components 2.0.0 dash-dangerously-set-inner-html 0.0.2 dash-flow-example 0.0.5 dash-html-components 2.0.0 dash-table ...
closed
2024-03-27T19:22:12Z
2024-04-19T16:32:10Z
https://github.com/plotly/dash/issues/2818
[]
emilykl
1
sqlalchemy/sqlalchemy
sqlalchemy
10,679
Oracle async support
Oracle has a new branch at https://github.com/oracle/python-oracledb/tree/asyncio-support using real non-blocking in their thin client. we need to prototype against this to make sure we can work with what they are doing, and then prepare a real patch. we can of course build off of the new `connectors/asyncio.py` an...
closed
2023-11-23T01:36:08Z
2024-01-03T21:35:33Z
https://github.com/sqlalchemy/sqlalchemy/issues/10679
[ "oracle", "use case", "asyncio" ]
zzzeek
20
holoviz/panel
plotly
7,179
Broken API docstring format for pn.extension()
The docstring formatting here is broken: https://panel.holoviz.org/api/panel.config.html#panel.config.panel_extension I think this `: Example` format in many docstrings isn't processed correctly? Should this be fixed in nbsphinx or should the docstrings be reformatted? <img width="1319" alt="Screenshot 20...
open
2024-08-23T19:22:57Z
2024-08-23T19:23:58Z
https://github.com/holoviz/panel/issues/7179
[]
cdeil
1
qubvel-org/segmentation_models.pytorch
computer-vision
155
Not able to import deeplabv3
I'm getting an error `AttributeError: module has no attribute 'DeepLabV3'`. I've tried both pypi and latest source code available from github. Can please someone help me?
closed
2020-03-02T15:08:25Z
2020-03-02T16:27:40Z
https://github.com/qubvel-org/segmentation_models.pytorch/issues/155
[]
asdspal
2
JoeanAmier/TikTokDownloader
api
113
这样填写不对吗,下载的始终是第一个链接的作品
![抖音下载](https://github.com/JoeanAmier/TikTokDownloader/assets/63296748/7ffe53e1-f832-411f-b38e-dc31752d71c3)
closed
2023-12-26T11:17:49Z
2023-12-26T11:46:48Z
https://github.com/JoeanAmier/TikTokDownloader/issues/113
[]
ywj861
1
idealo/imagededup
computer-vision
207
HEIC support?
Hi, Would it be hard and/or time consuming to enable HEIC format support? Meanwhile, as a workaround, I'm doing HEIC->jpeg conversion, running the tool and then - mapping file names to original (HEIC) ones. Thank you!
open
2023-10-25T03:03:40Z
2023-11-21T19:22:29Z
https://github.com/idealo/imagededup/issues/207
[]
ink-splatters
1
Miserlou/Zappa
flask
1,770
Broken unicode query parameters in django
https://github.com/Miserlou/Zappa/pull/1311 for https://github.com/Miserlou/Zappa/issues/1199 has broke passing unicode string to django, since django rest framework which does the url decoding does not expect an iso-8859-1 string. ## Possible Fix https://github.com/GeoThings/Zappa/commit/cba59878d97be10a9e70257d8c...
open
2019-01-28T07:26:01Z
2019-01-28T07:26:37Z
https://github.com/Miserlou/Zappa/issues/1770
[]
ambientlight
0
huggingface/peft
pytorch
2,014
QLora with DeepSpeed support
### System Info peft: 0.12.1.dev0 accelerate: 0.33.0.dev0 transformers: 4.45.0.dev0 platform: ubuntu22.04 LTS python 3.10.12 hardward: NVIDIA RTX2080TI * 4 ### Who can help? _No response_ ### Information - [ ] The official example scripts - [ ] My own modified scripts ### Tasks - [ ] An officially supported...
closed
2024-08-18T01:06:30Z
2024-08-19T10:44:10Z
https://github.com/huggingface/peft/issues/2014
[]
ysj1173886760
5
docarray/docarray
pydantic
1,726
feat: implement "update" for Milvus
Milvus does not directly support the functionality to update existing data. The workaround is to delete+index data that you want to update.
open
2023-07-24T11:28:29Z
2023-07-24T12:29:22Z
https://github.com/docarray/docarray/issues/1726
[ "good-first-issue", "area/document-index" ]
jupyterjazz
1
electricitymaps/electricitymaps-contrib
data-visualization
7,320
"Installed capacity" label is shown for aggregated data
**Describe the bug** "Installed capacity" label should not be shown for aggregated data **To Reproduce** Steps to reproduce the behavior: 1. Pick any zone 2. Select Yearly view **Expected behavior** "Installed capacity" label should not be shown for aggregated data. **Screenshots** <img width="446" alt="...
closed
2024-10-14T16:22:48Z
2024-11-22T14:36:36Z
https://github.com/electricitymaps/electricitymaps-contrib/issues/7320
[ "bug 🐞", "help wanted", "frontend 🎨", "good first issue" ]
corradio
4
home-assistant/core
python
140,754
Implement Image Generation with Gemini
### The problem Google has launched free image generation via the Gemini API. https://developers.googleblog.com/en/experiment-with-gemini-20-flash-native-image-generation/ I'd like to implement this in the existing `google_generative_ai_conversation.generate_content` action. However, unlike OpenAI, the API returns ...
closed
2025-03-16T19:59:42Z
2025-03-24T05:30:03Z
https://github.com/home-assistant/core/issues/140754
[ "integration: google_generative_ai_conversation" ]
SLaks
3
opengeos/leafmap
streamlit
751
leafmap on deepnote causes exception: "field() got an unexpected keyword argument 'alias'"
<!-- Please search existing issues to avoid creating duplicates. --> ### Environment Information - [deepnote notebook ](https://deepnote.com/app/uclab_potsdam/leafmap-test-b970f216-68cd-4a93-932c-c61747b4a580) - Python 3.9 ### Description I am trying to work with leafmap in Jupyter Notebooks on Deepnote.co...
closed
2024-06-10T20:54:37Z
2024-06-16T04:06:29Z
https://github.com/opengeos/leafmap/issues/751
[ "bug" ]
nrchtct
3
donnemartin/data-science-ipython-notebooks
numpy
2
Add instructions to configure IPython/PySpark for python 3, now supported with Spark 1.4
Reported by [core_dumpd](http://www.reddit.com/user/core_dumpd) on [Reddit /r/DataScience](http://www.reddit.com/r/datascience/comments/3ar1bd/continually_updated_data_science_python_notebooks/). Solution seems to be discussed in Stack Overflow [here](http://stackoverflow.com/questions/30279783/apache-spark-how-to-use...
closed
2015-06-24T01:54:29Z
2015-07-04T13:02:51Z
https://github.com/donnemartin/data-science-ipython-notebooks/issues/2
[ "enhancement" ]
donnemartin
1
bendichter/brokenaxes
matplotlib
87
Strange Diagonal Lines in plot
Hello people, I'm trying to produce a double broken axes figure. I did research online but nothing seems to solve this problem, unless I made some unidentified dumb error. The problem consists of a "buggy" diagonal line in the plot. ![fidds1](https://user-images.githubusercontent.com/40841774/200632056-2d130eb6-18f1-...
closed
2022-11-08T17:20:42Z
2022-11-08T20:59:18Z
https://github.com/bendichter/brokenaxes/issues/87
[]
murilosc
6
NVIDIA/pix2pixHD
computer-vision
327
Regarding the inclusion of classification criteria during training.
I would like to ask whether it is possible to include classification criteria during training, for example, I am training a model for generating house layouts ![image](https://github.com/NVIDIA/pix2pixHD/assets/148624552/49a7c4e7-860e-49f5-add4-9fe9add905fd) For example, with the given image, I want to achieve the ge...
open
2023-10-29T12:27:33Z
2023-10-29T12:31:09Z
https://github.com/NVIDIA/pix2pixHD/issues/327
[]
masonghao1
0
robinhood/faust
asyncio
656
Last message in kafka is not getting processed with faust take() method
As there is already a ticket available on a similar issue regarding offset lag is always 1 even after processing the last record, but this is a different issue where the last message is not getting processed. i"m using faust `1.10.4` ## Steps to reproduce ``` add some 10 messages with one partition in kafk...
open
2020-09-23T15:23:59Z
2020-09-24T05:44:16Z
https://github.com/robinhood/faust/issues/656
[]
sivasai-quartic
1
pytorch/pytorch
numpy
149,290
as_subclass doesn't work under TorchDispatchMode
### 🐛 Describe the bug We have a torch.Tensor subclass which shares autograd history with a passed in `data` torch.Tensor using the `as_subclass` method. This works well except in the case where we use `TorchDispatchMode`: ``` import torch from torch.utils._python_dispatch import TorchDispatchMode class Foo(TorchDi...
open
2025-03-17T03:39:42Z
2025-03-17T15:33:27Z
https://github.com/pytorch/pytorch/issues/149290
[ "triaged", "module: __torch_dispatch__" ]
pritamdamania87
0
pyro-ppl/numpyro
numpy
1,812
How can I gibbs before HMC/NUTS?
I am currently doing a work using `HMCGibbs`. I found that it always sample several times with `model` part for `NUTS` or `HMC` and then runs into the `gibbs_fn`. However, my program need to apply `gibbs_fn` first and skip all those definitions on distirbutions related to `gibbs_site` and variables `hmc_site` are initi...
closed
2024-06-10T10:59:39Z
2024-06-15T01:44:39Z
https://github.com/pyro-ppl/numpyro/issues/1812
[ "enhancement" ]
disadone
8
feder-cr/Jobs_Applier_AI_Agent_AIHawk
automation
91
New to Python
Hi there, I am just looking to find a job and streamline the application process. I have never used Python before and am trying to figure out how this all works; what packages to get, what to paste where, and how to make sure everything is running properly. I know everything is listed out in the READ ME section, but...
closed
2024-08-27T19:22:27Z
2024-09-02T08:16:04Z
https://github.com/feder-cr/Jobs_Applier_AI_Agent_AIHawk/issues/91
[]
pacman20011
8
ultrafunkamsterdam/undetected-chromedriver
automation
1,886
[NoDriver] - get_position(), save_screenshot() may be incorrect
`get_position` returns an incorrect value when the **top of the page** is not displayed. Since `get_position` returns the `y` value from the **top of the displayed view**. If get_position is not correct, - then `save_screenshot` will be incorrect - and other functions that will depend on `get_position`
open
2024-05-15T21:35:47Z
2024-05-15T21:36:00Z
https://github.com/ultrafunkamsterdam/undetected-chromedriver/issues/1886
[]
gnori-zon
0
strawberry-graphql/strawberry-django
graphql
284
Way to split up query across django apps
Rather a question than an issue: Is there a way to split up the Query object across different django apps and create the central Query by inheriting from the app-specific ones in a similar fashion as it is possible in graphene-django? Something like: ```python # schema.py import strawberry from fruits.types im...
closed
2023-07-07T12:15:48Z
2025-03-20T15:57:12Z
https://github.com/strawberry-graphql/strawberry-django/issues/284
[ "question" ]
TWeidi
4
pydata/pandas-datareader
pandas
594
new stooq datareader no longer downloads indices
The stooq 0.7.0 datareader downloads individual symbols provided as either "AAPL" or "AAPL.US". But it will no longer download indices (e.g. "^SPX"), and returns an empty dataframe. Apparently, stooq.py was rewritten to automatically append ".US" in the absence of any other country indicator. But indices do not take...
closed
2018-11-02T00:45:41Z
2019-09-18T08:10:32Z
https://github.com/pydata/pandas-datareader/issues/594
[]
EcoFin
5
amidaware/tacticalrmm
django
876
Initial screen after install support x32 and x64 mesh agents
Have 1st screen in rmm admin gui on new server install support x32 and x64 mesh agent uploads.
closed
2021-12-19T18:34:34Z
2022-02-03T01:14:34Z
https://github.com/amidaware/tacticalrmm/issues/876
[ "enhancement" ]
silversword411
3
jupyter/nbgrader
jupyter
1,711
Fetched assignments can be seen by other users if home directory has `x` permission
Archlinux, nbgrader 0.8.1, jupyterhub 3.0.0, jupyter-notebook 6.5.2 On a server with many users I have a umask of 077 to protect users' directories from potential listing and reading of their files. The reason is that users can use `public_html` which requires `home` directory to be searchable (`x` permission) and `...
open
2022-12-13T21:36:21Z
2024-03-21T12:44:04Z
https://github.com/jupyter/nbgrader/issues/1711
[ "bug" ]
goekce
1
CorentinJ/Real-Time-Voice-Cloning
pytorch
1,123
Any sound I record provide the same result
Hi, thanks for the tool, For some reason, any sound I record provides the same result as it Soundwave the deception is talking to me, no matter how many times I run the program or the samples are grouped. Any idea how to solve it?
closed
2022-10-02T08:12:31Z
2023-01-08T08:55:13Z
https://github.com/CorentinJ/Real-Time-Voice-Cloning/issues/1123
[]
ezrabest
0
WZMIAOMIAO/deep-learning-for-image-processing
pytorch
754
Unet训练和测试代码为什么这么复杂?
与分类任务相比,Unet的训练、评估和测试代码看起来非常复杂,写了很多utils的代码文件,请问这是必要的吗?还是说可以简化代码呢? 另外,请问为什么分割任务的Loss计算是Dice Loss加上交叉熵损失呢?可以只使用Dice Loss吗?
closed
2023-10-16T08:49:34Z
2023-11-20T14:49:49Z
https://github.com/WZMIAOMIAO/deep-learning-for-image-processing/issues/754
[]
ghost
1
gunthercox/ChatterBot
machine-learning
1,851
CHATTERBOT INSTALLATION ERROR
I am trying to pip install the chatterbot but there is always this error:- C:\Users\User\TRIAL\Chatbot>pip install chatterbot Collecting chatterbot Using cached https://files.pythonhosted.org/packages/6c/0e/dac0d82f34f86bf509cf5ef3e2dfc5aa7d444bd843a2330ceb7d854f84f2/ChatterBot-1.0.5-py2.py3-none-any.whl Collec...
closed
2019-11-02T20:13:38Z
2021-12-23T21:40:09Z
https://github.com/gunthercox/ChatterBot/issues/1851
[]
Sowren25
3
inducer/pudb
pytest
115
has trouble tracing importlib._bootstrap in python3.3
I'm doing an experiment with sys.path_hooks, and pudb is having trouble tracing through it. pudb seems to fail to find the source for `/usr/lib/python3.3/importlib/_bootstrap.py`, which results in the variables windowlet being smashed to the left. To reproduce: ``` sh $ PYTHONPATH=dummypath python3.3 foo.py ``` `fo...
open
2014-04-21T17:51:57Z
2017-04-14T13:35:18Z
https://github.com/inducer/pudb/issues/115
[]
bukzor
9
quokkaproject/quokka
flask
599
handle extensions for static file and generate it based on rules
Static file extension handle https://github.com/rochacbruno/quokka_ng/issues/73
open
2018-02-07T01:42:55Z
2018-02-07T01:42:55Z
https://github.com/quokkaproject/quokka/issues/599
[ "1.0.0", "hacktoberfest" ]
rochacbruno
0
recommenders-team/recommenders
data-science
1,364
[BUG] integration tests must not be executed if smoke test fail
### Description <!--- Describe your issue/bug/request in detail --> With the last change, integration test are executed even if smoke tests fail, see example: https://dev.azure.com/best-practices/recommenders/_build/results?buildId=46125&view=logs&j=5264e576-3c6f-51f6-f055-fab409685f20&t=b3018297-00ec-509d-8d8a-45865...
closed
2021-04-02T06:39:48Z
2021-04-08T17:01:50Z
https://github.com/recommenders-team/recommenders/issues/1364
[ "bug" ]
miguelgfierro
3
fbdesignpro/sweetviz
pandas
85
Possible error in the correlations plot header
<img width="850" alt="Screenshot 2021-03-22 at 12 11 44" src="https://user-images.githubusercontent.com/35999411/111966428-f700f880-8b07-11eb-8058-a70afb838f1b.png"> looks like you wanted to say 'column' here instead of 'row'
closed
2021-03-22T09:13:35Z
2022-04-16T20:30:28Z
https://github.com/fbdesignpro/sweetviz/issues/85
[ "documentation" ]
DanilZherebtsov
2
tflearn/tflearn
tensorflow
650
Tutorial for one shot learning
i think it is a good idea to give a simple example of one shot learning
open
2017-03-06T09:33:12Z
2017-05-10T17:22:07Z
https://github.com/tflearn/tflearn/issues/650
[]
aryopg
1
horovod/horovod
deep-learning
3,292
Gradient Checkpointing with Distributed Triplet Loss training and conditional torch.no_grad parts of the code
**Environment:** 1. Framework: PyTorch 2. Framework version: 1.9.0 3. Horovod version: 0.23.0 4. MPI version: 3.1.2 5. CUDA version: 10.1 6. NCCL version: 7. Python version: 3.6.2 8. Spark / PySpark version: - 9. Ray version: 10. OS and version: Linux 11. GCC version: 12. CMake version: 3.18.2 **Check...
open
2021-11-26T14:44:44Z
2022-04-26T13:20:26Z
https://github.com/horovod/horovod/issues/3292
[ "bug" ]
rafaljanwojcik
1
custom-components/pyscript
jupyter
131
'TypeError: exceptions must derive from BaseException' when missing argument label
The following code fails with an unhelpful exception: ```python persistent_notification.create("foo") ``` ``` Exception in <jupyter_0> line 1: persistent_notification.create("foo") ^ TypeError: exceptions must derive from BaseException ``` The correct code is `pers...
closed
2021-01-01T03:43:46Z
2021-01-01T05:59:41Z
https://github.com/custom-components/pyscript/issues/131
[]
huonw
2
scikit-optimize/scikit-optimize
scikit-learn
413
Do a speed profile
We should do a speed profile, to identify the time taken in each part so as to see if we can speed up some obvious parts.
open
2017-06-23T04:21:25Z
2017-07-28T07:11:26Z
https://github.com/scikit-optimize/scikit-optimize/issues/413
[]
MechCoder
5
ray-project/ray
python
50,656
[Core] Plugable storage backend besides Redis
### Description Redis as metadata storage backend has it only limitation, e.g. it can only guarantee eventual consistency instead of strong consistency. It would be nice to be able to extend storage backend for the following reasons, as far as I can see. 1. uses prefer availability or consistency than performance 2....
open
2025-02-17T03:15:30Z
2025-03-22T00:55:10Z
https://github.com/ray-project/ray/issues/50656
[ "enhancement", "P2", "core" ]
zhengy001
1
numba/numba
numpy
9,968
Request for Thread-local Timing Functions to Support Parallel Load Balancing
# Feature request ## Description: I'm requesting the addition of timing functions (e.g., support for time.time()) to enable precise execution time measurement within prange parallel loops. This would help implement dynamic load balancing strategies for subsequent parallel executions. ## Use Case: When using prange ...
closed
2025-03-10T08:21:19Z
2025-03-11T18:18:48Z
https://github.com/numba/numba/issues/9968
[ "duplicate", "feature_request" ]
game-difficulty
2
developmentseed/lonboard
data-visualization
658
Enable repeating map view
https://deck.gl/docs/whats-new#world-repeating-in-web-mercator-maps
open
2024-09-30T13:35:19Z
2024-09-30T13:35:19Z
https://github.com/developmentseed/lonboard/issues/658
[]
kylebarron
0
apify/crawlee-python
automation
706
Trigger docs build after updating the changelog
Currently the changelog is updated with a `[ci skip]` commits so it only gets incorporated in the docs after a delay.
closed
2024-11-18T10:19:51Z
2024-11-22T12:25:08Z
https://github.com/apify/crawlee-python/issues/706
[ "bug", "t-tooling", "infrastructure" ]
janbuchar
0
LAION-AI/Open-Assistant
machine-learning
2,903
Feature request: Nearly unlimited token length
I would like to ask if it would be somehow possible AND feasible to implement this paper into openassistant: https://arxiv.org/pdf/2304.11062.pdf Even it shows the examples for a BERT like model, it somehow should be possible to be adapted to a decoder prefered method (GPT like).
open
2023-04-25T15:05:12Z
2023-04-25T15:05:50Z
https://github.com/LAION-AI/Open-Assistant/issues/2903
[ "feature", "ml" ]
snapo
0
marimo-team/marimo
data-science
3,332
persistent_cache raises "AssertionError: Unexpected block"
### Describe the bug using `mo.persistent_cache` in what looks to be a pretty straightforward way (that I believe was working fine earlier): ``` with mo.persistent_cache(name="nutrient_estimates"): nutrient_estimates = [ dispatch_estimate(row) for _, row in df.iterrows() ] ``` is now failing: ``` m...
closed
2025-01-03T06:58:13Z
2025-01-03T10:12:57Z
https://github.com/marimo-team/marimo/issues/3332
[ "bug" ]
gabrielgrant
1
quantumlib/Cirq
api
6,543
New scipy release breaks the CI trhough quimb
scipy 1.13.0 was released half an hour ago and is breaking our CI ![Screenshot from 2024-04-02 15-25-51](https://github.com/quantumlib/Cirq/assets/5949112/54714925-7847-4f42-a8e7-046ce9ef7ccd)
closed
2024-04-02T22:26:43Z
2024-09-03T19:52:16Z
https://github.com/quantumlib/Cirq/issues/6543
[ "kind/health", "triage/accepted" ]
NoureldinYosri
1
tensorflow/tensor2tensor
deep-learning
1,736
module 'tensorflow' has no attribute 'to_float'
### Description TensorFlow 2.0 has no attribute `to_float`. ### Environment information ``` OS: Windows 10 Home Edition $ pip freeze | grep tensor mesh-tensorflow==0.1.4 tensor2tensor==1.14.1 tensorboard==2.0.1 tensorflow==2.0.0 tensorflow-datasets==1.3.0 tensorflow-estimator==2.0.1 tensorflow-gan==...
open
2019-11-05T01:13:53Z
2022-05-28T04:38:23Z
https://github.com/tensorflow/tensor2tensor/issues/1736
[]
shuiruge
3
NullArray/AutoSploit
automation
638
Unhandled Exception (361856182)
Autosploit version: `3.0` OS information: `Linux-4.19.0-kali1-amd64-x86_64-with-Kali-kali-rolling-kali-rolling` Running context: `autosploit.py -c -q *** --proxy socks5://127.0.0.1:9050 --random-agent` Error meesage: `SOCKSHTTPSConnectionPool(host='censys.io', port=443): Max retries exceeded with url: /api/v1/search/ip...
closed
2019-04-07T15:38:35Z
2019-04-17T18:33:00Z
https://github.com/NullArray/AutoSploit/issues/638
[]
AutosploitReporter
0
flairNLP/fundus
web-scraping
64
No meaningful value in Article source field
I would expect the `source` field of `Article` to contain information on the article source. I.e. if an article was crawled from welt.de, I would expect `source` to contain the value `DieWelt` or `WELT`. Similarly, if an article was crawled from FAZ I would expect this field to contain the string `FAZ`. However, wh...
closed
2023-03-07T20:15:13Z
2023-03-09T22:51:20Z
https://github.com/flairNLP/fundus/issues/64
[ "question" ]
alanakbik
2
pydata/pandas-datareader
pandas
3
Decide on the package name
Currently, @hayd changed the package name to `pandas_datareader`. Is everybody satisfied with that? (to be clear: it is about the name that is `import`ed) Personally, I find it a bit long, and I think I also don't really like the underscore in the name. But of course, it is just personal taste! (I justed wanted to bri...
closed
2015-01-15T22:12:58Z
2015-03-26T03:10:29Z
https://github.com/pydata/pandas-datareader/issues/3
[]
jorisvandenbossche
9
matplotlib/matplotlib
data-science
29,229
[Bug]: Icons do not work with GTK
### Bug summary When using GTK as backend, a bunch of warnings are shown in the terminal due to missing icons and the UI does not show icons in the toolbar. ### Code for reproduction ```Python import matplotlib.pyplot as plt plt.plot([1, 2, 3, 5]) plt.ylabel('some numbers') plt.show() ``` ### Actual outcome ...
closed
2024-12-04T21:13:20Z
2024-12-13T06:09:28Z
https://github.com/matplotlib/matplotlib/issues/29229
[]
bakku
9