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
erdewit/ib_insync
asyncio
321
consistently retrieving last price
I see 'last' price cannot be retrieved after market close. I tried reqMktData(233), reqTickers() and even reqTickByTickData("AllLast"). I cannot use 'close' because it is close of the previous day and IB seems to be updating close way later as it waits for corp action processing. For instance, as of Saturday 4pm the cl...
closed
2020-12-05T21:16:20Z
2020-12-13T10:27:18Z
https://github.com/erdewit/ib_insync/issues/321
[]
satyan-g
2
Miserlou/Zappa
django
2,227
Lambda functions with s3 event sources are publically accessible
<!--- Provide a general summary of the issue in the Title above --> ## Context <!--- Provide a more detailed introduction to the issue itself, and why you consider it to be a bug --> <!--- Also, please make sure that you are running Zappa _from a virtual environment_ and are using Python 3.6/3.7/3.8 --> AWS Secur...
closed
2021-09-16T14:43:06Z
2021-09-16T14:49:19Z
https://github.com/Miserlou/Zappa/issues/2227
[]
bruceduhamel
1
lepture/authlib
django
210
httpx content_stream module import failure
**Describe the bug** I started getting this error since yesterday which is blocking me from deploying new version of my code. I don't know how this `content_streams` has been working for me so far but the module name seems to be `_content_streams`. https://github.com/encode/httpx/blob/master/httpx/_content_streams.py ...
closed
2020-03-20T21:14:06Z
2020-04-25T02:42:35Z
https://github.com/lepture/authlib/issues/210
[ "bug" ]
pdiwan
4
wandb/wandb
tensorflow
8,930
[Bug]: WandB Stuck When Fetching Artifacts
#### Description The process becomes unresponsive while fetching artifacts using the WandB API. The issue occurs specifically during the `api.artifact` call. - Authentication has been successfully set up using the API token. - No error messages or timeouts are encountered. - The last observed output is: ``` - Ret...
closed
2024-11-21T08:32:51Z
2024-11-27T19:29:05Z
https://github.com/wandb/wandb/issues/8930
[ "ty:bug", "c:artifacts" ]
lumoe
3
encode/databases
asyncio
186
Support nosql databases
Right now core is coupled with sqlalchemy and expects an SQL database for the backend. This prevents the ability to implement a non-sql DB backend. What I propose is to move the [_build_query](https://github.com/encode/databases/blob/master/databases/core.py#L275) out of core and into a SQL DB layer that can wrap exist...
closed
2020-04-08T17:30:26Z
2021-09-12T08:44:34Z
https://github.com/encode/databases/issues/186
[]
nikordaris
1
numpy/numpy
numpy
27,861
Dropping Python 3.10 support.
We are scheduled to drop Python 3.10 support in NumPy 2.3. I will make a PR to get started on that, but have noticed a few issues I have questions about: @ngoldbaum `numpy/_core/src/multiarray/stringdtype/static_string.c` has a 3.10 workaround. @seberg `numpy/_core/include/numpy/numpyconfig.h` NPY_FEATURE_VERSION...
closed
2024-11-26T19:59:16Z
2024-12-04T23:52:45Z
https://github.com/numpy/numpy/issues/27861
[ "17 - Task" ]
charris
4
blacklanternsecurity/bbot
automation
1,501
Don't add subnets to whitelist + blacklist if their parent is already included
Feature + tests.
closed
2024-06-26T13:14:32Z
2024-06-26T20:10:18Z
https://github.com/blacklanternsecurity/bbot/issues/1501
[ "enhancement" ]
TheTechromancer
1
chaos-genius/chaos_genius
data-visualization
594
[Feature] Add the product version in the app
Acceptance Criteria: Add product version in the APP.
closed
2022-01-17T07:17:32Z
2022-01-24T12:43:31Z
https://github.com/chaos-genius/chaos_genius/issues/594
[]
ChartistDev
2
aimhubio/aim
data-visualization
2,436
Runs hanging "in progress" & can't `aim runs close` due to IO Error: While lock file
## 🐛 Bug Most recent run in Aim always hangs "In progress" until another run is started. When trying to force close the run using `aim runs close e23474f7c433427ab61ec693` I get the stack trace: ``` Closing runs: 0%| ...
closed
2022-12-16T16:10:53Z
2022-12-17T08:43:48Z
https://github.com/aimhubio/aim/issues/2436
[ "type / bug", "help wanted" ]
mohammed-zia
2
InstaPy/InstaPy
automation
6,272
Image not liked: b'Unavailable Page'
all interactions i'm getting this error can anyone help me?
open
2021-07-13T18:28:27Z
2021-07-17T16:00:57Z
https://github.com/InstaPy/InstaPy/issues/6272
[]
voxoff79
2
Anjok07/ultimatevocalremovergui
pytorch
1,628
Problem installation (python version)
What python version i need to install requirement (v5.6)? now i catch this error (arc linux): (env) [Dokjolly@arch ultimatevocalremovergui-5.6]$ pip install -r requirements.txt Ignoring SoundFile: markers 'sys_platform == "windows"' don't match your environment Collecting altgraph==0.17.3 (from -r requirements.tx...
open
2024-11-19T09:11:24Z
2024-12-21T17:27:08Z
https://github.com/Anjok07/ultimatevocalremovergui/issues/1628
[]
Dokjolly0
2
miguelgrinberg/Flask-SocketIO
flask
759
[Query] Error after 500+ client connections
Hi Miguel, I am seeing the server is not accepting any new connection when it reaches 500+ client connections. After 500+ connections, I am seeing socket error and the server is not accepting any new connections after that. I am using the server in evenlet mode. Thanks, Swathin
closed
2018-08-09T11:15:00Z
2018-09-29T09:42:00Z
https://github.com/miguelgrinberg/Flask-SocketIO/issues/759
[ "question" ]
swathinsankaran
1
postmanlabs/httpbin
api
205
Digest authentication doesn't work for CORS
Digest auth endpoint is missing the "Access-Control-Expose-Headers: WWW-Authenticate" header in order to correctly support CORS requests. Without it, the browser doesn't allow the client to get the value of the WWW-Authenticate header.
closed
2015-01-22T06:54:09Z
2018-04-26T17:51:05Z
https://github.com/postmanlabs/httpbin/issues/205
[]
reinert
4
piskvorky/gensim
data-science
3,473
Merging corpora requires converting itertools chain object to list object
When merging corpora, it is essential to convert the itertools.chain object to a list. Otherwise the serialization will not save the older corpus. # now we can merge corpora from the two incompatible dictionaries into one merged_corpus = itertools.chain(some_corpus_from_dict1, dict2_to_dict1[some_corpus_fro...
closed
2023-05-16T16:40:25Z
2023-05-16T19:33:30Z
https://github.com/piskvorky/gensim/issues/3473
[]
mspezio
2
graphistry/pygraphistry
pandas
36
Hint to set notebook to Trusted
( @thibaudh : can you take, or should I?) When opening a third-party notebook, our viz won't be shown because our JS won't run by default. I propose either: A) Print out warning/hint HTML to do `File -> Trusted Notebook` and then have JS delete that warning B) Load an iframe URL and then have our existing iframe js...
closed
2015-09-22T03:09:15Z
2016-05-08T01:59:06Z
https://github.com/graphistry/pygraphistry/issues/36
[ "enhancement" ]
lmeyerov
1
3b1b/manim
python
1,203
How to animate shifts in camera frame center in a SpecialThreeDScene ?
I've tried **`self.play(self.camera.frame_center.shift, 2*UP)`** , but the [result ](https://streamable.com/xyjzlq) is weird. This is the code I currently have : ```python class ThreeDFrameShifts(SpecialThreeDScene): def construct(self): self.set_camera_orientation(45*DEGREES, 45*DEGREES) plane ...
closed
2020-08-16T08:35:35Z
2020-10-21T16:28:13Z
https://github.com/3b1b/manim/issues/1203
[]
ghost
0
jina-ai/clip-as-service
pytorch
509
when i run example2.py raise error
**Prerequisites** > Please fill in by replacing `[ ]` with `[x]`. * [ ] Are you running the latest `bert-as-service`? * [ ] Did you follow [the installation](https://github.com/hanxiao/bert-as-service#install) and [the usage](https://github.com/hanxiao/bert-as-service#usage) instructions in `README.md`? * [ ] D...
open
2020-01-22T04:25:20Z
2020-01-22T04:27:15Z
https://github.com/jina-ai/clip-as-service/issues/509
[]
cqray1990
1
iperov/DeepFaceLab
deep-learning
857
No preview appearing
no preview is showing. I have tried training mode and in every training mode no preview showed. this error message also appears even though i am using H64. (specs: GTX1050 2gb, intel(R) Xeon(R), 12gb ram) Starting. Press "Enter" to stop training and save model. Error: OOM when allocating tensor with shape[3,3,5...
closed
2020-08-10T14:03:29Z
2023-06-11T07:42:19Z
https://github.com/iperov/DeepFaceLab/issues/857
[]
JeezLoveJazzMusic
3
JaidedAI/EasyOCR
machine-learning
1,019
Print out alternate predicted results string and probabilities
Hi, Is there a method to print out the alternate results from the "Reader" class? For instance, here is an example of my code: ###Example code### reader = easyocr.Reader(['en'], gpu = True) results = reader.readtext('example_labeltif') for result in results: bbox, text, score = result print(f"...
open
2023-05-16T19:38:40Z
2024-10-02T11:15:16Z
https://github.com/JaidedAI/EasyOCR/issues/1019
[]
rdavis22
2
inducer/pudb
pytest
46
Python3 setup.py install fails
I was able to build using python3 setup.py build. But doing a setup.py install failed with the following traceback. zip_safe flag not set; analyzing archive contents... pudb.**pycache**.debugger.cpython-33: module references **file** Traceback (most recent call last): File "setup.py", line 47, in <module> packag...
closed
2012-08-24T00:10:57Z
2013-03-12T23:15:35Z
https://github.com/inducer/pudb/issues/46
[]
orsenthil
7
tqdm/tqdm
jupyter
1,641
Tqdm prints duplicated progress bar
I want to use tqdm in a loop such as: def __process_each_iteration(self, imputer) -> tuple[int, float, float]: progress_bar= tqdm( range(self.base_imputed_df.shape[1]), desc="Processing...: ", bar_format=( "{l_bar}{bar}| Iteration {n_fmt}/{total_fm...
open
2024-12-15T20:22:26Z
2025-01-14T20:45:53Z
https://github.com/tqdm/tqdm/issues/1641
[]
fatemeakbari
1
sammchardy/python-binance
api
1,150
Incompatible with Python 3.10
In Python 3.10 many "loop" keyword arguments were removed from various `asyncio` APIs. Sadly it is heavily used to implement websocket streams.
open
2022-02-23T13:44:37Z
2022-03-04T02:54:48Z
https://github.com/sammchardy/python-binance/issues/1150
[]
ydm
1
seleniumbase/SeleniumBase
pytest
2,406
SB with Stealth not pass iphey.com , pixelscan.net
hello please i try to use SB with seleniumstealth but not pass iphey.com , pixelscan.net this is my code 👍 ``` > from seleniumbase import Driver > from selenium_stealth import stealth > > driver = Driver(uc=True,mobile=True) > > stealth( > driver, > languages=["en-US", "en"], > vendor=...
closed
2024-01-02T06:46:09Z
2024-03-15T00:35:13Z
https://github.com/seleniumbase/SeleniumBase/issues/2406
[ "question", "UC Mode / CDP Mode" ]
pythondeveloperz
10
krish-adi/barfi
streamlit
8
Poetry: Migrate to package management to use poetry
Use Poetry to manage the package and use `poetry install` to run the package with the environment in editable mode.
closed
2022-08-30T11:09:57Z
2025-01-06T04:11:53Z
https://github.com/krish-adi/barfi/issues/8
[ "enhancement" ]
krish-adi
1
inducer/pudb
pytest
125
Can't see how to open __init__ file of package when pressing m
Oh, actually, it's a problem with this specific package, which has an `ImportError` (which is what I'm trying to use pudb to debug, so it's frustrating that I can't open the file. Please allow open by file and not by module.)
open
2014-09-09T01:38:19Z
2014-09-09T01:39:47Z
https://github.com/inducer/pudb/issues/125
[]
cool-RR
0
PokeAPI/pokeapi
api
1,141
Alola Route 16 east/west distinction is not correct
location-area/1063 and location-area/1064 seem to be saying that there is a Scraggy which you can only find in the eastern grass field in USUM. I've personally confirmed in Ultra Sun that the Scraggy is in both fields.
open
2024-10-08T04:25:39Z
2024-10-08T04:25:39Z
https://github.com/PokeAPI/pokeapi/issues/1141
[]
Pinsplash
0
indico/indico
flask
6,009
List of bookings for a user + cloning booking
- UI mockups to share w/ Burotel admins (skipping in favor for an already existing design - the bookings page card view could work well for this) - New page with user search + choice booked-for/booked-by + date filter (maybe) - Show all bookings from that user - Option to clone a booking (with data prefilled, just n...
open
2023-10-30T10:27:50Z
2023-11-17T22:00:46Z
https://github.com/indico/indico/issues/6009
[]
GovernmentPlates
0
Evil0ctal/Douyin_TikTok_Download_API
fastapi
88
Web server is returning an unknown error
Web server is returning an unknown error Error code 520 Visit [cloudflare.com](https://www.cloudflare.com/5xx-error-landing?utm_source=errorcode_520&utm_campaign=douyin.wtf) for more information. 2022-10-10 01:54:46 UTC
closed
2022-10-10T01:56:15Z
2022-10-10T02:10:38Z
https://github.com/Evil0ctal/Douyin_TikTok_Download_API/issues/88
[ "Web Down" ]
Astar-Li
3
pytest-dev/pytest-qt
pytest
98
Logging hookwrapper hides exceptions
I'm currently investigating a problem with `pytest-bdd` where it raises an `INTERNALERROR>` - unfortunately, `pytest-qt` hides it with another one :wink: ``` INTERNALERROR> Traceback (most recent call last): INTERNALERROR> File "/home/florian/proj/qutebrowser/git/.tox/py35/lib/python3.5/site-packages/_pytest/main.py...
closed
2015-10-12T04:55:21Z
2015-10-14T23:53:04Z
https://github.com/pytest-dev/pytest-qt/issues/98
[]
The-Compiler
4
gradio-app/gradio
deep-learning
10,199
Auto-Reloading doesn't run gr.render(input=state_object)
### Describe the bug Auto-Reloading doesn't run the `@gr.render(...)` decorated function if the input is a gr.State object. ### Have you searched existing issues? 🔎 - [X] I have searched and found no existing issues ### Reproduction 1. Run this official doc's example on dynamic event listeners https:/...
open
2024-12-13T13:04:20Z
2024-12-18T19:24:40Z
https://github.com/gradio-app/gradio/issues/10199
[ "bug" ]
cliffxuan
2
gradio-app/gradio
deep-learning
10,680
Support streaming for chat models in `gr.load`
- [x] I have searched to see if a similar issue already exists. Currently, when creating a chat interface with `gr.load` for chat models, the model execution seems to be handled with this code: https://github.com/gradio-app/gradio/blob/b43200d7df92e40285c1e5fb1a2f010278fce5d2/gradio/external_utils.py#L131-L139 and t...
closed
2025-02-26T03:33:52Z
2025-03-08T09:05:27Z
https://github.com/gradio-app/gradio/issues/10680
[ "enhancement" ]
hysts
3
collerek/ormar
fastapi
348
Integer nullable not working
**Describe the bug** When I create a model with a numeric type id in migrations, this field has a null = true property. but if I specify the type of uuid this property is equal to false. **To Reproduce** Model with id as int: ```python class Meeting(BaseModel): class Meta(MainMeta): tablename = 'mee...
closed
2021-09-16T20:15:50Z
2021-09-26T16:06:48Z
https://github.com/collerek/ormar/issues/348
[ "bug" ]
artel1992
6
deepspeedai/DeepSpeed
machine-learning
6,723
CUBLAS_STATUS_NOT_SUPPORTED
**Describe the bug** when I run my code. I found the error: ```RuntimeError: CUDA error: CUBLAS_STATUS_NOT_SUPPORTED when calling `cublasGemmStridedBatchedEx(handle, opa, opb, (int)m, (int)n, (int)k, (void*)&falpha, a, CUDA_R_16BF, (int)lda, stridea, b, CUDA_R_16BF, (int)ldb, strideb, (void*)&fbeta, c, CUDA_R_16BF, (in...
closed
2024-11-07T03:40:52Z
2024-11-12T14:36:13Z
https://github.com/deepspeedai/DeepSpeed/issues/6723
[ "bug", "training" ]
niebowen666
5
errbotio/errbot
automation
1,293
Provide official support and guidance for Docker deployments
### I am... * [ ] Reporting a bug * [x] Suggesting a new feature * [ ] Requesting help with running my bot * [ ] Requesting help writing plugins * [ ] Here about something else ### Issue description There are many different options for deploying and running Errbot, but Docker seems to be among the more discu...
open
2019-01-28T15:51:36Z
2021-07-23T06:52:18Z
https://github.com/errbotio/errbot/issues/1293
[ "type: documentation", "#deployment", "#release-process" ]
sheluchin
7
ultralytics/yolov5
pytorch
13,280
Split features map of data
### 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 Hi everyone, I am working with two types of data: RGB and IR images. I want to ...
open
2024-08-25T14:54:59Z
2024-08-25T23:20:44Z
https://github.com/ultralytics/yolov5/issues/13280
[ "question" ]
letriluan
1
ccxt/ccxt
api
24,846
`decimal.ConversionSyntax` for stop loss and take profit orders
### Operating System Windows 10 ### Programming Languages Python ### CCXT Version 4.4.47 ### Description I get this error when I try to place stop loss order for an open short position. I was able to open short position with the same base coin amount, but placing stop loss failed. ``` venv\Lib\si...
closed
2025-01-11T16:19:20Z
2025-01-11T16:35:05Z
https://github.com/ccxt/ccxt/issues/24846
[]
fam04s
0
iterative/dvc
machine-learning
9,946
dvc quick tips
Two items in one - feel free to close, primarily for google and anyone who has been dealing with the same issue. It would be great if there were a quick tips page alongside the how to section of the dvc.org site for community contributions. The tip I'd add is If you are building a docker image with models baked ...
closed
2023-09-14T21:01:11Z
2023-09-14T21:53:02Z
https://github.com/iterative/dvc/issues/9946
[]
pjaol
1
graphql-python/graphene
graphql
1,440
Incorrect query AST when there are duplicated nested fields with different selection sets
When resolving a query with duplicated nested fields with different selection sets, only the first selection set is available to the resolver info AST. Given the following query: ```gql query { person { firstName } person { lastName } } ``` When inspecting the AST availabl...
closed
2022-08-08T19:47:10Z
2022-08-29T18:32:24Z
https://github.com/graphql-python/graphene/issues/1440
[ "🐛 bug" ]
fireteam99
7
postmanlabs/httpbin
api
112
deprecate pypi package
closed
2013-07-23T14:13:37Z
2018-04-26T17:51:00Z
https://github.com/postmanlabs/httpbin/issues/112
[]
kennethreitz
0
huggingface/datasets
pytorch
6,729
Support zipfiles that span multiple disks?
See https://huggingface.co/datasets/PhilEO-community/PhilEO-downstream The dataset viewer gives the following error: ``` Error code: ConfigNamesError Exception: BadZipFile Message: zipfiles that span multiple disks are not supported Traceback: Traceback (most recent call last): F...
closed
2024-03-11T21:07:41Z
2024-06-26T05:08:59Z
https://github.com/huggingface/datasets/issues/6729
[ "enhancement", "question" ]
severo
6
tensorflow/tensor2tensor
machine-learning
1,702
AttributeError: module 'tensorflow' has no attribute 'contrib'
### Description Error when importing problems. ... ### Environment information ``` OS: Windows10 $ pip freeze | grep tensor mesh-tensorflow==0.0.5 tensor2tensor==1.14.0 tensor2tensor==1.14.0 tensorboard==1.14.0 tensorflow==2.0.0b1 tensorflow-datasets==1.2.0 tensorflow-estimator==1.14.0 tensorflow-gan...
open
2019-09-16T02:32:18Z
2019-11-11T10:38:27Z
https://github.com/tensorflow/tensor2tensor/issues/1702
[]
newmluser
4
piskvorky/gensim
nlp
2,743
Word2vec: total loss suspiciously drops with worker count, probably thread-unsafe tallying
<!-- **IMPORTANT**: - Use the [Gensim mailing list](https://groups.google.com/forum/#!forum/gensim) to ask general or usage questions. Github issues are only for bug reports. - Check [Recipes&FAQ](https://github.com/RaRe-Technologies/gensim/wiki/Recipes-&-FAQ) first for common answers. Github bug reports that d...
open
2020-02-02T20:27:38Z
2020-02-06T00:20:37Z
https://github.com/piskvorky/gensim/issues/2743
[ "bug" ]
tsaastam
1
andrew-hossack/dash-tools
plotly
49
⬆️ [Feature Request] ReadTheDocs
Add ReadTheDocs to improve current documentation -> https://docs.readthedocs.io/en/stable/tutorial/
closed
2022-08-10T21:30:50Z
2022-08-12T22:10:04Z
https://github.com/andrew-hossack/dash-tools/issues/49
[]
andrew-hossack
1
supabase/supabase-py
fastapi
420
Create a client with Auth context of a user
Hi everyone **Is your feature request related to a problem? Please describe.** I am trying to write python cloud function (instead of supabase edge function). I wan't to get caller's identity do proceed database read/write with his RLS context. In JS, this is possible as described in the documentation. https:...
closed
2023-04-24T15:26:06Z
2024-04-17T14:23:09Z
https://github.com/supabase/supabase-py/issues/420
[ "bug" ]
vlebert
7
SYSTRAN/faster-whisper
deep-learning
1,151
Add the possibility of using `return_logits_vocab` from Ctranslate2
As latest version of Ctranslate2 generate [method](https://opennmt.net/CTranslate2/python/ctranslate2.models.Whisper.html#ctranslate2.models.Whisper.generate) allow passing `return_logits_vocab` to include the log probs in its output. Would it be possible to expose a parameter to `return_logits_vocab` in `FasterWhispe...
open
2024-11-18T10:59:14Z
2024-11-25T08:15:19Z
https://github.com/SYSTRAN/faster-whisper/issues/1151
[]
pierrepv8
1
CorentinJ/Real-Time-Voice-Cloning
pytorch
1,181
Synthesizer training speed is not varying with batch size.
I'm following this #437 to fine-tune the synthesizer model. One thing I noticed, training time is not varying with batch size. With default parameters, batch size = 12. memory used ~ 3683MiB Found 476 samples +----------------+------------+---------------+------------------+ | Steps with r=2 | Batch Size | ...
open
2023-03-30T13:49:46Z
2023-03-31T14:50:47Z
https://github.com/CorentinJ/Real-Time-Voice-Cloning/issues/1181
[]
sanal-176
1
plotly/dash-table
plotly
322
Add LICENCE to MANIFEST.in
Please add an appropriate license entry to the MANIFEST.in file.
closed
2019-01-02T14:02:18Z
2019-02-13T17:08:50Z
https://github.com/plotly/dash-table/issues/322
[ "dash-type-maintenance" ]
dkucharc
1
microsoft/nni
machine-learning
5,610
ImportError: Cannot use a path to identify something from __main__.
**Describe the issue**: Hi, I was able to run the demo scripts. Now, I am trying with my own architecture and I am running into this error while running the experimen.run command: "ImportError: Cannot use a path to identify something from __main__. During handling of the above exception, another exception ...
closed
2023-06-15T17:56:07Z
2023-07-07T23:24:30Z
https://github.com/microsoft/nni/issues/5610
[]
ekurtgl
17
pyg-team/pytorch_geometric
pytorch
9,653
RuntimeError when using CaptumExplainer after GNNExplainer
### 🐛 Describe the bug Trying to run CaptumExplainer after using GNNExplainer throws a Runtime error. However, running CaptumExplainer _before_ running GNNExplainer does not. (A similar thing happens with GraphMaskExplainer as well.) The expected result is that both GNNExplainer and CaptumExplainer successfully retur...
open
2024-09-11T00:19:26Z
2024-09-11T00:19:26Z
https://github.com/pyg-team/pytorch_geometric/issues/9653
[ "bug" ]
he-jesse
0
zappa/Zappa
flask
831
[Migrated] Slow import of zappa.asynchronous due to session.client() calls
Originally from: https://github.com/Miserlou/Zappa/issues/2072 by [schuyler1d](https://github.com/schuyler1d) ## Context Merely importing `from zappa.asynchronous import run` takes several seconds due to the aws_session.client('sns'), etc. at the top of the page. It's a worthy goal to keep these client sessions glob...
closed
2021-02-20T12:52:13Z
2022-08-18T01:57:38Z
https://github.com/zappa/Zappa/issues/831
[ "duplicate" ]
jneves
1
junyanz/pytorch-CycleGAN-and-pix2pix
pytorch
768
How to run test in the aligned mode?
I try to train and test the CycleGAN in the aligned mode. All works fine except of finding resuts of test. A put test images to the dataset\test folder, run test.py, it wrote processing (0000)-th image..., processing (0005)-th image... and exit. And nothing was happend, no any error or exception, and no result images a...
closed
2019-09-15T21:43:51Z
2019-09-18T04:19:40Z
https://github.com/junyanz/pytorch-CycleGAN-and-pix2pix/issues/768
[]
Makhaon
2
opengeos/leafmap
jupyter
144
Add labels to the map
Add labels to the map based on pandas DataFarme, GeoPandas GeoDataFrame, GeoJSON, etc. Reference: https://github.com/giswqs/geemap/issues/815
closed
2021-12-16T15:43:55Z
2021-12-24T02:14:19Z
https://github.com/opengeos/leafmap/issues/144
[ "Feature Request" ]
giswqs
1
huggingface/pytorch-image-models
pytorch
1,959
[FEATURE] Is it possible for adding hparams to model.default_cfg?
**Is your feature request related to a problem? Please describe.** When I search for some model: https://huggingface.co/timm/convnext_large_mlp.clip_laion2b_augreg_ft_in1k_384, the model card said it was fine-tuned on ImageNet-1k in timm by Ross Wightman. Though it is directed to some more details on pretrain, the hpa...
closed
2023-09-20T14:24:47Z
2024-06-02T00:18:41Z
https://github.com/huggingface/pytorch-image-models/issues/1959
[ "enhancement" ]
luckyhug
1
dpgaspar/Flask-AppBuilder
rest-api
1,514
[question] Extending the User model and further classes at the same time
### class diagram https://gist.githubusercontent.com/atlasloewenherz/c3915d826c0f3fc67070be60cc0dc240/raw/5b1773163a78b3130169854ebb197c8d08b7e519/diamond.png ### Extending the User model and Joined Table Inheritance Hi everyone, i have the following models: both the user and the supplier they are inhe...
closed
2020-11-09T23:57:21Z
2021-07-09T12:34:33Z
https://github.com/dpgaspar/Flask-AppBuilder/issues/1514
[ "stale" ]
atlasloewenherz
1
graphdeco-inria/gaussian-splatting
computer-vision
1,099
how to offline render RGB image
after training I got ply format 3dgs file, I could give the height, width, and intrinsic or fov of the camera together with the R,t for the camera, how could I render the RGB image online or offline with the ply file and the camera info?
closed
2024-12-07T17:03:47Z
2024-12-13T05:38:32Z
https://github.com/graphdeco-inria/gaussian-splatting/issues/1099
[]
kaixin-bai
2
sinaptik-ai/pandas-ai
data-visualization
807
Error 404: Resource Not Found
### System Info platform: windows python version: 3.11.5 pandasai version: 1.5.5 ### 🐛 Describe the bug I am getting resource not found error, although I am using same key and url for openai api and its working fine. Can you please suggest me the possible reasons for the error? Below is my code: ``` import p...
closed
2023-12-08T08:49:39Z
2024-01-05T11:26:37Z
https://github.com/sinaptik-ai/pandas-ai/issues/807
[]
adeepmalmotra
9
s3rius/FastAPI-template
graphql
231
Add grpc support
closed
2025-02-06T12:12:00Z
2025-02-17T22:49:07Z
https://github.com/s3rius/FastAPI-template/issues/231
[]
FedorArbuzov
1
jacobgil/pytorch-grad-cam
computer-vision
470
Can I use grad-cam for video classification?
Hi Jacob, I am trying to visualize attention maps for video data. I am using ViViT model 2 and my inputs are the size [B x T x C x Hx W]. I have tried using grad-cam but I got the error: axis 2 is out of bounds for array of dimension 0. Error occurs in grad_cam.py while returning the np.mean(grads, axis=(2,3)) in ...
open
2023-12-14T14:22:04Z
2023-12-14T14:22:04Z
https://github.com/jacobgil/pytorch-grad-cam/issues/470
[]
purentap
0
donnemartin/data-science-ipython-notebooks
scikit-learn
88
Data Science
open
2022-07-01T22:25:03Z
2023-03-16T10:41:22Z
https://github.com/donnemartin/data-science-ipython-notebooks/issues/88
[ "needs-review" ]
SibiyaS
1
ultralytics/ultralytics
pytorch
19,197
labels.cache permission error
### Search before asking - [x] I have searched the Ultralytics YOLO [issues](https://github.com/ultralytics/ultralytics/issues) and found no similar bug report. ### Ultralytics YOLO Component _No response_ ### Bug While training on custom dataset, I encountered the following error: PermissionError: [WinError 32]...
closed
2025-02-12T07:14:04Z
2025-02-13T04:39:10Z
https://github.com/ultralytics/ultralytics/issues/19197
[ "bug", "fixed", "detect" ]
eric80739
4
coqui-ai/TTS
deep-learning
2,736
[Feature request] Multilingual YourTTS checkpoint: Dutch, French, German, Italian, Portuguese, Polish, Spanish, and English
<!-- Welcome to the 🐸TTS project! We are excited to see your interest, and appreciate your support! ---> **🚀 Feature Description** Adding a YourTTS checkpoint in the languages: Dutch, French, German, Italian, Portuguese, Polish, Spanish, and English **Solution** I have added a new checkpoint for the YourTTS ...
closed
2023-07-02T22:12:46Z
2024-12-22T19:11:39Z
https://github.com/coqui-ai/TTS/issues/2736
[ "feature request" ]
freds0
8
apify/crawlee-python
web-scraping
1,052
API docs do not render defaults
- `BeautifulSoupCrawler` as an example: ![Image](https://github.com/user-attachments/assets/9f9c0264-2a05-4bc9-83a4-c421a703ac8f) There is a default for the `parser`, but not for the other arguments.
open
2025-03-05T10:06:48Z
2025-03-06T09:23:29Z
https://github.com/apify/crawlee-python/issues/1052
[ "documentation", "t-tooling" ]
vdusek
0
JoeanAmier/XHS-Downloader
api
235
[功能异常] 下载故障,chrome提示有病毒屏蔽下载文件,继续下载后Windows提示有病毒
**问题描述** 清晰简洁地描述该错误是什么。 A clear and concise description of what the bug is. **重现步骤** 重现该问题的步骤: Steps to reproduce the behavior: 1. ... 2. ... 3. ... **预期结果** 清晰简洁地描述您预期会发生的情况。 A clear and concise description of what you expected to happen. **补充信息** 在此添加有关该问题的任何其他上下文信息,例如:操作系统、运行方式、配置文件、错误截图、运行日志等。 请注意:提供配置文...
open
2025-03-24T06:34:37Z
2025-03-24T12:10:40Z
https://github.com/JoeanAmier/XHS-Downloader/issues/235
[ "不会处理(wontfix)" ]
gitkukara
1
oegedijk/explainerdashboard
plotly
250
explainerdashboard 'what if' searchbox for index dropdown/selection isn't working
### Discussed in https://github.com/oegedijk/explainerdashboard/discussions/249 <div type='discussions-op-text'> <sup>Originally posted by **AkshayRShiraguppi** January 11, 2023</sup> I am not able to type and search specific value in search box in 'whatif' and 'Individual prediction' tabs to choose an index.(Wh...
closed
2023-01-12T21:45:50Z
2023-02-15T17:22:26Z
https://github.com/oegedijk/explainerdashboard/issues/250
[]
AkshayRShiraguppi
0
ageitgey/face_recognition
machine-learning
1,082
AttributeError: 'Image' object has no attribute 'read' in Google Colab
* face_recognition version: * Python version: 3.0 * Operating System: Google Colab ### Description I am trying to implement the library in Google Colab. Here is my code so far #pip install dependencies !pip install face_recognition !pip install os !pip install cv2 import face_recognition import o...
closed
2020-03-10T02:08:47Z
2020-03-25T22:36:49Z
https://github.com/ageitgey/face_recognition/issues/1082
[]
aanis
2
onnx/onnx
tensorflow
6,267
[1.16.2/1.17?] ONNX build Windows
# Bug Report ### Is the issue related to model conversion? No. I can't even perform imports. ### Describe the bug My projects are permissive with respect to which `onnx` PyPI package version is installed. `onnx 1.16.2` came out this morning and broke my projects. For example, in a turnkeyml environment that...
open
2024-08-01T14:26:01Z
2025-03-14T07:51:06Z
https://github.com/onnx/onnx/issues/6267
[ "bug", "announcement" ]
jeremyfowers
45
Lightning-AI/pytorch-lightning
deep-learning
19,596
save_hyperparameter incorrectly infers parameters from superclass
### Bug description Given a model with a submodel, both of which call `save_hyperparameters`, hyperparameters of the submodel that share a name with the main model are overwritten. ### What version are you seeing the problem on? v2.2 ### How to reproduce the bug ```python from pytorch_lightning.core.mix...
open
2024-03-08T02:09:52Z
2024-06-02T14:00:25Z
https://github.com/Lightning-AI/pytorch-lightning/issues/19596
[ "bug" ]
klieret
1
Lightning-AI/pytorch-lightning
machine-learning
19,750
Trainer does not wait for neptune logger completion and logger connection stays open unless explicitly closed
### Bug description I'm performing a naive hyperparameter sweep using the PL Trainer and NeptuneLogger. After the successful completion of `Trainer.fit()` I see that the neptune run is still not complete on Neptune App until the Jupyter Kernel is killed. I also see odd behavior where the next run will start and the tr...
open
2024-04-10T03:21:26Z
2024-04-10T03:25:13Z
https://github.com/Lightning-AI/pytorch-lightning/issues/19750
[ "bug", "needs triage" ]
videetparekh
1
serengil/deepface
machine-learning
1,352
Error detecting faces: too many values to unpack (expected 4)
### Before You Report a Bug, Please Confirm You Have Done The Following... - [X] I have updated to the latest version of the packages. - [X] I have searched for both [existing issues](https://github.com/serengil/deepface/issues) and [closed issues](https://github.com/serengil/deepface/issues?q=is%3Aissue+is%3Aclosed) ...
closed
2024-09-30T13:17:13Z
2024-10-01T08:44:31Z
https://github.com/serengil/deepface/issues/1352
[ "bug", "invalid" ]
MeharG811
1
WZMIAOMIAO/deep-learning-for-image-processing
pytorch
582
关于HRNet的部分
老师您好,感谢您的付出。想请教一下关于关键点检测HRNet的部分,就是您列举的两个仓库都有一个nms的模块(然后里面有很多与C语言相关的代码),但是您这边的代码好像没有。想请教一下原因以及nms这部分该怎么去读跟理解。感谢!
closed
2022-06-28T04:51:34Z
2023-03-02T10:35:32Z
https://github.com/WZMIAOMIAO/deep-learning-for-image-processing/issues/582
[]
davidpengiupui
3
ymcui/Chinese-LLaMA-Alpaca-2
nlp
256
指令精调chinese-alpaca-2-13b,adapter_model.bin只有158KB
### 提交前必须检查以下项目 - [X] 请确保使用的是仓库最新代码(git pull),一些问题已被解决和修复。 - [X] 我已阅读[项目文档](https://github.com/ymcui/Chinese-LLaMA-Alpaca-2/wiki)和[FAQ章节](https://github.com/ymcui/Chinese-LLaMA-Alpaca-2/wiki/常见问题)并且已在Issue中对问题进行了搜索,没有找到相似问题和解决方案。 - [X] 第三方插件问题:例如[llama.cpp](https://github.com/ggerganov/llama.cpp)、[LangChain](https://g...
closed
2023-09-08T04:51:13Z
2023-09-24T10:50:55Z
https://github.com/ymcui/Chinese-LLaMA-Alpaca-2/issues/256
[]
Damonproto
5
fbdesignpro/sweetviz
data-visualization
100
target_feat is numerical but is interpreted as categorical
Hi, thanks for bringing this software to life!!! :-) If I execute the following code, I get the error below. Am I doing something wrong here? ```python3 import sweetviz as sv import pandas as pd import io import sys print("sys.version=", sys.version) print("sv.__version__=", sv.__version__) print("pd....
closed
2021-08-29T18:12:12Z
2022-01-15T04:03:06Z
https://github.com/fbdesignpro/sweetviz/issues/100
[ "bug" ]
bm765
2
pyppeteer/pyppeteer
automation
398
Set Browser Window Size?
How would you go about passing in args to the launch command so you can set browser window size? I am trying to do something along the lines of ```args=[`--window-size=1920,1080`]``` but the syntax is incorrect. async def main(): browser = await launch( headless=True, igno...
open
2022-08-15T16:12:43Z
2022-08-15T16:14:03Z
https://github.com/pyppeteer/pyppeteer/issues/398
[]
ThePieMonster
0
lukas-blecher/LaTeX-OCR
pytorch
16
Installation Help
I'm trying to install using the `pip install -r requirements.txt` line of code, but it seems like my computer is stuck in an infinite loop. I successfully installed Pytorch and Python 3.7 before running the requirements line. At first it was unsuccessful and the error line recommended trying --user. No dice. I appre...
closed
2021-05-19T21:57:27Z
2021-06-02T15:56:18Z
https://github.com/lukas-blecher/LaTeX-OCR/issues/16
[]
scrawfo9
3
psf/requests
python
6,743
requests library seems to ignore "Transfer-Encoding" header
I want to send a request with "Transfer-Encoding:chunked" but somehow the header is never set. Below is my code for testing and the corresponding captured request. ``` import requests url = 'http://[replaced]/test.php' def data_chunks(): yield b'8\r\n' yield b'search=1\r\n' yield b'0\r\n' res...
closed
2024-06-15T18:12:30Z
2024-06-15T18:12:42Z
https://github.com/psf/requests/issues/6743
[ "Question/Not a bug", "actions/autoclose-qa" ]
Green360
1
pallets-eco/flask-sqlalchemy
sqlalchemy
959
How do i define the model?
i use this way to connect to oracle `SQLALCHEMY_DATABASE_URI = 'oracle://username:password@ip:port/servername'` How to specify the library when writing Model? `class MyselfModel(BaseModel): __tablename__ = 'user' username = db.Column(db.String(32)) ` How to specify the library corresponding to the user ...
closed
2021-04-23T10:48:52Z
2021-05-08T00:03:42Z
https://github.com/pallets-eco/flask-sqlalchemy/issues/959
[]
importTthis
0
ultrafunkamsterdam/undetected-chromedriver
automation
1,573
CF checkbox infinite loop even clicked by mouse
chrome version:117 ``` import undetected_chromedriver as uc driver = uc.Chrome(headless=False) driver.get('https://nowsecure.nl') ```
open
2023-09-21T07:33:08Z
2023-09-23T03:50:20Z
https://github.com/ultrafunkamsterdam/undetected-chromedriver/issues/1573
[]
fyxtc
4
scikit-optimize/scikit-optimize
scikit-learn
782
How to give sample_weight in the fit method in BayesSearchCV?
open
2019-07-24T07:36:16Z
2019-07-25T09:41:29Z
https://github.com/scikit-optimize/scikit-optimize/issues/782
[]
Prasant1993
0
mwaskom/seaborn
pandas
3,785
Is it possible to config seaborn to follow mpl behavior to break line plot with nan value?
Is it possible to config seaborn to follow mpl behavior to break line plot with nan value? Some times it is useful, and this is also default for other plot tools like echarts. Refer [Plotting masked and NaN values](https://matplotlib.org/stable/gallery/lines_bars_and_markers/masked_demo.html) ```py import matplo...
closed
2024-11-14T04:52:43Z
2024-11-14T13:51:32Z
https://github.com/mwaskom/seaborn/issues/3785
[]
randomseed42
1
langmanus/langmanus
automation
65
非常棒的项目,终于有基于langchain开源生态的项目了
非常棒的项目,终于有基于langchain开源生态的项目了,其它的Agent项目都重复造轮子,导致阅读代码非常困难,使用langgraph,我花费了五分钟就理解了项目代码。
closed
2025-03-20T05:41:05Z
2025-03-20T13:39:37Z
https://github.com/langmanus/langmanus/issues/65
[]
shell-nlp
2
biolab/orange3
numpy
6,643
Bulk .ows reader for monitoring our assets
**What's your use case?** I would like to analyse my orange workflows (.ows), and for that, what would be better than using Orange Data Mining ? **What's your proposed solution?** A tool where you can send folders or adresses (like \\srv_simon\odm\workflows\prod*2023*.ows and \\srv_simon\odm\workflows\), choose ...
closed
2023-11-19T09:30:23Z
2023-11-26T18:13:43Z
https://github.com/biolab/orange3/issues/6643
[]
simonaubertbd
1
dynaconf/dynaconf
fastapi
714
Add combo converters to the docs
Implemented here https://github.com/rochacbruno/dynaconf/pull/704 @EdwardCuiPeacock implemented and now we need to add to the proper docs section.
closed
2022-01-29T18:40:22Z
2022-04-16T16:29:39Z
https://github.com/dynaconf/dynaconf/issues/714
[]
rochacbruno
2
Evil0ctal/Douyin_TikTok_Download_API
fastapi
312
[BUG] 简短明了的描述问题
***发生错误的平台?*** 如:抖音/TikTok ***发生错误的端点?*** 如:API-V1/API-V2/Web APP ***提交的输入值?*** 如:短视频链接 ***是否有再次尝试?*** 如:是,发生错误后X时间后错误依旧存在。 ***你有查看本项目的自述文件或接口文档吗?*** 如:有,并且很确定该问题是程序导致的。
closed
2023-11-02T02:11:16Z
2024-02-07T03:44:32Z
https://github.com/Evil0ctal/Douyin_TikTok_Download_API/issues/312
[ "BUG" ]
RobinsChens
0
yzhao062/pyod
data-science
288
Refactor: have consistency name for keras model sub-object
When saving keras model, it creates issues, by hvaing different names ``` self.model_ self.combine_model ```
open
2021-03-03T01:55:39Z
2021-03-15T04:32:29Z
https://github.com/yzhao062/pyod/issues/288
[]
arita37
2
KevinMusgrave/pytorch-metric-learning
computer-vision
193
Add a "tuples_per_anchor" or "num_tuples" argument to BaseTupleMiner
This would allow users to limit the number of pairs/triplets returned by a miner. The ```triplets_per_anchor``` flag would be removed from TripletMarginLoss and MarginLoss. See #192 for related discussion.
open
2020-09-09T16:33:12Z
2020-09-09T16:33:32Z
https://github.com/KevinMusgrave/pytorch-metric-learning/issues/193
[ "enhancement" ]
KevinMusgrave
0
dpgaspar/Flask-AppBuilder
rest-api
2,267
in general: is it possible to remove firstname, lastname, username from the User entity ?
I want to make the registration process easy as possible, by removing unesseccary information. I can add my own attributes like phone_number by creating a new class and inheriting from User, but the problem is: **>>> I dont need firstname, lastname and username... How can I change the User entity ?** I saw that ...
open
2024-08-23T07:54:48Z
2024-09-07T12:38:38Z
https://github.com/dpgaspar/Flask-AppBuilder/issues/2267
[]
AttaM1rza
1
littlecodersh/ItChat
api
754
如何实现远程登录
本地运行itchat,登录时弹出的二维码只在当前网络有效,远程无法识别二维码 怎么破? ![image](https://user-images.githubusercontent.com/3257257/47961590-f3f53280-e048-11e8-82b7-5b1052283e34.png)
open
2018-11-04T05:12:34Z
2019-06-23T06:55:33Z
https://github.com/littlecodersh/ItChat/issues/754
[]
wqw547243068
3
JoeanAmier/XHS-Downloader
api
7
我的win无法运行,一直在←[0m←[38 ;5;32;48;5;234m,请问哪里出了问题。
![image](https://github.com/JoeanAmier/XHS_Downloader/assets/64457855/a53dd406-2f9b-44f1-aa89-1466ea646341) 还有cookie如何获取呀
open
2023-10-20T03:07:23Z
2023-10-21T02:46:38Z
https://github.com/JoeanAmier/XHS-Downloader/issues/7
[]
quchifanma
3
indico/indico
flask
6,113
Allow events to be linked to room booking occurrences
### Is your feature request related to a problem? Please describe. Room bookings may have multiple occurrences but events cannot be linked to them. Events can only be linked to the room booking itself. This means that if you have a room booking with multiple occurrences, you can only link one event to it. ### Des...
closed
2023-12-22T10:48:16Z
2024-03-11T09:57:05Z
https://github.com/indico/indico/issues/6113
[ "enhancement" ]
OmeGak
0
psf/requests
python
6,007
No Error when iteration over streamed content randomly stops
<!-- Summary. --> ## Expected Result An error is thrown when iterating over streamed content and the connection is closed/timed out by server. <!-- What you expected. --> ## Actual Result Iterating over streamed content randomly think it has all the content when it doesn't. <!-- What happened instead. -->...
closed
2021-12-15T04:31:41Z
2022-03-17T02:21:45Z
https://github.com/psf/requests/issues/6007
[]
AlphaSlayer1964
1
tableau/server-client-python
rest-api
1,573
Enhancement request: Add support for embedding snowflake key pair authentication credentials in data sources
## Description I want to embed key pair authentication credentials after publishing a Snowflake-connected data source to Tableau Cloud using Tableau Server Client.
open
2025-02-17T23:56:37Z
2025-02-17T23:56:37Z
https://github.com/tableau/server-client-python/issues/1573
[ "enhancement", "needs investigation" ]
george-prg
0
sqlalchemy/sqlalchemy
sqlalchemy
10,492
remove False from ping() for mysqlclient; need to keep it for pymysql but at the same time watch out for removal
### Discussed in https://github.com/sqlalchemy/sqlalchemy/discussions/10489 see thread at https://github.com/PyMySQL/mysqlclient/discussions/651#discussioncomment-7308971 we need to remove the False call for mysqlclient immediately, and probably apply introspection to the pymysql version to make sure we are eithe...
closed
2023-10-18T13:31:32Z
2023-10-20T13:27:28Z
https://github.com/sqlalchemy/sqlalchemy/issues/10492
[ "bug", "mysql", "near-term release" ]
zzzeek
2
matplotlib/mplfinance
matplotlib
560
Update data in Tkinter application
Hello! I'm sorry if this is the wrong forum to ask a question about this. I have a TkInter application where I create an mplfinance plot to show some data of a certain ticker. I also want to be able to update this data. Currently I have a GUI class that handles all the visuals, then I have a method that adds a pl...
closed
2022-10-12T10:56:05Z
2022-10-19T21:10:33Z
https://github.com/matplotlib/mplfinance/issues/560
[ "question" ]
eliasseverholt
3
ivy-llc/ivy
numpy
28,082
Fix Frontend Failing Test: jax - stat.paddle.mean
To-do List: https://github.com/unifyai/ivy/issues/27496
closed
2024-01-27T15:14:59Z
2024-01-31T15:01:42Z
https://github.com/ivy-llc/ivy/issues/28082
[ "Sub Task" ]
Sai-Suraj-27
0
Urinx/WeixinBot
api
245
发送消息时软件奔溃
4029534919478924547 滴雨的屋檐 -> 甜心宝贝我永远爱你: hi Traceback (most recent call last): File "weixin.py", line 1219, in <module> webwx.start() File "weixin.py", line 36, in wrapper return fn(*args) File "weixin.py", line 1013, in start _thread.start_new_thread(self.listenMsgMode()) File "weixin.py", l...
open
2018-01-02T01:05:25Z
2019-03-12T17:15:53Z
https://github.com/Urinx/WeixinBot/issues/245
[]
xiegeyang
7
dask/dask
pandas
11,395
When adding collumns from 2 dataframes will not compute in some instances, fix for one instance seems to break the other
**Describe the issue**: Upgrading to pandas 2, existing code. WE add some collumns together as part of our process some data seems to require a compute mid process but this then causes other data to fail, this seems buggy, there are 2 errors generated in the code below, it seems the fix for one bit of data breaks the ...
open
2024-09-18T10:23:45Z
2025-03-10T01:51:01Z
https://github.com/dask/dask/issues/11395
[ "needs attention", "dask-expr" ]
JimHBeam
1
microsoft/qlib
machine-learning
943
Bug in TCTS model
https://github.com/microsoft/qlib/blob/4dc66932d571fe6008db403f5780317ff2a3d09f/qlib/contrib/model/pytorch_tcts.py#L146-L148 Why set `p.init_fore_model = False` in line 148, this field makes no sense and not used in other place. I think it is a typo and should be `p.requires_grad = False` as the `init_fore_model...
closed
2022-03-02T09:46:10Z
2022-06-07T09:02:03Z
https://github.com/microsoft/qlib/issues/943
[ "stale" ]
Tribleave
2
stanford-oval/storm
nlp
260
Automatic Evaluation: Soft Heading Recall
Hi, I\`m wondering if there is a version that has been implemented by your team about the **"Soft Heading Recall"**? I\`m very interested in that metric. I`m finding a metric which can evaluate the similarity of article outlines. I\'ve implemented a version, but I\'m not sure if it\'s right. I\'d be grateful if you ...
closed
2024-11-28T15:15:38Z
2024-11-29T05:22:44Z
https://github.com/stanford-oval/storm/issues/260
[]
nkwejj
1
gradio-app/gradio
python
10,818
Bitdefender Issue
### Describe the bug ![Image](https://github.com/user-attachments/assets/8db5d656-1182-4773-99ed-88fdde280028) ### Have you searched existing issues? 🔎 - [x] I have searched and found no existing issues ### Reproduction I have no clue ### Screenshot ![Image](https://github.com/user-attachments/assets/554fb1a7-...
open
2025-03-17T17:42:00Z
2025-03-17T19:20:36Z
https://github.com/gradio-app/gradio/issues/10818
[ "bug" ]
PierrunoYT
1
pydata/xarray
numpy
9,690
Temporal polyfit does not use the same coordinate as polyval
### What happened? When fitting a variable along a temporal dimension, results from computing the fitted "trend" with `xr.polyval` were very different from the original variable. It seems that the function is not evaluated on the same coordinate the fit was made on. ### What did you expect to happen? The fit should...
closed
2024-10-28T15:09:43Z
2024-10-29T23:35:20Z
https://github.com/pydata/xarray/issues/9690
[ "bug", "regression" ]
aulemahal
0