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
tensorpack/tensorpack
tensorflow
585
Question about ShuffleNet Implementation
Two questions about the shuffle-net implementation: 1. Table 1 in the paper shows that stage 3 has 8 convolution layers. But in this implementation, stage 3 has only 6 convolution layers. (https://github.com/ppwwyyxx/tensorpack/blob/master/examples/ShuffleNet/shufflenet.py#L101) 2. According to the paper, ShuffleNet ...
closed
2018-01-08T13:51:39Z
2018-05-30T20:59:32Z
https://github.com/tensorpack/tensorpack/issues/585
[ "examples" ]
JesseYang
2
graphdeco-inria/gaussian-splatting
computer-vision
617
Question about using COLMAP for dividing train/test.
Firstly, thank you for your great work. I have a question about utilizing the COLMAP. We usually extract point clouds and camera poses from the images by COLMAP. To get camera pose, we usually run COLMAP simultaneously with both train & test dataset. However, it seems to get point clouds from test dataset. How d...
closed
2024-01-17T04:37:27Z
2024-05-24T09:01:02Z
https://github.com/graphdeco-inria/gaussian-splatting/issues/617
[]
YJ-142150
5
autokey/autokey
automation
230
Improve the debug logging output
## Classification: Enhancement ## Summary There are several outdated, wrong, or oddly worded logging messages. The task is to collect all those wrong, odd or spammy logging messages and improve them. Find largely unlogged code and add some logging messages (but not into hot code paths). ### Wrong messages...
open
2018-12-07T22:37:21Z
2024-11-14T08:46:06Z
https://github.com/autokey/autokey/issues/230
[ "enhancement", "help-wanted" ]
luziferius
16
netbox-community/netbox
django
18,275
Add support for Infiniband GUIDs
### NetBox version v3.5.9 (but we plan to upgrade soon) ### Feature type Data model extension ### Triage priority I'm a NetBox Labs customer ### Proposed functionality I would like to be able to configure an Infiniband System GUID on Devices, as well as a Node GUID and Port GUID for each Infiniband Interface (ex...
open
2024-12-27T22:35:27Z
2025-02-20T18:12:00Z
https://github.com/netbox-community/netbox/issues/18275
[ "type: feature", "needs milestone", "status: backlog", "complexity: low" ]
ccope
2
piskvorky/gensim
machine-learning
3,268
Can't suppress lifecycle events
#### Problem description I'm trying to use gensim inside another tool that is using `logging` module and want to suppress logging messages from gensim. `gensim.models.word2vec.logger.level = logging.ERROR` removes the training progress but the lifecycle messages still appear. According to https://radimrehurek.com/...
closed
2021-11-16T12:50:38Z
2021-11-17T12:22:16Z
https://github.com/piskvorky/gensim/issues/3268
[]
ZJaume
2
microsoft/MMdnn
tensorflow
152
Converted Resent18 from mxnet is predicting label incorrectly
Ubuntu - 14.04 Python version: 2.7 Caffe : 1.0.0 (CPU) MMDNN Path : http://data.dmlc.ml/mxnet/models/imagenet/resnet/18-layers/resnet-18-symbol.json http://data.dmlc.ml/mxnet/models/imagenet/resnet/18-layers/resnet-18-0000.params I have successfully converted mxnet to caffe Model resnet-18.prototxt ...
closed
2018-04-19T14:52:21Z
2018-05-08T09:52:38Z
https://github.com/microsoft/MMdnn/issues/152
[ "bug" ]
prashant-puri
5
keras-team/keras
python
20,407
Falied to load gru layer weights to gru cell, Layer 'gru_cell' expected 3 variables, but received 0 variables during loading
Using tensorflow 2.16.1 with keras 3.5.0 falied to load pretrained gru layers weights to a gru cell. the tow layer are defined as below For gru layers: t_rnn_1 = keras.layers.GRU(units=64, return_sequences=True)(t_in_1) t_rnn_2 = keras.layers.GRU(units=64, return_sequences=True)(t_rnn_1) t_dense_c ...
closed
2024-10-25T02:59:39Z
2024-12-19T02:06:21Z
https://github.com/keras-team/keras/issues/20407
[ "stat:awaiting response from contributor", "stale", "type:Bug" ]
victorVoice
7
Nemo2011/bilibili-api
api
81
【需求】添加检测 Cookies 是否有效功能
## 需求原因 b站 cookies 可能因超过时限、退出登录等原因失效,需要及时检测重新登陆。 ## 实现方法 向 `https://api.bilibili.com/x/web-interface/nav` 发送 `Get` 请求,若 `resp['code']` 值为 0 ,则登陆有效,反之失效。
closed
2022-09-30T14:50:59Z
2022-10-01T07:10:26Z
https://github.com/Nemo2011/bilibili-api/issues/81
[]
boxie123
1
CorentinJ/Real-Time-Voice-Cloning
pytorch
1,188
error while running demo
can some1 pls help me with this error ![image_2023-04-09_192236172](https://user-images.githubusercontent.com/126923861/230775217-1c0a0924-823d-4251-9c9a-066ca24861a4.png)
open
2023-04-09T13:22:41Z
2023-04-19T16:34:01Z
https://github.com/CorentinJ/Real-Time-Voice-Cloning/issues/1188
[]
Aivoice1
1
deepset-ai/haystack
pytorch
8,204
DocumentStore deserialiation with from_dict creates a new class instead of calling from_dict on the DocumentStore
**Describe the bug** Components that deserialize a document store through `to_dict` do not call `from_dict` on the document store, but create a new instance of it. That can be wrong if the functionality differs. We found that problem while testing out the new IAM workflow in the OpenSearch integration together with a...
closed
2024-08-12T16:16:13Z
2024-08-14T08:56:33Z
https://github.com/deepset-ai/haystack/issues/8204
[ "type:bug" ]
FHardow
0
K3D-tools/K3D-jupyter
jupyter
267
Click and hover callbacks not working
Nothing happens when using the click and hover callbacks shown in the example notebooks: `examples/labels.ipynb` and `examples/voxel_callback.ipynb`. I get these errors in the Console: ![image](https://user-images.githubusercontent.com/20907755/107878179-87c93080-6ed9-11eb-9e39-94cae4261772.png) K3D version: 2.9.3...
closed
2021-02-14T13:36:50Z
2021-04-14T12:41:54Z
https://github.com/K3D-tools/K3D-jupyter/issues/267
[ "Next release" ]
dneuhof
2
sebastianruder/NLP-progress
machine-learning
634
Dependency parsing using NLP for list of words rather than a given sentence
I have search alot about for a given implementation within NLP that can expect list of words as input variable and define the sequencing or some kind of dependency for execution. For instance: There is a list of words as, ['delete', 'add', 'redeploy', 'create', 'cell', 'sector'] Now, I would like to re-arrange th...
open
2023-03-13T21:22:21Z
2024-08-05T12:55:27Z
https://github.com/sebastianruder/NLP-progress/issues/634
[]
gupta-alok
1
fastapi/fastapi
api
12,402
[BUG] In version 0.115.0 of FastAPI, the pydantic model that has declared an alias cannot correctly receive query parameters
Thank you for all the work you have done. I have initiated the [discussion ](https://github.com/fastapi/fastapi/discussions/12401)as requested, but I think this issue is quite important. Initiating this issue is just to prevent the discussion from being drowned out, and I apologize for any offense. ### Example Code ...
open
2024-10-08T06:42:41Z
2025-01-21T06:56:01Z
https://github.com/fastapi/fastapi/issues/12402
[]
insistence
10
microsoft/MMdnn
tensorflow
15
TensorflowEmitter has not supported operator [sum].
This happened to me when converting a Caffe ResNet model to TensorFlow. I used Python 3 and `MMdnn-0.1.1`, installed via `pip`.
closed
2017-12-01T14:28:42Z
2017-12-01T23:56:38Z
https://github.com/microsoft/MMdnn/issues/15
[ "bug", "enhancement" ]
dhaase-de
2
onnx/onnx
machine-learning
6,718
Minimum protobuf version is upgraded to v25.1
I recently found that builds created with `pip install .` requires protobuf>5 to function. Should we double check the project's requirement? cc @andife
open
2025-02-20T20:24:04Z
2025-03-05T09:39:20Z
https://github.com/onnx/onnx/issues/6718
[ "topic: build", "protobuf" ]
justinchuby
29
sinaptik-ai/pandas-ai
data-visualization
1,386
Install pandasai with python 3.12, pandas 1.5.3 -> 2.1.1
### System Info Impossible to install pandasai with python 3.12: Python 3.12 OS : ubuntu Pandasai version: - 2.2.15 : nok - 2.2.10 : nok - 2.1.1 : nok - 2.0.44 : nok - 2.0 : nok - 1.5.21 : nok ### 🐛 Describe the bug Please could you upgrade the pandas requirement from 1.5.3 to a newer version like ...
closed
2024-10-07T12:57:22Z
2025-02-20T17:41:54Z
https://github.com/sinaptik-ai/pandas-ai/issues/1386
[ "bug" ]
SebG-js
17
long2ice/fastapi-cache
fastapi
107
when request is present, cache is disabled
Due to this line: https://github.com/long2ice/fastapi-cache/blob/8f0920d0d7f0a34bfb8987736cf794be5e3cc33f/fastapi_cache/decorator.py#L128 When request is present, cache is disabled. Why do we do so? Isn't it quite normal if user want to customize key builder that takes in request object? I can create a pr to fix...
closed
2022-12-14T10:40:13Z
2023-05-14T21:43:31Z
https://github.com/long2ice/fastapi-cache/issues/107
[]
schwannden
2
fastapi/fastapi
asyncio
12,133
Your upgrade of 113 broken all gradio apps - a fix needed ASAP this is devastating
a very basic just gradio having app fast api 111 fixes issue all of my followers now reporting errors and so hard to fix all i don't know how can you publish such a devastating bug having version please fix it ASAP ``` 2024-09-06 00:12:20,515 - INFO - HTTP Request: GET https://api.gradio.app/gradio-messa...
closed
2024-09-05T21:18:44Z
2024-10-22T22:18:21Z
https://github.com/fastapi/fastapi/issues/12133
[ "answered" ]
FurkanGozukara
37
plotly/dash
dash
2,233
Include type hints in function parameters
Hi, Static type checkers (mypy, pyright/pylance) are becoming increasingly popular in the python world. For now they don't work with Dash as there are no type annotations included with the library. From what I understand, python code for dash components as well as their docstrings are somehow transpiled from ja...
open
2022-09-17T10:09:59Z
2024-08-13T19:19:30Z
https://github.com/plotly/dash/issues/2233
[ "feature", "P3" ]
ldorigo
4
whitphx/streamlit-webrtc
streamlit
1,350
The video chat example has been broken with streamlit>=1.20.0
open
2023-08-20T15:02:13Z
2023-08-20T15:02:13Z
https://github.com/whitphx/streamlit-webrtc/issues/1350
[]
whitphx
0
pallets-eco/flask-wtf
flask
289
no reset form button
there should be a reset form button to refresh the form or clear the form.
closed
2017-04-13T10:30:23Z
2021-05-27T00:57:43Z
https://github.com/pallets-eco/flask-wtf/issues/289
[]
irfan-zoefit
1
ymcui/Chinese-LLaMA-Alpaca
nlp
503
13B中文二次预训练的训练数据以及是否有提升
您好,感谢您的工作,请问能否告知Chinese-LLaMA-Plus-13B的二次预训练使用了120G的数据是哪一些,是否有测试过性能提升?谢谢。
closed
2023-06-04T14:20:48Z
2023-06-07T12:36:10Z
https://github.com/ymcui/Chinese-LLaMA-Alpaca/issues/503
[]
AceCHQ
12
nschloe/tikzplotlib
matplotlib
483
Tikzplotlib error on 3D surface plot
# Problem Description Trying to plot a simple 3D surface plot and then save the results with tikzplotlib throws an error. Minimum working example: ```python from matplotlib import pyplot as plt import tikzplotlib import numpy as np X, Y = np.meshgrid(np.linspace(0, 1), np.linspace(0, 1)) fig, ax = plt...
closed
2021-05-04T16:33:38Z
2021-05-06T07:52:04Z
https://github.com/nschloe/tikzplotlib/issues/483
[]
peterdsharpe
4
davidsandberg/facenet
computer-vision
1,085
Where are the export_embeddings.py output files saved?
closed
2019-09-17T17:25:12Z
2019-09-17T17:40:41Z
https://github.com/davidsandberg/facenet/issues/1085
[]
yuanbit
0
slackapi/bolt-python
fastapi
833
Options are not updated on slack external data drop down
(Describe your issue and goal here) #### The `slack_bolt` version slack-bolt==1.16.1 #### Python runtime version Python 3.9.10 #### OS info Mac OS - Ventura - 13.1 #### Steps to reproduce: ```python @app.options(re.compile("(address_options)")) def get_address_options(ack, payload): keywo...
closed
2023-02-20T16:20:20Z
2023-04-10T00:10:25Z
https://github.com/slackapi/bolt-python/issues/833
[ "question", "need info", "auto-triage-stale" ]
vasanthkanugo
3
deepset-ai/haystack
pytorch
8,240
Update tests in core integration: langfuse
closed
2024-08-15T14:26:11Z
2024-08-16T14:21:40Z
https://github.com/deepset-ai/haystack/issues/8240
[]
shadeMe
0
keras-team/keras
pytorch
20,061
Support advanced ND scatter/reduce operations
## Proposal Support operations that scatter updates into a tensor with the following requirements: - Support a reduction with overlapping values (e.g. min, max, sum) - Supports default value `tensor` to also consider in the reduction - Supports ND updates & indices Essentially, support tensorflow's `tensor_scatt...
open
2024-07-29T15:45:06Z
2024-08-01T17:09:49Z
https://github.com/keras-team/keras/issues/20061
[ "type:feature" ]
aboubezari
2
d2l-ai/d2l-en
machine-learning
1,707
typo in eqn 10.2.7
In the denominator of 10.2.7 in the [kernel regression section](http://d2l.ai/chapter_attention-mechanisms/nadaraya-waston.html), second line, it should be x_j not x_i.
closed
2021-04-02T23:14:48Z
2021-04-03T03:21:44Z
https://github.com/d2l-ai/d2l-en/issues/1707
[]
murphyk
1
sloria/TextBlob
nlp
63
NaiveBayesClassifier taking too long
Hi, I've a small dataset of 1000 tweets which I've classify in pos/neg for training. When I tried to use it at the NaiveBayesClassifier() it tooks like 10-15min to return a result... Is there a way to save the result of the classifier like a dump and reuse that for further classifications ? Thanks
closed
2014-05-29T15:28:29Z
2017-08-16T03:46:36Z
https://github.com/sloria/TextBlob/issues/63
[]
canivel
12
sanic-org/sanic
asyncio
2,983
Spammy massage - PyPy readlink
### Is there an existing issue for this? - [X] I have searched the existing issues ### Is your feature request related to a problem? Please describe. The message: `PyPy: Skipping patching of the os module as it appears the 'readlink' function has been added.` is spammed when I launch sanic. ### Describe the solut...
open
2024-07-03T18:36:41Z
2024-07-03T18:36:41Z
https://github.com/sanic-org/sanic/issues/2983
[ "feature request" ]
Commandcracker
0
deepinsight/insightface
pytorch
2,024
get different face detection points between sagemaker and docker
open
2022-06-07T09:33:23Z
2022-06-07T09:33:23Z
https://github.com/deepinsight/insightface/issues/2024
[]
MyTimeBox
0
littlecodersh/ItChat
api
66
如何主动给订阅号发信息
希望主动给订阅号发送信息,目前通过get_friends, get_contract均无法得到订阅号信息,不知道应当如何得到订阅号对象uid.
closed
2016-08-16T07:15:48Z
2016-09-17T02:17:55Z
https://github.com/littlecodersh/ItChat/issues/66
[ "enhancement", "question" ]
brothertian
4
modin-project/modin
data-science
7,389
Error: No artifacts found matching pattern 'coverage-data-*'
An example job - https://github.com/modin-project/modin/actions/runs/10739332142/job/29787205709. In versions of actions/upload-artifact before v4.4.0 hidden files, such as .path were included by default. After [release v4.4.0](https://github.com/actions/upload-artifact/releases/tag/v4.4.0) we need to use a new option ...
closed
2024-09-06T16:14:03Z
2024-09-09T14:32:38Z
https://github.com/modin-project/modin/issues/7389
[ "bug 🦗", "CI" ]
YarShev
0
pytorch/vision
machine-learning
8,192
torchvision.io: don't warn about missing image libraries unless necessary
### 🐛 Describe the bug If no image libraries are installed, the following will warn: ```pycon >>> import torchvision UserWarning: Failed to load image Python extension: ``` I propose we only warn when importing `torchvision.io` or when using a specific function that requires one of these image libraries. Rel...
open
2024-01-01T14:46:08Z
2024-08-19T11:54:56Z
https://github.com/pytorch/vision/issues/8192
[]
adamjstewart
8
modelscope/modelscope
nlp
822
如果一个模型仓库里面只改了一个小文件,是不是整个仓库都重新下载?
通义千问1.5 14B模型几天前更新了 tokenizer.json 文件,今天我跑运行的时候,所有权重文件都一起下载了一遍 这个是feature还是bug?有没有选项可以控制这个行为呢? 谢谢!
closed
2024-04-09T04:54:57Z
2024-05-26T01:51:43Z
https://github.com/modelscope/modelscope/issues/822
[ "Stale" ]
kratorado
5
recommenders-team/recommenders
deep-learning
1,237
[BUG] smoke test creates folders in rootdir that should have been temporary
### Description <!--- Describe your issue/bug/request in detail --> When running test_extract_mind(size,tmp) in tests/smoke/test_mind.py, it creates MINDxxx_train.zip folder that are removed after tests. (xxx is either demo or small). I would expect folder would be created in /tmp and would be deleted after the t...
closed
2020-11-08T15:57:28Z
2021-05-13T13:36:51Z
https://github.com/recommenders-team/recommenders/issues/1237
[ "bug" ]
wutaomsft
1
mirumee/ariadne
graphql
510
Subscriptions testing
Hi, I could not find a way to test my already created subscription ``` import asyncio from ariadne import SubscriptionType, make_executable_schema from ariadne.asgi import GraphQL type_def = """ type Subscription { counter: Int! } """ subscription = SubscriptionType() @subscription.s...
closed
2021-03-25T09:49:10Z
2021-03-25T10:20:28Z
https://github.com/mirumee/ariadne/issues/510
[]
sztadii
0
brightmart/text_classification
nlp
139
HAN的attention里为什么加reduce_sum和reduce_max?
在HAN的attention里面看到: ` attetion_logits = tf.reduce_sum(hidden_state_context_similarity,axis = 2) attention_logits_max = tf.reduce_max(attention_logits, axis = 1,keep_dims = True) p_attention = tf.nn.softmax(attetion_logits-attention_logits_max)` 原论文里没看到这个操作,请问这是为什么呢?
open
2020-04-21T12:43:31Z
2020-05-20T12:17:40Z
https://github.com/brightmart/text_classification/issues/139
[]
fengdoudou1895
1
junyanz/pytorch-CycleGAN-and-pix2pix
computer-vision
899
About Error
Hi! I am in trouble because I got an error and could not solve it. Please tell me how to resolve. The details of the error are described below. Error during test. Traceback (most recent call last): File "test.py", line 60, in <module> model.test() # run inference File "C:\Users\migita\pyto...
closed
2020-01-16T05:38:23Z
2020-01-16T10:10:49Z
https://github.com/junyanz/pytorch-CycleGAN-and-pix2pix/issues/899
[]
hanatyaki6
1
learning-at-home/hivemind
asyncio
204
Using one p2pd from multiple processes
(libp2p branch) As of right now, hivemind.P2P runs and controls a p2pd instance and accepts all incoming requests in a single process. However, a typical hivemind peer will run multiple processes that all require p2p communication. Can you please research: * [ ] is it possible to connect multiple pythonic client...
closed
2021-04-02T01:00:17Z
2021-04-07T10:27:48Z
https://github.com/learning-at-home/hivemind/issues/204
[ "enhancement", "averaging" ]
justheuristic
1
yihong0618/running_page
data-visualization
403
通过github action + vercel部署完页面不会自动刷新
* 试了多个浏览器都存在这个问题,应该不是浏览器缓存的问题... * 手动control+r后会刷新 * 收到了很多vercel node version出错的部署错误 “Error: Node.js Version "12.x" is discontinued and must be upgraded. Please set Node.js Version to 18.x in your Project Settings to use Node.js 18.” https://github.com/yvetterowe/running_page 这个是我fork的版本。不知道是不是gatsby还是github actio...
closed
2023-04-25T01:08:29Z
2023-06-19T03:04:13Z
https://github.com/yihong0618/running_page/issues/403
[]
yvetterowe
4
joouha/euporie
jupyter
72
render error on matplotlib plots
I have installed euporie via pipx and run inside Kitty terminal, simple matplotlib draw seems not rendered correctly <img width="482" alt="image" src="https://user-images.githubusercontent.com/14024960/235822894-178652a1-47a5-426c-8621-d3ddb126f473.png"> how to further trace what's going wrong?
open
2023-05-03T02:34:53Z
2024-01-18T12:50:11Z
https://github.com/joouha/euporie/issues/72
[]
remifan
3
hankcs/HanLP
nlp
1,248
寻求解决方案:人名、电话、省市区识别问题中的:人名识别问题
当前最新版本号是:portable-1.7.4 我使用的版本是:portable-1.7.3 ## 我的问题 需求:从一串文本中提取电话、省市区(单独提取),人名 实现逻辑:建议对应的省、市、区词库(使用的是CustomDictionary.insert强行插入) 、人名单独的俩个词典 ## 复现问题 ![image](https://user-images.githubusercontent.com/9693917/61531356-2faa1e00-aa59-11e9-874d-048e126c79a0.png) 打印词性如下: 一串文本中:黄英男 12345328978 湖南娄底双峰A街...
closed
2019-07-19T11:17:23Z
2020-01-01T10:49:05Z
https://github.com/hankcs/HanLP/issues/1248
[ "ignored" ]
bushuaigege
4
miguelgrinberg/flasky
flask
293
Refresh the register page
If the form doesn't pass the validation, error messages would be added into the form. However, if I refresh the page, it would cause a duplicate form submission. Using redirect can solve the problem, but error messages will be lost. Is there a better way to solve the problem?
closed
2017-08-22T19:16:56Z
2017-12-10T20:10:07Z
https://github.com/miguelgrinberg/flasky/issues/293
[ "question" ]
leon0707
3
ymcui/Chinese-LLaMA-Alpaca-2
nlp
272
建议优化一下关键词
很好的项目!就是建议优化一下关键词,在github上使用chinese llama2搜索,本项目竟然不在结果列表里!
closed
2023-09-13T09:43:37Z
2023-09-14T03:46:10Z
https://github.com/ymcui/Chinese-LLaMA-Alpaca-2/issues/272
[]
liuyijiang1994
1
widgetti/solara
jupyter
784
Deprecate use_thread, and take use_task and @task out of lab
Note that use_task should also by default take dependencies=None as argument to be less confusing compare to task (it shouldn't autorun, just be component local) See https://github.com/widgetti/solara/pull/783 for docs changes related to this
open
2024-09-12T14:00:22Z
2024-09-20T10:03:14Z
https://github.com/widgetti/solara/issues/784
[]
maartenbreddels
1
NVIDIA/pix2pixHD
computer-vision
45
Cuda out of memory even when trainning 512_p images?
Hi,I try to train 512_p images using my data.But when I try to run "python train.py --name label2city_512" command,it show cuda out of memory,my set :GPU is 12G,cuda 8.0,pytorch 0.3.I wonder is there anyone have this problem when using examples given in github to train?
closed
2018-07-19T07:39:41Z
2019-08-21T07:53:09Z
https://github.com/NVIDIA/pix2pixHD/issues/45
[]
594cp
1
DistrictDataLabs/yellowbrick
scikit-learn
683
Make yellowbrick.datasets prime time
In #535 we implemented a new `yellowbrick.datasets` module that dramatically reduces the amount of work users have to do to access our examples and reproduce our visualizations. These datasets also will enhance our testing with more robust loading and dataset management. In this epic, we make the `yellowbrick.dataset...
closed
2019-01-02T02:47:04Z
2019-08-08T02:43:32Z
https://github.com/DistrictDataLabs/yellowbrick/issues/683
[ "Epic" ]
bbengfort
0
plotly/dash
data-visualization
3,002
Dash on Windows crashes with Syntax Error due to forward slash in Windows path
I did a Quick-Fix to solve this issue for myself (see below), but I like to share my findings here and give opportunity to fix this properly. **Describe your context** I run JupyterLab Desktop on Windows 11 (64-bit) Then I import dash like so: ``` from dash import Dash from dash import dcc, html from dash....
open
2024-09-13T13:59:15Z
2024-09-16T13:14:18Z
https://github.com/plotly/dash/issues/3002
[ "bug", "P2" ]
SunnyBoyVivaldi
0
jowilf/starlette-admin
sqlalchemy
434
Enhancement: Support for TortoiseORM
I believe we can get inspired by [fastapi-admin/fastapi-admin](https://github.com/fastapi-admin/fastapi-admin) for TortoiseORM Contrib.
open
2023-12-23T16:18:33Z
2023-12-23T16:18:33Z
https://github.com/jowilf/starlette-admin/issues/434
[ "enhancement" ]
hasansezertasan
0
MagicStack/asyncpg
asyncio
288
TypeError: unsupported operand type(s) for -: 'datetime.date' and 'datetime.datetime'
<!-- Thank you for reporting an issue/feature request. If this is a feature request, please disregard this template. If this is a bug report, please answer to the questions below. It will be much easier for us to fix the issue if a test case that reproduces the problem is provided, with clear instructions on ...
closed
2018-05-09T02:12:38Z
2018-06-02T01:45:11Z
https://github.com/MagicStack/asyncpg/issues/288
[]
koalacc
1
agronholm/anyio
asyncio
256
Allow re-entry into the event loop using tokens
Trio allows using [trio.from_thread.run](https://trio.readthedocs.io/en/stable/reference-core.html#trio.from_thread.run) and [trio.from_thread.run_sync](https://trio.readthedocs.io/en/stable/reference-core.html#trio.from_thread.run_sync) to be called from unrelated threads as long as a token (from trio.low_level.curren...
open
2021-04-10T11:40:52Z
2022-11-15T11:28:33Z
https://github.com/agronholm/anyio/issues/256
[ "enhancement" ]
agronholm
1
microsoft/nlp-recipes
nlp
482
[BUG] error in entailment notebook on integration tests
### Description <!--- Describe your bug in detail --> ``` tests/integration/test_gpu_utils.py . [ 9%] tests/integration/test_notebooks_entailment.py F [ 18%] tests/integration/test_notebooks_interpretability.py . [ 27%] tests/integratio...
closed
2019-11-20T22:46:26Z
2019-11-21T19:10:56Z
https://github.com/microsoft/nlp-recipes/issues/482
[ "bug" ]
miguelgfierro
1
NVlabs/neuralangelo
computer-vision
78
Result mesh is very poor for indoor scenes
Hello, I took a video of an indoor scene but only from a frontal view (so I did not have the camera move around the whole room but just a part of it) and I initially expected myself to get color results of that portion where I can move in and out to view objects but the resulting mesh is this colorless blob looking obj...
closed
2023-08-25T23:56:28Z
2023-08-28T23:59:46Z
https://github.com/NVlabs/neuralangelo/issues/78
[]
smandava98
4
tqdm/tqdm
jupyter
1,385
Suggestion: add tqdm.clear() by stack level
While processing data, very often, we need to print warning messages in the scroll-back history. To avoid the trailing progress bar (as shown below), we need to call tqdm.clear(). ![image](https://user-images.githubusercontent.com/10172392/197672444-abc670ab-4739-42ff-b715-55b161bf18d9.png) The current implementati...
open
2022-10-25T03:15:28Z
2022-10-25T03:15:28Z
https://github.com/tqdm/tqdm/issues/1385
[]
xuancong84
0
google-research/bert
tensorflow
575
how to use bert for text generation task like NMT, QA?
open
2019-04-13T07:33:17Z
2019-04-13T07:33:17Z
https://github.com/google-research/bert/issues/575
[]
SeekPoint
0
open-mmlab/mmdetection
pytorch
11,330
如何配置多个损失函数?
我想给不同的FPN层使用不同的损失函数,请问该如何实现?
open
2024-01-01T07:15:09Z
2024-01-01T07:15:09Z
https://github.com/open-mmlab/mmdetection/issues/11330
[]
hefangnan
0
scikit-learn/scikit-learn
python
30,008
DOC update MAPE description
### Describe the issue linked to the documentation References #29775 ### Issue The text in the MAPE formula is incorrect. ``` The MAPE formula here represents a relative error and outputs a value in the range [0, 1]. It is not a percentage in the range [0, 100] and a value of 100 does not mean 100%...
closed
2024-10-04T13:25:16Z
2024-10-08T18:29:52Z
https://github.com/scikit-learn/scikit-learn/issues/30008
[ "Documentation" ]
reshamas
1
explosion/spaCy
machine-learning
13,139
spacy.load error decorative function
<!-- NOTE: For questions or install related issues, please open a Discussion instead. --> ## How to reproduce the behaviour <!-- Include a code example or the steps that led to the problem. Please try to be as specific as possible. --> !python3 -m spacy download en_core_web_sm import spacy nlp = spacy.load("en...
closed
2023-11-20T22:01:25Z
2023-11-22T20:57:48Z
https://github.com/explosion/spaCy/issues/13139
[ "install" ]
AMS-L
1
miguelgrinberg/Flask-Migrate
flask
107
Using Flask migrate via console scripts
First of all, thanks for this package. In my app, I am trying to define a entry point: ``` app-db-upgrade=app:upgrade ``` And in `app.py`, I have: ``` def upgrade_db(): upgrade() ``` However, I get a: `RuntimeError: working outside of application context`. I understand why it is happening. So I am wondering if...
closed
2016-04-18T05:33:02Z
2016-04-18T23:25:06Z
https://github.com/miguelgrinberg/Flask-Migrate/issues/107
[ "question" ]
amitsaha
2
tensorflow/tensor2tensor
deep-learning
953
Bug - one mistaken line in next_frame.py
### Description There is a bug of one newly added extra line: from tensorflow_models.slim.nets.cyclegan import cyclegan_upsample in tensor2tensor/models/research/next_frame.py ... ### Environment information ``` OS: <your answer here> $ pip freeze | grep tensor # your output here $ python -V # ...
closed
2018-07-24T01:51:40Z
2018-07-25T18:58:08Z
https://github.com/tensorflow/tensor2tensor/issues/953
[]
johnyjyu
3
matterport/Mask_RCNN
tensorflow
2,178
How to calculate mean Average Recall (mAR)?
I customized the "https://github.com/matterport/Mask_RCNN.git" repository to train with my own data set, for object detection, ignoring the segmentation part of the mask. Now, I am evaluating my results, I can calculate the MAP through the function: compute_ap, from "https://github.com/matterport/Mask_RCNN/blob/master/...
closed
2020-05-12T20:33:04Z
2021-03-22T03:46:50Z
https://github.com/matterport/Mask_RCNN/issues/2178
[]
WillianaLeite
4
tflearn/tflearn
data-science
382
Unable to import image_preloader
I pip installed tflearn and found there is no function named inside "data_utils". However, the same function is present in data_utils.py found in the official github page https://github.com/tflearn/tflearn/blob/4ba8c8d78bf1bbdfc595bf547bad30580cb4c20b/tflearn/data_utils.py
closed
2016-10-07T15:14:50Z
2016-10-09T02:38:45Z
https://github.com/tflearn/tflearn/issues/382
[]
Vikramank
4
httpie/cli
api
1,400
Deprecate PROTOCOL_SSLv23
## Enhancement request Move away from `PROTOCOL_SSLv23` as it now defaults to `PROTOCOL_TLS` … and we should (probably?) use `PROTOCOL_TLS_CLIENT` explicitly. --- ## Problem it solves Deprecated since 3.6, might be needed for going ahead with features like #722 where a range of `SSLContext.*` is needed etc....
open
2022-05-10T19:23:21Z
2024-10-30T10:53:39Z
https://github.com/httpie/cli/issues/1400
[ "enhancement", "new" ]
janbrasna
3
Neoteroi/BlackSheep
asyncio
515
Python 3.13 wheels
Hi - it would be great to see a new release with Python 3.13 wheels. I just noticed this morning when running some integration tests. Thanks!
open
2024-10-20T06:10:14Z
2025-03-14T16:08:58Z
https://github.com/Neoteroi/BlackSheep/issues/515
[]
dantownsend
5
zappa/Zappa
django
589
[Migrated] NameError: name 'LAMBDA_CLIENT' is not defined
Originally from: https://github.com/Miserlou/Zappa/issues/1533 by [charlax](https://github.com/charlax) ## Context Python 3.6 I'm trying to run async tasks with Zappa. The details of my environment are probably causing the issue, but my problem is more with the absence of error messages. ## Expected Behavior ...
closed
2021-02-20T12:26:16Z
2024-10-30T09:48:49Z
https://github.com/zappa/Zappa/issues/589
[ "no-activity", "auto-closed" ]
jneves
3
sherlock-project/sherlock
python
2,295
PIP installing error
### Installation method PyPI (via pip) ### Description open cmd running : pip install --user sherlock-project ### Steps to reproduce G:\sherlock-master>pip install --user sherlock-project Collecting sherlock-project Using cached sherlock_project-0.15.0-py3-none-any.whl.metadata (3.0 kB) Requirement alread...
closed
2024-09-13T06:55:34Z
2024-11-01T06:55:48Z
https://github.com/sherlock-project/sherlock/issues/2295
[ "environment" ]
zegwei
3
suitenumerique/docs
django
782
✨Activate AI only if env set
## Bug Report Even if the AI setting are not set the AI button is displayed on the frontend side. Add a feature flag to activate the AI only when the setting are filled.
open
2025-03-20T16:07:42Z
2025-03-20T16:07:55Z
https://github.com/suitenumerique/docs/issues/782
[ "bug", "frontend", "AI" ]
AntoLC
0
keras-team/keras
deep-learning
20,333
Custom activation functions cause TensorFlow to crash
I originally posted this issue in the [TensorFlow GitHub](https://github.com/tensorflow/tensorflow/issues/77048), and was told it looks like a Keras issue and I should post it here. TensorFlow version: 2.17.0 OS: Linux Mint 22 Python version: 3.12.7 Issue: I can successfully define a custom activation...
closed
2024-10-08T14:04:04Z
2024-11-29T02:07:11Z
https://github.com/keras-team/keras/issues/20333
[ "stat:awaiting response from contributor", "stale" ]
AtticusBeachy
7
jadore801120/attention-is-all-you-need-pytorch
nlp
36
the accuracy in the process of training is always zero
i have problem here, when training, the accuracy on training data and validation data is always zeros, can anyone help me ? thanks a lot.
closed
2017-12-14T06:59:57Z
2018-08-25T17:52:49Z
https://github.com/jadore801120/attention-is-all-you-need-pytorch/issues/36
[]
zhang-wen
4
mitmproxy/mitmproxy
python
7,353
sysctl config changes
#### Problem Description A clear and concise description of what the bug is. The documentation [here](https://docs.mitmproxy.org/stable/howto-transparent/) is now out of date due to changes in the structure of the configs. The following are all deprecated and will give the error "unknown oid" 1. `net.ipv4.ip...
closed
2024-11-26T18:47:11Z
2024-11-28T18:41:06Z
https://github.com/mitmproxy/mitmproxy/issues/7353
[ "kind/docs", "help wanted", "os/osx" ]
hrdwdmrbl
3
errbotio/errbot
automation
1,048
Is there functionality to hold a conversation?
### I am... * [X] Suggesting a new feature? * [X] Requesting help with running my bot ### I am running... * Errbot version: 5.0.1 * OS version: Windows 7 * Python version: 3.5.2 * Using a virtual environment: yes/no (yes, conda environment) Hello, I've used errbot for a bit to implement a number of bot ...
closed
2017-06-29T21:00:33Z
2017-06-30T21:18:10Z
https://github.com/errbotio/errbot/issues/1048
[]
jkornblum
2
graphql-python/graphene-django
graphql
484
filter_for_reverse_field has been removed in django-filter==2.0.0
GrapheneFilterSetMixin should be updated properly for working with newer versions on django-filter
closed
2018-08-01T16:25:25Z
2018-09-05T11:10:52Z
https://github.com/graphql-python/graphene-django/issues/484
[]
GeyseR
1
lucidrains/vit-pytorch
computer-vision
55
Anyone tried to train this code with Imagenet from scratch ?
Thanks for the amazing work !! I follow the hyperparameter described in the original paper, with Adam optimizer, batch size = 4096, lr=3x10−3, weight_decay = 0.3, dropout = 0.1, but it seems that the regularization is too strong and the model can not converge well.
open
2020-12-29T12:02:45Z
2020-12-29T17:41:42Z
https://github.com/lucidrains/vit-pytorch/issues/55
[]
mingkai-zheng
1
JaidedAI/EasyOCR
deep-learning
1,295
Zero Accuracy in Trainer
i have this config file : number: '0123456789' symbol: " !\"$%&'()*+,-./:;<=>?@[]\\_`{}|~©°—‘’“”" lang_char: 'ABCDEFGHIJKLMNOPQRSTUVWXYZabcdefghijklmnopqrstuvwxyz' experiment_name: 'en_filtered5' train_data: 'all_data' valid_data: 'all_data/' manualSeed: 1111 workers: 6 batch_size: 32 num_iter: 100 valInterv...
open
2024-08-19T09:57:24Z
2024-08-19T09:57:24Z
https://github.com/JaidedAI/EasyOCR/issues/1295
[]
initmahdii
0
scikit-hep/awkward
numpy
2,490
Positional reducers produce strange results for `axis != -1` on regular types
### Version of Awkward Array main ### Description and code to reproduce ```python import awkward as ak import numpy as np x = np.arange(2 * 3).reshape(2, 3) y = ak.from_numpy(x, regulararray=True) y.show() result = ak.argmin(y, axis=0, keepdims=True) result.show() ```
closed
2023-06-05T14:09:21Z
2023-06-05T19:40:31Z
https://github.com/scikit-hep/awkward/issues/2490
[ "bug" ]
agoose77
0
deezer/spleeter
tensorflow
102
[Discussion] Can't install Spleeter using pip in MacOS 10.13.6
When I try to install spleeter using `pip install spleeter`, it prints out: ``` ERROR: Could not find a version that satisfies the requirement spleeter (from versions: none) ```
closed
2019-11-15T22:47:20Z
2019-11-19T14:46:40Z
https://github.com/deezer/spleeter/issues/102
[ "question" ]
MacStevins
4
tensorflow/tensor2tensor
deep-learning
932
transformer bfloat16 error
Traceback (most recent call last): File "/usr/local/lib/python3.5/dist-packages/tensorflow/python/framework/op_def_library.py", line 510, in _apply_op_helper preferred_dtype=default_dtype) File "/usr/local/lib/python3.5/dist-packages/tensorflow/python/framework/ops.py", line 1107, in internal_convert_to_tens...
open
2018-07-11T22:14:08Z
2019-03-23T06:09:46Z
https://github.com/tensorflow/tensor2tensor/issues/932
[]
eyaler
1
explosion/spaCy
machine-learning
13,585
Cannot compile with AUR helper.
<!-- NOTE: For questions or install related issues, please open a Discussion instead. --> ## How to reproduce the behaviour <!-- Include a code example or the steps that led to the problem. Please try to be as specific as possible. --> paru -S python-spacy ``` spacy/matcher/levenshtein.c: In function ‘__pyx_f_5s...
closed
2024-07-31T11:28:59Z
2024-08-31T00:02:40Z
https://github.com/explosion/spaCy/issues/13585
[]
Giger22
2
bmoscon/cryptofeed
asyncio
343
Bybit - error in BTC-USDT pair
**Describe the bug** With following config file. ```yaml BYBIT: channel_timeouts: trades: 90 l2_book: 90 retries: -1 trades: [BTC-USDT,BTC-USD] l2_book: symbols: [BTC-USDT,BTC-USD] book_delta: true book_interval:...
closed
2020-12-03T07:57:34Z
2020-12-24T22:53:08Z
https://github.com/bmoscon/cryptofeed/issues/343
[ "bug" ]
yohplala
13
zappa/Zappa
django
701
[Migrated] Testing Zappa apps
Originally from: https://github.com/Miserlou/Zappa/issues/1787 by [fbidu](https://github.com/fbidu) <!--- Provide a general summary of the issue in the Title above --> ## Context Hello, Today I got myself almost banging my head against the wall because I've misconfigured `app_function` in `zappa_settings.json`. T...
closed
2021-02-20T12:40:48Z
2022-07-16T06:34:40Z
https://github.com/zappa/Zappa/issues/701
[]
jneves
1
widgetti/solara
fastapi
410
Bug: mounting under starlette 0.33 is broken
see https://github.com/encode/starlette/pull/2352 and https://github.com/encode/starlette/issues/1336 We don't recognize the path correctly anymore
closed
2023-12-01T18:30:35Z
2023-12-08T09:38:41Z
https://github.com/widgetti/solara/issues/410
[]
maartenbreddels
0
sebp/scikit-survival
scikit-learn
344
Missing data in input features
I thought that Random forests should be able to handle missing data, but when I train an RSF model with some feature values missing it produces the error ``` Traceback (most recent call last): File "/home/davidpel/anaconda3/lib/python3.9/site-packages/sklearn/model_selection/_validation.py", line 686, in _fit_and_...
closed
2023-03-09T14:26:13Z
2023-03-10T07:26:00Z
https://github.com/sebp/scikit-survival/issues/344
[]
dpellow
2
xzkostyan/clickhouse-sqlalchemy
sqlalchemy
147
Driver fail on enums with empty string
**Describe the bug** Driver fail on Enums with empty string. ``` File "/root/venv/lib/python3.9/site-packages/clickhouse_sqlalchemy-0.1.6-py3.9.egg/clickhouse_sqlalchemy/drivers/base.py", line 827, in reflecttable rv = super(ClickHouseDialect, self).reflecttable( File "/root/venv/lib/python3.9/site-package...
closed
2021-10-07T11:25:09Z
2022-02-20T15:38:05Z
https://github.com/xzkostyan/clickhouse-sqlalchemy/issues/147
[]
afpd
4
plotly/dash
flask
2,443
[BUG] x unified with hoverinfo
When creating a plot where each datapoint is an independent trace with graph_objects, if I want to hide some values when hovering, I have to use hoverinfo together with hover text. However, when doing so, if I set hovermode="x unified", the x axes value does not show when hovering at the top of the hover label.
closed
2023-03-06T07:36:17Z
2024-07-25T13:03:24Z
https://github.com/plotly/dash/issues/2443
[]
asicoderOfficial
2
CPJKU/madmom
numpy
539
Attribute error in cython file: madmom\\ml\\hmm.pyx (make_sparse method)
**Problem:** The madmom package has a lot of deprecated code with numpy. I fixed it in most places. But unfortunately I am unable to fix the error below, it seems that the error is in cython file: "madmom\\ml\\hmm.pyx", line 191, in madmom.ml.hmm.TransitionModel.make_sparse. I am unable to access and change the .pyx...
open
2024-07-27T07:49:04Z
2024-12-15T16:32:53Z
https://github.com/CPJKU/madmom/issues/539
[]
anurag-05
1
OpenInterpreter/open-interpreter
python
934
Run commands often missing 2 characters, and repeatedly fails
### Describe the bug For example it runs: `update-desktop-database /home/xxx/.local/are/applications` Instead of: `update-desktop-database /home/xxx/.local/share/applications` And it is known to keep doing this with other commands. ### Reproduce 1. Ask it to run some commands 2. Over time you will see that it...
closed
2024-01-17T07:24:03Z
2024-03-20T22:31:16Z
https://github.com/OpenInterpreter/open-interpreter/issues/934
[ "Bug" ]
JamesClarke7283
1
scikit-learn/scikit-learn
machine-learning
30,648
MNT: Remove ignore comments for mypy as we use `ignore_missing_imports`
We set: https://github.com/scikit-learn/scikit-learn/blob/2707099b23a0a8580731553629566c1182d26f48/setup.cfg#L21 But in many places we add a comment and an ignore for these, see: https://github.com/search?q=repo%3Ascikit-learn%2Fscikit-learn+mypy+error&type=code Should we remove these comments? (or do we think it's ...
closed
2025-01-15T00:47:34Z
2025-01-20T08:59:48Z
https://github.com/scikit-learn/scikit-learn/issues/30648
[]
lucyleeow
3
erdewit/ib_insync
asyncio
365
ib.trades() returns empty list
I try to get all trades and orders from IB to log my trades. So I tried with this code to get all trades and orders but both gives me an empty list fill works but there is not everything I need. I even deselected read only in the IB software. Here is my code: ib = IB() ib.connect('127.0.0.1', 7496, 0) fills ...
closed
2021-05-01T15:58:33Z
2021-05-07T21:31:00Z
https://github.com/erdewit/ib_insync/issues/365
[]
Kuromory
2
chiphuyen/stanford-tensorflow-tutorials
nlp
147
tensorflow sampled softmax loss
I am using `tf.sampled_softmax_loss` in a RNN for translation from english to french. This is usefull to speed up the training but, is it possible to get the prediction of the samples used by `tf.sampled_softmax_loss` ? I'd like to be able to compute the accuracy. Indeed, what I understand is that `tf.sampled_sof...
closed
2019-09-07T10:00:47Z
2019-09-07T10:01:58Z
https://github.com/chiphuyen/stanford-tensorflow-tutorials/issues/147
[]
adrienmialland
0
babysor/MockingBird
pytorch
355
data_parallel_workaround 这个方法没有定义
是不是漏掉了这个?导致多显卡不能用
open
2022-01-23T09:59:26Z
2022-01-23T09:59:26Z
https://github.com/babysor/MockingBird/issues/355
[]
demoxiong
0
pbugnion/gmaps
jupyter
258
Readme example outdated: starbucks_uk
Loading the `starbucks_uk` dataset, mentioned in the readme, results in a KeyError. `locations = gmaps.datasets.load_dataset("starbucks_uk")` ``` 120 Fetch a dataset, returning an array of tuples. 121 """ --> 122 url = METADATA[dataset_name]["url"] 123 column_types = METADATA[datas...
closed
2018-06-21T14:19:19Z
2018-06-23T16:05:37Z
https://github.com/pbugnion/gmaps/issues/258
[]
DieterDePaepe
2
dpgaspar/Flask-AppBuilder
flask
1,676
How can we delete a login button on the first page ?
Is there any setting in flask app builder to delete a login button on the first page like the below? ![スクリーンショット 2021-08-10 16 55 03](https://user-images.githubusercontent.com/38417952/128829961-33692036-edaf-4216-a294-2a86445023ab.png)
closed
2021-08-10T07:57:17Z
2022-04-28T14:41:10Z
https://github.com/dpgaspar/Flask-AppBuilder/issues/1676
[ "stale" ]
tetsuya0617
2
tiangolo/uwsgi-nginx-flask-docker
flask
151
Changing block size
Hey there, I'm currently facing the same issue of "invalid request block size: 5047 (max 4096) .... skip". I was using the "python3.6-alpine3.7" image in my Dockerfile so switched to just the "python3.6" image and the issue still persists. How would I be able to change the block size and what file? Cheers!
closed
2019-08-28T16:38:06Z
2020-04-23T00:06:04Z
https://github.com/tiangolo/uwsgi-nginx-flask-docker/issues/151
[]
TodimuJ
2
scikit-learn/scikit-learn
data-science
30,055
⚠️ CI failed on linux_arm64_wheel (last failure: Oct 13, 2024) ⚠️
**CI failed on [linux_arm64_wheel](https://cirrus-ci.com/build/5764259953508352)** (Oct 13, 2024)
closed
2024-10-13T03:45:57Z
2024-10-14T14:06:27Z
https://github.com/scikit-learn/scikit-learn/issues/30055
[ "Needs Triage" ]
scikit-learn-bot
0
google-research/bert
tensorflow
417
BERT SQuAD 2 fails on specific types of questions - Found New Info...
I have found a few cases where run_squad on tensorflow consistently fails. Here are the cases I can identify: - questions containing embedded commas or apostrophes - questions containing abbreviations (e.g., EU and PBC) - questions missing a preposition (and similar grammatical problems?) Ten phrases ident...
open
2019-02-05T20:20:28Z
2022-04-13T13:13:30Z
https://github.com/google-research/bert/issues/417
[]
mfeblowitz
10
deezer/spleeter
tensorflow
749
Missing argument 'FILES...'.
Starting processing of all songs Processing D:\aaa.mp3 Usage: __main__.py separate [OPTIONS] FILES... Try '__main__.py separate --help' for help. Error: Missing argument 'FILES...'. Finished processing all songs Run complete
closed
2022-04-13T06:27:08Z
2022-04-13T09:59:20Z
https://github.com/deezer/spleeter/issues/749
[ "bug", "invalid" ]
Frankienul
0
erdewit/ib_insync
asyncio
69
module 'ibapi.contract' has no attribute 'undercomp' for IB API new version 973.07
Hi erdewit, First thank you very much for providing this very useful package. I think I found a bug due to the IB API update. I got error: module 'ibapi.contract' has no attribute 'undercomp' when I run “from ib_insync import *”. The IB API package I used is 973.07, which was released on May 1, 2018. I tested and do...
closed
2018-06-09T22:58:23Z
2018-06-11T21:01:24Z
https://github.com/erdewit/ib_insync/issues/69
[]
universemath
2
sigmavirus24/github3.py
rest-api
1,105
latest_release throws exception
`latest_release()` is dying with: ``` File ".../src/github3/repos/repo.py", line 2163, in latest_release return self._instance_or_null(release.Release, json) File ".../src/github3/models.py", line 152, in _instance_or_null return instance_class(json, self) File ".../src/github3/models.py", line 53, ...
open
2022-09-08T17:29:59Z
2022-09-12T15:34:41Z
https://github.com/sigmavirus24/github3.py/issues/1105
[]
mwoehlke-kitware
2
waditu/tushare
pandas
1,363
get_k_data() 获取 603986 的日线数据没有复权
>>> ts.__version__ '1.2.59' >>> ts.get_k_data('603986', start='2020-04-01', autype='qfq') date open close high low volume code 58 2020-04-01 237.00 242.29 252.10 236.00 95974.0 603986 59 2020-04-02 242.55 266.52 266.52 242.42 156493.0 603986 60 2020-04-03 262.67 257...
closed
2020-05-16T10:44:56Z
2020-05-16T12:03:08Z
https://github.com/waditu/tushare/issues/1363
[]
7forz
1