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 |
|---|---|---|---|---|---|---|---|---|---|---|---|
FactoryBoy/factory_boy | sqlalchemy | 215 | Generic Foreign Keys and Rails-like polymorphic associations | I can't seem to figure out how to implement a GenericForeignKey with FactoryBoy. I have a model `Comment` and a model `Post`, but `Comment` can be attached to mostly anything. In Python (django), these look like:
``` python
class Comment(models.Model):
"""Comment for any other object."""
#: Message for the Co... | closed | 2015-07-09T14:52:31Z | 2015-07-25T12:10:34Z | https://github.com/FactoryBoy/factory_boy/issues/215 | [
"Q&A"
] | Amnesthesia | 4 |
lukas-blecher/LaTeX-OCR | pytorch | 177 | [feature] Support readline hotkey? | That is input `<C-B>/<C-F>/...` can move the cursor in `Predict LaTeX code for image ("?"/"h" for help).` Thanks. | closed | 2022-09-12T11:03:52Z | 2022-09-20T09:05:07Z | https://github.com/lukas-blecher/LaTeX-OCR/issues/177 | [] | Freed-Wu | 1 |
vitalik/django-ninja | rest-api | 1,063 | query parameter variabel | some applications request data with url query, and one of the variable call "pass"
ex:
http://my_url/api?pass=testvalue
when i try to gaet the parameter
@api.get("/user")
def list_weapons(request, pass:str):
return pass
it's be a problem because pass can't use as variable in python. how to handle it?
| open | 2024-01-25T17:00:16Z | 2024-01-26T12:31:20Z | https://github.com/vitalik/django-ninja/issues/1063 | [] | lutfyneutron | 1 |
plotly/dash-table | plotly | 231 | Feature request: Ability to remove table borders completely | I'm trying to convert some tables that I rendered in my app through convoluted HTML into the new `DataTable`s, but in order to reproduce the format I need to get rid of some of the table borders and that doesn't seem possible right now. I have used `style_as_list_view` but that doesn't help me with the horizontal borde... | closed | 2018-11-07T17:23:36Z | 2021-10-05T09:06:54Z | https://github.com/plotly/dash-table/issues/231 | [] | oriolmirosa | 7 |
xonsh/xonsh | data-science | 5,610 | conda and mamba: `DeprecationWarning: Use xonsh.lib.lazyasd instead of xonsh.lazyasd.` | Just want to pin here the related PRs in downstream tools
The fix for this in downstream tools:
```xsh
try:
# xonsh >= 0.18.0
from xonsh.lib.lazyasd import lazyobject
except:
# xonsh < 0.18.0
from xonsh.lazyasd import lazyobject
```
## For community
⬇️ **Please click the 👍 reaction in... | closed | 2024-07-18T15:36:31Z | 2024-07-18T15:38:54Z | https://github.com/xonsh/xonsh/issues/5610 | [
"refactoring"
] | anki-code | 1 |
flairNLP/flair | nlp | 3,307 | [Question]: Fail to install allennlp=0.9.0 | ### Question
When I install allennlp without defining the version, elmo embedding does not work.
But when I install with allennlp 0.9.0 it cannot install successful in colab.
Collecting spacy<2.2,>=2.1.0 (from allennlp==0.9.0)
Using cached spacy-2.1.9.tar.gz (30.7 MB)
Installing build dependencies ... error... | closed | 2023-08-30T18:25:22Z | 2023-09-04T09:57:06Z | https://github.com/flairNLP/flair/issues/3307 | [
"question"
] | nonameisagoodname | 1 |
AUTOMATIC1111/stable-diffusion-webui | deep-learning | 16,676 | [Bug]: Networks with errors lora | ### Checklist
- [ ] The issue exists after disabling all extensions
- [ ] The issue exists on a clean installation of webui
- [ ] The issue is caused by an extension, but I believe it is caused by a bug in the webui
- [X] The issue exists in the current version of the webui
- [ ] The issue has not been reported before... | closed | 2024-11-24T03:02:37Z | 2025-01-17T12:57:32Z | https://github.com/AUTOMATIC1111/stable-diffusion-webui/issues/16676 | [
"bug-report"
] | Musess | 0 |
PaddlePaddle/ERNIE | nlp | 713 | ERNIE的词表中的##开头的token的用途? | ERNIE的词表文件中有很多##开头的字,但ernie本身就是基于字的模型,那为什么还需要这些##开头的字呢? | closed | 2021-07-08T12:48:03Z | 2021-10-02T06:09:43Z | https://github.com/PaddlePaddle/ERNIE/issues/713 | [
"wontfix"
] | KinvenW | 2 |
HumanSignal/labelImg | deep-learning | 724 | CreateML annotation format does not work. | The CreateML annotation format is currently not supported in the tool. It can be selected, but saving and loading does not work. I assume that this is a temporary fix for some incompatibility, but I would suggest either making it work or getting rid of the format altogether to not have unexpected behavior in the tool
... | closed | 2021-03-22T06:46:54Z | 2022-09-26T03:41:50Z | https://github.com/HumanSignal/labelImg/issues/724 | [] | Cerno-b | 1 |
deezer/spleeter | deep-learning | 792 | [Feature] speaker/singer/vocalist separation | ## Description
speaker separation, so when we hear different speakers or singers or vocalists,
every different voice gets a separated audio voice track
## Additional information
| closed | 2022-09-27T02:45:38Z | 2022-10-07T10:33:54Z | https://github.com/deezer/spleeter/issues/792 | [
"enhancement",
"feature"
] | bartman081523 | 2 |
CPJKU/madmom | numpy | 264 | Spectrul flux vs median deviation | Hello,
I notice in the you have changed the way you compute positive differences in the Mel filterbank in comparison to your paper from 2011. Seems you no longer look at the deviations from the median, but rather utilize flux.
Would this affect the results from 2011 or should I go ahead with the median deviations?
... | closed | 2017-03-07T19:59:34Z | 2017-04-12T06:45:14Z | https://github.com/CPJKU/madmom/issues/264 | [
"question"
] | ghost | 2 |
matterport/Mask_RCNN | tensorflow | 2,517 | Why applying biggest anchor sizes on smallest feature maps? | Hi everyone,
In model, it is called
```
a = utils.generate_pyramid_anchors(
self.config.RPN_ANCHOR_SCALES,
self.config.RPN_ANCHOR_RATIOS,
backbone_shapes,
self.config.BACKBONE_STRIDES,
self.config.RPN_ANCHOR_STRIDE)
```
for the ... | closed | 2021-03-24T15:30:09Z | 2025-01-06T12:33:33Z | https://github.com/matterport/Mask_RCNN/issues/2517 | [] | gdavid57 | 1 |
jupyterhub/jupyterhub-deploy-docker | jupyter | 19 | How to spawn user container with DOCKER_NOTEBOOK_DIR | suppose a user named bob signed in with github, how to spwan a bob container with DOCKER_NOTEBOOK_DIR to /home/bob/work?
| closed | 2016-08-18T04:21:52Z | 2022-12-05T00:55:52Z | https://github.com/jupyterhub/jupyterhub-deploy-docker/issues/19 | [
"enhancement",
"help wanted"
] | z333d | 7 |
Ehco1996/django-sspanel | django | 22 | 嗯,,,提个建议 | 单端口多用户,,感觉比较重要。。。
形势 | closed | 2017-10-26T05:29:03Z | 2017-10-28T18:53:49Z | https://github.com/Ehco1996/django-sspanel/issues/22 | [] | cheapssr | 4 |
ludwig-ai/ludwig | computer-vision | 3,881 | Cannot run/install finetuning colab notebook | **Describe the bug**
The [demo colab notebook](https://colab.research.google.com/drive/1r4oSEwRJpYKBPM0M0RSh0pBEYK_gBKbe) for finetuning Llama-2-7b is crashing at the third runnable cell when trying to import torch.
```
---------------------------------------------------------------------------
TypeError ... | closed | 2024-01-15T17:15:32Z | 2024-01-15T21:29:12Z | https://github.com/ludwig-ai/ludwig/issues/3881 | [] | dotXem | 3 |
xlwings/xlwings | automation | 2,267 | test_markdown.py on macOS | #### OS (e.g. Windows 10 or macOS Sierra)
macOS
#### Versions of xlwings, Excel and Python (e.g. 0.11.8, Office 365, Python 3.7)
xlwings - 0.30.7
Python 3.11
#### Describe your issue (incl. Traceback!)
```python
pytest tests/test_markdown.py
```
All tests fail on macOS. As is also noted in a comment with... | closed | 2023-05-24T11:44:10Z | 2023-05-25T09:34:00Z | https://github.com/xlwings/xlwings/issues/2267 | [] | Jeroendevr | 0 |
huggingface/datasets | nlp | 6,941 | Supporting FFCV: Fast Forward Computer Vision | ### Feature request
Supporting FFCV, https://github.com/libffcv/ffcv
### Motivation
According to the benchmark, FFCV seems to be fastest image loading method.
### Your contribution
no | open | 2024-06-01T05:34:52Z | 2024-06-01T05:34:52Z | https://github.com/huggingface/datasets/issues/6941 | [
"enhancement"
] | Luciennnnnnn | 0 |
nalepae/pandarallel | pandas | 77 | Hangs on Completion When nb_workers is Too High | Debian 9.9
pandarallel 1.4.5
pyhton 3.7.5
I'm applying in parallel some string comparisons:
```
track_matches = isrcs_to_match_by_title["title_cleaned"].parallel_apply(
lambda title_cleaned: tracks.index[tracks["name_cleaned"].values == title_cleaned])
```
It's not always reproducible. In some ru... | closed | 2020-02-14T00:04:04Z | 2022-09-07T11:17:17Z | https://github.com/nalepae/pandarallel/issues/77 | [] | xanderdunn | 2 |
explosion/spaCy | machine-learning | 12,738 | Custom spaCy NER model not making expected predictions | ## Issue
A custom NER model (trained to identify certain code numbers) does not produce predictions in certain documents.
The tables below show text snippets of pairs of two documents in row#1 and row#2 respectively, where row#1 represents text on which model returns correct prediction and row#2 represents another... | closed | 2023-06-18T23:14:18Z | 2023-07-20T00:02:26Z | https://github.com/explosion/spaCy/issues/12738 | [] | MisbahKhan789 | 3 |
yzhao062/pyod | data-science | 150 | callbacks in autoencoder | How can i implement callback parameter in fit moder Autoencoder ?
There is not parameter.
from keras.callbacks.callbacks import EarlyStopping
cb_earlystop = EarlyStopping(monitor='val_loss', min_delta=0, patience=0, verbose=0,
mode='auto', baseline=None, restore_best_w... | open | 2019-12-16T16:58:31Z | 2024-05-07T13:05:38Z | https://github.com/yzhao062/pyod/issues/150 | [
"enhancement",
"help wanted",
"good first issue"
] | satrum | 6 |
pydantic/pydantic-settings | pydantic | 446 | Validation is only performed during debugging | I have an environment file that contains several key variables necessary for my application's proper functioning. However, I accidentally added a comment in front of one of these variables, which caused some confusion during debugging. While my code runs smoothly without any apparent issues, I encounter a validation er... | closed | 2024-10-18T09:58:35Z | 2024-10-18T16:14:17Z | https://github.com/pydantic/pydantic-settings/issues/446 | [
"unconfirmed"
] | BabakAmini | 11 |
ipython/ipython | data-science | 14,202 | Syntax Highlighting 0b and 0x Prefix | <!-- This is the repository for IPython command line, if you can try to make sure this question/bug/feature belong here and not on one of the Jupyter repositories.
If it's a generic Python/Jupyter question, try other forums or discourse.jupyter.org.
If you are unsure, it's ok to post here, though, there are few ... | open | 2023-10-02T10:30:05Z | 2023-10-02T10:30:05Z | https://github.com/ipython/ipython/issues/14202 | [] | PhilipYip1988 | 0 |
microsoft/nni | data-science | 5,488 | It is recommended to combine quantification of NNI with onnxruntime | NNI is a great project and its quantification function is very easy.
However, I find that the quantified results can only be converted to tensorrt acceleration for the GPU within the framework of nni. This will be the biggest resistance for developers like mobile or cross-language platforms to choose nni.
So if y... | open | 2023-03-29T07:54:13Z | 2023-03-31T02:35:49Z | https://github.com/microsoft/nni/issues/5488 | [
"feature request"
] | Z-yq | 0 |
drivendataorg/erdantic | pydantic | 139 | Add support for msgspec.Struct | [msgspec](https://jcristharif.com/msgspec/) is a serialization and validation library, and it has a `Struct` class for declaring typed dataclass-like classes.
https://jcristharif.com/msgspec/structs.html | open | 2025-03-24T01:10:21Z | 2025-03-24T01:10:21Z | https://github.com/drivendataorg/erdantic/issues/139 | [
"enhancement"
] | jayqi | 0 |
ading2210/poe-api | graphql | 144 | Run temp_message error | - I know this question may be stupid, but I struggled for a long time.
- Is this library working now?
- I used version `0.4.8.`
- And this is my first time run it, then I got this error
File "C:\Users\111\AppData\Local\Programs\Python\Python38\lib\threading.py", line 932, in _bootstrap_inner
self.run()
... | closed | 2023-07-04T02:20:00Z | 2023-07-04T09:08:26Z | https://github.com/ading2210/poe-api/issues/144 | [
"bug"
] | LiMingchen159 | 3 |
flaskbb/flaskbb | flask | 218 | Activation email error | Hello, I have issue with email activation token sending.
[2016-09-23 23:56:21,050: INFO/MainProcess] Received task: flaskbb.email.send_activation_token[811ca7d8-7f1b-4440-8e89-3a5f5e9c266d]
[2016-09-23 23:56:21,061: ERROR/MainProcess] Task flaskbb.email.send_activation_token[811ca7d8-7f1b-4440-8e89-3a5f5e9c266d] raise... | closed | 2016-09-23T21:03:36Z | 2018-04-15T07:47:40Z | https://github.com/flaskbb/flaskbb/issues/218 | [] | JustOnce | 3 |
modelscope/modelscope | nlp | 828 | 下载数据集失败了 | Thanks for your error report and we appreciate it a lot.
**Checklist**
* I have searched the tutorial on modelscope [doc-site](https://modelscope.cn/docs)
* I have searched related issues but cannot get the expected help.
* The bug has not been fixed in the latest version.
**Describe the bug**
```
Traceba... | closed | 2024-04-12T12:41:49Z | 2024-04-17T08:13:47Z | https://github.com/modelscope/modelscope/issues/828 | [] | 459737087 | 2 |
pydata/pandas-datareader | pandas | 111 | Additional data for yahoo finance data reader | Can additional data be added to the `Datareader` other than OHLC and volume data.
Data such as can be obtained:
- Dividend information (dates, yield, ex-dividend date...etc)
- EPS
- Market cap
- Price to book ratio
- P/E ratio
- Financial information such as quarter earnings.
The yahoo API supports streaming some of... | closed | 2015-10-19T08:11:41Z | 2018-01-18T16:32:37Z | https://github.com/pydata/pandas-datareader/issues/111 | [] | ccsv | 5 |
deezer/spleeter | tensorflow | 77 | [Discussion] WARNING:spleeter:[WinError 2] The system cannot find the file specified | Hello guys,
I'm trying spleeter on a Win10 laptop. When running ``spleeter separate -i spleeter\audio_example.mp3 -p spleeter:2stems -o output`` I got the following error:
``WARNING:spleeter:[WinError 2] The system cannot find the file specified``
I'm sure the file path is correct, so I'm confused about this e... | closed | 2019-11-12T10:32:50Z | 2019-11-16T23:21:21Z | https://github.com/deezer/spleeter/issues/77 | [
"question"
] | gladys0313 | 9 |
google-research/bert | tensorflow | 888 | how use the pretrain checkpoint to continue train on my own corpus? | I want to load the pretrain checkpoint to continue train on my own corpus, I use the `run_pretrain.py` code and set the init_checkpoint to the pretrain dir, while I run the code, it raise error?
```
ERROR:tensorflow:Error recorded from training_loop: Restoring from checkpoint failed. This is most likely due to a Va... | open | 2019-10-25T13:27:04Z | 2021-11-10T03:27:30Z | https://github.com/google-research/bert/issues/888 | [] | RyanHuangNLP | 7 |
databricks/koalas | pandas | 2,213 | read_excel's parameter - mangle_dupe_cols is used to handle duplicate columns but fails if the duplicate columns are case sensitive. | mangle_dupe_cols - default is True
So ideally it should have handled duplicate columns, but in case if the columns are case sensitive it fails as below.
AnalysisException: Reference '`Sheet.col`' is ambiguous, could be: Sheet.col, Sheet.col.
Where two columns are Col and cOL
In the best practices, there is a ... | open | 2022-01-17T18:39:26Z | 2022-01-25T15:10:34Z | https://github.com/databricks/koalas/issues/2213 | [
"docs"
] | saikrishnapujari102087 | 2 |
robusta-dev/robusta | automation | 1,601 | enable cpu limit for "robusta-forwarder" service as current config cause cpu hogging | **Describe the bug**
Current helm config for `cpu limit` of `robusta-forwarder` caused the pods to consume available cpu of the Node.
**To Reproduce**
NA
**Expected behavior**
`robusta-forwarder` pod should run in specified cpu limits.
**Screenshots**
```
pratikraj@Pratiks-MacBook-Pro ~ %
p... | open | 2024-10-22T06:03:59Z | 2024-10-29T06:57:15Z | https://github.com/robusta-dev/robusta/issues/1601 | [] | Rajpratik71 | 3 |
QuivrHQ/quivr | api | 3,378 | fix: Linking brain syncs return as root | File list should filter on local only | closed | 2024-10-16T07:33:39Z | 2024-10-16T08:19:30Z | https://github.com/QuivrHQ/quivr/issues/3378 | [
"bug"
] | linear[bot] | 1 |
neuml/txtai | nlp | 816 | Fix error with inferring function parameters in agents | Currently, when passing a function as a tool, it's not correctly inferring the name and input parameters. This should be fixed.
In the meantime, callable objects are working as expected. | closed | 2024-11-21T19:01:47Z | 2024-11-21T19:16:22Z | https://github.com/neuml/txtai/issues/816 | [
"bug"
] | davidmezzetti | 0 |
holoviz/panel | matplotlib | 7,428 | Bubble map at each well location represented by pie charts. | In the oil industry we typically plot a bubble plot at each well location on a map where the size of the bubble might be scaled by daily oil production. In our applications the bubbles are actually pie charts at each well location where the pie could be divided up by total oil, water or gas production at each well.
... | closed | 2024-10-21T18:51:30Z | 2025-01-21T13:43:48Z | https://github.com/holoviz/panel/issues/7428 | [] | Philliec459 | 4 |
python-restx/flask-restx | api | 358 | Apply method_decorators globally | Is there a way to apply `method_decorators` globally without having to define them on every Resource? | closed | 2021-07-22T16:34:26Z | 2021-07-22T19:07:27Z | https://github.com/python-restx/flask-restx/issues/358 | [
"question"
] | santalvarez | 1 |
scikit-hep/awkward | numpy | 3,036 | awkward._nplikes.typetracer.TypeTracerArray._new needs further optimization, it is hot code | ### Version of Awkward Array
2.6.1
### Description and code to reproduce
The present code is below:
```python3
@classmethod
def _new(
cls,
dtype: DType,
shape: tuple[ShapeItem, ...],
form_key: str | None = None,
report: TypeTracerReport | None = None,
... | closed | 2024-03-01T16:03:08Z | 2024-03-21T23:09:00Z | https://github.com/scikit-hep/awkward/issues/3036 | [
"performance"
] | lgray | 10 |
Ehco1996/django-sspanel | django | 207 | 还更吗? | 还更吗? | closed | 2019-02-01T10:53:50Z | 2019-02-25T13:47:57Z | https://github.com/Ehco1996/django-sspanel/issues/207 | [] | perfect-network | 2 |
unit8co/darts | data-science | 2,111 | How to use darts libraries with PySpark? | Hello all,
I'm trying to integrate darts library with PySpark session to make my application perform time-series prediction in parallelism.
I referred this blog [Time-Series Forecasting with Spark and Prophet](https://medium.com/@y.s.yoon/scalable-time-series-forecasting-in-spark-prophet-cnn-lstm-and-sarima-a53061537... | closed | 2023-12-07T14:26:12Z | 2024-01-10T07:44:56Z | https://github.com/unit8co/darts/issues/2111 | [
"question"
] | AyushBhardwaj321 | 1 |
sinaptik-ai/pandas-ai | data-visualization | 712 | Using pandasai with llama2 70B. Error: "Unfortunately, I was not able to answer your question, because of the following error:\n\nCSVFormatter.__init__() got an unexpected keyword argument 'line_terminator'\n" | ### System Info
pandasai version 1.4.1
python version 3.10.6
llm - llama2 70B
environment - sagemaker
### 🐛 Describe the bug
code:
``` python
from pandasai.llm import HuggingFaceTextGen
from pandasai import SmartDataframe
llm = HuggingFaceTextGen(
inference_server_url="ENDPOINT_URL"
)
df = Sma... | closed | 2023-10-31T02:24:14Z | 2024-06-01T00:19:41Z | https://github.com/sinaptik-ai/pandas-ai/issues/712 | [] | aparnakesarkar | 2 |
ultralytics/yolov5 | pytorch | 13,127 | YOLOv5 receptive range size | Hello
I am currently doing small defect detection. The length or width of the defect occupies at most 0.02-0.08 of the original image. I am using YOLOv5s. I have found in other previous questions that YOLO default uses P3 P4 P5 as the detection head. In other questions and answers, you can Knowing that the P5 is a lar... | closed | 2024-06-25T13:06:54Z | 2024-10-20T19:48:52Z | https://github.com/ultralytics/yolov5/issues/13127 | [
"question"
] | Heaven0612 | 8 |
viewflow/viewflow | django | 81 | django 1.7+ support? | whats the roadmap/plans for supporting atleast django 1.7?
| closed | 2015-03-19T16:47:34Z | 2015-07-31T08:24:57Z | https://github.com/viewflow/viewflow/issues/81 | [
"request/question"
] | Bashar | 1 |
davidteather/TikTok-Api | api | 378 | [BUG] - Your Error Here | # Read Below!!! If this doesn't fix your issue delete these two lines
**You may need to install chromedriver for your machine globally. Download it [here](https://sites.google.com/a/chromium.org/chromedriver/) and add it to your path.**
**Describe the bug**
A clear and concise description of what the bug is.
... | closed | 2020-11-20T10:31:11Z | 2020-11-20T10:40:46Z | https://github.com/davidteather/TikTok-Api/issues/378 | [
"bug"
] | handole | 1 |
sunscrapers/djoser | rest-api | 353 | It's unclear what is meant by SERIALIZERS.current_user | I'm getting a deprecation warning "Current user endpoints now use their own serializer setting. For more information, see: https://djoser.readthedocs.io/en/latest/settings.html#serializers".
The referred documentation mentions that "Current user endpoints now use the serializer specified by SERIALIZERS.current_user"... | closed | 2019-02-12T10:37:59Z | 2019-05-15T18:08:39Z | https://github.com/sunscrapers/djoser/issues/353 | [] | mnieber | 1 |
Anjok07/ultimatevocalremovergui | pytorch | 1,402 | Model weights changed? Won't run past 1% | I'm getting this error every time I try to use MDX23C_D1581 modelI. I didn't change any settings (that I'm aware of) and I even uninstalled/reinstalled the GUI but the same thing is happening. I'm completely lost.
Last Error Received:
Process: MDX-Net
If this error persists, please contact the developers with... | open | 2024-06-11T21:35:22Z | 2024-06-11T21:49:21Z | https://github.com/Anjok07/ultimatevocalremovergui/issues/1402 | [] | dirtdoggy | 0 |
deezer/spleeter | deep-learning | 116 | [Discussion] FileNotFoundError When Trying to Train | ### **Steps:**
1. Installed using anaconda
2. Run as: spleeter train -p sirens_config.json -d sirens_train.csv
3. FileNotFoundError: [Errno 2] File b'configs/sirens_train.csv' does not exist: b'configs/sirens_train.csv'
sirens _train.csv definitely exists so I'm not sure what the issue is. any help would be gr... | closed | 2019-11-18T22:43:11Z | 2020-01-23T09:38:13Z | https://github.com/deezer/spleeter/issues/116 | [
"question"
] | clockworkred458 | 1 |
kizniche/Mycodo | automation | 670 | TH10 w/ AM2301. Mycodo reporting C as F | ## Mycodo Issue Report:
- Specific Mycodo Version:
Mycodo Version: 7.5.10
Python Version: 3.5.3 (default, Sep 27 2018, 17:25:39) [GCC 6.3.0 20170516]
Database Version: 6333b0832b3d
Daemon Status: Running
Daemon Process ID: 759
Daemon RAM Usage: 68.756 MB
Daemon Virtualenv: Yes
Frontend RAM Usage: 53.... | closed | 2019-07-09T21:16:18Z | 2019-07-17T11:09:17Z | https://github.com/kizniche/Mycodo/issues/670 | [
"bug"
] | toposwope | 49 |
collerek/ormar | pydantic | 885 | save_related doesn't work if id is uuid | **Describe the bug**
If you use Model.save_related and the model has a uuid pk instead of an int it doent save anything
(The save itself returns the numer of rows saved correctly)
**To Reproduce**
Copy code example of https://collerek.github.io/ormar/models/methods/#save_related
Code works as expected.
replace ... | closed | 2022-10-18T18:09:02Z | 2022-10-31T16:45:39Z | https://github.com/collerek/ormar/issues/885 | [
"bug"
] | eloi-martinez-qida | 2 |
vvbbnn00/WARP-Clash-API | flask | 152 | 你的ip是什么ip啊 | http://你的IP:21001
你的ip是什么ip啊
小白看不太懂
http://127.0.0.1:21001/api/clash?best=false&randomName=true&proxyFormat=full&ipv6=true
我得到这个链接,但是无法下载节点,把上面的链接打开提示{"code":403,"message":"Unauthorized"}
请问这是什么意思 | closed | 2024-03-16T06:19:47Z | 2024-11-24T06:07:01Z | https://github.com/vvbbnn00/WARP-Clash-API/issues/152 | [
"enhancement"
] | hicaicai | 2 |
junyanz/pytorch-CycleGAN-and-pix2pix | pytorch | 1,127 | When training the GAN model, how many epochs do we need to train | Hello,
In your article, Cyclegan is trained a total of 200 epochs.
But when I read the latest GAN article-"Reusing Discriminators for Encoding: Towards Unsupervised Image-to-Image Translation", the author compares some gan models, including Cyclegan. In the article, All models are trained over 100K iterations.
... | closed | 2020-08-19T08:13:03Z | 2021-04-15T14:24:56Z | https://github.com/junyanz/pytorch-CycleGAN-and-pix2pix/issues/1127 | [] | hankhaohao | 6 |
psf/requests | python | 6,145 | timeout parameter not applied to initial connection | If specifying the timeout parameter to requests.get(), an exception is raised after the specified timeout. If the code is executed without an internet connection, an exception is raised immediately. Python is at 3.10.
## Expected Result
It feels like the timeout should apply to this scenario as well.
## Actual... | closed | 2022-05-29T18:56:10Z | 2023-05-30T00:02:52Z | https://github.com/psf/requests/issues/6145 | [] | chatumao | 2 |
huggingface/pytorch-image-models | pytorch | 1,878 | [BUG] EfficientFormer TypeError: expected TensorOptions | **Describe the Bug**
TypeError occurred when implementing the EfficientFormer. The remaining tested models work well
**To Reproduce**
Run the below code in the training pipeline
```
class EfficientFormer(torch.nn.Module):
def __init__(self):
super(EfficientFormer, self).__init__()
self.m... | closed | 2023-07-22T07:07:24Z | 2023-08-03T23:39:47Z | https://github.com/huggingface/pytorch-image-models/issues/1878 | [
"bug"
] | NUS-Tim | 1 |
jupyter-book/jupyter-book | jupyter | 2,150 | Can't build book on mac when folder name is not project name. | ### Describe the bug
I have a repository whose folder name is different than the package name. When building the book it fails because the virtual environment name is wrong (see below).
### Reproduce the bug
Have a repo with a different folder name than the package, and the build will fail. Changing the folder... | open | 2024-05-13T20:58:20Z | 2024-05-13T20:58:50Z | https://github.com/jupyter-book/jupyter-book/issues/2150 | [
"bug"
] | GJBoth | 1 |
ymcui/Chinese-LLaMA-Alpaca | nlp | 735 | run_clm_sft_with_peft.py脚本是不是不支持shareGPT那种形式的多轮数据训练? | ### 提交前必须检查以下项目
- [X] 请确保使用的是仓库最新代码(git pull),一些问题已被解决和修复。
- [X] 由于相关依赖频繁更新,请确保按照[Wiki](https://github.com/ymcui/Chinese-LLaMA-Alpaca/wiki)中的相关步骤执行
- [X] 我已阅读[FAQ章节](https://github.com/ymcui/Chinese-LLaMA-Alpaca/wiki/常见问题)并且已在Issue中对问题进行了搜索,没有找到相似问题和解决方案
- [X] 第三方插件问题:例如[llama.cpp](https://github.com/ggerganov/llama.c... | closed | 2023-07-11T05:51:49Z | 2023-07-21T22:02:09Z | https://github.com/ymcui/Chinese-LLaMA-Alpaca/issues/735 | [
"stale"
] | xyfZzz | 4 |
netbox-community/netbox | django | 18,373 | Cannot Assign devices to Cluster | ### Deployment Type
Self-hosted
### Triage priority
N/A
### NetBox Version
v.4.2.1
### Python Version
3.11
### Steps to Reproduce
1. Create a new Cluster, fill out only required fields
2. Click on Assign Device to Cluster, and fill out only required fields
3. Click Add Devices
### Expected Behavior
Devic... | closed | 2025-01-09T21:45:21Z | 2025-01-17T13:35:18Z | https://github.com/netbox-community/netbox/issues/18373 | [
"type: bug",
"status: accepted",
"severity: medium"
] | joeladria | 0 |
pydantic/pydantic-ai | pydantic | 667 | Ollama: Stream Always Fails | Hi,
Using stream, structured, text with Ollama always fails.
With any models with tools.
**Code:**
```
from datetime import date
from pydantic import ValidationError
from typing_extensions import TypedDict
from pydantic_ai import Agent
class UserProfile(TypedDict, total=False):
name: str
do... | closed | 2025-01-13T09:26:52Z | 2025-01-16T22:18:54Z | https://github.com/pydantic/pydantic-ai/issues/667 | [] | YanSte | 9 |
lux-org/lux | pandas | 111 | Display warning when no recommendations are generated | When no recommendations are generated (e.g., when [dataframe is small but not preaggregated](https://github.com/lux-org/lux/blob/master/lux/core/frame.py#L153), possibly other cases), we should display a warning that explains why the Lux view is not showing up.
Add an advanced ReadTheDoc page explaining default rec... | closed | 2020-10-11T08:13:32Z | 2021-03-03T09:13:16Z | https://github.com/lux-org/lux/issues/111 | [
"easy"
] | dorisjlee | 2 |
desec-io/desec-stack | rest-api | 805 | webapp: in dev mode, reload does not work on /domains/foo.bar | This is because vite thinks the user wanted to navigate to a file.
Fixed in vite 5.0.0 (to be released): https://github.com/vitejs/vite/commit/1ae4cbd | closed | 2023-09-13T09:56:04Z | 2024-01-08T14:35:13Z | https://github.com/desec-io/desec-stack/issues/805 | [
"bug",
"prio: low",
"gui"
] | peterthomassen | 1 |
Significant-Gravitas/AutoGPT | python | 8,722 | Github Comment Block doesn't work for pull request urls | To reproduce, Put the following input into the block for the PR url `https://github.com/ntindle/gridfinity-space-optimizer/pull/2` and any comment text like "test"
Then try `https://github.com/ntindle/gridfinity-space-optimizer/issues/2` and any comment text like "test" | closed | 2024-11-19T17:30:12Z | 2024-12-17T22:46:30Z | https://github.com/Significant-Gravitas/AutoGPT/issues/8722 | [] | ntindle | 1 |
JaidedAI/EasyOCR | machine-learning | 808 | RuntimeError: Error(s) in loading state_dict for CRAFT: | i have train detection model (CRAFT) for my custom dataset and in exp/custom_dataset folder i got weights ( train on google colab using GPU). when i am trying to use those train weights in my system with EasyOCR i got errors like this
RuntimeError: Error(s) in loading state_dict for CRAFT:
Missing key(s) in state_... | open | 2022-08-03T10:40:47Z | 2022-08-24T06:10:34Z | https://github.com/JaidedAI/EasyOCR/issues/808 | [] | ghost | 4 |
Lightning-AI/LitServe | rest-api | 344 | Improve the debugging experience of LitServe | <!--
⚠️ BEFORE SUBMITTING, READ:
We're excited for your request! However, here are things we are not interested in:
- Decorators.
- Doing the same thing in multiple ways.
- Adding more layers of abstraction... tree-depth should be 1 at most.
- Features that over-engineer or complicate the code internals... | closed | 2024-10-25T10:37:11Z | 2024-12-09T17:42:49Z | https://github.com/Lightning-AI/LitServe/issues/344 | [
"enhancement"
] | tchaton | 1 |
allenai/allennlp | data-science | 5,131 | Coreference Resolution Model - Long sequence | Thank you for such a wonderful tool for coreference resolution!
I have been testing your coreference resolution implementation on different texts of varied lengths of around 5000+ words and coreferences are being identified and resolved. How does this work? If my understanding is right, SpanBERT works only till 512 to... | closed | 2021-04-19T14:37:52Z | 2022-06-13T16:15:00Z | https://github.com/allenai/allennlp/issues/5131 | [
"question",
"stale"
] | aakashb95 | 4 |
ClimbsRocks/auto_ml | scikit-learn | 156 | handle strings passed in as output for binary classification | ```
File "fraud_automl.py", line 20, in <module>
ml_predictor.score(df, df.is_fraud)
auto_ml/predictor.py", line 861, in score
score, probas = self._scorer(self.trained_pipeline, X_test, y_test, advanced_scoring=advanced_scoring)
auto_ml/utils_scoring.py", line 165, in brier_score_loss_wrapper
val = int... | open | 2017-01-14T00:32:17Z | 2017-01-14T00:32:17Z | https://github.com/ClimbsRocks/auto_ml/issues/156 | [] | ClimbsRocks | 0 |
huggingface/diffusers | deep-learning | 11,041 | WAN2.1 apply_group_offloading **ERROR** result | ### Describe the bug
I am attempting to use the WAN 2.1 model from the diffusers library to complete an image-to-video task on an NVIDIA RTX 4090. To optimize memory usage, I chose the group offload method and intended to compare resource consumption across different configurations. However, during testing, I encounte... | closed | 2025-03-12T08:49:48Z | 2025-03-18T09:14:11Z | https://github.com/huggingface/diffusers/issues/11041 | [
"bug"
] | Passenger12138 | 6 |
mljar/mljar-supervised | scikit-learn | 263 | Add more information to main Readme.md | - add optimized metric
- add total run time
- add validation metric
- add parameters used in AutoML | closed | 2020-12-07T08:52:30Z | 2021-04-17T12:36:25Z | https://github.com/mljar/mljar-supervised/issues/263 | [
"enhancement",
"help wanted",
"good first issue"
] | pplonski | 0 |
pallets/quart | asyncio | 292 | TypeError: cannot use a string pattern on a bytes-like object | I am having trouble storing flask session with `werkzeug v.3.0.1`. My production code was working fine till update the latest version. Now, I am encounter the following problem.
```
[ERROR] Error in ASGI Framework
Traceback (most recent call last):
File ".../lib/python3.11/site-packages/hypercorn/asyncio/task_g... | closed | 2023-11-13T22:32:43Z | 2023-12-11T00:19:21Z | https://github.com/pallets/quart/issues/292 | [] | mmreza79 | 1 |
youfou/wxpy | api | 112 | 我想问一下怎么获取公众号的推送,有个article,但是不清楚怎么使用 | 想要获取推送,或者模拟点击阅读推送 | open | 2017-07-05T03:58:39Z | 2017-08-04T00:15:07Z | https://github.com/youfou/wxpy/issues/112 | [] | lucksufe | 2 |
wkentaro/labelme | computer-vision | 891 | [Feature]windows system | I use labelme.exe in win8 system(32bit), but it has a problem.

