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
kizniche/Mycodo
automation
432
"Execute commands" output doesn't turn off by itself
## Mycodo Issue Report: Mycodo Version: 5.6.6 #### Problem Description When working with a "Execute commands" output, Mycodo turns this output on just fine but doesn't turn it off when appropriate. ### Steps to reproduce the issue: This is reproducible directly on the "Output" page: - Add a "Execute co...
closed
2018-03-23T20:47:46Z
2018-03-27T17:49:02Z
https://github.com/kizniche/Mycodo/issues/432
[]
antoinechauveau
3
noirbizarre/flask-restplus
flask
7
Ui url is fixed and cannot be changed
In api.py:136: ``` self.blueprint.add_url_rule('/', 'root', self.render_root) ``` I think this url should be customizable. We not always want to expose ui on known uri.
closed
2014-12-18T13:49:17Z
2015-11-04T15:46:51Z
https://github.com/noirbizarre/flask-restplus/issues/7
[ "enhancement", "question" ]
m-zajac
10
saulpw/visidata
pandas
2,052
Display column as bar /histogram []
At the moment it is possible to display an histogram of values (with '*****"). It would be nice to be able to do the same but use the value of column instead. The easiest would probably to be able add a column so that Apple, 3, ### Orange, 10, ######### It probably can be done by using a python expr...
closed
2023-10-11T13:03:13Z
2023-10-20T00:13:33Z
https://github.com/saulpw/visidata/issues/2052
[ "wishlist", "wish granted" ]
maxigit
1
joke2k/django-environ
django
534
idea: using pydantic-settings as base / .env parser
Dear **django-environ** developers, since [pydantic-settings](https://docs.pydantic.dev/latest/concepts/pydantic_settings/#usage) made recently quite big advances and has a substantial overlap with django-environ's functionality - and there is a big community behind it, testing it - I am wondering, if it makes sen...
open
2024-09-15T07:49:44Z
2024-11-04T07:47:43Z
https://github.com/joke2k/django-environ/issues/534
[ "discussion" ]
markdoerr
3
waditu/tushare
pandas
1,021
get_realtime_quotes 这个没有涨幅这个字段吗?
如题,在注释里没有找到涨幅字段,请问这个怎么获取实时涨幅?感谢各位大佬~ 获取实时交易数据 getting real time quotes data 用于跟踪交易情况(本次执行的结果-上一次执行的数据) Parameters ------ symbols : string, array-like object (list, tuple, Series). return ------- DataFrame 实时交易数据 属性:0:name,股票名字 1:open...
closed
2019-04-26T06:41:17Z
2019-04-27T02:16:24Z
https://github.com/waditu/tushare/issues/1021
[]
Qiekr
1
d2l-ai/d2l-en
tensorflow
2,445
Build PDF release in default style (non cambridge)
Hello, Could the team also provide the pdf version in both cambridge and 'default'=previous style? The cambridge style is too small to read and actually 'ugly'. Bests,
open
2023-02-18T14:31:54Z
2023-09-30T10:47:13Z
https://github.com/d2l-ai/d2l-en/issues/2445
[ "feature request" ]
vinbrule
2
FlareSolverr/FlareSolverr
api
933
Can't find 'verify you are human' loop.
### Have you checked our README? - [X] I have checked the README ### Have you followed our Troubleshooting? - [X] I have followed your Troubleshooting ### Is there already an issue for your problem? - [X] I have checked older issues, open and closed ### Have you checked the discussions? - [X] I have read the Dis...
closed
2023-10-27T19:08:31Z
2023-10-27T23:58:03Z
https://github.com/FlareSolverr/FlareSolverr/issues/933
[ "duplicate" ]
CaptainCambodia
2
huggingface/transformers
pytorch
36,739
`UnboundLocalError: cannot access local variable 'images_list'` when using Gemma 3 AutoProcessor with use_fast=True
### System Info - `transformers` version: 4.50.0.dev0 - Platform: Linux-6.13.6-100.fc40.x86_64-x86_64-with-glibc2.39 - Python version: 3.12.9 - Huggingface_hub version: 0.29.1 - Safetensors version: 0.4.5 - Accelerate version: 0.34.2 - Accelerate config: not found - DeepSpeed version: not installed - PyTorch versio...
closed
2025-03-15T08:55:11Z
2025-03-20T18:25:02Z
https://github.com/huggingface/transformers/issues/36739
[ "bug", "VLM" ]
Zebz13
5
marimo-team/marimo
data-visualization
3,954
Documentation for how to serve a wasm-powered HTML?
### Documentation is - [x] Missing - [ ] Outdated - [ ] Confusing - [x] Not sure? ### Explain in Detail What are the options serving the output of: https://docs.marimo.io/guides/exporting/#export-to-wasm-powered-html Other than github pages? Would this be things like apache and nginx? I don't have any experie...
closed
2025-03-02T00:54:42Z
2025-03-04T21:00:11Z
https://github.com/marimo-team/marimo/issues/3954
[ "documentation", "good first issue" ]
Justyouraveragehomie
1
donnemartin/system-design-primer
python
445
Fix the reference URLs of the solution READMEs in the zh-Hans version修改中文答案链接
Should change links like from solutions/system_design/pastebin/README.md to solutions/system_design/pastebin/README-zh-Hans.md
open
2020-07-12T11:54:30Z
2020-07-18T00:46:35Z
https://github.com/donnemartin/system-design-primer/issues/445
[ "needs-review" ]
julianShi
2
openapi-generators/openapi-python-client
rest-api
119
Issues using main branch with pip only
**Describe the bug** I hit numerous bugs when installing this library and also the generated client library when using only pip, and not poetry. **To Reproduce** Trying to install: 1. `python -m pip venv venv` 2. `source venv/bin/activate` 3. `pip install -U git+https://github.com/triaxtec/openapi-python-client...
closed
2020-08-04T15:27:09Z
2020-08-05T13:55:18Z
https://github.com/openapi-generators/openapi-python-client/issues/119
[ "🐞bug" ]
multimeric
3
streamlit/streamlit
data-science
10,603
Rerun fragment from anywhere, not just from within itself
### Checklist - [x] I have searched the [existing issues](https://github.com/streamlit/streamlit/issues) for similar feature requests. - [x] I added a descriptive title and summary to this issue. ### Summary Related to #8511 and #10045. Currently the only way to rerun a fragment is calling `st.rerun(scope="fragment...
open
2025-03-03T14:55:41Z
2025-03-13T04:44:33Z
https://github.com/streamlit/streamlit/issues/10603
[ "type:enhancement", "feature:st.fragment" ]
Abdelgha-4
1
hootnot/oanda-api-v20
rest-api
106
Get Instrument Candles in Unix Time
Sorry, this is more a question than an Issue, but it's because I do not find the answer. According to the [documentation about instrument candles](http://developer.oanda.com/rest-live-v20/instrument-ep/), you can request the time to be in Unix time by setting the header `Accept-Datetime-Format` as `UNIX`. Howerver in t...
closed
2018-01-11T18:17:29Z
2018-01-13T20:54:35Z
https://github.com/hootnot/oanda-api-v20/issues/106
[ "question" ]
silgon
7
cobrateam/splinter
automation
861
mouse actions long_click and right_long_click
How can I lock_click on an object? I can do **double_click** and **right_click** without any problem but I would like to **long_click** or **right_long_click**. Is there anything I can do to achieve this?
closed
2021-03-09T11:59:41Z
2021-07-01T04:48:31Z
https://github.com/cobrateam/splinter/issues/861
[ "question" ]
thlengane
3
freqtrade/freqtrade
python
11,334
Precise Stop-Loss and Take-Profit Execution
Hello, good time * Operating system: Ubuntu 24.04 * Python Version: python 3.12.3 * CCXT version: ccxt==4.4.49 * Freqtrade Version: freqtrade 2025.1-dev-2b915a76d I want my trades to close exactly at my stop-loss or take-profit levels. For example, if I set a stop-loss or take-profit at 5%, I want the...
closed
2025-02-04T09:54:37Z
2025-02-13T19:33:20Z
https://github.com/freqtrade/freqtrade/issues/11334
[ "Question", "Strategy assistance" ]
ahmad-develop
2
andrew-hossack/dash-tools
plotly
57
[Feature Request] Add free Deploy method
Heroku is removing free tier option. https://render.com/ does not support upload from cli
closed
2022-08-28T15:57:39Z
2022-10-12T13:30:33Z
https://github.com/andrew-hossack/dash-tools/issues/57
[]
andrew-hossack
1
tensorpack/tensorpack
tensorflow
980
Where is the XNOR kernal in svhn-digit-dorefa.py
In the svhn-digit-dorefa.py code, where is the XNOR kernel?
closed
2018-11-14T09:25:45Z
2018-11-21T14:52:06Z
https://github.com/tensorpack/tensorpack/issues/980
[ "examples" ]
mohendra
7
microsoft/qlib
deep-learning
1,305
Alpha360 data preprocess does not work.
Hi, I have run the example workflow_by_code.ipynb. I changed handler to Alpha360. And I checked the results of the following statements. dataset.prepare('test', data_key='raw') dataset.prepare('test', data_key='infer') I found that the results are the same. It seems the test data isn't preprocessed by the handle...
closed
2022-09-28T12:35:40Z
2023-02-27T18:02:40Z
https://github.com/microsoft/qlib/issues/1305
[ "question", "stale" ]
quantcn
2
django-oscar/django-oscar
django
3,825
Default Language is not set
I have in my settings.py: LANGUAGE_CODE = 'de' gettext_noop = lambda s: s LANGUAGES = ( ('de', gettext_noop('German')), ('en-gb', gettext_noop('British English')), ) os.environ["LANGUAGE"] = 'de' If i open Url / then i get a redirect to english page /en-gb/catalogue/. I would expect /de/catalogue. If ...
closed
2021-12-14T11:42:29Z
2021-12-18T18:26:57Z
https://github.com/django-oscar/django-oscar/issues/3825
[]
Bastilla123
1
Anjok07/ultimatevocalremovergui
pytorch
947
ValueError
Last Error Received: Process: VR Architecture If this error persists, please contact the developers with the error details. Raw Error Details: ValueError: "zero-size array to reduction operation maximum which has no identity" Traceback Error: " File "UVR.py", line 6565, in process_start File "separat...
open
2023-11-05T03:27:48Z
2023-11-05T03:27:48Z
https://github.com/Anjok07/ultimatevocalremovergui/issues/947
[]
securis3000
0
modelscope/modelscope
nlp
1,050
cannot import name 'OfflineModeIsEnabled'
**Describe the bug** ``` from modelscope.pipelines import pipeline ``` leads to error : ``` cannot import name 'OfflineModeIsEnabled' from 'datasets.utils.file_utils' ``` **To Reproduce** 1. install latest version (1.19.2) 2. from modelscope.pipelines import pipeline **Your Environments (__required_...
closed
2024-10-24T08:34:15Z
2024-10-26T08:25:06Z
https://github.com/modelscope/modelscope/issues/1050
[]
emmettng
7
tortoise/tortoise-orm
asyncio
1,169
How to specify mysql column name??
```python class Device(models.Model) type = ForeignKeyField("models.Type", related_name="devices") ``` I want the column name in the database to be type instead of type_id. I have tried many methods but failed. What should I do?
closed
2022-06-30T09:12:51Z
2022-07-07T03:08:47Z
https://github.com/tortoise/tortoise-orm/issues/1169
[]
tufbel
1
numpy/numpy
numpy
27,811
TYP: Wrong type hint for `interp`
### Describe the issue: The type hints for `interp` assert that the return dtype is a numpy array, but when the function is called with a scaler it gives a float. This raises some mypy errors. https://github.com/numpy/numpy/blob/b85a149fea2c005d395772fcc6078ce370a6bcc4/numpy/lib/_function_base_impl.pyi#L306-L323 ...
closed
2024-11-21T17:52:44Z
2025-01-09T17:53:22Z
https://github.com/numpy/numpy/issues/27811
[ "00 - Bug", "41 - Static typing" ]
NoureldinYosri
0
strawberry-graphql/strawberry
django
3,777
Memory leak in subscriptions
Release 0.240.0 introduced a regression in GQL subscriptions. When WS connection is closed abruptly, subscription coroutine isn't properly finished causing memory leaks. The problem does NOT occur when the subscription ends on its own or when the connection is closed by the client-side. ## Reproduction steps Please f...
closed
2025-02-11T14:14:16Z
2025-02-27T11:59:53Z
https://github.com/strawberry-graphql/strawberry/issues/3777
[ "bug" ]
jakub-bacic
2
explosion/spaCy
data-science
13,351
Incorrect detection of sentence boundaries, if last sentence missing eos symbol for trf model
## How to reproduce the behaviour ``` In [69]: len(list(spacy.load("en_core_web_trf")("The first sentence. The second sentence. The last one").sents)) Out[69]: 1 <<<<<<<<<<<<<<<<<<<<<< WRONG In [70]: len(list(spacy.load("en_core_web_trf")("The first sentence. The second sentence. The last one.").sents)) Out[70...
closed
2024-02-25T20:50:50Z
2024-02-27T12:58:36Z
https://github.com/explosion/spaCy/issues/13351
[ "feat / parser", "perf / accuracy" ]
koder-ua
0
quokkaproject/quokka
flask
646
archives (date grouped content)
/archives view with aggregation by year/month https://github.com/rochacbruno/quokka_ng/issues/21
open
2018-02-07T01:59:45Z
2018-02-07T01:59:45Z
https://github.com/quokkaproject/quokka/issues/646
[ "1.0.0", "hacktoberfest" ]
rochacbruno
0
nschloe/tikzplotlib
matplotlib
244
Not working with Seaborn
Dear friends, I am using seaborn. See the example bellow: ``` criterion_raw_dataframe = pd.DataFrame(data=criterion_raw_dict) print(criterion_raw_dataframe) ax = sns.lineplot(x="Epoch", y="Value", hue="Type", data=criterion_raw_dataframe) ax.set_title("Criteria") plt.show() plt.sav...
closed
2018-08-02T05:35:44Z
2018-08-02T05:49:13Z
https://github.com/nschloe/tikzplotlib/issues/244
[]
dlmacedo
0
jumpserver/jumpserver
django
14,547
[Bug] IPv6 clients unable to login starting from 4.4.1
### Product Version v4.4.1 ### Product Edition - [X] Community Edition - [ ] Enterprise Edition - [ ] Enterprise Trial Edition ### Installation Method - [X] Online Installation (One-click command installation) - [ ] Offline Package Installation - [ ] All-in-One - [ ] 1Panel - [ ] Kubernetes - [ ] ...
closed
2024-11-28T10:25:08Z
2024-12-19T10:47:46Z
https://github.com/jumpserver/jumpserver/issues/14547
[ "🐛 Bug", "✅ Done", "⏳ Pending feedback", "📦 z~release:v4.5.0" ]
wfjsw
6
CorentinJ/Real-Time-Voice-Cloning
deep-learning
1,100
Numpy Unavailable/what versions of programs do I use to get this working?
Trying to run the program and have installed using: Python 3.10.5 CUDA 11.6 Pytorch 1.12.0 I can open the window fine, but numpy will not install. I've tried older versions and other things will break. What specific versions of these programs do I need to install?
open
2022-08-01T21:58:02Z
2022-08-06T17:07:07Z
https://github.com/CorentinJ/Real-Time-Voice-Cloning/issues/1100
[]
Meepmeep189
1
sunscrapers/djoser
rest-api
101
RemovedInDjango110Warning: django.conf.urls.patterns() is deprecated and will be removed in Django 1.10
``` RemovedInDjango110Warning: django.conf.urls.patterns() is deprecated and will be removed in Django 1.10. Update your urlpatterns to be a list of django.conf.urls.url() instances instead. urlpatterns = base_urlpatterns + patterns('', url(r'^$', views.RootView.as_view(), name='root')) ```
closed
2015-12-02T13:20:12Z
2016-02-24T10:58:15Z
https://github.com/sunscrapers/djoser/issues/101
[]
ochronus
1
aleju/imgaug
deep-learning
780
imgaug converts grayscale image to RGB!
I am trying to add some augmentations to some of my grayscale images using ``` def augment_it(img): seq = iaa.OneOf( [ iaa.ScaleX((0.7,1.3), cval=255), iaa.CoarseDropout(0.02, size_percent=(0.02,0.2)) #I want the new pixels to be white in colour. ]) # aug_img = iaa.Grayscale(1.0) aug...
closed
2021-07-19T14:34:56Z
2021-07-20T05:18:32Z
https://github.com/aleju/imgaug/issues/780
[]
jayanthante
0
keras-team/autokeras
tensorflow
1,569
[BUG] Deffault hyper opts produce wrong models
### Bug Description Found thad deafult hyper-opt tuning mechanism producec invalid options combinations ``` Hyperparameter |Value |Best Value So Far rnn_block_1/layer_type |gru ...
closed
2021-05-21T12:08:26Z
2021-07-28T04:36:54Z
https://github.com/keras-team/autokeras/issues/1569
[ "wontfix" ]
holinov
1
fastapi/fastapi
asyncio
13,023
StreamingResponse was block my program???
### Privileged issue - [X] I'm @tiangolo or he asked me directly to create an issue here. ### Issue Content async def generate_predictions(model_name): global stop_flag mean, std, labels, model, pca_model = get_init(model_name) async for prediction in collect_predict(mean, std, labels, model, pca_mo...
closed
2024-12-02T15:37:55Z
2024-12-02T16:22:27Z
https://github.com/fastapi/fastapi/issues/13023
[]
noaft
0
microsoft/hummingbird
scikit-learn
344
Weirdness with sphinx docs
It seems that sphinx doc generation in HB works with torch==1.5 but not 1.6. Several of the files (ex: `onnx_converter.py`, `iforest.py` get an error such as: ``` 134Handler <function doctree_read at 0x7f6aa2c89d40> for event 'doctree-read' threw an exception (exception: type object 'Cast' has no attribute 'tr...
closed
2020-10-23T20:15:03Z
2020-10-30T20:30:57Z
https://github.com/microsoft/hummingbird/issues/344
[]
ksaur
2
jowilf/starlette-admin
sqlalchemy
535
Bug: Cannot resolve field "id"
**Describe the bug** A clear and concise description of what the bug is. i want to use 'user_id' as the primary key for mongoengine ORM, but when i click the [edit] button from the author admin view, it shows: mongoengine.errors.InvalidQueryError: Cannot resolve field "id" so, is the 'id' name the only one ? coul...
open
2024-04-16T15:57:20Z
2024-04-16T15:57:20Z
https://github.com/jowilf/starlette-admin/issues/535
[ "bug" ]
binhetech
0
lundberg/respx
pytest
155
Enhance the docs
- User Guide - Mock HTTPX - [x] Add ` Using the pytest Fixture` section - Routing Requests - [x] Mention that the order of added routes matters as discussed in #129 - Mocking Responses - [x] Mention identical API to the python built-in `Mock` e.g. side effect has pre...
closed
2021-07-08T13:46:07Z
2021-09-17T14:52:30Z
https://github.com/lundberg/respx/issues/155
[]
lundberg
0
bmoscon/cryptofeed
asyncio
335
duplicate
closed
2020-11-27T07:45:13Z
2020-11-27T07:54:31Z
https://github.com/bmoscon/cryptofeed/issues/335
[ "bug" ]
DavidOtherAcc
0
iam-abbas/FastAPI-Production-Boilerplate
rest-api
3
Pydantic BaseSetting is not reading .env file
I copied .env.example to .env in the root directory. Pydantic Config is not reading and not setting variables and neither overriding existing variables.
closed
2023-04-21T21:40:53Z
2023-04-24T22:27:01Z
https://github.com/iam-abbas/FastAPI-Production-Boilerplate/issues/3
[]
vnktsh
1
jina-ai/serve
machine-learning
5,480
bug: indexing flow breaks on network problems
The user code for the jina client has to look like this: ```python for batch in create_batches(da): try: batch.index(batch) except: pass ``` Please improve the usability. Something like this should be the functionality of the jina client
closed
2022-12-02T10:32:39Z
2022-12-22T20:08:54Z
https://github.com/jina-ai/serve/issues/5480
[]
florian-hoenicke
3
Johnserf-Seed/TikTokDownload
api
42
链接输进去就是闪退,闪退怎么查看报错信息?
closed
2021-08-08T01:35:01Z
2021-08-08T01:52:54Z
https://github.com/Johnserf-Seed/TikTokDownload/issues/42
[]
gexiaoqing2009
1
stanford-oval/storm
nlp
6
gender diversity impacts the writing style
closed
2024-04-13T06:52:34Z
2024-04-13T18:33:35Z
https://github.com/stanford-oval/storm/issues/6
[]
creativehuivy
0
ageitgey/face_recognition
machine-learning
1,057
Text Extraction from Images
* currency_recognition: * Python version: *Windows Description I did extraction of text from image. I got the following error. I have to convert text from images, but I'm not able to do the so. What I Did error Traceback (most recent call last) <ipython-input-21-b43ba1...
open
2020-02-19T16:38:54Z
2020-02-19T16:38:54Z
https://github.com/ageitgey/face_recognition/issues/1057
[]
kaviyasri105
0
yunjey/pytorch-tutorial
deep-learning
158
Add some things to gitignore
Add some general Python things as well as repo-specific stuff to the `gitignore`. Some examples include the following: ``` __pycache__/ logs/ venv/ env.sh ```
open
2019-02-17T02:20:58Z
2019-02-17T02:20:58Z
https://github.com/yunjey/pytorch-tutorial/issues/158
[]
sordonia120446
0
JaidedAI/EasyOCR
deep-learning
794
Adjusting Custom Model's Hyperparameter's is allowed, but not functional.
The codebase allows for custom models to have hyperparameters input programmatically, when that doesn't work. I'm sure this is intentional, but there's no documentation on the issue. There should be some sort of warning/exception for adjusting hyperparameters programmatically of a custom model, as a user may waste time...
open
2022-07-21T17:40:01Z
2022-07-21T17:40:01Z
https://github.com/JaidedAI/EasyOCR/issues/794
[]
macksjeremy
0
Yorko/mlcourse.ai
data-science
351
Topic 6
In kaggle kernel In [38] it is said that the performance got worse when it actually got better. https://www.kaggle.com/kashnitsky/topic-6-feature-engineering-and-feature-selection In habr article however the numbers have really gotten worse. Also in assignment 6 "Train a LASSO model " it is not said whether I shou...
closed
2018-09-21T18:57:18Z
2018-11-09T16:37:06Z
https://github.com/Yorko/mlcourse.ai/issues/351
[]
Vozf
2
ultralytics/yolov5
pytorch
13,313
Report errors while continuing training
### Search before asking - [X] I have searched the YOLOv5 [issues](https://github.com/ultralytics/yolov5/issues) and [discussions](https://github.com/ultralytics/yolov5/discussions) and found no similar questions. ### Question When I run train.py for target detection, my resume is set to True and I want to continue...
open
2024-09-14T09:16:38Z
2024-11-09T02:25:11Z
https://github.com/ultralytics/yolov5/issues/13313
[ "question" ]
pjh11214
2
jina-ai/clip-as-service
pytorch
337
Server Fails to Start
@hanxiao I am getting the same error on Ubuntu 16.04 with version 1.8.9 I am starting the server from python code (below). The machine has two GPUs. But I get this even if I try to force run on cpus. ``` def startBERTServer(self): if self.device == -1: args = get_args_parser().pars...
open
2019-05-05T16:43:47Z
2019-05-07T17:21:48Z
https://github.com/jina-ai/clip-as-service/issues/337
[]
ashutosh-modi
0
adbar/trafilatura
web-scraping
537
Downloads: Add ZStandard as optional Accept-Encoding header
- If the corresponding Python package is installed, add [Accept-Encoding: zstd](https://developer.mozilla.org/en-US/docs/Web/HTTP/Headers/Accept-Encoding) to HTTP headers and request processing - Review the Accept-Encoding headers in general (e.g. quality value syntax)
closed
2024-04-03T11:15:10Z
2024-05-15T16:12:16Z
https://github.com/adbar/trafilatura/issues/537
[ "enhancement" ]
adbar
0
NVIDIA/pix2pixHD
computer-vision
252
how does the program match the input photo with its corresponding real_image
I have gotten a dataset which contains pairs of photos, labels and ground truth. Is it really enough to place the labels in one directory called train_A and the ground_truth in another directory called train_B? I did my experiment with setting like this but found that the program would find false real_images for some i...
closed
2021-03-19T07:36:47Z
2021-03-31T08:10:10Z
https://github.com/NVIDIA/pix2pixHD/issues/252
[]
1999kevin
6
django-import-export/django-import-export
django
1,073
Foreign Key architecture issue
Hello, Thank you for your library it is really awesome. I am facing an issue because I am building a database, its purpose is to translate json to db and db to json. So I have a json looking like this ( I simplify a lot) ![image](https://user-images.githubusercontent.com/55493050/73262197-eab43080-41cd-11ea-96...
closed
2020-01-28T12:08:51Z
2023-04-12T13:56:41Z
https://github.com/django-import-export/django-import-export/issues/1073
[ "question" ]
Kimor-hello
4
feder-cr/Jobs_Applier_AI_Agent_AIHawk
automation
358
Add user checkpoints
This is more of a design request. But it would be good to allow the user a little more control over a few things in this automated process: - Approving / denying which jobs to apply for - Approving / editing the customized CVs This might require some thinking around how to re-design the flow of this application.
closed
2024-09-12T06:24:32Z
2024-10-23T02:01:34Z
https://github.com/feder-cr/Jobs_Applier_AI_Agent_AIHawk/issues/358
[]
youngchingjui
6
nschloe/tikzplotlib
matplotlib
327
Ticks Issue
Hi, I executed the exact same example code given in the manual and rendered the picture in Latex. However, the outcome differs. The axis ticks are shown outside the plot and on all 4 edges, which looks silly. ![silly-ax_axis](https://user-images.githubusercontent.com/46875318/63211134-902d8900-c0f3-11e9-84c3...
open
2019-08-17T11:33:42Z
2020-01-16T17:03:19Z
https://github.com/nschloe/tikzplotlib/issues/327
[]
johanneskrost
2
computationalmodelling/nbval
pytest
28
Check links (URLs) in notebook
A possible extension of the notebook testing: can we check URLs (in the markdown presumably) to see if those are accessible (i.e. URL linting)? This could be activated by an additional switch (maybe `--url-lint` or so) and report failures if a URL is not accessible. (To run the test, Internet access will be require...
closed
2017-01-17T12:31:53Z
2017-02-20T15:50:10Z
https://github.com/computationalmodelling/nbval/issues/28
[ "enhancement" ]
fangohr
7
youfou/wxpy
api
372
new-core emoji 3120e3 解码错误
3120e3 应该是 1⃣️
open
2019-03-16T06:27:48Z
2019-03-16T06:27:48Z
https://github.com/youfou/wxpy/issues/372
[]
xuefer
0
davidteather/TikTok-Api
api
634
Do I need chromedriver inside Docker? Or should I pull playwright's image
### Discussed in https://github.com/davidteather/TikTok-Api/discussions/633 <div type='discussions-op-text'> <sup>Originally posted by **alvaroserrrano** June 25, 2021</sup> I would like to use a Docker container for an application. I am currently installing chromedriver inside the docker container because the a...
closed
2021-06-25T11:35:21Z
2021-08-07T00:13:29Z
https://github.com/davidteather/TikTok-Api/issues/634
[]
alvaroserrrano
1
Lightning-AI/pytorch-lightning
deep-learning
20,032
Lightning vulnerability CVE-2024-5980
### Bug description According to https://github.com/advisories/GHSA-mr7h-w2qc-ffc2, all latest lightning version are vulnerable. Could you please detail how you want to fix this or whether support from the community would be helpful? ### What version are you seeing the problem on? v1.8, v1.9, v2.0, v2.1, v2.2 ### H...
closed
2024-07-01T06:38:06Z
2024-07-08T21:00:00Z
https://github.com/Lightning-AI/pytorch-lightning/issues/20032
[ "bug", "ver: 2.0.x", "ver: 1.9.x", "ver: 1.8.x", "ver: 2.1.x" ]
lukas-folle-snkeos
4
pallets-eco/flask-sqlalchemy
sqlalchemy
753
raise_from_cause should try to use exception.__traceback__
nevermind, its my own confusion :)
closed
2019-06-19T14:17:00Z
2020-12-05T20:21:48Z
https://github.com/pallets-eco/flask-sqlalchemy/issues/753
[]
ReallyLiri
0
influxdata/influxdb-client-python
jupyter
55
I cannot connect to the cloud db
**InfluxDB version:** e.g. 1.7.9 **InfluxDB-python version:** e.g. 5.2.3 **Python version:** 3.7.4 **Operating system version:** macOS 10.14.5 I cannot seem to connect to my cloud database. It works ok for a local db. Code is: import codecs from datetime import datetime from influxdb_client i...
closed
2020-02-03T12:17:31Z
2020-02-03T13:48:06Z
https://github.com/influxdata/influxdb-client-python/issues/55
[ "question" ]
pjdervan
6
vllm-project/vllm
pytorch
15,196
[Usage]: Does vLLM support MoE model use --cpu-offload-gb
### Your current environment When run LLM with vLLM and --cpu-offload-gb. LLM can startup normally, but runing with error 'Expected all tensors to be on the same device, but found at least two devices, cuda:0 and cpu!' Steps to reproduce run deepseek-ai/DeepSeek-Coder-V2-Lite-Instruct with vLLM with parameters liste...
open
2025-03-20T08:08:21Z
2025-03-20T08:12:49Z
https://github.com/vllm-project/vllm/issues/15196
[ "usage" ]
artemus717
0
TencentARC/GFPGAN
deep-learning
139
Not working on middle eastern - Muslim faces
Hi I used gfp-gan on many different old photos and it works just fine. Except when women have scarf, and the photo is a bit low quality (e.g. eyes are in shadow), for these typically brown eyed people, the eye are blue-ish, or the relatively skin tone becomes mustaches on women faces. Really weird! So I am wondering ...
open
2022-01-04T07:27:13Z
2022-01-11T02:27:25Z
https://github.com/TencentARC/GFPGAN/issues/139
[]
mmdrahmani
2
graphdeco-inria/gaussian-splatting
computer-vision
354
After executing" Python convert. py - s data \mp4", only half of the images folder in the input folder is obtained? How to solve the missing part of PLY after training
closed
2023-10-21T06:55:43Z
2023-10-21T14:01:39Z
https://github.com/graphdeco-inria/gaussian-splatting/issues/354
[]
liuzhao6322
2
plotly/dash-bio
dash
706
callback of AlignmentChart is unable to change page hight
I have a callback function that generates an alignment file and creates AlignmentChart based on it and it is working perfectly well. The issue is that the height variable seems to persist within the session and to actually change the height parameter I have to refresh the flask app, even with the default height setting...
open
2022-08-18T08:05:10Z
2022-08-18T08:05:10Z
https://github.com/plotly/dash-bio/issues/706
[]
eporetsky
0
unionai-oss/pandera
pandas
1,912
BUG: Polars DataFrameModel.validate crashes with `sample` specified
**Describe the bug** A clear and concise description of what the bug is. - [x] I have checked that this issue has not already been reported. - [x] I have confirmed this bug exists on the latest version of pandera. - [x] (optional) I have confirmed this bug exists on the main branch of pandera. #### Code Sample, a c...
open
2025-02-15T02:29:32Z
2025-02-18T16:03:56Z
https://github.com/unionai-oss/pandera/issues/1912
[ "bug" ]
m-richards
1
piskvorky/gensim
data-science
3,500
Vocabulary size is much smaller than requested
<!-- **IMPORTANT**: - Use the [Gensim mailing list](https://groups.google.com/g/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 do not includ...
closed
2023-10-09T07:30:21Z
2023-10-17T08:40:52Z
https://github.com/piskvorky/gensim/issues/3500
[]
DavidNemeskey
2
junyanz/pytorch-CycleGAN-and-pix2pix
pytorch
921
Save custom metric in "--save_epoch_freq".
I read the resource about metric of image segmentation. I use the `pix2pix` model to do my task. The input is an input and target like blow. <img src="https://user-images.githubusercontent.com/42731603/74712281-e628e800-5260-11ea-8e2c-ca1bf097dfe8.png" alt="drawing" width="120"/> <img src="https://user-images.githu...
closed
2020-02-18T07:21:33Z
2020-02-18T09:23:39Z
https://github.com/junyanz/pytorch-CycleGAN-and-pix2pix/issues/921
[]
houzeyu2683
0
Anjok07/ultimatevocalremovergui
pytorch
768
commandline support?
Is it possible to use files from the v5-beta-cml branch to add commandline support to uvr5-gui? I'd just like to start an inference by delivering input file, output dir and a profile name, while not showing the window and printing a % to the console instead of the progress bar. I tried to dig into the files, but as ...
open
2023-08-30T15:32:34Z
2023-11-29T10:13:15Z
https://github.com/Anjok07/ultimatevocalremovergui/issues/768
[]
LittleCyberCortex
3
deezer/spleeter
deep-learning
71
[Feature] Progress of process
## Description I'd love to get some way to get the progress of what's going on with the song. Say, percentage or ETA. ## Additional information Having lot's of fun.
closed
2019-11-09T19:25:06Z
2019-11-14T06:40:46Z
https://github.com/deezer/spleeter/issues/71
[ "enhancement", "feature" ]
aidv
1
babysor/MockingBird
deep-learning
1,018
【建议】参考Fish Speech、MoneyPrinterTurbo,易用性、效果和速度都很好
**Summary[问题简述(一句话)]** A clear and concise description of what the issue is. https://github.com/harry0703/MoneyPrinterTurbo https://github.com/fishaudio/fish-speech **Env & To Reproduce[复现与环境]** 描述你用的环境、代码版本、模型 **Screenshots[截图(如有)]** If applicable, add screenshots to help
open
2024-12-20T03:17:44Z
2024-12-20T03:17:44Z
https://github.com/babysor/MockingBird/issues/1018
[]
bigsinger
0
LibrePhotos/librephotos
django
1,312
Cannot install dependency matplotlib
# 🐛 Bug Report * [N/A - didn't get that far ] 📁 I've Included a ZIP file containing my librephotos `log` files * [x] ❌ I have looked for similar issues (including closed ones) * [ ] 🎬 (If applicable) I've provided pictures or links to videos that clearly demonstrate the issue ## 📝 Description of issue: ...
closed
2024-07-09T12:56:11Z
2024-07-27T19:02:46Z
https://github.com/LibrePhotos/librephotos/issues/1312
[ "bug" ]
Chewie9999
1
mitmproxy/pdoc
api
776
Apply Python syntax highlighting to all code blocks by default
#### Problem Description Code blocks are not syntax-highlighted in Python by default. For example, compare: ``` ``` def test(): pass ``` ```py def test(): pass ``` ``` This generates: <img width="490" alt="Image" src="https://github.com/user-attachments/assets/81055f15-5f90-...
open
2025-02-12T16:44:53Z
2025-02-12T20:47:11Z
https://github.com/mitmproxy/pdoc/issues/776
[ "enhancement" ]
mjbaldwin
1
onnx/onnx
tensorflow
6,649
[Feature request] Can SpaceToDepth also add mode attribute?
### System information ONNX 1.17 ### What is the problem that this feature solves? Current SpaceToDepth Op https://github.com/onnx/onnx/blob/main/docs/Operators.md#spacetodepth doesn't have attributes to assign the DCR/CRD, and can only supports CRD in computation. But the DepthToSpace Op https://github.com/onnx/onn...
open
2025-01-22T03:33:51Z
2025-02-20T03:56:36Z
https://github.com/onnx/onnx/issues/6649
[ "module: spec" ]
vera121
0
hzwer/ECCV2022-RIFE
computer-vision
183
Any C++/Cuda C version pretrained model is provided?Or how can i convert it
closed
2021-07-19T15:59:17Z
2021-07-20T09:15:36Z
https://github.com/hzwer/ECCV2022-RIFE/issues/183
[]
Eric-chuan
1
deeppavlov/DeepPavlov
tensorflow
792
Error while training model with config "ner_conll2003_pos"
I'm trying to train a NER model using "train_model(configs.ner.ner_conll2003_pos)" on Colab. There are only three things I've changed in original ner_conll2003_pos.json file: number of epochs = 1, DOWNLOADS_PATH and MODELS_PATH. After I start, it terminates with this error: ------------------------------------------...
closed
2019-04-09T09:51:48Z
2019-04-12T08:59:52Z
https://github.com/deeppavlov/DeepPavlov/issues/792
[]
BloodSource
1
plotly/plotly.py
plotly
4,456
Slider button goes out of range
![image](https://github.com/plotly/plotly.py/assets/103551501/a0bf55b3-49cd-4c8f-acde-ff5f7815f402) As you can see in python plotly when I use a slider to filter a graph the graph size and the related slider resizes horizontally and this causes the slider button to go out of range of the slider body so I want tthe b...
closed
2023-12-14T11:02:43Z
2023-12-14T15:14:59Z
https://github.com/plotly/plotly.py/issues/4456
[]
Ad-it-ya-27
1
dpgaspar/Flask-AppBuilder
rest-api
1,485
add ability for user to reset his own password
Currently there is no feature in the framework that allows user to reset his password in case he forget it and can't log in. example for actual use case: https://github.com/apache/airflow/issues/11521
closed
2020-10-14T16:54:23Z
2022-04-28T14:41:02Z
https://github.com/dpgaspar/Flask-AppBuilder/issues/1485
[ "enhancement", "question", "stale" ]
RosterIn
7
ranaroussi/yfinance
pandas
1,444
find in accurate data in KSL.BK ticker
Hello i find inaccurate data in this KSL.BK ticker yfinance: version 0.2.12 python: version 3.9.7 OS: window ``` ksl = yf.Ticker("KSL.BK") hist = ksl.history(period="1mo",rounding=True) ``` rounding or not rounding give me the same result https://finance.yahoo.com/quote/KSL.BK?p=KSL.BK&.tsrc=fin-srch...
closed
2023-03-05T02:49:17Z
2023-03-10T08:14:21Z
https://github.com/ranaroussi/yfinance/issues/1444
[]
saetthakij
3
521xueweihan/HelloGitHub
python
2,410
Hello
closed
2022-10-31T22:07:23Z
2022-10-31T22:08:11Z
https://github.com/521xueweihan/HelloGitHub/issues/2410
[]
InnocentNdeke
0
Skyvern-AI/skyvern
automation
1,942
Browser refresh needed to see editable workflow first time.
Clicking on "edit" for a successfully completed task doesn't actually "edit" it just allows you to open a new fresh workflow. This is not ideal because this task ran successfully and in my opinion it's results were good so I would like to begin using that is the foundation for a workflow. Example screen recording: ht...
open
2025-03-16T07:23:31Z
2025-03-17T06:42:26Z
https://github.com/Skyvern-AI/skyvern/issues/1942
[]
tylerdurden4285
2
jupyter-book/jupyter-book
jupyter
1,847
Issue on page /intro.html
Your issue content here.
open
2022-10-01T00:57:43Z
2022-10-01T00:57:43Z
https://github.com/jupyter-book/jupyter-book/issues/1847
[]
MuhammadFaisalAvicenna
0
deepspeedai/DeepSpeed
machine-learning
6,883
nv-nightly CI test failure
The Nightly CI for https://github.com/microsoft/DeepSpeed/actions/runs/12403691190 failed.
closed
2024-12-17T01:34:30Z
2024-12-19T23:18:43Z
https://github.com/deepspeedai/DeepSpeed/issues/6883
[ "ci-failure" ]
github-actions[bot]
0
yunjey/pytorch-tutorial
pytorch
155
'models/encoder-2-1000.ckpt' file not found
No such file or directory: 'models/encoder-2-1000.ckpt' I downloaded the pretrained model to use. But I don't have the models/encoder-2 1000.ckpt' file. What I have from the model.zip are just "decoder-5 3000.pkl" and "encoder-5 3000.pkl".
closed
2019-01-27T19:37:36Z
2019-01-29T07:07:37Z
https://github.com/yunjey/pytorch-tutorial/issues/155
[]
anjalinagel12
2
coqui-ai/TTS
pytorch
2,458
[Bug] yourTTS Python API Portuguese (and French) not working
### Describe the bug Python API for yourTTS is not working for Portuguese (and also, it seems, French). I used the exactly same example as the given one on readme.md. It gives me a "KeyError: 'pt'" ### To Reproduce from TTS.api import TTS tts = TTS(model_name="tts_models/multilingual/multi-dataset/your_tts") t...
closed
2023-03-26T15:31:32Z
2023-03-27T13:50:41Z
https://github.com/coqui-ai/TTS/issues/2458
[ "bug" ]
elhombrejd
3
streamlit/streamlit
data-visualization
10,758
Unable to see tracebacks in console for app exceptions
### 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 Hello, I have encountered a very frustrating ...
closed
2025-03-12T21:52:06Z
2025-03-13T16:10:11Z
https://github.com/streamlit/streamlit/issues/10758
[ "type:bug", "status:needs-triage" ]
cc-c4
2
horovod/horovod
machine-learning
3,082
Lightning Estimator: Runtime error from petastorm
**Environment:** 1. Framework: PyTorch 2. Framework version: pytorch lighting 1.2.9; pytorch 1.8.1 3. Horovod version: master branch 4. MPI version: 5. CUDA version: 6. NCCL version: 7. Python version: 3.7.10 8. Spark / PySpark version: 9. Ray version: 10. OS and version:OSX Big Sur 11. GCC version: 12. CMa...
closed
2021-08-05T21:45:38Z
2021-08-17T18:49:22Z
https://github.com/horovod/horovod/issues/3082
[ "bug" ]
chongxiaoc
1
deeppavlov/DeepPavlov
tensorflow
1,193
Can I train slot filter or introduce a RegEx?
Hi, I am trying to use the slot filter to make it recognise **megapixels** slot but in my database I do not have all kind of megapixels. Can I make it learn that the previous number from "megapixels" word or "Megapixels" word are actually being megapixels or is it the only way to put all kind of options in the **slot_v...
closed
2020-04-30T10:24:52Z
2020-05-18T08:52:23Z
https://github.com/deeppavlov/DeepPavlov/issues/1193
[]
paulagd
2
AUTOMATIC1111/stable-diffusion-webui
pytorch
15,841
[Feature Request]: dedicated dark mode needed
### Is there an existing issue for this? - [X] I have searched the existing issues and checked the recent builds/commits ### What would your feature do ? For protecting my eyes ### Proposed workflow 1. Go to .... :-) 2. Press ....;-( ### Additional information _No response_
closed
2024-05-19T17:21:48Z
2024-06-01T15:20:16Z
https://github.com/AUTOMATIC1111/stable-diffusion-webui/issues/15841
[ "enhancement" ]
Greatz08
2
gradio-app/gradio
machine-learning
10,165
Using gr.Markdown as output of gr.Button disables the loading spinner
### Describe the bug Using `gr.Markdown` as output of `gr.Button` disables the loading spinner. The spinner works in other components such as `gr.Textbox` or `gr.HTML`. The loading spinner worked in **Gradio 4.42.0** but doesn't work in **Gradio 5.8.0**. The user would not know if the app is running as the ...
closed
2024-12-10T12:11:03Z
2024-12-10T17:27:07Z
https://github.com/gradio-app/gradio/issues/10165
[ "bug" ]
maxkskhor
2
miguelgrinberg/Flask-SocketIO
flask
1,008
WebSocket opening handshake timed out in https
**its timed out only when open UI in HTTPS, in HTTP its working...** I have generated the certificate using OpenSSL in ubuntu **my uwsgi configuration is** ``` socket = /tmp/uwsgi.sock chmod-socket = 666 socket-timeout = 60 chdir = <django path> wsgi-file = <django_path>/wsgi.py virtualenv = <path...
closed
2019-06-21T09:21:26Z
2019-06-21T11:12:08Z
https://github.com/miguelgrinberg/Flask-SocketIO/issues/1008
[ "question" ]
shihabkaranchery
1
Evil0ctal/Douyin_TikTok_Download_API
api
237
[BUG] 一键部署报错
![image](https://github.com/Evil0ctal/Douyin_TikTok_Download_API/assets/52238648/4b817db4-fc8b-4b89-8113-c3b3e8b3420a) Run API or Web? [api/web/all/quit] all Do you want to start the app and api service when system boot? [y/n] y Created symlink from /etc/systemd/system/multi-user.target.wants/web_app.service to /e...
closed
2023-08-11T01:35:02Z
2023-08-11T01:39:40Z
https://github.com/Evil0ctal/Douyin_TikTok_Download_API/issues/237
[ "BUG" ]
cqLJH
1
serengil/deepface
deep-learning
726
Facial Attribute Analysis Accuracy
Hello, this looks very interesting! what accuracy does deepface attain for facial expression analysis? Could this information be added to the readme?
closed
2023-04-20T10:26:46Z
2023-04-20T10:28:28Z
https://github.com/serengil/deepface/issues/726
[ "question" ]
raayu83
1
pallets-eco/flask-sqlalchemy
sqlalchemy
562
Queries aren't returning any records
I'm having a problem with my local version of my website. I'm using Flask, Flask-SQLAlchemy, and Python 3.5.2, and calls to my MySQL database that had worked in the past (although on a different laptop) are now not working, instead returning the error "MySQL Connection not available". Somewhat bizarrely, the exact b...
closed
2017-10-13T18:47:10Z
2020-12-05T20:55:28Z
https://github.com/pallets-eco/flask-sqlalchemy/issues/562
[]
NathanWailes
2
trevorstephens/gplearn
scikit-learn
48
Wrong calculation from 'mean absolute error'?
Hi, I just try to fit a program to solve XOR problem, so here is my data: ``` X = [[1,1], [1,0], [0,1], [0,0]] y = [0,1,1,0] ``` This is settings: ``` est_gp = SymbolicRegressor(population_size=5000, generations=20, stopping_criteria=0.01, ...
closed
2017-10-13T00:10:32Z
2017-10-15T21:38:16Z
https://github.com/trevorstephens/gplearn/issues/48
[]
walkcoolboy
2
ray-project/ray
pytorch
50,711
[nsys plugin] How about add an option `name` to nsys dumped file
### Description Currently the nsys file is `worker_process_<PID>.nsys-rep`, but it is difficult to check which file is related to the interested actors. How about change to `worker_process_<NAME>_<PID>.nsys-rep`. with the `<NAME>` is a config option in ``` runtime_env={ "nsight": { "t": "cuda,cudnn,cublas", ...
open
2025-02-19T03:11:08Z
2025-03-22T00:55:33Z
https://github.com/ray-project/ray/issues/50711
[ "enhancement", "P1", "core" ]
davidmlw
0
AUTOMATIC1111/stable-diffusion-webui
pytorch
16,038
[Feature Request]: Update documentation for Unraid template
### Is there an existing issue for this? - [X] I have searched the existing issues and checked the recent builds/commits ### What would your feature do ? I have added AUTOMATIC1111 as an "app" to the [Unraid Community Apps store](https://unraid.net/community/apps?q=automatic1111#r) (just submitted, will be live in ~...
open
2024-06-17T21:34:11Z
2024-07-08T01:05:21Z
https://github.com/AUTOMATIC1111/stable-diffusion-webui/issues/16038
[ "enhancement" ]
nwithan8
2
clovaai/donut
computer-vision
76
.jsonl file format for training
Hi, Thanks for this great project!! I have been trying to create .jsonl files for training and validation and run into some issues here. I have checked with a json validator that the lines as such are in a valid json format, and they are. My file looks like this: `{"file_name": "./abc.png", "ground_truth": "{\"g...
closed
2022-10-28T14:51:43Z
2022-11-06T23:53:09Z
https://github.com/clovaai/donut/issues/76
[]
MartinHaus1993
1
plotly/dash
jupyter
3,003
Temporary failure in name resolution
This is occurring in latest Dash 2.18.1. Doing this app.run_server(host='0.0.0.0') .... did nothing [https://github.com/plotly/dash/issues/1480](url) Referring to old issue. It expects HOST environment variable to be set under conda. Passing this host parameter is not overriding.
open
2024-09-14T22:49:33Z
2024-10-01T14:31:18Z
https://github.com/plotly/dash/issues/3003
[ "regression", "bug", "P1" ]
summa-code
5
google-research/bert
nlp
1,172
No ckpt.meta file in the release of 24 smaller BERT models
I can only find: 1. bert_config.json 2. bert_model.ckpt.data-00000-of-00001 3. bert_model.ckpt.index 4. vocab.txt seems bert_model.ckpt.meta is missing
closed
2020-11-16T04:11:41Z
2022-02-04T04:15:20Z
https://github.com/google-research/bert/issues/1172
[]
qfdong
4
junyanz/pytorch-CycleGAN-and-pix2pix
pytorch
1,682
Multi-card training
Hello, I want to use two cards (RTX 6000) for training, and the following are my training instructions. nvidia-smi also shows that both cards are working, but the first round of training takes a long time to complete. Why is that? `python train.py --gpu_ids 0,1 --batch_size 4 --num_threads 8 --dataroot ./datasets/maps...
open
2024-11-05T09:42:15Z
2024-11-05T09:42:15Z
https://github.com/junyanz/pytorch-CycleGAN-and-pix2pix/issues/1682
[]
dailonggang
0
davidsandberg/facenet
tensorflow
889
Improving accuracy
I used the following hyperparams to train on casia. `python src/train_tripletloss.py --logs_base_dir ./logs --models_base_dir ./models --data_dir facenet/data/casia_maxpy_mtcnnpy_182 --image_size 160 --model_def models.inception_resnet_v1 --optimizer RMSPROP --learning_rate 0.01 --weight_decay 1e-4 --max_nrof_epoc...
closed
2018-10-04T02:36:31Z
2019-04-15T13:52:07Z
https://github.com/davidsandberg/facenet/issues/889
[]
Zumbalamambo
2
CorentinJ/Real-Time-Voice-Cloning
deep-learning
1,319
Eu Teamo Douglas
Eu Teamo Douglas desculpa por tudo
open
2024-11-24T08:33:16Z
2024-11-24T08:33:16Z
https://github.com/CorentinJ/Real-Time-Voice-Cloning/issues/1319
[]
Douglas128738
0