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
Morizeyao/GPT2-Chinese
nlp
142
模型训练是从pretrain开始还是zero开始
HI, 看到大家分享的效果很兴奋, 请问大家是从pretrain开始训练, 还是从零开始的, 一直想从头开始训练gpt2, 好像无法收敛.
closed
2020-04-11T04:55:01Z
2020-09-04T01:10:03Z
https://github.com/Morizeyao/GPT2-Chinese/issues/142
[]
yuandaxing
1
encode/apistar
api
431
Singleton components
This is more of a question than anything, but it's based on an issue I ran into while porting a medium-sized (~1.5kloc) app from 0.3 to 0.4 last night. I found that the previous version of the app relied on singleton components/components instantiated with `preload=True` quite a bit and that usage seemed reasonable. In...
closed
2018-04-12T08:49:33Z
2018-05-24T08:57:44Z
https://github.com/encode/apistar/issues/431
[]
Bogdanp
2
coqui-ai/TTS
deep-learning
4,162
[Bug] Python 3.12.0
### Describe the bug Hi, My version of python isn't supported by TTS 3.12.0 on Cygwin and 3.12 on Windows 10. Also TTS isn't known when i try to install from pip: pip install TTS ### To Reproduce tried installing from pip or manually ### Expected behavior _No response_ ### Logs ```shell ``` ### Environment...
open
2025-02-27T18:45:18Z
2025-03-06T16:03:13Z
https://github.com/coqui-ai/TTS/issues/4162
[ "bug" ]
TDClarke
4
huggingface/datasets
pandas
7,192
Add repeat() for iterable datasets
### Feature request It would be useful to be able to straightforwardly repeat iterable datasets indefinitely, to provide complete control over starting and ending of iteration to the user. An IterableDataset.repeat(n) function could do this automatically ### Motivation This feature was discussed in this iss...
closed
2024-10-02T17:48:13Z
2025-03-18T10:48:33Z
https://github.com/huggingface/datasets/issues/7192
[ "enhancement" ]
alex-hh
3
geopandas/geopandas
pandas
2,957
ENH: link files with .fgb extension to FlatGeobuf driver
#### Is your feature request related to a problem? I whish `GeoDataFrame.to_file()` method would recognize `.fgb` file-extensions as FlatGeobuf files and automatically select the corresponding driver. At this moment, it needs to be specified explicitly. #### Describe the solution you'd like The `filename` argu...
closed
2023-07-11T09:03:00Z
2023-09-07T10:53:08Z
https://github.com/geopandas/geopandas/issues/2957
[ "enhancement" ]
joren-tml
1
python-gitlab/python-gitlab
api
2,432
No way to update an attribute
Api does not support updating a project's attributes. Below are the is the code I have tried ``` project: Project = gl.projects.get(namespace) #project._update_attrs({"builds_access_level": 'disable'}) # project.attributes.update({"builds_access_level": False}) # project.attributes.update({"builds_access_level"...
closed
2022-12-19T18:20:03Z
2023-12-25T01:16:55Z
https://github.com/python-gitlab/python-gitlab/issues/2432
[ "support" ]
mdeering24
1
chiphuyen/stanford-tensorflow-tutorials
tensorflow
14
Encoding problem in "11_char_rnn_gist.py" example
Hi, I'm reading the code of `11_char_rnn_gist.py`, and I found the following problem: In line 57, we encode the sequence `seq` with one-hot code with `depth=len(vocab)`. However, `seq` is generated with `[vocab.index(x) + 1 for x in text if x in vocab]`, so the code of characters is between `1` to `len(vocab)`, ...
open
2017-04-11T14:34:23Z
2017-07-11T17:42:40Z
https://github.com/chiphuyen/stanford-tensorflow-tutorials/issues/14
[]
alanwang93
1
healthchecks/healthchecks
django
203
DEBUG = False causes 500 error
With the release of 1.3.0, explicitly setting `DEBUG = False` in `local_settings.py` causes the web UI to present nothing but 500 errors. Removing the DEBUG completely fixes this, although there is now a div at the top stating we are in debug mode. Any ideas why the 500s might be caused only in debug mode?
closed
2018-11-21T19:05:33Z
2018-11-22T13:49:43Z
https://github.com/healthchecks/healthchecks/issues/203
[]
alex-phillips
4
oegedijk/explainerdashboard
plotly
98
Support for stackingestimator?
Any possibility in the future for adding support for ML models which have stacking estimators? https://scikit-learn.org/stable/modules/generated/sklearn.ensemble.StackingClassifier.html https://scikit-learn.org/stable/modules/generated/sklearn.ensemble.StackingRegressor.html
closed
2021-03-04T16:11:15Z
2021-03-18T19:26:27Z
https://github.com/oegedijk/explainerdashboard/issues/98
[]
apavlo89
6
thewhiteh4t/pwnedOrNot
api
14
Search By Specific Breach
**Is your feature request related to a problem? Please describe.** No **Describe the solution you'd like** We currently use PwnedOrNot in order to automate the search for pwned emails on our domain after we receive notification from HIBP. Is it possible to only have PwnedOrNot search for the specific domain indic...
closed
2019-03-19T16:09:29Z
2019-04-01T19:19:38Z
https://github.com/thewhiteh4t/pwnedOrNot/issues/14
[ "enhancement" ]
averagejoe365
2
piskvorky/gensim
nlp
3,421
HdpModel class calls a deprecated function from the time module (Python 3.8.16)
<!-- **IMPORTANT**: - Use the [Gensim mailing list](https://groups.google.com/forum/#!forum/gensim) to ask general or usage questions. Github issues are only for bug reports. - Check [Recipes&FAQ](https://github.com/RaRe-Technologies/gensim/wiki/Recipes-&-FAQ) first for common answers. Github bug reports that d...
closed
2022-12-27T11:24:13Z
2022-12-27T11:29:34Z
https://github.com/piskvorky/gensim/issues/3421
[]
miguelopezotal
1
roboflow/supervision
pytorch
876
large dataset processing
### Search before asking - [ ] I have searched the Supervision [issues](https://github.com/roboflow/supervision/issues) and found no similar bug report. ### Bug In the file within the function 'save_dataset_images()', there is an inefficient memory usage problem. The function currently uses 'cv2.imwrite' to write ...
closed
2024-02-11T13:09:49Z
2024-02-12T07:09:37Z
https://github.com/roboflow/supervision/issues/876
[ "bug" ]
Alaaeldinn
1
akfamily/akshare
data-science
5,805
AKShare 接口问题报告stock_individual_fund_flow_rank 也只能取到200个
![Image](https://github.com/user-attachments/assets/46f4c46c-6381-4fd6-b274-1aa9acd30015) 数据源都只给的200个 可能是东财改版了
closed
2025-03-08T15:55:53Z
2025-03-09T14:22:02Z
https://github.com/akfamily/akshare/issues/5805
[ "bug" ]
fweiger
4
dynaconf/dynaconf
flask
273
[RFC] add FlaskDynaconf.load_extensions method.
Given: ```toml [default] EXTENSIONS = [ "project.ext.appearance.init_app", "flask_bootstrap:Bootstrap", "flask_simplelogin:SimpleLogin", ] ``` To make Flask to load that extensions we can do ```py from importlib import import_module from dynaconf import FlaskDynaconf from flask import Fla...
closed
2019-12-16T13:47:25Z
2020-01-31T16:42:49Z
https://github.com/dynaconf/dynaconf/issues/273
[ "Not a Bug", "RFC" ]
rochacbruno
0
jupyter/docker-stacks
jupyter
1,778
[BUG] - No websocket connection when running on synology NAS in bridge network
### What docker image(s) are you using? scipy-notebook ### OS system and architecture running docker image Sinology DSM 7.0 ### What Docker command are you running? docker run -p 8888:8888 jupyter/scipy-notebook:latest ### How to Reproduce the problem? visit the port 8888 on the NAS IP address (http://192.168.X....
closed
2022-08-26T14:15:05Z
2022-08-27T17:53:46Z
https://github.com/jupyter/docker-stacks/issues/1778
[ "type:Bug" ]
guigoruiz1
6
streamlit/streamlit
python
9,892
`st.audio_input` throws an error for audio > 10s for an app deployed on EC2
### Checklist - [X] I have searched the [existing issues](https://github.com/streamlit/streamlit/issues) for similar issues. - [X] I added a very descriptive title to this issue. - [X] I have provided sufficient information below to help reproduce this issue. ### Summary Using `st.audio_input` works correctl...
closed
2024-11-21T11:54:43Z
2024-11-22T23:34:57Z
https://github.com/streamlit/streamlit/issues/9892
[ "type:bug", "status:awaiting-user-response", "feature:st.audio_input" ]
dalmia
4
nschloe/tikzplotlib
matplotlib
258
Feature request: cleanfigure
In matlab2tikz, there is a [`cleanfigure('targetResolution',...)`](https://github.com/matlab2tikz/matlab2tikz/blob/816f8754804cd45d8b41b3adf3ff9709a29cf173/src/cleanfigure.m#L12) command to reduce the number of points in line objects, if individual points are not perceptible at a given resolution/papersize. Is it poss...
closed
2018-11-20T13:02:34Z
2020-01-27T16:18:28Z
https://github.com/nschloe/tikzplotlib/issues/258
[]
Aikhjarto
8
jina-ai/serve
deep-learning
5,286
Adapt to github deprecations
https://github.blog/changelog/2022-10-11-github-actions-deprecating-save-state-and-set-output-commands/ - Specially set-output is used in our CI
closed
2022-10-17T12:32:24Z
2022-10-20T10:58:40Z
https://github.com/jina-ai/serve/issues/5286
[]
JoanFM
0
takapy0210/nlplot
plotly
22
pyLDAvisのサポートをやめる
## 概要 現在のpyLDAvisの最新バージョンは3.3.1だが、これに付随するライブラリのインストール要件が、機械学習系の他ライブラリと競合しており、個人的にはtensorflowなどを優先した方が良いと判断したため. 3.3.1時点のrequirements(cf. https://github.com/bmabey/pyLDAvis/blob/master/requirements.txt ) ``` numpy>=1.20.0 scipy pandas>=1.2.0 joblib jinja2 numexpr future funcy sklearn scikit-learn gensim ...
closed
2021-07-05T14:05:40Z
2021-07-06T13:13:07Z
https://github.com/takapy0210/nlplot/issues/22
[]
takapy0210
1
keras-team/keras
deep-learning
20,351
Flexible loss configuration for nested/multi outputs losses learning in Keras
Following the [guidelines](https://github.com/keras-team/keras/blob/master/CONTRIBUTING.md#step-1-open-an-issue). ### Proof of concept: https://github.com/nicolaspi/keras-nested-loss ### Description Currently, Keras has limited support for specifying losses for complex, nested model outputs. I propose an enhanceme...
closed
2024-10-14T11:42:35Z
2024-10-15T17:31:24Z
https://github.com/keras-team/keras/issues/20351
[]
nicolaspi
1
ranaroussi/yfinance
pandas
1,482
Failed download due to missing data since 01 April 2023 in yahoo database
Hi I supposed Yahoo-Finance does not allow us to download data since the first date of this April. Today 07-April-2023 I can download data before April, but all data for this April is no longer available for download Yesterday -6-Arpil-2023, I kept downloading data from 01Aril23-06April, and everything was ...
closed
2023-04-07T05:10:26Z
2023-04-07T07:11:44Z
https://github.com/ranaroussi/yfinance/issues/1482
[]
technqvi
1
huggingface/diffusers
deep-learning
11,022
Lack of Quanto support for transforming a WAN 2.1 model
### Describe the bug The WAN transformer doesn't work. It spits out garbage (basically all the dict items in the model) resulting in an empty transformer which can't be quantized. `transformer = WanTransformer3DModel.from_pretrained( #<<<< FAILS base_model, torch_dtype=dtype, use_safetensors=...
closed
2025-03-10T17:17:02Z
2025-03-10T22:13:12Z
https://github.com/huggingface/diffusers/issues/11022
[ "bug" ]
ukaprch
2
ionelmc/pytest-benchmark
pytest
47
Which test to run when packaging for linux distribution
Hi, I'm packaging pytest-benchmark for nixos.org. Which tests should I run to make sure the packaging is ok? I saw you recommend nox but I would like a test for the current python environment, not for all of them. Moreover, I'm not interested in benchmark tests of pytest-benchmark. Thanks
closed
2016-03-13T17:50:18Z
2016-03-13T18:34:19Z
https://github.com/ionelmc/pytest-benchmark/issues/47
[]
DamienCassou
2
dynaconf/dynaconf
django
451
Error: --django option requires an argument[bug]
Running `dynaconf init -f yaml --django` from Django's project root generates following error: ``` (entropy) C:\Users\hardcase1\PycharmProjects\entropy>dynaconf init -f yaml --django Error: --django option requires an argument ``` DJANGO_SETTINGS_MODULE is set ``` import django_manage_shell; django_mana...
closed
2020-10-17T09:25:06Z
2020-11-23T19:06:26Z
https://github.com/dynaconf/dynaconf/issues/451
[ "bug" ]
AlekseiKhatkevich
1
coleifer/sqlite-web
flask
40
Forwarding issue
When i access the webinterface using the defined password, i get forwarded to the page *path*/favicon.ico/ . After going back to the main page everything works fine.
closed
2018-03-16T13:42:31Z
2018-03-16T14:01:46Z
https://github.com/coleifer/sqlite-web/issues/40
[]
Flova
1
voila-dashboards/voila
jupyter
1,432
404 GET /templates/lab/static and /static/treepage.js
## Description When I run voila server, I get a blank page with the terminal output : ``` $ voila notebooks/ [Voila] Using /tmp to store connection files [Voila] Storing connection files in /tmp/voila_x0ehar3m. [Voila] Serving static files from /home/maxime/anaconda3/lib/python3.11/site-packages/voila/static. ...
open
2023-12-11T15:00:24Z
2023-12-11T15:00:24Z
https://github.com/voila-dashboards/voila/issues/1432
[ "bug" ]
chupinmaxime
0
MagicStack/asyncpg
asyncio
531
[Feature] Support DEFAULT with executemany
I'm trying to index data in the following table using `executemany` ``` CREATE TABLE IF NOT EXISTS test.test ( id INTEGER PRIMARY KEY NOT NULL, created_at TIMESTAMP DEFAULT now() ); ``` It would be nice to write query such as all the logic is in PG and not on the client side. ``` from asyncpg impo...
closed
2020-01-22T11:18:22Z
2020-06-26T10:46:12Z
https://github.com/MagicStack/asyncpg/issues/531
[]
Andarius
3
django-import-export/django-import-export
django
1,025
Float and Decimal widgets should use LANGUAGE_CODE
Hi! When exporting a FloatField, DecimalField, etc. the result uses the `.` as decimal separator. I was just wondering if instead, it should use the decimal separator for `LANGUAGE_CODE` defined in `settings.py`. https://github.com/django-import-export/django-import-export/blob/master/import_export/widgets.py#L58...
closed
2019-10-31T14:15:26Z
2023-09-15T20:58:41Z
https://github.com/django-import-export/django-import-export/issues/1025
[ "enhancement", "good first issue" ]
manelclos
3
ivy-llc/ivy
tensorflow
28,635
Fix Frontend Failing Test: numpy - activations.tensorflow.keras.activations.get
To-do List: https://github.com/unifyai/ivy/issues/27497
closed
2024-03-18T17:30:03Z
2024-03-25T13:23:13Z
https://github.com/ivy-llc/ivy/issues/28635
[ "Sub Task" ]
ZJay07
0
sqlalchemy/sqlalchemy
sqlalchemy
10,264
Metadata `naming_convention` can't be of type `dict[str, str]` in v2.0.20
### Ensure stubs packages are not installed - [X] No sqlalchemy stub packages is installed (both `sqlalchemy-stubs` and `sqlalchemy2-stubs` are not compatible with v2) ### Verify if the api is typed - [X] The api is not in a module listed in [#6810](https://github.com/sqlalchemy/sqlalchemy/issues/6810) so it should ...
closed
2023-08-21T04:23:52Z
2023-09-14T15:46:29Z
https://github.com/sqlalchemy/sqlalchemy/issues/10264
[ "bug", "regression", "typing", "near-term release" ]
HassanAbouelela
11
postmanlabs/httpbin
api
704
504 Gateway Time-out http://httpbin.org/ip
The very useful endpoint http://httpbin.org/ip has an issue
open
2023-07-07T04:12:41Z
2023-07-07T04:12:41Z
https://github.com/postmanlabs/httpbin/issues/704
[]
santagarwal
0
peerchemist/finta
pandas
39
RSI does not match TV
RSI calc does not match Tradingview RSI calculation. Please match calculations. Thanks.
closed
2019-09-09T05:08:59Z
2019-11-21T11:22:47Z
https://github.com/peerchemist/finta/issues/39
[]
jmoz
2
pyeve/eve
flask
1,316
PATCH method is block by CORS policy
### Expected Behavior I should be able to PATCH an item with HTTP PATCH method. Below is part of my *settings.py* file. ```python DOMAIN = {'col1': { 'schema': schema, 'resource_methods': ['GET', 'POST'], 'item_methods': ['GET', 'PUT', 'PATCH'] }} ITEM_METHODS = ['GET', 'PUT', 'PATCH'] MONGO...
closed
2019-09-29T03:34:01Z
2019-12-14T10:38:34Z
https://github.com/pyeve/eve/issues/1316
[]
davidshen84
2
cookiecutter/cookiecutter-django
django
5,671
Bump node version in Celery's Dockerfile to 22
## Description Ditto in the title ## Rationale In the flower container the following is being shown while being built: ```  WARN  Unsupported engine: wanted: {"node":"22.12"} (current: {"node": => => # "v20.18.2","pnpm":"9.15.4"}) ``` I didn't submit a pull request in case it had been considered, but postponed, be...
closed
2025-02-06T17:27:50Z
2025-02-06T22:24:05Z
https://github.com/cookiecutter/cookiecutter-django/issues/5671
[ "enhancement" ]
acyment
2
litestar-org/litestar
asyncio
3,148
Bug: OpenAPI schema error when using `pydantic.SecretStr` with a `pydantic.Field`
Reported by seels in Discord: <#1212255742954971207>: Hey, all. I'm getting the following error when using a `SecretStr` attribute (from Pydantic) and accessing `/schema/openapi.json`: `type object 'SecretStr' has no attribute 'item_type'`. I've got `SecretStr: str` in my `type_encoders`, but that doesn't seem to help...
closed
2024-03-01T17:35:12Z
2025-03-20T15:54:27Z
https://github.com/litestar-org/litestar/issues/3148
[ "Bug :bug:" ]
byte-bot-app[bot]
5
seleniumbase/SeleniumBase
pytest
3,562
Lambda Tutorial
Within our organization we have been having trouble with undetected chromedriver's bypassing, so I have proposed SeleniumBase as an alternative. We tried implementing the Driver class so that we can seemlessly integrate it with the current code, which worked marvelously locally. However, deploying on lambda has caused ...
closed
2025-02-24T15:51:04Z
2025-02-24T16:29:48Z
https://github.com/seleniumbase/SeleniumBase/issues/3562
[ "question", "UC Mode / CDP Mode" ]
ramondeboer
1
SYSTRAN/faster-whisper
deep-learning
809
Question about CUDA failed with error out of memory error
Hi, I have recently changed the server and with this I have the possibility of an intel i5-10th iGPU and a nvidia GTX 1650 I am installing openai-whisper with the faster_whisper module, this is the docker-compose ``` services: whisperasr: image: onerahmet/openai-whisper-asr-webservice:latest-gpu contain...
open
2024-04-25T19:55:17Z
2024-04-26T19:03:07Z
https://github.com/SYSTRAN/faster-whisper/issues/809
[]
Jorman
2
dmlc/gluon-nlp
numpy
843
How can i load pretained biobert with BertEmbedding,
i get a `ValueError` when use `BertEmbedding` , `bert_embedding = BertEmbedding(model='bert_24_1024_16', dataset_name="biobert_v1.1_pmc_cased")`, `ValueError: Vocabulary for biobert_v1.1_pmc_cased is not available.` this `BertEmbedding` is not support pretained biobert??
closed
2019-07-22T02:24:06Z
2019-10-08T23:59:07Z
https://github.com/dmlc/gluon-nlp/issues/843
[]
cpmss521
7
junyanz/pytorch-CycleGAN-and-pix2pix
deep-learning
762
For correcting distortion using pix2pix
I am trying to correct distortion in am image using pix2pix where my total training set consist of only 90 images.Even after training for long hours and trying out various hyperparameters it is not able to learn even the basis stuffs.Can you suggest something? Thanks in advance.
closed
2019-09-10T04:15:55Z
2019-09-17T02:35:42Z
https://github.com/junyanz/pytorch-CycleGAN-and-pix2pix/issues/762
[]
riktimmondal
4
sinaptik-ai/pandas-ai
data-science
1,160
(cx_Oracle.DatabaseError) ORA-00904: "RAND": invalid identifier
### System Info OS version: Microsoft Windows 11 Pro, 10.0.22631 Build 22631 Python version: 3.10.4 pandas-ai version: 2.0.42 ### 🐛 Describe the bug Unfortunately, I was not able to get your answers, because of the following error: (cx_Oracle.DatabaseError) ORA-00904: "RAND": invalid identifier [SQL: SELECT *...
closed
2024-05-17T02:50:05Z
2024-05-18T23:37:06Z
https://github.com/sinaptik-ai/pandas-ai/issues/1160
[]
eaandersen
0
jupyter-incubator/sparkmagic
jupyter
406
Let different jupyter kernel use different sparkmagic config.json file
Hi, I am looking for a solution to let different jupyter kernel use different sparkmagic config.json file, but I cannot find any documentations about this use case. Then I dive deep into sparkmagic's code base and find an environment variable SPARKMAGIC_CONF_FILE: https://github.com/jupyter-incubator/sparkmagic/blob...
closed
2017-09-18T18:21:04Z
2017-09-18T20:45:52Z
https://github.com/jupyter-incubator/sparkmagic/issues/406
[]
yunzhums
6
Urinx/WeixinBot
api
131
请问有没有全的接口列表,另外这些接口有没有调用次数限制啊
Rt:。。。
closed
2016-12-01T08:09:28Z
2018-06-14T06:17:37Z
https://github.com/Urinx/WeixinBot/issues/131
[]
huhuang03
2
roboflow/supervision
machine-learning
1,623
Using supervision with onnxruntime
### Search before asking - [X] I have searched the Supervision [issues](https://github.com/roboflow/supervision/issues) and found no similar feature requests. ### Question Hi, I am having yolo11.onnx model. How to use supervision along with onnxruntime? ```python def callback(frame: np.ndarray, _: int) -> np....
closed
2024-10-27T19:04:45Z
2024-10-28T14:17:49Z
https://github.com/roboflow/supervision/issues/1623
[ "question" ]
acode-x
2
charlesq34/pointnet
tensorflow
179
ubuntu14 or ubuntu16.04
Install TensorFlow. You may also need to install h5py. The code has been tested with Python 2.7, TensorFlow 1.0.1, CUDA 8.0 and cuDNN 5.1 have to on ubuntu14.04?Is it right on ubuntu16.04?
open
2019-05-17T06:50:47Z
2019-05-17T06:51:39Z
https://github.com/charlesq34/pointnet/issues/179
[]
meilindehuzi
2
biolab/orange3
scikit-learn
6,761
Error launching Orange in Anaconda: cannot import name 'astype_nansafe' from 'pandas
Trying to launch Orange from Anaconda, receive this error; ``` Traceback (most recent call last): File "/home/will/anaconda3/bin/orange-canvas", line 7, in from Orange.canvas.__main__ import main File "/home/will/anaconda3/lib/python3.11/site-packages/Orange/__init__.py", line 4, in from Orange import data F...
closed
2024-03-16T01:11:46Z
2024-03-16T12:40:34Z
https://github.com/biolab/orange3/issues/6761
[ "bug report" ]
skyemoor
2
healthchecks/healthchecks
django
19
login expired
Hi, The login link is only valid for doing one login (next ones it says is invalid or expired), is this correct? Do I have to resend the link every time I want to login? It is possible to save the login link in bookmarks? Kind regards
closed
2015-12-17T11:25:08Z
2016-01-22T11:35:39Z
https://github.com/healthchecks/healthchecks/issues/19
[]
marticardus
3
tflearn/tflearn
data-science
856
How can I print a tensor inside my custom loss function?
I have this code: `network = regression(network, optimizer='adam', learning_rate=0.001, loss=my_loss)` This is how I define my_loss: ```python def my_loss(y_pred, y_true): with tf.name_scope(None): return tf.nn.l2_loss(y_pred - y_true) ``` I want to print `y_true` I tried: ```python s = tf....
open
2017-07-30T21:21:47Z
2017-10-14T18:17:56Z
https://github.com/tflearn/tflearn/issues/856
[]
r3db
2
allenai/allennlp
pytorch
5,224
Does version 0.9.0 can train model with multiple gpus?
Hi, I'm running a [project](https://github.com/sebastian-hofstaetter/transformer-kernel-ranking) written with allennlp where the version is 0.9.0. And I want to use multiple gpus to accelerate the training process. I found a previous issue in [3831](https://github.com/allenai/allennlp/issues/3831). But it seems that ve...
closed
2021-05-26T05:15:18Z
2021-05-27T21:04:33Z
https://github.com/allenai/allennlp/issues/5224
[ "question" ]
haiahaiah
1
0b01001001/spectree
pydantic
164
How can I hide url from Swagger Schema
I need to create an endpoint, but it shouldn't be visible in Swagger. How can I do it?
closed
2021-08-11T18:09:08Z
2021-08-12T07:01:13Z
https://github.com/0b01001001/spectree/issues/164
[]
dmitry-engineer
1
MorvanZhou/tutorials
tensorflow
79
激活函数
请问最后一层全连接层做分类为什么没有加激活函数?
closed
2019-07-04T12:32:45Z
2019-07-04T12:38:53Z
https://github.com/MorvanZhou/tutorials/issues/79
[]
JJH3024
0
lepture/authlib
django
456
Two tests/jose/test_jwe.py tests failing
While packaging this package for openSUSE we try to start running the testsuite during the packaging (so that we may catch some unexpected failure to build package correctly) and when running `tests/jose` I got this: ``` [ 11s] + python3.9 -mpytest tests/jose [ 11s] ============================= test session s...
open
2022-05-09T23:41:53Z
2025-02-21T14:52:18Z
https://github.com/lepture/authlib/issues/456
[ "bug", "jose" ]
mcepl
4
flasgger/flasgger
rest-api
94
MethodView inheritance
Consider the example below: How do I add to the BaseAPIView parameters in PostAPIView get method instead of overriding it? ``` """ A test to ensure that MethodView inheritance works as expected """ from flask import Flask, jsonify from flask.views import MethodView from flasgger import Swagger class Bas...
open
2017-04-25T14:53:12Z
2018-10-01T17:31:30Z
https://github.com/flasgger/flasgger/issues/94
[ "enhancement", "question", "hacktoberfest" ]
wobeng
2
skypilot-org/skypilot
data-science
4,997
[jobs] No S3 access results in FAILED_CONTROLLER instead of FAILED_PRECHECKS
In this case, the job transitions first to FAILED_PRECHECKS, then to FAILED_CONTROLLER because cleanup fails. ``` $ sky jobs logs --controller D 02-13 18:41:56 skypilot_config.py:155] Using config path: /home/sky/.sky/managed_jobs/t-jobs-storage-d1-7d1a.config_yaml D 02-13 18:41:56 skypilot_config.py:160] Config loaded...
open
2025-03-19T23:12:16Z
2025-03-19T23:14:24Z
https://github.com/skypilot-org/skypilot/issues/4997
[]
cg505
0
serengil/deepface
machine-learning
536
Can I use deepface to train on my own dataset please?
deepface is very easy to use and can download weights for many models, I would like to ask if I want to train on my own dataset how should I play the field
closed
2022-08-18T15:05:11Z
2022-08-18T15:07:04Z
https://github.com/serengil/deepface/issues/536
[ "question" ]
Enderfga
1
simple-login/app
flask
1,536
Recipients seeing: dkim=fail (body hash mismatch
## Prerequisites - [x ] I have searched open and closed issues to make sure that the bug has not yet been reported. ## Bug report **Describe the bug** When sending with self-hosted simplelogin, the dkim will fail, but only if I include a portonmail signature, or include some signature lines, or an image/logo in...
open
2023-01-15T11:37:08Z
2024-07-25T23:39:39Z
https://github.com/simple-login/app/issues/1536
[]
gtmadev
2
automl/auto-sklearn
scikit-learn
1,272
Can Autosklearn be used with SHAP?
Can the model be used with SHAP? Currently ``` import shap explainer = shap.Explainer(model) ``` results in ``` --------------------------------------------------------------------------- Exception Traceback (most recent call last) <ipython-input-361-5c713ec694d6> in <modu...
open
2021-10-28T10:11:01Z
2023-01-16T22:25:35Z
https://github.com/automl/auto-sklearn/issues/1272
[ "bug", "documentation" ]
roger-yu-ds
6
jmcarpenter2/swifter
pandas
141
LinAlgError while doing df.apply
Hello, Sorry in advance if the shape of the issue is not right. I'm trying to replicate Ian Ozsvald talk on pandas speed ups. see: https://www.youtube.com/watch?v=I1xyjc-JgGM&t=1254s&ab_channel=OpenDataScience For details. Basically I try to run this function: ![image](https://user-images.githubuserconte...
closed
2020-11-04T11:51:18Z
2022-07-22T22:44:31Z
https://github.com/jmcarpenter2/swifter/issues/141
[]
benoib
1
ets-labs/python-dependency-injector
flask
507
How can I register an interface with multiple interfaces in a container?
hi. Sorry for the confusing question. I want to register only the interface in the Container without having an implementation. Specifically, it is as follows: ```python import abc from dependency_injector import containers, providers # It is an implementation of Repository that executes user registrati...
open
2021-09-13T00:30:00Z
2021-11-08T01:22:31Z
https://github.com/ets-labs/python-dependency-injector/issues/507
[ "question" ]
satodaiki
3
jupyter-widgets-contrib/ipycanvas
jupyter
212
Plot example not working since 0.9.0 when orjson not installed
If orjson is not installed, the plotting example fails with ``` ~/miniconda3/envs/tutorial/lib/python3.9/json/encoder.py in default(self, o) 177 178 """ --> 179 raise TypeError(f'Object of type {o.__class__.__name__} ' 180 f'is not JSON serializable') 181...
open
2021-06-28T07:52:03Z
2021-06-28T07:52:13Z
https://github.com/jupyter-widgets-contrib/ipycanvas/issues/212
[ "bug" ]
martinRenou
0
huggingface/diffusers
deep-learning
10,057
Token Issue with FluxTransformer2DModel.from_single_file Method
### Describe the bug When I use the FluxTransformer2DModel.from_single_file method, the provided token seems to be invalid, and I am unable to download files that require token verification, such as the official Flux model files. However, I can confirm that the token is valid because when using FluxPipeline.from_...
closed
2024-11-29T15:18:06Z
2024-12-28T17:06:37Z
https://github.com/huggingface/diffusers/issues/10057
[ "bug" ]
CyberVy
8
shaikhsajid1111/twitter-scraper-selenium
web-scraping
28
Is it possible to get a list of all the followers?
Hey, I was wondering if there is a way to scrape all the followers of a profile using the package, I could not figure it out Any help will be appreciated!
open
2022-09-01T09:01:57Z
2022-09-01T10:00:23Z
https://github.com/shaikhsajid1111/twitter-scraper-selenium/issues/28
[]
BarRozenman
2
TracecatHQ/tracecat
pydantic
90
Create first 10 Integrations
closed
2024-04-22T18:13:11Z
2024-04-29T15:25:53Z
https://github.com/TracecatHQ/tracecat/issues/90
[ "tracker" ]
daryllimyt
1
sunscrapers/djoser
rest-api
194
Add support for Python 3.6 / Django 1.11 and integrate pipenv
Besides obviously adding latest python / django to testing pipeline it would be great to have `pipenv` integrated with this repo to simplify testing / development setup. I'm going to leave the old `requirements.txt` way for the sake of people who do not use `pipenv`.
closed
2017-05-25T12:27:30Z
2023-04-15T13:50:44Z
https://github.com/sunscrapers/djoser/issues/194
[]
pszpetkowski
0
ultralytics/ultralytics
deep-learning
18,699
Ability to determine if model weights are YOLO or RTDETR
### Search before asking - [x] I have searched the Ultralytics YOLO [issues](https://github.com/ultralytics/ultralytics/issues) and [discussions](https://github.com/ultralytics/ultralytics/discussions) and found no similar questions. ### Question When using fine-tuned weights (.pt) we can use the following: ```pyt...
open
2025-01-15T17:59:01Z
2025-03-13T22:43:06Z
https://github.com/ultralytics/ultralytics/issues/18699
[ "question", "detect" ]
Jordan-Pierce
11
koaning/scikit-lego
scikit-learn
428
Datetime Index support for sklego.pandas_utils.add_lags [FEATURE]
# Please explain clearly what you'd like to see added. When working with [Hierarchichal and Groupped time series](https://otexts.com/fpp2/hierarchical.html), i've stumbled uppon some common issues: 1. usually for GTS and HTS, the time series for all groups are in the same dataframe, requiring the shift operation...
open
2020-12-22T14:44:51Z
2020-12-22T17:49:03Z
https://github.com/koaning/scikit-lego/issues/428
[ "enhancement" ]
AlanGanem
2
xlwings/xlwings
automation
2,362
Dealing with python objects in Excel with xlwings
I've written here a Converter that can be used to manipulate objects in Excel, I don't know if there's an interest to incorporate this in the library as standard converter, I put this idea in this issue just in case. https://stackoverflow.com/a/77572035/884752
closed
2023-11-30T21:50:33Z
2024-07-19T09:19:57Z
https://github.com/xlwings/xlwings/issues/2362
[]
faysou
1
plotly/dash
flask
3,231
implement support for React 19
We should start exploring React 19 support. React 19 has many changes which may affect how Dash works. We know that component libraries will be affected as `defaultProps` is removed in React 19. From @T4rk1n : > The `defaultProps` was mostly handled with the upgrade to react 18 and most components libs now. `propTy...
open
2025-03-20T16:45:46Z
2025-03-21T17:20:44Z
https://github.com/plotly/dash/issues/3231
[ "feature", "P2" ]
ndrezn
0
apify/crawlee-python
web-scraping
897
how to continue with last status, keep all the dateset, request queue
for example, last time there are 300 request pending how to resume last status and skip the start url with all dataset , requests queue remain between many program runs
closed
2025-01-12T04:47:53Z
2025-01-13T12:34:42Z
https://github.com/apify/crawlee-python/issues/897
[ "t-tooling" ]
aizimuji
0
benbusby/whoogle-search
flask
1,124
[FEATURE] Support for time filters and sorting by update time
**Describe the feature you'd like to see added** Time filters in Google allow people to only see results that have been created or updated in the period of time requested, and sorting by update time doesn't need more explanation **Additional context** For example, if I want to know what the reaction to certain new...
open
2024-02-24T09:43:32Z
2024-02-24T09:43:32Z
https://github.com/benbusby/whoogle-search/issues/1124
[ "enhancement" ]
catsdev
0
sczhou/CodeFormer
pytorch
230
Why not enlarge the image size and resolution like the online version?
open
2023-05-12T09:54:20Z
2023-06-02T05:04:19Z
https://github.com/sczhou/CodeFormer/issues/230
[]
gyy0611
1
ploomber/ploomber
jupyter
942
missing docs on new start method
this was merged but wasn't documented: https://github.com/ploomber/ploomber/pull/927 we need to add the docstring in the Parallel executor explaining the new argument. also, passing `get_start_method()` as the default is not good practice. because the docs will render the value of whatever OS we used to build the...
closed
2022-07-23T19:25:33Z
2022-08-18T11:57:23Z
https://github.com/ploomber/ploomber/issues/942
[ "documentation", "stash" ]
edublancas
1
521xueweihan/HelloGitHub
python
2,295
【开源自荐】Firezone - open-source remote access
## 推荐项目 <!-- 这里是 HelloGitHub 月刊推荐项目的入口,欢迎自荐和推荐开源项目,唯一要求:请按照下面的提示介绍项目。--> <!-- 点击上方 “Preview” 立刻查看提交的内容 --> <!--仅收录 GitHub 上的开源项目,请填写 GitHub 的项目地址--> - 项目地址:https://github.com/firezone/firezone or https://www.firezone.dev/ <!--请从中选择(C、C#、C++、CSS、Go、Java、JS、Kotlin、Objective-C、PHP、Python、Ruby、Rust、Swift、其...
closed
2022-07-22T13:36:56Z
2022-07-25T11:49:26Z
https://github.com/521xueweihan/HelloGitHub/issues/2295
[]
gongjason
1
DistrictDataLabs/yellowbrick
scikit-learn
903
Add joblib optional dependency
We have the following new deprecation warning from scikit-learn: ``` /Users/benjamin/.pyenv/versions/3.7.3/envs/yellowbrick3/lib/python3.7/site-packages/sklearn/externals/joblib/__init__.py:15 /Users/benjamin/.pyenv/versions/3.7.3/envs/yellowbrick3/lib/python3.7/site-packages/sklearn/externals/joblib/__init__.py...
closed
2019-07-01T16:56:23Z
2020-06-11T16:15:24Z
https://github.com/DistrictDataLabs/yellowbrick/issues/903
[ "type: technical debt" ]
bbengfort
2
CorentinJ/Real-Time-Voice-Cloning
tensorflow
510
Attribute error
File "F:\projects\real time voice cloning app\Real-Time-Voice-Cloning-master\encoder\inference.py", line 174, in plot_embedding_as_heatmap cbar.set_clim(*color_range) AttributeError: 'Colorbar' object has no attribute 'set_clim' i have tried both 3.6 and 3.7 tensorflow = 1.15 pytorch = 1.5.0 Any help? is ap...
closed
2020-08-26T07:04:04Z
2020-08-27T21:48:28Z
https://github.com/CorentinJ/Real-Time-Voice-Cloning/issues/510
[]
saran-gangster
2
rthalley/dnspython
asyncio
1,089
dns.resolver.override_system_resolver doesnt work in windows
**Describe the bug** either i dont understand the purpose of the function or this really doesnt work i wanted to get the resolution of a domain from a dns server i chose not the system so i looked it up in the doc and this seemed to be my answer **To Reproduce** resolver.override_system_resolver("178.22.122.100")...
closed
2024-06-06T16:22:46Z
2024-06-06T21:19:46Z
https://github.com/rthalley/dnspython/issues/1089
[]
AliGhaffarian
2
zalandoresearch/fashion-mnist
computer-vision
96
Clustering performance
@hanxiao I wonder what's the clustering performance of the state-of-the-art clustering algorithms on fashion-mnist. I tested my algorithm and got an accuracy of 0.59 and NMI of 0.63. Have you collected other clustering results? Thanks.
closed
2017-12-31T16:33:07Z
2018-01-08T17:19:38Z
https://github.com/zalandoresearch/fashion-mnist/issues/96
[ "benchmark" ]
XifengGuo
4
ets-labs/python-dependency-injector
flask
100
Add positional arg injections for @inject decorator
closed
2015-10-13T09:14:44Z
2015-10-23T12:21:02Z
https://github.com/ets-labs/python-dependency-injector/issues/100
[ "feature" ]
rmk135
0
KaiyangZhou/deep-person-reid
computer-vision
34
about the hacnn
when I run the model hacnn, I only get the top1: 84.0, map: 62.7. It is very below than top1: 88.7, map: 71.2. Do you know the reason that may cause this?
closed
2018-07-10T02:02:35Z
2018-07-14T00:27:57Z
https://github.com/KaiyangZhou/deep-person-reid/issues/34
[]
kikyou123
2
deepspeedai/DeepSpeed
deep-learning
6,637
Error when running DeepSpeed integration test with Rocm 62
I was trying to build ACPT ROCm 62 image but encountered below error while running deepspeed integration test and failed with`Worker 0 killed by signal 6` > :0:rocdevice.cpp :2984: 13356614637254 us: [pid:213 tid:0x7f59bcd69700] Callback: Queue 0x7f59d8000000 aborting with error : HSA_STATUS_ERROR_EXCEPT...
closed
2024-10-17T19:24:38Z
2024-10-30T20:39:25Z
https://github.com/deepspeedai/DeepSpeed/issues/6637
[]
ijenwang-ms
2
pytest-dev/pytest-xdist
pytest
320
"don't parallelise" decorator?
I've got a test suite full of hundreds of slightly more involved tests that can be completely parallelised... with the exception of maybe a half dozen that need to be the only test running at the time. I don't know how practical it is, and I don't see any documentation suggesting this can be done already, but I'd lo...
closed
2018-07-27T16:12:18Z
2018-07-27T20:27:33Z
https://github.com/pytest-dev/pytest-xdist/issues/320
[]
twirrim
2
miguelgrinberg/Flask-SocketIO
flask
763
Is there any way to suppress PING/PONG logs?
Hi Miguel, The following log is logged everytime a client gets connected. Is there any way to suppress these logs? `[INFO] 2018-08-14 18:31:53,685 cbd5051b885940f990d53728c042ff5f: Received packet PING data None` Thanks for this awesome project. Regards, Swathin
closed
2018-08-14T13:06:04Z
2021-06-23T18:19:31Z
https://github.com/miguelgrinberg/Flask-SocketIO/issues/763
[ "question" ]
swathinsankaran
2
holoviz/panel
plotly
7,457
Streaming Videostream from documentation - Impossible to scroll the page
The following webpage from the documentation, [Streaming Videostream](https://panel.holoviz.org/gallery/streaming_videostream.html), is hardly readable because scroll is not working on the main content. Sure, users can jump between sections by clicking on the menu entries in the right side. However, there are sections...
open
2024-11-02T12:56:47Z
2024-11-02T12:56:47Z
https://github.com/holoviz/panel/issues/7457
[]
Davide-sd
0
google/seq2seq
tensorflow
140
I want to know how to implement a encoder with tree lstm ?
where should I start to implement a tree-lstm encoder ? @dennybritz
open
2017-04-01T08:14:28Z
2017-04-01T08:17:58Z
https://github.com/google/seq2seq/issues/140
[]
Chinix
0
nicodv/kmodes
scikit-learn
57
Performance considerations
I am genuinely curious why the k-prototypes implementation takes 2 hours to complete for a certain dataset, whereas clustering using sklearn's k-means only takes about a minute. I've scrolled through Huang's paper, which states that k-prototypes is an extension of k-means to function properly in the presence of categor...
closed
2017-11-17T11:08:18Z
2022-09-28T12:14:14Z
https://github.com/nicodv/kmodes/issues/57
[ "question" ]
rphes
15
AUTOMATIC1111/stable-diffusion-webui
pytorch
16,160
SD is not using my amdgpu with rocm on linux, It uses only cpu.
### Checklist - [ ] The issue exists after disabling all extensions - [X] 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 - [ ] The issue exists in the current version of the webui - [ ] The issue has not been reported before...
closed
2024-07-06T12:38:12Z
2024-07-06T17:48:26Z
https://github.com/AUTOMATIC1111/stable-diffusion-webui/issues/16160
[ "bug-report", "platform:amd" ]
Onur-Cansever
2
plotly/dash
dash
2,624
[BUG] Server fails to setup when using background callbacks without cancel argument
**Describe your context** Please provide us your environment, so we can easily reproduce the issue. - replace the result of `pip list | grep dash` below ``` dash 2.12.0 dash-bootstrap-components 1.4.2 dash-bootstrap-templates 1.0.8 dash-core-c...
closed
2023-08-16T07:28:24Z
2023-08-16T15:59:09Z
https://github.com/plotly/dash/issues/2624
[]
tlauli
0
sherlock-project/sherlock
python
1,434
Python3 sherlock --timeout5 isnxfudifjj838384
<!-- ###################################################################### WARNING! IGNORING THE FOLLOWING TEMPLATE WILL RESULT IN ISSUE CLOSED AS INCOMPLETE. ###################################################################### --> ## Checklist <!-- Put x into all boxes (like this [x]) once you have completed...
closed
2022-08-12T00:36:52Z
2022-08-12T20:34:50Z
https://github.com/sherlock-project/sherlock/issues/1434
[ "question" ]
Bsharkad
0
mljar/mercury
data-visualization
268
mercury run clear command should clear media files
Right now `mercury run clear` clears the local SQLite database if exists. We should also clear local media files if available.
closed
2023-05-12T08:24:28Z
2023-05-22T13:21:57Z
https://github.com/mljar/mercury/issues/268
[ "bug" ]
pplonski
0
blockchain-etl/bitcoin-etl
dash
64
oops
closed
2022-09-09T19:32:13Z
2022-09-09T19:34:10Z
https://github.com/blockchain-etl/bitcoin-etl/issues/64
[]
JMLegere
0
tensorflow/tensor2tensor
deep-learning
1,828
How be to use the encoder and decoder of transformer in another model for tf2.0?
### Description If I have another model, but in sub-layer of my model, I want to add a transformer-encoder layer and add a tranformer-decoder or multi transformer-decoder in another layer. How can I do? If my model is tensorflow2.0, could it work? ... ### Environment information tf2.0 ``` OS: <your answer...
open
2020-07-08T13:01:37Z
2020-07-08T13:01:37Z
https://github.com/tensorflow/tensor2tensor/issues/1828
[]
yang182
0
mwaskom/seaborn
data-science
3,115
Duplicate legend entries for histplot
Observed behavior ---------------------- When creating a `histplot` with a legend, duplicate labels show up in the legend. It seems to be creating entries in the legend for more than one `BarContainer` artist. Expected behavior --------------------- A single entry in the legend for the histogram. In my use c...
closed
2022-10-27T16:29:46Z
2022-10-28T23:23:03Z
https://github.com/mwaskom/seaborn/issues/3115
[ "bug" ]
jedludlow
2
lanpa/tensorboardX
numpy
504
TenosorboardX can only display up to 10 images.
I saved a lot of pictures, but only 10 pictures can be displayed at a time. Is there an interface that can be set? ![image](https://user-images.githubusercontent.com/28856641/63988550-5acf6500-cb0f-11e9-956d-9da23555bf66.png)
closed
2019-08-30T02:17:27Z
2019-10-03T10:59:32Z
https://github.com/lanpa/tensorboardX/issues/504
[]
xubin1994
1
kizniche/Mycodo
automation
1,033
MH-Z19b Issue.
I have seen similar issues, but in the past it says they have been patched through updates. And those posts are YEARS old. ### Describe the problem/bug Co2 sensor works perfectly with my Pi 2. Switch it to my Pi 4 with all the same updated OS and Mycodo. Wont run and gives me error messages. ### Versions: - ...
closed
2021-06-21T18:46:08Z
2022-05-13T18:14:53Z
https://github.com/kizniche/Mycodo/issues/1033
[]
ghost
24
automl/auto-sklearn
scikit-learn
1,169
Multioutput regression with cv, incorrect predict shape?
## Describe the bug ## After fitting multioutput regression with cv, shape of predictions is constant (and equal to (number_of_targets, number_of_cv_folds)), regardless of prediction sample shape. I'm not sure whether this is intended. In any case I think it would be better if this behavior would be more thoroughly...
closed
2021-07-06T08:51:09Z
2021-08-13T05:50:27Z
https://github.com/automl/auto-sklearn/issues/1169
[ "bug" ]
oasidorshin
4
RobertCraigie/prisma-client-py
pydantic
710
Incorrect naming convention on generated client
<!-- Thanks for helping us improve Prisma Client Python! 🙏 Please follow the sections in the template and provide as much information as possible about your problem, e.g. by enabling additional logging output. See https://prisma-client-py.readthedocs.io/en/stable/reference/logging/ for how to enable additional log...
open
2023-03-01T17:26:52Z
2023-03-11T19:05:19Z
https://github.com/RobertCraigie/prisma-client-py/issues/710
[ "kind/improvement", "topic: client", "level/advanced", "priority/high", "topic: generation", "topic: breaking change" ]
HiImJulien
0
ymcui/Chinese-LLaMA-Alpaca
nlp
544
请问在Windows上部署的模型,我该怎么去调用本地模型的api?
### 详细描述问题 萌新,刚学习大模型,目前可以在window的power shell成功运行 Chinese-llama-alpaca-7b,但是只能在命令行进行提问,请问有方法可以调用这个模型的api吗?
closed
2023-06-09T03:11:20Z
2023-06-20T00:11:12Z
https://github.com/ymcui/Chinese-LLaMA-Alpaca/issues/544
[ "stale" ]
1anglesmith1
5
deepspeedai/DeepSpeed
deep-learning
6,639
No module named 'op_builder'
deepspeed-0.15.2 AMD 5600x Rtx 4060Ti ERROR: ModuleNotFoundError: No module named 'op_builder' try install it ,but : pip install op-builder ERROR: Could not find a version that satisfies the requirement op-builder (from versions: none) ERROR: No matching distribution found for op-builder help!!!
closed
2024-10-18T04:02:44Z
2024-11-05T23:31:42Z
https://github.com/deepspeedai/DeepSpeed/issues/6639
[ "windows" ]
hujiquan
8
CorentinJ/Real-Time-Voice-Cloning
pytorch
310
Getting a synthesizer exception when running on a Mac
The tests say I'm good to go but when I try to record something, I keep getting the exception "Could not find any synthesizer weights under synthesizer/saved_models/.DS_Store/taco_pretrained". I'm running this on a Mac so I'm wondering if that could be the source of any issues? I am using this fork so I don't think ...
closed
2020-04-04T21:26:19Z
2021-07-13T02:32:37Z
https://github.com/CorentinJ/Real-Time-Voice-Cloning/issues/310
[]
MustGet100
8
pytest-dev/pytest-html
pytest
548
[help] just curious how `--self-contained-html` option works?
I searched the whole src folder and only see single [occurance](https://github.com/pytest-dev/pytest-html/blob/master/src/pytest_html/plugin.py#L29) and cannot find anywhere to reference this option. can anyone help me understand how this option work?
closed
2022-09-22T04:12:17Z
2022-09-22T15:09:04Z
https://github.com/pytest-dev/pytest-html/issues/548
[]
LeiYangGH
4
aidlearning/AidLearning-FrameWork
jupyter
149
是否可以考虑支持pyjnius在AidLearning-FrameWork上运行?
是否可以考虑支持pyjnius在AidLearning-FrameWork上运行? 主要是用来接触更多、更新的Android API,要知道SL4A应该已经算是停滞不前的技术了吧 供参考: https://github.com/kivy/pyjnius https://pyjnius.readthedocs.io/en/stable/android.html
closed
2021-01-11T15:12:50Z
2021-01-19T07:16:07Z
https://github.com/aidlearning/AidLearning-FrameWork/issues/149
[]
redstoneleo
1