The labelme.exe is created by win10(64bit), how can i slove the issue.
| closed | 2021-07-20T05:37:07Z | 2022-11-21T10:51:23Z | https://github.com/wkentaro/labelme/issues/891 | [
"issue::bug"
] | Enn29 | 1 |
rougier/from-python-to-numpy | numpy | 85 | Glumpy section incomplete | The Glumpy section is missing some text:
**Glumpy**
Glumpy is an OpenGL-based interactive visualization library in Python. Its goal is to make it easy to create fast, scalable, beautiful, interactive and dynamic visualizations. The main documentation for the site is organized into a couple of sections:
**7... | open | 2019-07-15T14:25:15Z | 2019-07-15T20:31:15Z | https://github.com/rougier/from-python-to-numpy/issues/85 | [] | jmmcd | 1 |
robinhood/faust | asyncio | 294 | Using Faust with read-only access to Kafka? | ## Checklist
- [x] I have included information about relevant versions
- [x] I have verified that the issue persists when using the `master` branch of Faust.
I apologize in advance if this is not the right forum for this issue as I am not reporting a bug as much as asking advise. Say the word and I'll gladly mo... | closed | 2019-02-14T15:46:47Z | 2019-02-21T18:31:20Z | https://github.com/robinhood/faust/issues/294 | [] | mckeown12 | 1 |
tableau/server-client-python | rest-api | 1,100 | Domain of the user is not populated | **Describe the bug**
I have a bunch of users imported into the server v2022.1.4. They are imported from an AD tree with multiple domains (multiforest).
**Versions**
Details of your environment, including:
- Tableau Server version = 2022.1.4
- Python version = 3.8
- TSC library version = 0.19
**To Reproduc... | open | 2022-09-02T01:34:26Z | 2022-10-07T23:31:11Z | https://github.com/tableau/server-client-python/issues/1100 | [
"docs"
] | ashterenberg-paramount | 2 |
yezyilomo/django-restql | graphql | 297 | Querying data not working as expected | While trying out querying data on the [playground](https://django-restql-playground.yezyilomo.me/#/get), I could not get the excepted result. For example, I chose **Course** model on the playground and tried to query by book ID, like this:
`{
id,
name,
code,
books(id:3) {
id,
titl... | open | 2021-12-16T15:18:42Z | 2022-01-07T05:09:19Z | https://github.com/yezyilomo/django-restql/issues/297 | [] | mario-maistra | 1 |
sigmavirus24/github3.py | rest-api | 970 | Add vulnerability alerts and automated security fixes | The github rest API has support for enabling [vulnerability alerts](https://developer.github.com/v3/repos/#check-if-vulnerability-alerts-are-enabled-for-a-repository) and [automated security fixes](https://developer.github.com/v3/repos/#enable-automated-security-fixes). | open | 2019-09-08T20:34:14Z | 2019-09-08T21:08:06Z | https://github.com/sigmavirus24/github3.py/issues/970 | [] | tedivm | 0 |
ansible/awx | django | 15,628 | Duplicate database entry on job launch | ### Please confirm the following
- [X] I agree to follow this project's [code of conduct](https://docs.ansible.com/ansible/latest/community/code_of_conduct.html).
- [X] I have checked the [current issues](https://github.com/ansible/awx/issues) for duplicates.
- [X] I understand that AWX is open source software provide... | open | 2024-11-11T09:53:07Z | 2025-01-19T14:04:23Z | https://github.com/ansible/awx/issues/15628 | [
"type:bug",
"needs_triage",
"community"
] | gendergap | 1 |
autokey/autokey | automation | 257 | Xlib.error.BadAtom: <class 'Xlib.error.BadAtom'> | ## Classification:
Bug
## Reproducibility:
Always
## Version
AutoKey version: 0.95.6-1
Used GUI (Gtk, Qt, or both): both have this issue
If the problem is known to be present in more than one version, please list all of those.
Installed via: (PPA, pip3, …). Arch AUR
Linux Distribution: Ar... | closed | 2019-02-10T20:12:43Z | 2019-04-29T12:52:39Z | https://github.com/autokey/autokey/issues/257 | [] | tblancher | 17 |
plotly/dash-table | plotly | 170 | v2 sorting UI | What does the next generation of the sorting UI look like?
- With multi-sort, the ability to determine the order in which columns were sorted
- Anything else? | open | 2018-10-24T19:50:06Z | 2019-10-18T08:21:35Z | https://github.com/plotly/dash-table/issues/170 | [
"dash-type-epic"
] | chriddyp | 2 |
huggingface/datasets | pandas | 7,372 | Inconsistent Behavior Between `load_dataset` and `load_from_disk` When Loading Sharded Datasets | ### Description
I encountered an inconsistency in behavior between `load_dataset` and `load_from_disk` when loading sharded datasets. Here is a minimal example to reproduce the issue:
#### Code 1: Using `load_dataset`
```python
from datasets import Dataset, load_dataset
# First save with max_shard_size=10
Dataset.fr... | open | 2025-01-16T05:47:20Z | 2025-01-16T05:47:20Z | https://github.com/huggingface/datasets/issues/7372 | [] | gaohongkui | 0 |
ymcui/Chinese-LLaMA-Alpaca | nlp | 78 | windows4位量化 |
一步对FP16模型进行4位量化,生成量化模型文件路径为zh-models/7B/ggml-model-q4_0.bin。
./quantize ./zh-models/7B/ggml-model-f16.bin ./zh-models/7B/ggml-model-q4_0.bin 2
这一步在win操作系统该如何执行,问ChatGPT他要我自己写量化……前面都可以通过ChatGPT把命令转换成win可执行的,这里我真的看不懂了 | closed | 2023-04-07T22:20:02Z | 2023-05-19T22:02:46Z | https://github.com/ymcui/Chinese-LLaMA-Alpaca/issues/78 | [
"stale"
] | ghost | 5 |
huggingface/transformers | deep-learning | 36,481 | Add type checking to CI | ### Feature request
Use, e.g., `pyright` in your CI.
### Motivation
We run `pyright` as part of our CI and find ourselves having to do a lot of `# type:ignore` because of type errors in `transformers`. It would be amazing if you would consider incrementally adopting something like `pyright` in your own CI. It could ... | open | 2025-02-28T19:02:39Z | 2025-03-03T15:14:00Z | https://github.com/huggingface/transformers/issues/36481 | [
"Feature request"
] | dylwil3 | 1 |
kennethreitz/responder | flask | 134 | Method not allowed for CBV | I expect 405 status code when requesting `get` method for this view, but I got 200:
```python
from responder import API
api = API()
@api.route('/')
class Resource:
async def on_post(self, req, resp):
resp.text = await req.text
api.run()
```
```bash
curl '127.0.0.1:5042/' -v
* Trying 127.0.0.... | closed | 2018-10-23T18:43:40Z | 2018-10-24T14:45:49Z | https://github.com/kennethreitz/responder/issues/134 | [] | Pentusha | 1 |
alirezamika/autoscraper | web-scraping | 88 | resolved | resolved | closed | 2023-04-01T21:06:32Z | 2023-04-05T05:09:18Z | https://github.com/alirezamika/autoscraper/issues/88 | [] | freckletonj | 0 |
google-deepmind/graph_nets | tensorflow | 155 | Problem with plot_compare_graphs function | I'm new in the field of Graph and Networks. Recently I came across your code and tired to run the code.
looking at the function like
plot_graphs_tuple(graphs_tuple_tf)
and plot_compare_graphs(output_graphs, labels=[
"Input graph",
"blocks.broadcast_globals_to_nodes",
"blocks.broadcast_globals_to_edg... | open | 2024-01-17T09:25:22Z | 2024-01-17T10:17:53Z | https://github.com/google-deepmind/graph_nets/issues/155 | [] | SamitaAdhiakri | 1 |
ultralytics/ultralytics | pytorch | 19,410 | yolo model.train without yaml | ### Search before asking
- [x] I have searched the Ultralytics [issues](https://github.com/ultralytics/ultralytics/issues) and found no similar feature requests.
### Description
I would like to request or inquire on a YOLO11 feature. I am currently fine tuning YOLO11 on a subset of open-images-v7. Locally, I had th... | open | 2025-02-24T19:28:16Z | 2025-03-01T05:28:49Z | https://github.com/ultralytics/ultralytics/issues/19410 | [
"enhancement",
"question",
"devops"
] | scottschmidl | 24 |
scikit-learn-contrib/metric-learn | scikit-learn | 129 | We should avoid only testing hard values | Some of the tests rely on testing hard values, like the ones that failed in #127 due to scikit-learn's iris dataset update. They could probably fail again if for instance we used another initialisation or another optimizer for some algorithms, while the algorithm would still be valid. Therefore I think these tests coul... | open | 2018-10-11T12:51:53Z | 2018-10-11T15:59:45Z | https://github.com/scikit-learn-contrib/metric-learn/issues/129 | [] | wdevazelhes | 1 |
tflearn/tflearn | tensorflow | 949 | Inaccurate responses predicted by tflearn | I am creating a chatbot using tflearn. But i am not getting desired responses of my queries. Is it due to training? If yes, then how much training should ideally be given to tflearn? | open | 2017-11-01T10:45:03Z | 2017-11-01T10:45:03Z | https://github.com/tflearn/tflearn/issues/949 | [] | ankushbandil | 0 |
Evil0ctal/Douyin_TikTok_Download_API | api | 324 | ## iOS Shortcut/快捷指令 | ## iOS Shortcut/快捷指令
> 快捷指令只需手动安装一次,往后在运行时会自动连接API-V1进行更新检查。
> The shortcut command only needs to be manually installed once, and will automatically connect to API-V1 for update checking at runtime.
> 如果你愿意分享你魔改的快捷方式(捷径),欢迎在下方留言,我会将你的快捷方式链接收录至此文档内,感谢你的工作(#^.^#)
> If you are willing to share the shortcut of... | closed | 2024-02-13T07:42:13Z | 2024-03-25T22:32:11Z | https://github.com/Evil0ctal/Douyin_TikTok_Download_API/issues/324 | [] | starry2240 | 1 |
horovod/horovod | deep-learning | 3,275 | Cannot install horovod[spark] for Tensorflow 2.6 | **Environment:**
1. Framework: TensorFlow
2. Framework version:2.6.2
3. Horovod version: 0.23
4. MPI version:4.1.1
5. CUDA version:N/A
6. NCCL version:N/A
7. Python version: 3.7
8. Spark / PySpark version: 2.4.5
9. Ray version:N/A
10. OS and version: RHEL 8.4
11. GCC version: 9.3.0
12. CMake version: 3.5.0
... | closed | 2021-11-16T01:15:17Z | 2022-03-02T21:40:46Z | https://github.com/horovod/horovod/issues/3275 | [
"bug"
] | LifengWang | 8 |
huggingface/diffusers | pytorch | 10,475 | [SD3]The quality of the images generated by the inference is not as high as on the validation set during fine-tuning? | ### Describe the bug
Why is the quality of the graphs I generate with `StableDiffusion3Pipeline` not as good as the quality of the images in the validation set in the log generated when using dreambooth_lora for fine tuning?
Maybe I need some other plugin or parameter setting to maintain the same image quality as the... | closed | 2025-01-06T14:52:57Z | 2025-02-06T12:17:47Z | https://github.com/huggingface/diffusers/issues/10475 | [
"bug",
"stale"
] | ytwo-hub | 8 |
cobrateam/splinter | automation | 439 | visit function can block user's action | At first , we could have a look at the implementation of function visit.
<pre>
def visit(self, url):
self.connect(url)
self.ensure_success_response()
self.driver.get(url)
</pre>
There are three steps in this function,
first try to connect
second ensure_success_response , this steps is used to ... | closed | 2015-10-10T05:16:45Z | 2018-08-27T01:00:24Z | https://github.com/cobrateam/splinter/issues/439 | [
"bug"
] | ralph-nj | 1 |
xlwings/xlwings | automation | 1,842 | avoid wb.fullname complexity if not needed on "Book(filename)" | If one provides just the name of the workbook (not the fullname) to get a reference to an opened workbook, it should be possible to avoid relying on the "not yet 100% robust" sharepoint/local name resolution.
It is a matter of swapping the order of the tests in https://github.com/xlwings/xlwings/blob/main/xlwings/main... | closed | 2022-02-21T15:13:07Z | 2022-03-29T14:26:00Z | https://github.com/xlwings/xlwings/issues/1842 | [] | sdementen | 7 |
pydantic/FastUI | fastapi | 75 | Chart component | Hi,
I think it would be great if we had a chart component (e.g. think 2D bar charts or scatter plots).
Guess the mechanism of supplying data in the backend could be similar as it is implemented for the `Table` component.
For frontend implementation I think we could leverage something like [Chart.js](https://www.... | open | 2023-12-05T19:44:58Z | 2024-07-16T08:04:56Z | https://github.com/pydantic/FastUI/issues/75 | [
"enhancement"
] | Dejiah | 10 |
CTFd/CTFd | flask | 2,702 | Password Change on Login | We should have the ability to mark a user as needing to change their password the next time they log in. | open | 2025-02-13T19:59:30Z | 2025-02-13T19:59:30Z | https://github.com/CTFd/CTFd/issues/2702 | [] | ColdHeat | 0 |
CorentinJ/Real-Time-Voice-Cloning | pytorch | 956 | Tacotron 2 implementation by bluefish? | Does anyone have the Tacotron 2 implementation of the code which was posted by bluefish on his repository? It is now deleted. | closed | 2021-12-22T07:59:35Z | 2021-12-28T12:34:21Z | https://github.com/CorentinJ/Real-Time-Voice-Cloning/issues/956 | [] | Fzr2k | 0 |
explosion/spaCy | deep-learning | 13,248 | Cannot train Arabic models with a custom tokenizer | This issue was initially about a possible bug in the _training pipeline_, related to the _parser_ (see below). But now I believe that posing preliminary questions is more appropriate:
- is it possible to create a completely _custom tokenizer_, which does not define custom rules and a few methods, but just redefines ... | open | 2024-01-18T21:32:32Z | 2024-02-09T22:44:40Z | https://github.com/explosion/spaCy/issues/13248 | [
"lang / ar",
"feat / tokenizer"
] | gtoffoli | 3 |
sinaptik-ai/pandas-ai | data-visualization | 955 | Regarding saving relative path in json reponse | ### System Info
MAC os.
### 🐛 Describe the bug
When i am passing query to user for creating graph it will show local file path response in that i want relative file path response. so please tell me for this what i have to do
smart_df = SmartDataframe(df, config={"llm": llm, "enable_cache": False, "... | closed | 2024-02-23T12:58:25Z | 2024-06-08T16:03:43Z | https://github.com/sinaptik-ai/pandas-ai/issues/955 | [] | shreya386 | 0 |
uriyyo/fastapi-pagination | fastapi | 655 | adding TimeGenerated | Hi
I want to add GeneratedTime after items, pages and etc for a response, can you hint to how to do it? because I try different ways but I can't. | closed | 2023-05-08T09:57:40Z | 2023-09-09T17:16:20Z | https://github.com/uriyyo/fastapi-pagination/issues/655 | [
"question"
] | donmemedo | 6 |
pytest-dev/pytest-xdist | pytest | 200 | broken wheel metadata | due to the conditional in setup.py we have broken wheel metadata | closed | 2017-08-04T19:15:32Z | 2022-08-16T07:56:04Z | https://github.com/pytest-dev/pytest-xdist/issues/200 | [] | RonnyPfannschmidt | 0 |
trevismd/statannotations | seaborn | 101 | how add statistics from in a catplot with different columns ? | Hello,
Thank you for your work. I've created a nice catplot with different columns. But I cannot add statistics with Annotator as you did in your example 2facets.png How did you do ?
Thanks in advance,
Jessica | open | 2023-01-12T13:09:33Z | 2023-01-17T08:35:17Z | https://github.com/trevismd/statannotations/issues/101 | [] | jlebenberg | 2 |
nschloe/tikzplotlib | matplotlib | 206 | Separation between groupplots | Setting the separation between subplots in Python/Matplotlib is not respected by the generated pgfplots code.
Minimal example:
```
from matplotlib import pyplot as plt
from matplotlib2tikz import save as tikz_save
plt.subplot(2,2,1)
plt.plot([0, 10], [0, 10])
plt.setp(plt.gca().get_xticklabels(), visible=Fal... | open | 2017-10-10T17:13:55Z | 2020-01-16T11:04:54Z | https://github.com/nschloe/tikzplotlib/issues/206 | [] | andreassch | 2 |
ipython/ipython | jupyter | 13,877 | pvlib.pvsystem.retrieve_sam | I tried to call a PV Module as below code , But it given an erroe
-->
KeyError Traceback (most recent call last)
~\miniconda3\lib\site-packages\pandas\core\indexes\base.py in get_loc(self, key, method, tolerance)
3799 try:
-> 3800 return self._engine... | open | 2022-12-26T18:54:06Z | 2022-12-26T18:54:06Z | https://github.com/ipython/ipython/issues/13877 | [] | mhmidat | 0 |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.