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
ned2/slapdash
plotly
16
Use click package for the command line run script
Can then make it a CLI script for the slapdash package
closed
2019-01-17T13:20:40Z
2019-03-30T10:17:44Z
https://github.com/ned2/slapdash/issues/16
[]
ned2
2
litestar-org/litestar
pydantic
3,609
Enhancement: Peristance / ttl no limit for redis streams
### Summary Could you add the ability to set an unlimited TTL (time-to-live) to the RedisChannelsStreamBackend, so that itโ€™s possible to retrieve the history for the entire duration of the streamโ€™s existence? ### Basic Example ``` plugins=[ ChannelsPlugin( arbitrary...
open
2024-07-04T11:03:13Z
2025-03-20T15:54:48Z
https://github.com/litestar-org/litestar/issues/3609
[ "Enhancement" ]
darekmeco
1
keras-team/keras
deep-learning
20,616
What is correct behavior of keras.ops.eye?
Hi, I have a question about keras.ops.eye of Keras3. With Tensorflow, the keras.ops.eye accepts integers and floats. However, with torch and jax, only integers are accepted. Which behavior is correct? There is no limitation description on documents. Because Keras 2 accepts integers and floats, I was conf...
open
2024-12-10T02:20:47Z
2024-12-20T15:45:57Z
https://github.com/keras-team/keras/issues/20616
[ "stat:contributions welcome", "Good first issue", "type:Bug", "backend:tensorflow" ]
yubori
5
RobertCraigie/prisma-client-py
pydantic
760
failed run prisma cli in docker container of python 3.10
## Bug description failed run prisma cli in docker container of python 3.10 `Downloading Prisma engines for debian-openssl-1.1.x ... Socket connection timeout ` ## How to reproduce 1. run in docker container of python3 `docker run --name test -it python:3.10.11-slim-buster bash` 2. install prisma succcus...
open
2023-05-31T13:24:28Z
2023-05-31T21:37:41Z
https://github.com/RobertCraigie/prisma-client-py/issues/760
[]
enzozyx
1
JaidedAI/EasyOCR
machine-learning
685
Unable to install easyocr, says pillow version is 8.2.0 however my installed version is 9.0.1
Hi, I am having trouble installing easyOCR, are there more dependencies I need other than PyTorch and Pillow? How can I fix this? Attached is what my cmd returned when I used "pip install easyocr" ![Error1](https://user-images.githubusercontent.com/14850652/158920603-2e210bd9-672a-4ad6-98d0-55ecfb6e5799.png) ![Er...
closed
2022-03-18T01:35:33Z
2022-03-19T02:24:01Z
https://github.com/JaidedAI/EasyOCR/issues/685
[]
goodbobonlone
7
Morizeyao/GPT2-Chinese
nlp
72
่ฎญ็ปƒๆ•ฐๆฎๅค„็†็š„็–‘้—ฎ
for ids in batch: int_ids_for_labels = [int(x) for x in ids] int_ids_for_inputs = [int(x) for x in ids] batch_labels.append(int_ids_for_labels) batch_inputs.append(int_ids_for_inputs) ่ฟ™ๆฎตไปฃ็ ๆœ‰็‚น็–‘้—ฎ๏ผŒ่พ“ๅ…ฅ่พ“ๅ‡บไธ€ๆ ท๏ผŸ้‚ฃไธๅ˜ๆˆ่‡ช็ผ–็ ๅ™จไบ†๏ผŸ่พ“ๅ‡บไธๅบ”่ฏฅๆ˜ฏ่พ“ๅ…ฅ็š„one right shiftๅ—๏ผŸ
closed
2019-09-27T03:57:38Z
2019-10-06T04:33:35Z
https://github.com/Morizeyao/GPT2-Chinese/issues/72
[]
caishiqing
6
peerchemist/finta
pandas
51
Williams Fractal indicator implementation
https://learn.tradimo.com/technical-analysis-how-to-work-with-indicators/fractals-indicator https://www.tradingview.com/script/Uyv9vQc2-Williams-Fractals-Tutorial-Template/ https://www.prorealcode.com/prorealtime-indicators/bill-williams-fractals/ This indicator is hot and widely used, I think it would be a ve...
closed
2020-01-25T11:19:34Z
2020-11-04T21:30:24Z
https://github.com/peerchemist/finta/issues/51
[ "Feature Request" ]
journeytosilius
2
marshmallow-code/flask-smorest
rest-api
174
Reasoning for Errorhandlers on the API vs Blueprint
Currently the errorhandlers are added on a application basis via the ErrorHandlerMixin on the API class. Flask also allows to define the error handlers on the Blueprint level. What is the reasoning to use application level error handlers? I can see the following pros/cons: Pro: - Simplicity: single registration...
open
2020-07-28T18:50:48Z
2020-07-28T20:54:49Z
https://github.com/marshmallow-code/flask-smorest/issues/174
[]
jrast
2
nvbn/thefuck
python
1,315
Is it possible to add correction for environment variables?
For example, certain commands such as `vault` or `aws` may lookup environment variables for authentication, e.g. `VAULT_TOKEN`, `VAULT_ADDR`, `AWS_ROLE_ARN` and etc. If an environment variable is not properly set, such as ``` AULT_OTKEN='token' vault token lookup ``` Can `thefuck` detect the error if additional...
open
2022-06-24T21:41:24Z
2022-06-24T21:41:24Z
https://github.com/nvbn/thefuck/issues/1315
[]
nurdann
0
keras-team/keras
python
21,076
calculate score calculation within callback
```python import keras def get_model(): model = keras.Sequential() model.add(keras.layers.Dense(1)) model.compile( optimizer=keras.optimizers.RMSprop(learning_rate=0.1), loss="mean_squared_error", metrics=["mean_absolute_error"], ) return model (x_train, y_train), (x_test, ...
open
2025-03-20T20:18:57Z
2025-03-21T11:10:29Z
https://github.com/keras-team/keras/issues/21076
[ "keras-team-review-pending" ]
pure-rgb
2
python-visualization/folium
data-visualization
1,604
Leaflet.js error iterating markers being displayed while using the folium maps
**Describe the bug** I was working on a project that uses folium for geospatial analysis . Folium maps are used to display regionwise crime distribution in chicago in my project. I have used streamlit to build the web app and have hosted it on heroku. But while using the maps i am getting an iterative sequence of foli...
closed
2022-06-27T22:10:53Z
2022-11-17T15:25:03Z
https://github.com/python-visualization/folium/issues/1604
[]
prathikshetty2002
1
piskvorky/gensim
data-science
2,835
Can't get attribute 'callback' on <module '__main__' (built-in)> when calling load()
#### Problem description I have trained a word2vec model using the following code https://gist.github.com/AkibSadmanee/d946f14c397c317f938eeea66dca79dc But when I am trying to laod the model using the load() function, I get an AttributeError: *Can't get attribute 'callback' on <module '__main__' (built-in)>* ```...
closed
2020-05-10T19:10:43Z
2020-10-28T02:09:40Z
https://github.com/piskvorky/gensim/issues/2835
[ "duplicate" ]
AkibSadmanee
1
ray-project/ray
python
50,803
[Core] Handle transient network error for pushing object chunks
### What happened + What you expected to happen ``` void ObjectManager::HandleSendFinished(const ObjectID &object_id, const NodeID &node_id, uint64_t chunk_index, double start_time, ...
open
2025-02-21T20:10:11Z
2025-02-24T23:12:44Z
https://github.com/ray-project/ray/issues/50803
[ "bug", "P1", "core", "core-object-store" ]
jjyao
0
JaidedAI/EasyOCR
machine-learning
753
Is epoch the num iter in the configuration?
Is epoch the num iter in the configuration .yml manualSeed: 1111 workers: 4 batch_size: 16 num_iter: 2000 <- valInterval: 10
closed
2022-06-10T04:36:11Z
2022-06-29T12:44:24Z
https://github.com/JaidedAI/EasyOCR/issues/753
[]
piyawat-at
1
recommenders-team/recommenders
deep-learning
1,246
How to generate context embedding for DKN?[ASK]
### Description <!--- Describe your general ask in detail --> I notice that context embedding is not used in the [dkn_deep_dive.ipynb](https://github.com/microsoft/recommenders/blob/master/examples/02_model_content_based_filtering/dkn_deep_dive.ipynb). But as DKN article describes, context embedding can improve the q...
open
2020-11-16T00:40:27Z
2020-12-17T09:14:56Z
https://github.com/recommenders-team/recommenders/issues/1246
[ "help wanted" ]
ConnollyLeon
5
albumentations-team/albumentations
deep-learning
1,630
[Tech debt] Improve Interface for RandomFog
Right now in the transform we have separate parameters for `fog_coef_upper` and `fog_coef_upper` Better would be to have one parameter `fog_coef_range = [fog_coef_lower, fog_coef_upper]` => We can update transform to use new signature, keep old as working, but mark as deprecated. ---- PR could be similar to ...
closed
2024-04-05T18:37:00Z
2024-06-07T04:34:28Z
https://github.com/albumentations-team/albumentations/issues/1630
[ "good first issue", "Tech debt" ]
ternaus
1
aleju/imgaug
deep-learning
645
Question: How to return the transformation matrix from the imgaug.augmenters.geometric?
Hello, I successfully created used iaa.PerspectiveTransform(scale=(0.01, 0.30)) on a batch of images. Now I would like to get the transformation matrix (i.e. the Prespective Transformation matrix) that lead from the original image to the augmented image. How do I get it?
open
2020-03-25T15:18:05Z
2021-09-13T03:44:08Z
https://github.com/aleju/imgaug/issues/645
[]
TommasoBendinelli
3
mwaskom/seaborn
data-visualization
3,226
weights not described in the `displot` documentation
In https://seaborn.pydata.org/generated/seaborn.displot.html#seaborn.displot I cannot see exactly what arguments the `weights` argument will accept. It is missing in the `Parameters` section.
closed
2023-01-17T13:29:48Z
2023-01-27T01:31:55Z
https://github.com/mwaskom/seaborn/issues/3226
[]
zerothi
1
pydantic/logfire
pydantic
141
Can we please help with stripe?
### Question help please I cannot receive the payment made to my Stripe account, I have made changes many times, the error has gotten bigger and now, even though I have entered my information correctly, I am giving an address verification error and I cannot activate my account, so I cannot receive the payment of th...
closed
2024-05-06T19:47:00Z
2024-05-06T20:59:25Z
https://github.com/pydantic/logfire/issues/141
[ "Question" ]
ozleryildirim2
0
3b1b/manim
python
2,005
Manim OSError: [WinError 6]
### Describe the error ็”จpycharm่ฟ่กŒmanimglๆ— ๆณ•่ฐƒ็”จlatex๏ผŒไธ€็›ดๆŠฅ้”™OSError: [WinError 6]๏ผŒ่ฏท้—ฎๅฆ‚ไฝ•่งฃๅ†ณ๏ผŸ ### Code and Error **Code**: from manimlib import * class demo(Scene): def construct(self): c = TexText("I am a speedmeter") s = Speedometer() self.play(FadeIn(c)) self.wait() s...
closed
2023-03-18T11:23:25Z
2023-04-14T02:28:49Z
https://github.com/3b1b/manim/issues/2005
[]
Z207531
2
davidteather/TikTok-Api
api
376
Exception: Invalid Response
when get trending and userPost I got the error is Exception: Invalid Response
closed
2020-11-19T16:47:48Z
2020-12-03T02:23:17Z
https://github.com/davidteather/TikTok-Api/issues/376
[ "bug" ]
Noraluk
2
kornia/kornia
computer-vision
2,540
Reduce repository size from history
## ๐Ÿš€ Feature Reported by: https://twitter.com/Parskatt/status/1699658729161924681 Possibly files like old testing images, or notebooks were not properly deleted from the repo history. Explore using: https://rtyley.github.io/bfg-repo-cleaner/ _________________________________________________________________...
closed
2023-09-07T08:08:06Z
2023-09-22T16:02:18Z
https://github.com/kornia/kornia/issues/2540
[ "help wanted" ]
edgarriba
1
davidsandberg/facenet
tensorflow
997
build my own model
i want to make like face net but on hand can you kindly help (how to start )
open
2019-03-26T21:21:02Z
2019-04-25T07:04:44Z
https://github.com/davidsandberg/facenet/issues/997
[]
ProjectsRebository
1
xonsh/xonsh
data-science
5,259
Is it possible to use fzf for TAB completions?
Is there something I can add to my config file to swap the completion selection mechanism with fzf? The idea is when you do, say, ls <TAB>, the (standard) completion function generates a list of candidates, but the *interface* by which the user selects will be fzf. I have not been able to find a way via the docs....
open
2024-01-05T01:05:00Z
2024-01-19T04:17:53Z
https://github.com/xonsh/xonsh/issues/5259
[ "completion", "integration-with-other-tools" ]
beetleb
5
ymcui/Chinese-LLaMA-Alpaca
nlp
452
ๅ…ณไบŽ langchain ,privateGPT ๆœฌๅœฐ็Ÿฅ่ฏ†ๅบ“้ƒจ็ฝฒ--ๅฏปๆฑ‚ๆตๅผ่ฟ”ๅ›ž
ๅฝ“ๅ‰ๆˆ‘็”จ fastapi ๆ”น้€ ไบ† privateGPT.py ๆ–‡ๆกฃ้—ฎ็ญ”๏ผŒๅฝ“ๅ‰ๆ˜ฏไธ€ๆฌกๆ€ง็š„ๅฎŒๆ•ดๅ›ž็ญ”๏ผŒไฝ†ๆ˜ฏ้œ€่ฆ1min ๅทฆๅณ๏ผŒๆˆ‘ๆƒณไฝฟ็”จๆตๅผ่ฟ”ๅ›ž่ƒฝๅขžๅผบ็”จๆˆทไฝ“้ชŒ ``` @app.get("/static") async def static(request: Request): callbacks = [] llm = LlamaCpp( model_path=model_path, n_ctx=model_n_ctx, callbacks=callbacks, verbose=False, n_threads=30, ...
closed
2023-05-29T09:48:39Z
2023-06-12T02:44:11Z
https://github.com/ymcui/Chinese-LLaMA-Alpaca/issues/452
[ "stale" ]
tluo-github
3
xonsh/xonsh
data-science
4,656
Very dark blue on black in iTerm is completely unreadable
So I wanted to give Xonsh a try, but I keep running into a lot of issues. The first one, completely unreadable color scheme. This dark blue on black should never be used for anything: ![Screenshot 2022-01-25 at 15 55 20](https://user-images.githubusercontent.com/17444/151011630-0a05b561-3757-4a8e-b80c-3d72df3ff4f...
closed
2022-01-25T16:07:53Z
2022-01-27T13:53:35Z
https://github.com/xonsh/xonsh/issues/4656
[ "prompt-toolkit" ]
taw
4
docarray/docarray
fastapi
1,756
chore: draft release note v0.37.1
# Release Note [//]: <> (remove the phrase like "0 new features") This release contains 4 bug fixes and 1 Documentation improvement. ## ๐Ÿž Bug Fixes ### Relax the schema check in update mixin (#1755) The previous schema check in the `UpdateMixin` was strict and does not allow updating in cases the schema o...
closed
2023-08-22T14:02:11Z
2023-08-22T14:13:35Z
https://github.com/docarray/docarray/issues/1756
[]
alaeddine-13
0
graphql-python/graphene-django
graphql
676
How to use throttling in django-graphene?
How can I throttle a mutation in graphene-django? Is there any package that can be used in graphene-django to throttle a mutation. Want to disable when a mutation is called more than 2 to 3 times if they belong to the same IP address.
closed
2019-06-15T06:59:34Z
2020-11-17T22:28:29Z
https://github.com/graphql-python/graphene-django/issues/676
[]
amiyatulu
4
Lightning-AI/LitServe
api
350
Can't start the demo example without bug
## ๐Ÿ› Bug Can't start a server with provided example code without error: 1. Address already in used while the port wasn't used before starting server 2. server is unhealthy ### To Reproduce #### Code sample ``` import litserve as ls class SimpleLitAPI(ls.LitAPI): # Called once at startup. Setup mod...
closed
2024-10-30T12:09:03Z
2024-10-30T12:15:44Z
https://github.com/Lightning-AI/LitServe/issues/350
[ "bug", "help wanted" ]
anonym-ai
3
postmanlabs/httpbin
api
465
Proxy-Authorization not returned
Looks like #251 is still there.
open
2018-05-23T19:52:33Z
2018-07-26T22:01:51Z
https://github.com/postmanlabs/httpbin/issues/465
[]
aliowka
1
labmlai/annotated_deep_learning_paper_implementations
machine-learning
251
Question about value_pe
In the file, [rope/value_pe/__init__.py](https://github.com/labmlai/annotated_deep_learning_paper_implementations/blob/master/labml_nn/transformers/rope/value_pe/__init__.py) <img width="1524" alt="image" src="https://github.com/labmlai/annotated_deep_learning_paper_implementations/assets/64700468/491067d1-993c-43d8-b...
closed
2024-05-07T13:25:05Z
2024-06-20T07:23:43Z
https://github.com/labmlai/annotated_deep_learning_paper_implementations/issues/251
[]
Youngea
2
fbdesignpro/sweetviz
pandas
151
Switch package specification from setup.py to pyproject.toml
Reasoning: setup.py installs are [being depreciated](https://blog.ganssle.io/articles/2021/10/setup-py-deprecated.html) and replaced with [pyproject.toml](https://setuptools.pypa.io/en/latest/userguide/pyproject_config.html). Also, this allows linting, auto-formatting, and testing options to be all set in a `pyproj...
closed
2023-08-15T00:14:55Z
2023-11-15T12:13:35Z
https://github.com/fbdesignpro/sweetviz/issues/151
[]
frank1010111
0
microsoft/JARVIS
deep-learning
21
Should we filter some useful models? Hard to generate any image or find one useful model.
config: ``` inference_mode: huggingface local_deployment: minimal ``` If I run command: ``` python3 awesome_chat.py --config config.yaml --mode cli ``` I got these results: ``` [ User ]: show me a joke and a image about cat [ Jarvis ]: I understand your request. Firstly, I used the GPT-2 model to generate ...
closed
2023-04-04T10:40:36Z
2023-04-05T03:40:25Z
https://github.com/microsoft/JARVIS/issues/21
[]
quizD
2
huggingface/pytorch-image-models
pytorch
1,361
[FEATURE] How to find the training config to reproduce the training process of ViT models??
**Is your feature request related to a problem? Please describe.** A clear and concise description of what the problem is. **Describe the solution you'd like** A clear and concise description of what you want to happen. **Describe alternatives you've considered** A clear and concise description of any alternat...
closed
2022-07-22T06:10:20Z
2022-07-22T17:08:20Z
https://github.com/huggingface/pytorch-image-models/issues/1361
[ "enhancement" ]
youngfly11
0
rthalley/dnspython
asyncio
175
Trove classifiers are missing from PyPI page
This issue was formally known as: _Trove classifiers are missing from PyPI page_ http://python3wos.mybluemix.net/250 shows dnspython as 234 on the list of most downloaded PyPI packages. Unfortunately it is marked in red as not supporting Python 3 when it fact it does. https://github.com/rthalley/dnspython/blob/maste...
closed
2016-06-16T20:08:07Z
2016-09-20T12:34:58Z
https://github.com/rthalley/dnspython/issues/175
[]
cclauss
1
pydata/pandas-datareader
pandas
376
Add Enigma Public Data Connector
The Enigma reader currently points to `app.enigma.io`, which will soon be shut down due to the recent release of `public.enigma.com` on June 20, 2017. Writeup is [here](https://www.enigma.com/blog/the-new-enigma-public). In this new API, the concept of "datapaths" has been removed, and replaced with unique `uuid4` ...
closed
2017-08-03T13:50:35Z
2017-10-22T21:18:58Z
https://github.com/pydata/pandas-datareader/issues/376
[]
hydrosquall
3
Zeyi-Lin/HivisionIDPhotos
machine-learning
177
apiๆ”ฏๆŒๅนถๅ‘ๅ—
closed
2024-09-27T14:03:37Z
2024-09-28T04:34:52Z
https://github.com/Zeyi-Lin/HivisionIDPhotos/issues/177
[]
doom-9
2
hyperspy/hyperspy
data-visualization
2,637
change_dtype and rechunking of lazy signals
Currently when using `change_dtype` on a lazy signal, an automatic rechunking is done by the function. For large datasets, this can have some sub-optimal consequences. For example (using the nice `compute_navigator` from https://github.com/hyperspy/hyperspy/pull/2631): ```python import hyperspy.api as hs # Si...
closed
2021-02-02T10:05:37Z
2021-04-20T22:56:45Z
https://github.com/hyperspy/hyperspy/issues/2637
[ "type: bug" ]
magnunor
6
jumpserver/jumpserver
django
14,661
[Bug] 4.x Postgresql web ui็›ด่ฟžๆ–นๅผ, ๆ— ๅฝ•ๅƒ, ๆ— ๆณ•็›‘ๆŽง
### ไบงๅ“็‰ˆๆœฌ 4.2.0 ### ็‰ˆๆœฌ็ฑปๅž‹ - [X] ็คพๅŒบ็‰ˆ - [ ] ไผไธš็‰ˆ - [ ] ไผไธš่ฏ•็”จ็‰ˆ ### ๅฎ‰่ฃ…ๆ–นๅผ - [ ] ๅœจ็บฟๅฎ‰่ฃ… (ไธ€้”ฎๅ‘ฝไปคๅฎ‰่ฃ…) - [ ] ็ฆป็บฟๅŒ…ๅฎ‰่ฃ… - [X] All-in-One - [ ] 1Panel - [ ] Kubernetes - [ ] ๆบ็ ๅฎ‰่ฃ… ### ็Žฏๅขƒไฟกๆฏ jms_all้•œๅƒ, docker ๅฏๅŠจ็š„ ### ๐Ÿ› ็ผบ้™ทๆ่ฟฐ ๅฆ‚้ข˜, ๅ‡็บงๅˆฐ4.0.3(้—ฎ้ข˜ไธ€็›ดๅˆฐ4.4.1ไพ็„ถๅญ˜ๅœจ)ไน‹ๅŽ, ่ฟžPostgresqlไฝฟ็”จweb ui็š„ๆ–นๅผ็š„่ฏ, ็›‘ๆŽงๆŒ‰้’ฎๆ˜ฏ็ฐ่‰ฒ, ๅކๅฒไผš่ฏ็š„ๅ›ž่ฎฟๆ˜ฏ็ฉบ็™ฝ็š„ ![V7r5qbdBGg](https://github.com/...
closed
2024-12-16T09:04:37Z
2024-12-24T06:20:26Z
https://github.com/jumpserver/jumpserver/issues/14661
[ "๐Ÿ› Bug" ]
sunyakun00
9
thtrieu/darkflow
tensorflow
1,091
Xin tร i liแป‡u.
Chร o thtrieu! Em ฤ‘ang lร m ฤ‘แป“ รกn tแป‘t nghiแป‡p liรชn quan ฤ‘แบฟn yolo, anh cรณ thแปƒ cho em xin รญt tร i liแป‡u liรชn quan ฤ‘แบฟn yolo nhฦฐ: nguyรชn tแบฏc hoแบกt ฤ‘แป™ng cแปงa mแบกng, cรกnh tแบกo ra cรกc hแป™p giแป›i hแบกn... Nแบฟu ฤ‘ฦฐแปฃc anh command แปŸ dฦฐแป›i hoแบทc gแปญi cแปงa email: lephantanloc299@gmail.com. Cแบฃm ฦกn anh.
closed
2019-11-12T16:09:50Z
2019-11-17T05:05:51Z
https://github.com/thtrieu/darkflow/issues/1091
[]
TanLocc
2
RobertCraigie/prisma-client-py
pydantic
791
Support pydantic >= 2
## Problem I've tried using prisma-client-py with `fastapi = { version = "^0.100.0"}`, but it's incompatible because it requires Pydantic 2. ## Suggested Solution Support for Pydantic v2 in prisma-client-py would be ideal, ensuring compatibility with the latest FastAPI server. ## Alternatives As of now, ...
closed
2023-07-19T22:58:15Z
2023-08-30T14:45:48Z
https://github.com/RobertCraigie/prisma-client-py/issues/791
[]
glesperance
9
BlinkDL/RWKV-LM
pytorch
88
Implement GPTQ for RWKV
@BlinkDL Hi, I am willing to dedicate some time to implement GPTQ for RWKV, is that okay ?
closed
2023-04-17T10:00:40Z
2023-04-19T09:28:36Z
https://github.com/BlinkDL/RWKV-LM/issues/88
[]
3outeille
2
ets-labs/python-dependency-injector
flask
643
unable to install on system with cp949 default locale
When installing `dependency-injector` with `pip` on a Windows system where the default locale is `cp949` ([EUC-KR](https://en.wikipedia.org/wiki/Unified_Hangul_Code)), the setup crashes as follows: ``` File "C:\Users\kang\AppData\Local\Temp\pip-install-s5l83_ea\dependency-injector_1f5595dca62448e69eff82ed9399ee9d\...
closed
2022-12-13T06:06:44Z
2022-12-19T02:25:02Z
https://github.com/ets-labs/python-dependency-injector/issues/643
[ "bug" ]
ebr
2
smiley/steamapi
rest-api
53
Message Sending
Am I able to send chat messages to other users with this?
closed
2018-02-06T13:10:04Z
2019-04-09T15:58:40Z
https://github.com/smiley/steamapi/issues/53
[]
Exceru
2
manbearwiz/youtube-dl-server
rest-api
84
Static issue
hello again I have another problem with the converter could someone help me please (most recent call last): File "/home/yt-dl-server/youtube-dl-server-master/youtube-dl-server.py", line 121, in <module> Mount("/youtube-dl/static", app=StaticFiles(directory="static"), name="static"), File "/usr/local/lib/p...
closed
2021-03-13T09:48:05Z
2023-01-12T04:53:38Z
https://github.com/manbearwiz/youtube-dl-server/issues/84
[]
MoTheCo
1
sqlalchemy/alembic
sqlalchemy
348
rename constraint proposal
**Migrated issue, originally created by Ofir Herzas ([@herzaso](https://github.com/herzaso))** I would very much like to see a rename-constraint option. I have read your comment on #246 (relational databases don't generally have RENAME CONSTRAINT functions) and I'm not sure that that is the case: * Oracle and Postgre...
closed
2015-12-14T10:38:43Z
2017-11-27T23:02:12Z
https://github.com/sqlalchemy/alembic/issues/348
[ "wontfix", "feature", "low priority" ]
sqlalchemy-bot
15
numba/numba
numpy
9,981
Continue Heapq support after reflected list deprecation.
<!-- Thanks for opening an issue! To help the Numba team handle your information efficiently, please first ensure that there is no other issue present that already describes the issue you have (search at https://github.com/numba/numba/issues?&q=is%3Aissue). --> ## Feature request I have written a program that uses ...
open
2025-03-14T00:04:25Z
2025-03-18T01:26:22Z
https://github.com/numba/numba/issues/9981
[ "feature_request" ]
SquirrelKnight
2
microsoft/nni
data-science
5,685
Removing redundant string format in the final experiment log
### This is a small but very simple request. In the final experiment summary JSON generated through the NNI WebUI, there are some fields that were originally dictionaries that have been reformatted into strings. This is a small but annoying detail and probably easy to fix. Most notably, this happens for values i...
open
2023-09-26T12:19:49Z
2023-09-26T12:28:22Z
https://github.com/microsoft/nni/issues/5685
[]
olive004
0
pbugnion/gmaps
jupyter
68
Shape of the `data` array
At the moment, layers accept a data array that is a list of (_latitude_, _longitude_) pairs. An alternative interface would be to have a pair of _latitude_, _longitude_ arrays. The motivation for passing in two arrays, one with _latitude_ and one with _longitude_ values, is that most modellers, data scientists etc. ar...
closed
2016-07-04T07:46:08Z
2017-01-28T13:49:02Z
https://github.com/pbugnion/gmaps/issues/68
[ "question" ]
pbugnion
3
davidsandberg/facenet
tensorflow
344
Do we actually want `random_flip`?
Was wondering whether it actually makes sense to train the model w/ `random_flip` data augmentation. Faces are asymmetric and presumably we'd want the model to be able to take advantage of that. We don't really need a model that's invariant to mirror images, since these are relatively rare. However -- empirica...
closed
2017-06-22T03:56:08Z
2017-10-21T11:57:54Z
https://github.com/davidsandberg/facenet/issues/344
[]
bkj
2
gradio-app/gradio
data-visualization
10,514
custom javascript can't trigger event ?
### Describe the bug Hi, I m interesting in knowing if the way of triggering an event in the back from the front as described in this https://github.com/gradio-app/gradio/issues/3161 and this https://github.com/gradio-app/gradio/issues/3159 issue is still working on gradio 5? I haven't found any info more recent ab...
closed
2025-02-05T17:47:06Z
2025-02-05T19:09:57Z
https://github.com/gradio-app/gradio/issues/10514
[ "bug" ]
marcoquin
1
MycroftAI/mycroft-core
nlp
3,034
New Hotword Detector : EfficientWord-Net (Feature Request)
Hi , I developed a new hotword detector named EfficientWord-Net , it works on One-Shot Learning Very similar to face recognition . One needs to provide just a few positive samples of the hotword to make it start detecting hotwords Just like Google Assistant's hotword detector, the engine performs the best when sam...
closed
2021-11-11T07:21:21Z
2024-09-08T08:25:23Z
https://github.com/MycroftAI/mycroft-core/issues/3034
[]
TheSeriousProgrammer
6
CPJKU/madmom
numpy
115
certain evaluation command line arguments are ignored
In #11 the whole evaluation was refactored. Since this PR (more specifically: commit 41d61a152357) some command line arguments are ignored, since the `dest` argument is missing in the parsers. The evaluation itself works fine, but some parameters are not set if called from the `evaluate` script. What's a good way to ...
closed
2016-03-11T16:09:19Z
2016-03-14T08:45:19Z
https://github.com/CPJKU/madmom/issues/115
[ "bug" ]
superbock
0
FlareSolverr/FlareSolverr
api
743
Unable to run after v3.1.0 upgrade
### Have you checked our README? - [X] I have checked the README ### 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 Discussions ### Environment ```markdown - FlareSolverr version: v3.1.0 - ...
closed
2023-03-24T18:51:29Z
2023-03-25T20:34:30Z
https://github.com/FlareSolverr/FlareSolverr/issues/743
[ "more information needed" ]
SSoft7
6
graphistry/pygraphistry
jupyter
311
[BUG] Bad plotting with Neo4J APOC Querie
**Describe the bug** I'm using Neo4J and Python driver with pygraphistry to plot my results. I can't say if this is a bug, but when I run APOC Cypher queries, graphistry plotting result is not what I expected. I get what I expect with classical "MATCH" queries, but not with APOC virtual nodes and virtual relationships...
closed
2022-02-25T19:20:21Z
2022-03-09T20:09:58Z
https://github.com/graphistry/pygraphistry/issues/311
[ "bug", "neo4j" ]
steph-lion
7
Kinto/kinto
api
2,881
Make a plan to drop Python 3.6 compatability after it reaches EOL
Python 3.6 [is scheduled](https://devguide.python.org/#status-of-python-branches) to reach end-of-life (EOL) status later this year on 2021-12-23. We should consider if/when we want to follow suit and drop 3.6 compatibility from Kinto.
closed
2021-10-14T15:25:06Z
2021-10-15T12:48:27Z
https://github.com/Kinto/kinto/issues/2881
[]
grahamalama
2
nltk/nltk
nlp
3,343
Lesk adaptation for other than English languages
Hello, I am working with French data and I noticed that I had plenty of issues with the semantic disambiguation of words. I checked your code and found that the Lesk implementation compares word context (which is in French for French data) with the definitions for words in synset (definitions are in French). Obviousl...
open
2024-12-02T16:07:11Z
2024-12-05T19:35:12Z
https://github.com/nltk/nltk/issues/3343
[]
abarkar
1
microsoft/qlib
deep-learning
1,431
Questions about workflow_config_hist_Alpha360.yaml: Are model_path, stock2concept and stock_index necessary?
## โ“ Questions and Help There are some args of model HIST in workflow_config_hist_Alpha360.yaml like this๏ผš model_path: "benchmarks/LSTM/model_lstm_csi300.pkl" stock2concept: "benchmarks/HIST/qlib_csi300_stock2concept.npy" stock_index: "benchmarks/HIST/qlib_csi300_stock_index.npy" Some qusetions: 1 It seem...
closed
2023-02-06T08:25:25Z
2023-09-19T12:02:21Z
https://github.com/microsoft/qlib/issues/1431
[ "question", "stale" ]
Wendroff
4
widgetti/solara
flask
681
Trouble accessing `/static/public` files from a Jupyter notebook
Following the example in the [docs](https://solara.dev/documentation/advanced/reference/static-files), static file access works perfectly when run with `solara run pages/main.ipynb`: ``` ๐Ÿ“ฆapp โ”ฃ ๐Ÿ“‚pages โ”ƒ โ”— ๐Ÿ“œmain.ipynb โ”— ๐Ÿ“‚public โ”ƒ โ”— ๐Ÿ“œflamingos.jpg ``` ```python # Contents of `main.ipynb` import sol...
open
2024-06-11T22:56:20Z
2024-06-11T22:56:20Z
https://github.com/widgetti/solara/issues/681
[]
ntjess
0
pyppeteer/pyppeteer
automation
469
Unable to access elements within Iframe , seems especial cross domain iframe
env: ``` Operating System: Windows or macOS Browser: Chrome version 117 or higher (tested with versions 117, 122) Pyppeteer: v1.0.2 ``` Issue Description: Unable to retrieve iframes with page.frames when the URL belongs to a different domain, such as: Cloudflare frame within a page hosted on Cloudflare,...
open
2024-03-24T13:49:23Z
2024-06-21T03:33:37Z
https://github.com/pyppeteer/pyppeteer/issues/469
[]
peaceyourself
2
Farama-Foundation/Gymnasium
api
1,261
[Bug Report] rgb_array rendering in mujoco environments upside down
### Describe the bug Hi, I'm not sure about this one as I just recently noticed this behavior and can't remember seeing it before. Render Mujoco environments as an RGB array renders the image upside down. The code itself even mentions that the image is upside down (**mujoco_rendering.py line 262**) and already fli...
closed
2024-11-26T15:45:54Z
2024-11-28T17:07:40Z
https://github.com/Farama-Foundation/Gymnasium/issues/1261
[ "bug" ]
Sebastian-Griesbach
7
flasgger/flasgger
rest-api
472
Display request duration
I'm wondering if there is any way to pass the `displayRequestDuration: true` to the Swagger UI to enable showing the "Request duration" section when using "Try it out". (Or it is good to have if enabled by default.) [![example](https://i.stack.imgur.com/SvGQp.png)](https://stackoverflow.com/questions/54351293/show-h...
open
2021-04-22T17:03:58Z
2021-12-10T10:36:52Z
https://github.com/flasgger/flasgger/issues/472
[]
daviddwlee84
1
modAL-python/modAL
scikit-learn
167
Adding active learning regression implementations based on greedy sampling
Hello! I would love to contribute to modAL, I feel like there are not many examples of regression problems in the documentation. I can try to add my touch to modAL/examples by implementing the algorithms presented in this paper: https://arxiv.org/pdf/1808.04245.pdf as custom query strategies. Does that look g...
open
2023-04-30T20:41:44Z
2023-10-20T08:25:57Z
https://github.com/modAL-python/modAL/issues/167
[]
MatthiasPicard
2
junyanz/pytorch-CycleGAN-and-pix2pix
computer-vision
1,661
Template-to-Image test output are blurry.
Hi, I'm having some issues creating a template-to-image output. I have created a paired dataset of images, pairing a created template to its related original image and the cropped checkpoints showed decent fake outputs. However, when I try to use my test set, a collection of just templates, as a single image, the outpu...
open
2024-05-31T09:53:18Z
2024-05-31T09:53:37Z
https://github.com/junyanz/pytorch-CycleGAN-and-pix2pix/issues/1661
[]
bclaw524
0
DistrictDataLabs/yellowbrick
scikit-learn
795
PCA projections on biplot are not clear for datasets with large number of features
**Problem** The PCA projections visualized on a biplot are not clear, and various feature's projection can be seen to overlap with each other when working with a dataset with a large number of features. e.g. with credit dataset from yellowbrick.datasets ![bug1](https://user-images.githubusercontent.com/20489158/54920...
closed
2019-03-25T12:52:07Z
2019-08-28T23:51:56Z
https://github.com/DistrictDataLabs/yellowbrick/issues/795
[ "level: expert" ]
percygautam
2
dmlc/gluon-nlp
numpy
973
How to use nlp.model.translation.NMTModel inside a HybridBlock?
I want to use NMTModel inside a network which is HybridBlock. Something like this: ```python from mxnet imort nn import gluonnlp as nlp class MyNetwork(nn.HybridBlock): def __init __(self): super(MyNework, self).__init__(): self.nmt_model = nlp.model.translation.NMTModel() ``` I run int...
open
2019-10-14T15:47:15Z
2019-10-15T14:05:37Z
https://github.com/dmlc/gluon-nlp/issues/973
[]
zeeshansayyed
3
pyg-team/pytorch_geometric
pytorch
9,892
After call NeighborLoader my file logger prints in console
### ๐Ÿ› Describe the bug After call bellow, my file logger outputs to console, and changed the log format. Except that all fine. Could you tell me it is bug or i did wrong? ### Versions ``` train_loader = NeighborLoader( dataset._data, num_neigh...
open
2024-12-26T06:13:59Z
2024-12-28T19:21:19Z
https://github.com/pyg-team/pytorch_geometric/issues/9892
[ "bug", "loader" ]
munkhbuyan
3
andy-landy/traceback_with_variables
jupyter
15
Add comparison to other similar modules, List features and use-cases and all
open
2020-11-30T12:52:43Z
2020-12-03T12:18:24Z
https://github.com/andy-landy/traceback_with_variables/issues/15
[ "enhancement" ]
andy-landy
8
Neoteroi/BlackSheep
asyncio
273
Jinja helpers
##### _Note: consider using [Discussions](https://github.com/Neoteroi/BlackSheep/discussions) to open a conversation about new featuresโ€ฆ_ **๐Ÿš€ Feature Request** Hello! It would be great to see global jinja helpers (like request). Adding the same method to each request is not rational. Perhaps there is another alre...
closed
2022-08-10T11:47:01Z
2023-07-15T16:50:26Z
https://github.com/Neoteroi/BlackSheep/issues/273
[ "enhancement", "document" ]
madgagarin
1
ageitgey/face_recognition
machine-learning
1,512
ImportError: DLL load failed while importing _dlib_pybind11: The specified module could not be found.
* face_recognition version: 1.3.0 * Python version: 3.10 * Operating System: windows 10 ### Description After installing face_recognition library, i am not able to import it in my jupyter notebook ### Error showing ``` ImportError: DLL load failed while importing _dlib_pybind11: The specified module coul...
open
2023-06-08T13:23:11Z
2023-06-22T11:35:59Z
https://github.com/ageitgey/face_recognition/issues/1512
[]
Priyavrat13
1
pytorch/vision
machine-learning
8,783
The images of `EMNIST()` are flipped and rotated 90 degrees anticlockwise by default
### ๐Ÿ› Describe the bug The images of [EMNIST()](https://pytorch.org/vision/stable/generated/torchvision.datasets.EMNIST.html) are flipped and rotated 90 degrees anticlockwise by default as shown below: ```python from torchvision.datasets import EMNIST train_data = EMNIST( root="data", split="byclass"...
open
2024-12-05T00:23:29Z
2024-12-05T11:17:42Z
https://github.com/pytorch/vision/issues/8783
[]
hyperkai
1
CorentinJ/Real-Time-Voice-Cloning
python
1,178
Warnings, exceptions and random crashes
I would really appreciate some help here I wanted to use this to help me with my Dyslexia, but it's too unreliable. ` OS: Linux Mint 20.2 x86_64 Host: GA-78LMT-USB3 6.0 Kernel: 5.4.0-144-generic Uptime: 5 hours, 29 mins Packages: 2868 (dpkg), 7 (flatpak), 14 (snap) Shell: bash 5.0.17 Resolu...
open
2023-03-21T16:35:51Z
2023-03-22T14:06:14Z
https://github.com/CorentinJ/Real-Time-Voice-Cloning/issues/1178
[]
007Srings
1
huggingface/peft
pytorch
1,442
RuntimeError when combining FSDP and disable_adapter
### System Info peft: 0.7.1; torch: 2.3.0.dev20240128+cu121; accelerate: 0.26.1; transformers: 4.37.2; Python: 3.10.12 Using the [Pytorch container 23.12](https://docs.nvidia.com/deeplearning/frameworks/pytorch-release-notes/rel-23-12.html#rel-23-12) provided by Nvidia. <img width="764" alt="image" src="https://git...
closed
2024-02-06T15:40:21Z
2024-03-26T15:03:42Z
https://github.com/huggingface/peft/issues/1442
[]
wanghao14
3
lk-geimfari/mimesis
pandas
663
Locale not respected for business.currency_iso_code()
# Bug report ## What's wrong I'm trying to use mimesis to generate mock data for tests I'm going to develop and am writing [schema](https://mimesis.readthedocs.io/getting_started.html#schema-and-fields) to do so. I set the locale when instantiating an object of class `Field()`, but on calling `business.currenc...
closed
2019-04-01T11:06:10Z
2019-04-02T16:08:28Z
https://github.com/lk-geimfari/mimesis/issues/663
[ "bug" ]
slackline
8
oegedijk/explainerdashboard
dash
285
Dashboard is not running correctly when I am trying to use saved joblib file.
I am using following code to save the dashboard in joblib format. ` explainer = ClassifierExplainer(model, X, y) explainer.dump("explainer.joblib") ` It is correctly saved as explainer.joblib. When api request is called from frontend, I try to run the dashboard using `import os os.system("npx kill-port 8050"...
closed
2023-11-06T09:15:25Z
2023-12-18T20:57:19Z
https://github.com/oegedijk/explainerdashboard/issues/285
[]
legendarystar143590
3
graphql-python/gql
graphql
204
[Question] Is there any documentation about error handling?
Hello! Is there any documentation about error handling? ```py try: client.execute(query, variable_values=params) except: pass ``` I want to catch the error of when the GraphQL endpoint returns the error code 400 - 403, and **NOT** an error related to the incorrect s...
closed
2021-05-05T05:57:31Z
2021-11-28T09:28:10Z
https://github.com/graphql-python/gql/issues/204
[ "type: documentation" ]
felinto-dev
1
pydata/xarray
pandas
9,296
Segmentation fault similar to issue 8410
### What is your issue? ### What happened? I want to read netCDF dataset from my local filesystem, but it crashed with a Segmentation fault. This problem only occurs in local filesystem rather than s3 file system such as minio. ### What did you expect to happen? I want to get data from netCDF file(s). ### Minim...
closed
2024-07-31T02:24:55Z
2024-08-28T18:45:01Z
https://github.com/pydata/xarray/issues/9296
[ "bug", "needs mcve" ]
forestbat
4
pydata/bottleneck
numpy
368
Bottleneck tries to install numpy-rc package
**Describe the bug** While trying to install bottleneck using pip, bottleneck tries to install `numpy-1.20.0rc2` package which is not present in our private repository of python packages. **To Reproduce** To assist in reproducing the bug, please include the following: 1. pip install bottleneck==1.2.1 2. `Python`...
open
2021-01-04T06:46:57Z
2021-02-01T03:50:45Z
https://github.com/pydata/bottleneck/issues/368
[ "bug" ]
bumblebee211196
3
waditu/tushare
pandas
1,019
ๅކๅฒๆ•ฐๆฎ็š„columns ้กบๅบ่ƒฝๅฆ่ฐƒๆ•ดไธ‹
ไปŠๅคฉ็ฌฌไธ€ๆฌกไฝฟ็”จtushare๏ผŒๆ„Ÿ่ง‰ๅฅฝๆฃ’ๅ•Š๏ผŒไธ็”จ่‡ชๅทฑ็ˆฌๆ•ฐๆฎไบ†~~ ๅœจโ€œๅކๅฒ่กŒๆƒ…โ€ไธญdata columnsไธบ๏ผš open high close low volume p_change...๏ผŒ่™ฝ็„ถcolumns้กบๅบๅนถไธๅฝฑๅ“ๆ•ฐๆฎๅค„็†๏ผŒไฝ†ๆ˜ฏไธบไบ†ๆ•ฐๆฎไฝฟ็”จ่€…ๆ–นไพฟๆŸฅ็œ‹๏ผŒๅปบ่ฎฎ่ฟ˜ๆ˜ฏๅฐ†highๅ’Œlowๆ”พไธ€่ตทๆฏ”่พƒๅˆ้€‚๏ผˆๅผบ่ฟซ็—‡๏ผ‰๏ผŒๆœ‰ไธค็งไฟฎๆ”นๅปบ่ฎฎ๏ผš 1๏ผ‰open close high low volume p_change... 2๏ผ‰open high low close volume p_change... ๆ„Ÿ่ง‰่ฟ™ไธค็ง้ƒฝๆฏ”็Žฐๆœ‰็š„ๅฅฝ๏ผŒไธชไบบๆ›ดๅ€พๅ‘ไบŽ1๏ผ‰...
closed
2019-04-22T15:05:29Z
2019-04-27T02:33:56Z
https://github.com/waditu/tushare/issues/1019
[]
ketra21
1
biolab/orange3
data-visualization
6,871
Flow Zone/Containers for documentation/organization
<!-- Thanks for taking the time to submit a feature request! For the best chance at our team considering your request, please answer the following questions to the best of your ability. --> **What's your use case?** Hello, As we add tools on our canvas, we need to organize it. **What's your proposed...
closed
2024-08-13T16:54:07Z
2024-10-04T11:22:06Z
https://github.com/biolab/orange3/issues/6871
[]
simonaubertbd
1
deepspeedai/DeepSpeed
deep-learning
6,735
About offload stage3 source code learning problems
Hello everyone, I want to learn the stage3 part of zerooffload when learning the source code of deepspeed, but I can't find the scheduling process code of the gradient between cpu and gpu, please help me if you know
open
2024-11-09T08:13:39Z
2024-11-19T02:07:01Z
https://github.com/deepspeedai/DeepSpeed/issues/6735
[]
lzy-edu
3
graphdeco-inria/gaussian-splatting
computer-vision
198
`args.data_device` missing in the pre-trained models
When I was rendering the official pre-trained models following the instructions in `README.md`, this error occurred: ``` # In README.md: # python render.py -m <path to pre-trained model> -s <path to COLMAP dataset> $ python render.py -m truck -s tandt/truck Looking for config file in truck/cfg_args Config file fo...
open
2023-09-13T16:07:16Z
2024-12-09T07:44:03Z
https://github.com/graphdeco-inria/gaussian-splatting/issues/198
[]
MCYang273730
8
seleniumbase/SeleniumBase
pytest
2,689
Timezone problem on pixelscan test
First of all I would like to thank you @mdmintz for this excellent library. I have only been working with it a couple of days and i can see all the features that you have already implemented, is just awesome Now, I would like to comment about an issue im having with the pixelscan test, which I believe is the reaso...
closed
2024-04-12T16:47:13Z
2024-04-12T17:25:02Z
https://github.com/seleniumbase/SeleniumBase/issues/2689
[ "duplicate", "question", "UC Mode / CDP Mode" ]
Juanfra24
2
pyeve/eve
flask
560
Embedded fields in datasource
When I use `datasource` on a resource, the `embedded_fields` in the resource is not included in the new api endpoint. Is there any way to embedded those fields in the new endpoint? Example: ``` python posts = { 'schema': { 'category': { 'type': 'objectid', 'data_relation': { ...
closed
2015-02-15T17:38:50Z
2015-03-21T09:38:17Z
https://github.com/pyeve/eve/issues/560
[]
StephenHesperus
1
Farama-Foundation/Gymnasium
api
987
I use mac to install environment issues
### Question <img width="564" alt="image" src="https://github.com/Farama-Foundation/Gymnasium/assets/127819698/2f4a5466-7e5f-4ef2-9406-016053efd08d"> Why can't it ever fit
closed
2024-03-28T09:01:48Z
2024-03-28T12:32:28Z
https://github.com/Farama-Foundation/Gymnasium/issues/987
[ "question" ]
ChengJunJunJun
2
yt-dlp/yt-dlp
python
11,921
[TikTok] Live streams are not detected as live
### DO NOT REMOVE OR SKIP THE ISSUE TEMPLATE - [X] I understand that I will be **blocked** if I *intentionally* remove or skip any mandatory\* field ### Checklist - [X] I'm reporting that yt-dlp is broken on a **supported** site - [X] I've verified that I have **updated yt-dlp to nightly or master** ([update instruc...
open
2024-12-27T13:35:53Z
2024-12-27T13:35:53Z
https://github.com/yt-dlp/yt-dlp/issues/11921
[ "site-bug", "triage" ]
ringus1
0
jina-ai/serve
fastapi
5,448
generate random ports for multiple protocols in gateway
generate random ports for multiple protocols in gateway. This will entail the following changes: parser ports default to None in flow constructor, and gateway config, we generate ports up to the number of protocols in jina gateway cli, when displaying pod settings, we will be printing None instead of the random por...
closed
2022-11-25T10:11:13Z
2022-11-28T13:05:41Z
https://github.com/jina-ai/serve/issues/5448
[]
alaeddine-13
0
piskvorky/gensim
machine-learning
3,485
add functions to reproduce preprocessing matching `GoogleNews`, `GLoVe`, etc pretrained word-vectors
Suggested on project discussion list (https://groups.google.com/g/gensim/c/CsER2XBs8P4/m/f2EntuXRAgAJ): > Having discovered the undocumented feature that common words like > I'm > we're > don't > > etc are OOV in the common GloVe pretrained models > > (while words like o'clock are in so you can't just spli...
open
2023-07-19T18:37:21Z
2023-07-21T16:41:31Z
https://github.com/piskvorky/gensim/issues/3485
[]
gojomo
1
JaidedAI/EasyOCR
machine-learning
887
How do I finetune CRAFT on another language (i.e. Thai)?
I would like to fine tune a text detector on Thai texts which were generated using SynthText but I do not know which layer should I freeze and which one to train. I am assuming that I should do as the following by training only the layer in the box. ![Screen Shot 2565-11-21 at 12 55 06](https://user-images.githubuserc...
open
2022-11-21T06:03:04Z
2023-05-01T13:44:57Z
https://github.com/JaidedAI/EasyOCR/issues/887
[]
takipipo
1
amfoss/cms
graphql
13
Add ``album``` ForiegnKey(Album) to following
* Blog.Post * Activity.Event * Activity.Project
closed
2019-02-21T16:06:11Z
2019-02-22T06:41:29Z
https://github.com/amfoss/cms/issues/13
[]
aswinshenoy
0
assafelovic/gpt-researcher
automation
1,291
FEATURE REQUEST: Keep history / embedding to allow query and report rewriting
**Is your feature request related to a problem? Please describe.** When I go to the history, these reports are not available for further queries. When a report is immediately finished being written GPTR does allow query for a period (although this seems to be for a limited time? Also, after a report has been produced,...
open
2025-03-22T16:25:02Z
2025-03-23T11:42:09Z
https://github.com/assafelovic/gpt-researcher/issues/1291
[]
ga-it
1
521xueweihan/HelloGitHub
python
2,823
ใ€ๅผ€ๆบ่‡ช่ใ€‘go-taskflow: golang ๅŽŸ็”Ÿ่ฝป้‡ๅŒ– DAG ่ฐƒๅบฆๆก†ๆžถ๏ผŒๅ†…็ฝฎๅฏ่ง†ๅŒ–ไปฅๅŠๆ€ง่ƒฝๅˆ†ๆžๅทฅๅ…ท
ๆŽจ่้กน็›ฎ ้กน็›ฎๅœฐๅ€๏ผšhttps://github.com/noneback/go-taskflow ็ฑปๅˆซ๏ผšGo ้กน็›ฎๆ ‡้ข˜๏ผšGo-Taskflow - Go ่ฏญ่จ€ไธญ็š„้™ๆ€ DAG ไปปๅŠก่ฎก็ฎ—ๆก†ๆžถ ้กน็›ฎๆ่ฟฐ๏ผš Go-Taskflow ๆ˜ฏไธ€ไธช้ขๅ‘ Go ่ฏญ่จ€็š„้™ๆ€ DAG๏ผˆๆœ‰ๅ‘ๆ— ็Žฏๅ›พ๏ผ‰ไปปๅŠก่ฎก็ฎ—ๆก†ๆžถ๏ผŒๅ—ๅˆฐ Taskflow API ็š„ๅฏๅ‘๏ผŒไธ“ไธบๅค„็†ๅคๆ‚็š„ไปปๅŠกไพ่ต–็ฎก็†ๅ’Œๅนถๅ‘ไปปๅŠก่€Œ่ฎพ่ฎกใ€‚่ฏฅๆก†ๆžถ็‰นๅˆซๆณจ้‡ Go ่ฏญ่จ€็š„ๅŽŸ็”Ÿ็‰นๆ€งๅ’Œ็ฎ€ๆดๆ€ง๏ผŒๅ……ๅˆ†ๅˆฉ็”จ goroutine ่ฟ›่กŒๅนถๅ‘ไปปๅŠก็ฎก็†๏ผŒๆไพ›็ฎ€ๅ•ๆ˜“็”จ็š„็ผ–็จ‹ๆŽฅๅฃ๏ผŒ็ฎ€ๅŒ–ๅคๆ‚็š„ไปปๅŠกๆต็ฎก็†ใ€‚้กน็›ฎ่ฎพ่ฎกๅˆ็†๏ผŒไปฃ็ ้ฃŽๆ ผๆธ…ๆ™ฐ๏ผŒ้žๅธธ้€‚ๅˆ Go ่ฏญ่จ€็š„ๅˆๅญฆ่€…ๅญฆไน ๅ’Œไฝฟ็”จ๏ผŒๅธฎๅŠฉไป–ไปฌๆŽŒๆกๅนถๅ‘ไปปๅŠก็ฎก็†็š„ๅŸบๆœฌ...
closed
2024-10-12T09:24:13Z
2024-11-15T06:31:11Z
https://github.com/521xueweihan/HelloGitHub/issues/2823
[]
noneback
0
cobrateam/splinter
automation
547
click() not implemented
closed
2017-06-26T16:40:48Z
2017-06-27T17:41:00Z
https://github.com/cobrateam/splinter/issues/547
[ "Invalid" ]
Manno15
0
iperov/DeepFaceLab
deep-learning
892
why mask blurry
![์™œ ์ด๋ž˜](https://user-images.githubusercontent.com/71271165/93093039-2eb36180-f6db-11ea-92f0-1947c86b6c99.png)
open
2020-09-14T13:39:51Z
2023-06-08T21:16:47Z
https://github.com/iperov/DeepFaceLab/issues/892
[]
facelabmania
6
huggingface/peft
pytorch
1,979
LoraConfig.__init__() got an unexpected keyword argument 'layer_replication' when using custom model handler
### System Info **Title:** `LoraConfig.__init__() got an unexpected keyword argument 'layer_replication' when using custom model handler` **Description:** I'm encountering an error when trying to deploy a custom model using the Hugging Face Inference Toolkit. The error message indicates that `LoraConfig.__init__(...
closed
2024-07-30T21:30:18Z
2024-07-31T16:34:56Z
https://github.com/huggingface/peft/issues/1979
[]
topher
2
opengeos/leafmap
jupyter
311
Measure distances and area tool bugging?
The measure distances and area tool appears to have a bug when used in Jupyter notebook, has anyone else experienced an issue? When I click on the map to begin a measurement the screen shifts on each click? This video demonstrates the issue: https://user-images.githubusercontent.com/93473831/202700247-cc343b03-d6...
closed
2022-11-18T12:47:06Z
2022-11-23T04:27:49Z
https://github.com/opengeos/leafmap/issues/311
[]
PennyJClarke
3
ExpDev07/coronavirus-tracker-api
fastapi
298
Timeline json formatting
Is it possible to modify, or as an option, write the timeline json format to be the following? It might be easier to parse. Thanks! { "location": { "id": 39, "country": "Norway", "country_code": "NO", "country_population": 5009150, "province": "", "county": "", "last_updated": "...
closed
2020-04-21T16:37:02Z
2020-05-24T01:38:08Z
https://github.com/ExpDev07/coronavirus-tracker-api/issues/298
[ "enhancement", "question" ]
ChuckVanzant
5
pallets/flask
flask
5,448
Use of `hashlib.sha1` causes issue in FIPS build
The use of SHA1 found here: https://github.com/pallets/flask/blob/b90a4f1f4a370e92054b9cc9db0efcb864f87ebe/src/flask/sessions.py#L289 prevents applications from running in a FIPS Enabled Environment/OS. The OS will abruptly stop the application from running when it detects a non compliant Hash Algorithm is used. De...
closed
2024-03-29T00:05:14Z
2024-04-22T00:06:41Z
https://github.com/pallets/flask/issues/5448
[]
jtrinh27
3
assafelovic/gpt-researcher
automation
1,068
GPTResearcher constructor, can't use "local" or "hybrid" report_source
**Describe the bug** Both using the websocket and the code as a library, passing "local" as report source is ignored https://github.com/assafelovic/gpt-researcher/blob/079be6758424955ec90cec948b4e4f3892538ef8/gpt_researcher/agent.py#L58 **To Reproduce** Instantiage GPTResearcher with report_source different fro...
closed
2025-01-07T23:24:39Z
2025-01-08T07:32:56Z
https://github.com/assafelovic/gpt-researcher/issues/1068
[]
alesaccoia
2
pydantic/pydantic-settings
pydantic
126
Feature Request: Settings source - allow non-JSON complex fields
### Use case When defining a settings model with complex fields, the default environment variable settings source class only decodes JSON encoded strings for that complex field. It would be great if there were an easy way to decode non-JSON encoded strings too (for example a comma separated list) ```python impor...
closed
2023-07-13T09:09:10Z
2023-07-14T10:35:29Z
https://github.com/pydantic/pydantic-settings/issues/126
[ "unconfirmed" ]
dbendall
4