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
ymcui/Chinese-BERT-wwm
nlp
192
如何获得词向量?
请问是简单的词语中的字向量相加取平均还是简单相加得到的?
closed
2021-07-30T08:32:28Z
2021-08-07T10:51:16Z
https://github.com/ymcui/Chinese-BERT-wwm/issues/192
[ "stale" ]
c9412600
2
taverntesting/tavern
pytest
631
AttributeError: module 'pykwalify.core' has no attribute 'yaml'
Hello, it looks like pykwalify has had a new release (1.8) which is breaking my tavern build with the following error: ``` ve/lib/python3.8/site-packages/tavern/schemas/files.py:16: in <module> core.yaml.safe_load = functools.partial(yaml.load, Loader=IncludeLoader) E AttributeError: module 'pykwalify.core' h...
closed
2020-12-31T03:54:13Z
2022-08-17T07:00:42Z
https://github.com/taverntesting/tavern/issues/631
[]
erichaus
6
feature-engine/feature_engine
scikit-learn
693
future warnings
List of future pandas warnings ``` c:\users\sole\documents\repositories\feature_engine\feature_engine\creation\math_features.py:212: FutureWarning: The provided callable <function sum at 0x0000016E1CA6D090> is currently using Series.sum. In a future version of pandas, the provided callable will be used directly. To...
closed
2023-09-12T10:58:44Z
2024-07-16T06:02:11Z
https://github.com/feature-engine/feature_engine/issues/693
[]
solegalli
5
mwaskom/seaborn
matplotlib
2,908
Unexpected behaviour of ticks in next gen Seaborn
Hello, Just found a potential bug in the next gen version of **seaborn**. Expected behaviour: create a histogram with y-axis limits that go from 0 to 50. Actual behaviour: limits of y-axis do not change. Other possible reasons for this: I may be confused between the syntax for ticks and for axes limits here, ...
closed
2022-07-14T13:17:42Z
2022-07-24T00:25:25Z
https://github.com/mwaskom/seaborn/issues/2908
[ "bug", "objects-plot" ]
aeturrell
1
jpadilla/django-rest-framework-jwt
django
461
Unable to log in with the authentication information provided
when i post data, i always get this msg: Unable to log in with the authentication information provided ``` class CustomBackend(ModelBackend): def authenticate(self, username=None, password=None, **kwargs): try: user = User.objects.get(Q(username=username)|Q(mobile=username)) ...
open
2018-12-05T04:42:21Z
2018-12-05T04:44:37Z
https://github.com/jpadilla/django-rest-framework-jwt/issues/461
[]
labike
0
anselal/antminer-monitor
dash
191
Request to add graphs
great product. add graphics, please.
open
2021-12-23T12:11:02Z
2021-12-23T12:11:02Z
https://github.com/anselal/antminer-monitor/issues/191
[]
iacsvrn
0
automl/auto-sklearn
scikit-learn
1,324
I have confusion with final ensemble model.
My constractor: `automl = autosklearn.classification.AutoSklearnClassifier( time_left_for_this_task=3600, memory_limit=3072, ensemble_size=10, ensemble_nbest=10, max_models_on_disc=10, delete_tmp_folder_after_terminate=False, )` Below is...
closed
2021-11-26T12:48:35Z
2021-11-29T12:49:41Z
https://github.com/automl/auto-sklearn/issues/1324
[]
shabir1
2
gunthercox/ChatterBot
machine-learning
1,904
ImportError: cannot import name 'StatementMixin'
![2020-01-30_172622](https://user-images.githubusercontent.com/35451392/73436584-c3a05f00-4385-11ea-94b6-690ec5d52878.png) ![2020-01-30_172638](https://user-images.githubusercontent.com/35451392/73436586-c438f580-4385-11ea-8a2f-0c83fd034871.png)
closed
2020-01-30T09:27:39Z
2025-02-23T23:38:53Z
https://github.com/gunthercox/ChatterBot/issues/1904
[]
JoinChang
1
ClimbsRocks/auto_ml
scikit-learn
270
eventually, train on the entire dataset even when warm_starting, or early_stopping
right now we're losing 10-15% of our data for our validation stuff, to find the best number of rounds/iterations/estimators/etc. eventually, it would be ideal to train with early stopping to find the ideal number of iterations, then use that (plus some small amount, say 5% of however many num_iteration we have to a...
open
2017-07-05T16:26:36Z
2017-07-05T16:26:36Z
https://github.com/ClimbsRocks/auto_ml/issues/270
[]
ClimbsRocks
0
twopirllc/pandas-ta
pandas
764
Indicators using moving averages variable does not pass kwargs to ma(mamode, close, length=length)
**Which version are you running? The lastest version is on Github. Pip is for major releases.** ```python 3.11 import pandas_ta as ta print(ta.version) 2.1.4 ``` **Do you have _TA Lib_ also installed in your environment?** ```sh $ pip list ``` Yes **Have you tried the _development_ version? Did it resol...
open
2024-02-11T22:15:15Z
2024-02-19T01:35:43Z
https://github.com/twopirllc/pandas-ta/issues/764
[ "enhancement", "help wanted", "good first issue" ]
PiotrJuzwiak
1
wkentaro/labelme
computer-vision
659
[BUG] label with angle brackets <> causes display errors
**Describe the bug** When the label contains **<>**, the label list will show, for example `<NONCAR><font color="#c8c8c8"> 〇 </font>`. Meanwhile, in the _polygon labels_ panel, only the color circle shows but not the name <NONCAR>. **To Reproduce** Steps to reproduce the behavior: 1. create a polygon and label it...
closed
2020-05-18T02:24:03Z
2022-06-25T16:05:38Z
https://github.com/wkentaro/labelme/issues/659
[ "issue::bug" ]
wxupjack
0
JaidedAI/EasyOCR
pytorch
1,103
Japanese Kanji character
I found that the Japanese character "絆" is missing in the file "ja_char.txt".And I cannot recognize this Japanese Kanji character using the Japanese model.
open
2023-08-02T15:20:34Z
2023-08-02T15:20:34Z
https://github.com/JaidedAI/EasyOCR/issues/1103
[]
98andpeople
0
autogluon/autogluon
computer-vision
4,328
Using custom model.hf_text.checkpoint_name
## Description In Autogluon multimodal, you can specify a text model on Huggingface (say for the sake of the example roberta-base). If I fine-tuned roberta-base using the Transformers library but did not publish to Huggingface, can I still train on that backbone by specifying the path in the model.hf_text.checkpoint_n...
open
2024-07-18T00:47:39Z
2024-07-18T00:47:39Z
https://github.com/autogluon/autogluon/issues/4328
[ "enhancement" ]
zkalson
0
Kinto/kinto
api
2,984
Either don't send email notification or only selectively notify about changes to nimbus-desktop-experiments
Every change to `main-workspace/nimbus-desktop-experiments` is currently notified to each reviewer by email. These don't seem to carry much value, as they are generated as part of the process of actually releasing an experiment - the reviewer will go and approve them straight away, and they shouldn't need to know th...
closed
2022-04-19T15:57:24Z
2022-04-19T16:05:23Z
https://github.com/Kinto/kinto/issues/2984
[]
Standard8
0
matplotlib/matplotlib
data-visualization
29,004
Decide how to document SecondaryAxes
### Documentation Link _No response_ ### Problem A reminder/placeholder/replacement for #28953 . ### Suggested improvement _No response_
open
2024-10-21T18:05:04Z
2024-10-21T18:05:04Z
https://github.com/matplotlib/matplotlib/issues/29004
[]
timhoffm
0
recommenders-team/recommenders
deep-learning
2,205
[FEATURE] Add embeding ranker in PyTorch
### Description <!--- Describe your expected feature in detail --> https://www.tensorflow.org/recommenders/examples/basic_ranking, but using PyTorch instead of TF ### Expected behavior with the suggested feature <!--- For example: --> <!--- *Adding algorithm xxx will help people understand more about xxx use ca...
open
2025-01-16T09:17:38Z
2025-01-24T22:04:07Z
https://github.com/recommenders-team/recommenders/issues/2205
[ "enhancement" ]
miguelgfierro
7
3b1b/manim
python
1,714
The animation window didn't show up
I typed 'manimgl' and pressed the key 'Enter', this is what happened to my terminal. My terminal just waiting, with the cursor flashing continously. ![2022-01-25 20-00-53屏幕截图](https://user-images.githubusercontent.com/84609589/150973385-6b7d3dbe-6771-4da8-afb6-a40147bc6fdb.png) 'Maybe it is loading now, I just to wa...
closed
2022-01-25T12:36:58Z
2022-01-26T17:18:54Z
https://github.com/3b1b/manim/issues/1714
[]
Acpear
0
psf/black
python
4,594
long string: black miscalculates line lengths (without string_processing)
**Describe the bug** In some cases the current black version (25.1.0) reformats a string that is too long. It seems to miscalculate the resulting line length. **To Reproduce** ```python class A: def foo(self): return ( "This is a very loooooooooooooooooooooooooooooooooooooooooooooong string" ...
closed
2025-02-28T11:37:29Z
2025-02-28T16:42:25Z
https://github.com/psf/black/issues/4594
[ "T: bug" ]
torotil
1
django-import-export/django-import-export
django
1,155
How to raise message when import file # format file action import?
<!--- Welcome to django-import-export --> <!--- Your issue may already be reported! Please search on the [issue tracker](../) before creating one. --> <!--- Additionally, you can either search or ask you question on [Stack Overflow tagged with `django-import-export`](https://stackoverflow.com/questions/tagged/djang...
closed
2020-06-16T03:51:11Z
2021-06-22T09:21:40Z
https://github.com/django-import-export/django-import-export/issues/1155
[ "question" ]
sa-thangbn
4
tensorflow/tensor2tensor
deep-learning
1,683
ValueError: The passed save_path is not a valid checkpoint
Hello. I'm having problems resuming training from a checkpoint on Google Colab. The only way I've found is to delete all checkpoints and start again, which of course isn't a good idea after training for hours. I'm using TF and t2t version 1.14.0 and Ubuntu 18.04 on normal runtime because of a problem using Colab...
open
2019-08-28T15:55:05Z
2019-09-20T09:56:14Z
https://github.com/tensorflow/tensor2tensor/issues/1683
[]
Victor-Almeida
1
Kanaries/pygwalker
pandas
538
[BUG] pygwalker bug report
Error Message Failed to load model class 'BoxModel' from module '@jupyter-widgets/controls' ChunkLoadError: Loading chunk 345 failed. Difficult to decode such an error message.
closed
2024-05-03T15:46:43Z
2024-05-17T15:50:18Z
https://github.com/Kanaries/pygwalker/issues/538
[ "bug" ]
updiversity
1
jmcnamara/XlsxWriter
pandas
942
how to set the glow effect to the line
### Question hello, I have searched this question in docs and issues, but, I can't find how to set. Is this function is available? thanks.
closed
2023-01-16T02:05:46Z
2023-01-16T11:02:38Z
https://github.com/jmcnamara/XlsxWriter/issues/942
[ "question" ]
youth54
3
CorentinJ/Real-Time-Voice-Cloning
python
1,285
Failed to build webrtcvad when installing a package
Hi, sorry for bothering but I had and an issue trying to install a package with pip, I don't know if maybe it's an error I'm making but I haven't been able to solve it. This is what I was trying to install and the error that appeared ``` pip install ffsubsync Defaulting to user installation because normal si...
closed
2024-01-15T01:51:04Z
2024-02-07T19:13:26Z
https://github.com/CorentinJ/Real-Time-Voice-Cloning/issues/1285
[]
emanuelps2708
3
graphql-python/graphene-django
graphql
533
How to use Django models which have no "name" attribute?
**Do my Django model has to have "name" attribute??? Can I override is somehow?** I have some Django models which don't have "name" attribute. The don't work :( Only those which has "name" attribute work and I can query them with GraphiQL.:/ > ImportError at /graphql > Could not import 'myproject.schema.schema' for...
closed
2018-10-12T14:47:38Z
2018-10-12T15:14:26Z
https://github.com/graphql-python/graphene-django/issues/533
[]
ghost
1
coqui-ai/TTS
pytorch
4,007
[ I have Vietnamese voice data] Please provide support for Vietnamese
## Support for Vietnamese Language - Hi, I found 100 hours of voice data from VinBigdata - https://institute.vinbigdata.org/events/vinbigdata-chia-se-100-gio-du-lieu-tieng-noi-cho-cong-dong/ - Here is the download link https://drive.google.com/file/d/1vUSxdORDxk-ePUt-bUVDahpoXiqKchMx/view?usp=sharing - Also th...
closed
2024-10-05T17:41:54Z
2025-01-03T08:48:49Z
https://github.com/coqui-ai/TTS/issues/4007
[ "wontfix", "feature request" ]
tuanpham09
2
coqui-ai/TTS
pytorch
2,879
doesn't work...no way. please help, windows11, miniconda[Bug]
### Describe the bug after many problems to install it, finally it installed...but can't use it. why so many problems using it on windows? I saw people installing it in 2 min on linux. I need it for work, it is making me crazy. Please help me to make it works. I must create batch file to make it tts many files, ...
closed
2023-08-20T14:00:05Z
2023-08-21T08:19:56Z
https://github.com/coqui-ai/TTS/issues/2879
[ "bug" ]
Zerthura
0
gradio-app/gradio
machine-learning
10,177
New event to trigger when a tab is in view, not necessarily explicitly selected by the user
- [x] I have searched to see if a similar issue already exists. **Is your feature request related to a problem? Please describe.** While `gr.Tab` as the `select` event, it is only triggered when a user explicitly _selects_ the tab. What if the tab is selected by default and the user only has to select that tab in...
closed
2024-12-11T07:35:57Z
2024-12-12T15:51:46Z
https://github.com/gradio-app/gradio/issues/10177
[]
anirbanbasu
4
plotly/dash
flask
2,725
Allow background callback tasks to programmatically retry later.
**Is your feature request related to a problem? Please describe.** Background callbacks running in a distributed environment (Openshift or Kubernetes) can fail for reasons that are recoverable via application logic. e.g. a data resource isn't available at a point in time, but will be available in the future. A b...
open
2024-01-12T17:30:21Z
2024-08-13T19:44:46Z
https://github.com/plotly/dash/issues/2725
[ "feature", "P3" ]
JamesKunstle
10
huggingface/text-generation-inference
nlp
2,994
Request failed during generation: Server error: Value out of range: -29146814772
### System Info text-generation-launcher 3.1.1-dev0 Single RTX 4070 S GPU NVIDIA-SMI 572.16 Driver Version: 572.16 CUDA Version: 12.8 Models Used : meta-llama/Llama-3.1-8B-Instruct, Yujivus/DeepSeek-R1-Distill-Llama-8B-AWQ, Yujivus/Phi-4-Health-CoT-1.1-AWQ Docker Command: docker run --name tgi...
open
2025-02-05T14:09:44Z
2025-02-05T14:09:44Z
https://github.com/huggingface/text-generation-inference/issues/2994
[]
AlperYildirim1
0
Nemo2011/bilibili-api
api
305
函数使用
![image](https://github.com/Nemo2011/bilibili-api/assets/122085240/01d72496-a6b3-46e8-b516-3d6389878992) 我想获取某个人主页的所有视频信息,我翻了文档,应该是用这个函数,async def get_videos() ,(https://nemo2011.github.io/bilibili-api/#/modules/user?id=async-def-get_videos),但是我不知道具体该怎么用,请问有详细的示例介绍吗,谢谢兄弟!
closed
2023-05-27T02:34:16Z
2023-05-27T15:31:11Z
https://github.com/Nemo2011/bilibili-api/issues/305
[ "need" ]
pengchengKong
5
pytorch/vision
computer-vision
8,359
About uint16 support
Pytorch 2.3 is introducing unsigned integer dtypes like `uint16`, `uint32` and `uint64` in https://github.com/pytorch/pytorch/pull/116594. Quoting Ed: > The dtypes are very useless right now (not even fill works), but it makes torch.uint16, uint32 and uint64 available as a dtype. I tried `uint16` on some of the...
open
2024-03-28T12:53:19Z
2024-11-07T09:48:20Z
https://github.com/pytorch/vision/issues/8359
[]
NicolasHug
1
graphistry/pygraphistry
pandas
71
Color API use is not discoverable
cc @thibaudh We have received repeated questions about how to use color bindings and where the palettes are. I'm thinking: make more prominent in the homepage docs links, cross-link in the ReadTheDocs bind call docs, and cross-link in the relevant tutorials.
closed
2016-07-22T16:33:31Z
2020-06-10T06:47:31Z
https://github.com/graphistry/pygraphistry/issues/71
[ "enhancement", "p4" ]
lmeyerov
0
tfranzel/drf-spectacular
rest-api
984
Standard headers properties to all endpoints in one project
Hi, We have a custom header for our project that should be on all endpoints, Is there a way to configure it in one place (Not on every "extend_scheme")? I tried looking for a configuration that adds headers by default to all endpoints but failed to find one.
closed
2023-05-08T08:44:15Z
2023-07-14T16:29:38Z
https://github.com/tfranzel/drf-spectacular/issues/984
[]
barak-payem
2
huggingface/datasets
numpy
7,051
How to set_epoch with interleave_datasets?
Let's say I have dataset A which has 100k examples, and dataset B which has 100m examples. I want to train on an interleaved dataset of A+B, with stopping_strategy='all_exhausted' so dataset B doesn't repeat any examples. But every time A is exhausted I want it to be reshuffled (eg. calling set_epoch) Of course I...
closed
2024-07-15T18:24:52Z
2024-08-05T20:58:04Z
https://github.com/huggingface/datasets/issues/7051
[]
jonathanasdf
7
deepset-ai/haystack
nlp
8,329
API key should be made optional in `LLMEvaluator` and co
Now that we support using the evaluator(s) with locally hosted models (thorough the `api_base_url` API parameter), the `api_key` init parameter should be made optional.
closed
2024-09-05T08:42:57Z
2024-09-20T08:47:14Z
https://github.com/deepset-ai/haystack/issues/8329
[]
shadeMe
1
deepspeedai/DeepSpeed
pytorch
7,165
Install DeepSpeed fail with setuptools-77.0.3
```bash root@csi67c88jasm4-0:/workspace/LLaMA-Factory# pip list Package Version Editable project location --------------------------------- ------------- --------------------------------- accelerate 1.2.1 aiofiles 23.2.1 aiohappyeyeballs ...
open
2025-03-21T09:01:13Z
2025-03-24T18:56:19Z
https://github.com/deepspeedai/DeepSpeed/issues/7165
[]
kuailehaha
6
kornia/kornia
computer-vision
2,246
Improve speed for box blur (mean filter)
## 🚀 Feature <!-- A clear and concise description of the feature proposal --> Originally from this: https://github.com/kornia/kornia/issues/720#issuecomment-881859300 In theory box blur (mean filter) can be implemented in O(n) time. Two solutions - Use 2 separable 1D kernels (like `gaussian_blur2d()`) -> ...
closed
2023-03-02T02:02:03Z
2023-04-19T09:07:52Z
https://github.com/kornia/kornia/issues/2246
[ "help wanted" ]
gau-nernst
0
unionai-oss/pandera
pandas
946
pandera 0.12.0 does not support Python 3.7
When trying to import pandera 0.12.0 in python 3.7, I get the following error message: Traceback (most recent call last): File "<stdin>", line 1, in <module> File "...\lib\site-packages\pandera\__init__.py", line 50, in <module> from . import errors, pandas_accessor, typing File "...\lib\site-packages\...
closed
2022-09-19T22:30:28Z
2022-10-18T18:34:40Z
https://github.com/unionai-oss/pandera/issues/946
[ "bug" ]
DManowitz
2
zwczou/weixin-python
flask
91
希望能在WeixinMP构造方法中增加proxies代理设置参数
希望能在WeixinMP构造方法中增加proxies代理设置参数 ```python def __init__(self, app_id, app_secret, ac_path=None, jt_path=None, ac_callback=None, jt_callback=None, proxies=None): """ :param :app_id 微信app id :param :app_secret 微信app secret :param :ac_path access token 保存路径 :param :jt_p...
closed
2023-01-05T02:23:07Z
2023-02-11T05:02:29Z
https://github.com/zwczou/weixin-python/issues/91
[]
lo106258
1
jschneier/django-storages
django
748
S3 custom domain should be based on bucket name
I override the class `S3Boto3Storage` to create my own custom storage like below ```python class MediaStorage(S3Boto3Storage): bucket_name = 'my-media-bucket' ``` I was expecting the file url generated by my custom storage `MediaStorage` will honor the bucket name and give the correct file url when I do th...
closed
2019-09-08T09:36:59Z
2020-02-03T07:46:50Z
https://github.com/jschneier/django-storages/issues/748
[ "s3boto" ]
rivernews
3
developmentseed/lonboard
data-visualization
302
H3 support
How difficult would adding h3 cell support be given that deck.gl already supports it? Would it be possible to quickly list the steps that are required to add another feature layer type?
open
2023-12-20T16:48:03Z
2024-01-02T18:59:57Z
https://github.com/developmentseed/lonboard/issues/302
[]
jakebolewski
1
hankcs/HanLP
nlp
1,196
每个用户使用单独的词典
<!-- 注意事项和版本号必填,否则不回复。若希望尽快得到回复,请按模板认真填写,谢谢合作。 --> ## 注意事项 请确认下列注意事项: * 我已仔细阅读下列文档,都没有找到答案: - [首页文档](https://github.com/hankcs/HanLP) - [wiki](https://github.com/hankcs/HanLP/wiki) - [常见问题](https://github.com/hankcs/HanLP/wiki/FAQ) * 我已经通过[Google](https://www.google.com/#newwindow=1&q=HanLP)和[issue区检...
closed
2019-06-10T04:02:35Z
2019-06-10T04:04:40Z
https://github.com/hankcs/HanLP/issues/1196
[]
hualiang9602
0
betodealmeida/shillelagh
sqlalchemy
445
Running query in superset sqllab with shillelagh driver returns Unsupported table error
**Describe the bug** Using shillelagh with superset. Running query on internal hosted json api url returns error. `shillelagh error: Unsupported table: https://server.com/app/api/v1.0/storage/list` Running the query on public API works. For example: "https://date.nager.at/api/v3/publicholidays/2023/US". So that gi...
closed
2024-04-03T19:32:35Z
2024-08-17T05:49:20Z
https://github.com/betodealmeida/shillelagh/issues/445
[ "waiting" ]
smetis
7
Ehco1996/django-sspanel
django
131
同,后台添加节点报500,附上debug
找了一圈,发现就那一个和我一样,,但是没有看到解决方法,所以自己再发一下, 希望大佬看一下,还有上次我忘记在哪个群见到你了,,,唉,要不然直接QQ给你讲好了 Request Method: | POST -- | -- http://myss.co/admin/ssserver/node/add/ 2.0.5 IntegrityError (1048, "Column 'password' cannot be null") /root/.pyenv/versions/3.6.3/envs/venv-sspanel/lib/python3.6/site-packages/django/db/backends/mys...
closed
2018-06-05T04:59:30Z
2018-07-30T03:19:32Z
https://github.com/Ehco1996/django-sspanel/issues/131
[]
AndyNull
3
supabase/supabase-py
flask
72
Can't upload anything to bucket
I read the doc and after connected, I can't upload anything in the storage bucket. ```` url= "XXXXX" key = "XXXXXXXXX supabase: Client = create_client(url, key) my_file = os.path.dirname(os.path.abspath("__file__")) + "/file.jpg" storage.upload(path=supabase.storage_url, file=my_file) ```` It doesn't work and ...
closed
2021-10-22T11:11:29Z
2021-11-08T10:05:15Z
https://github.com/supabase/supabase-py/issues/72
[]
kebsont
12
Farama-Foundation/PettingZoo
api
815
[Proposal] docs: gym -> gymnasium
### Proposal A clear and concise description of the proposal. ### Motivation Please outline the motivation for the proposal. Is your feature request related to a problem? e.g.,"I'm always frustrated when [...]". If this is related to another GitHub issue, please link here too. ### Pitch A clear and concise descrip...
closed
2022-10-07T15:21:14Z
2022-10-08T00:00:50Z
https://github.com/Farama-Foundation/PettingZoo/issues/815
[]
WillDudley
0
babysor/MockingBird
deep-learning
324
运行toolbox后进行录音,随后卡死
运行toolbox,使用https://github.com/babysor/MockingBird/wiki/Quick-Start-(Newbie) 中提到的模型,录音后程序卡死, ![image](https://user-images.githubusercontent.com/73403611/148560358-ca26640d-3e2b-427b-9304-b4df3c14aa86.png) 尝试选择不同的vocoder,程序也卡死 ![image](https://user-images.githubusercontent.com/73403611/148560083-a48f4940-bdfc-46a5-a6...
closed
2022-01-07T14:45:52Z
2022-01-13T10:25:01Z
https://github.com/babysor/MockingBird/issues/324
[]
Starkxim
6
wkentaro/labelme
deep-learning
1,003
Install on Macbook m1 chip
conda install pyqt conda install matplotlib pip install labelme **That works for me!**
closed
2022-03-15T07:01:56Z
2022-06-25T04:27:01Z
https://github.com/wkentaro/labelme/issues/1003
[]
XinBow99
1
pytorch/pytorch
machine-learning
149,097
Aten arange behavior when dtype is int64 and step size is greater than range
### 🐛 Describe the bug While testing corner cases on torch.arange, i see the following behavior when dtype is int64 and step size is greater than range. On CPU, i get the following behavior for arange. >> a = torch.arange(0, 0.5, 1, dtype=torch.int64) >> a tensor([], dtype=torch.int64) >> a = torch.arange(0, 0.5, 1, ...
open
2025-03-13T03:11:13Z
2025-03-17T04:22:59Z
https://github.com/pytorch/pytorch/issues/149097
[ "triaged", "module: python frontend" ]
satheeshhab
1
graphql-python/graphene
graphql
1,045
Date argument is returned as String type in info.field_asts
```python import graphene import datetime class Patron(graphene.ObjectType): id = graphene.ID() name = graphene.String() age = graphene.Int() dob = graphene.types.datetime.Date() class Query(graphene.ObjectType): patron = graphene.Field(Patron, birth=graphene.types.datetime.Date()) ...
closed
2019-08-02T17:26:48Z
2019-08-27T19:59:30Z
https://github.com/graphql-python/graphene/issues/1045
[]
namanjain236
4
LibreTranslate/LibreTranslate
api
576
Web UI language not changing
Hi, I have installed LibreTranslate with docker image `libretranslate/libretranslate:latest`, but when I change the web ui language with icon on top-right, the language of the web ui does not change. I think this is a bug.
closed
2024-01-23T22:27:09Z
2024-04-22T17:46:26Z
https://github.com/LibreTranslate/LibreTranslate/issues/576
[ "possible bug" ]
loviuz
2
JaidedAI/EasyOCR
deep-learning
601
Downloading detection model too slow
Hi, I when I run a code in Windows, it display "Downloading detection model, please wait. This may take several minutes depending upon your network connection." Then it keep downloading for a long time. even though I plug a VPN , its progress is very slow I just use "pip install easyocr" to install And the code is...
closed
2021-11-27T07:12:11Z
2022-08-07T05:01:23Z
https://github.com/JaidedAI/EasyOCR/issues/601
[]
LiHangBing
2
bigscience-workshop/petals
nlp
279
cpufeature fails to be installed on some non-x86 CPUs
We use the [cpufeature](https://github.com/robbmcleod/cpufeature) module to detect if a CPU supports AVX512, however, cpufeature fails to be installed on some non-x86 CPUs (e.g., ARMs). We need to remove this dependency and use code like this to detect if the CPU supports AVX512: ```python def is_fast_bfloat16_s...
open
2023-03-01T17:29:14Z
2023-04-12T10:11:14Z
https://github.com/bigscience-workshop/petals/issues/279
[ "bug", "good first issue", "help wanted", "1day" ]
borzunov
6
wandb/wandb
data-science
8,807
[Bug]: Cannot change the run name through UI
### Describe the bug I tried changing the name of my run through the UI. ![Image](https://github.com/user-attachments/assets/00e8eb7e-2ea9-498d-b707-bb75effecfb5) But the figure does not change accordingly, still showing the original name ![Image](https://github.com/user-attachments/assets/a4c17ed5-df16-4efd-b11f-...
closed
2024-11-07T22:34:35Z
2024-11-14T22:20:29Z
https://github.com/wandb/wandb/issues/8807
[ "ty:bug", "a:app" ]
Boltzmachine
4
microsoft/qlib
machine-learning
925
ERROR - qlib.workflow - [utils.py:38] - An exception has been raised[ValueError: can't find a freq from [Freq(day)] that can resample to 1min!].
## To Reproduce df = D.features([code], ['$high', '$low', '$close', '$open','$volume','$money'], start_time='%s 09:31:00'%str(start_time)[:10], end_time='%s 15:00:00'%str(end_time)[:10], freq='1min', disk_cache=0) ## Screenshot <img width="1062" ...
closed
2022-02-22T02:36:55Z
2024-10-23T14:36:41Z
https://github.com/microsoft/qlib/issues/925
[ "bug" ]
marcuswang6
6
plotly/dash
data-visualization
2,594
[BUG] App restarts without error message.
![image](https://github.com/plotly/dash/assets/3391614/6902cccf-fc83-42c2-99e1-eabc241367b3) Recently my app restarts when certain callbacks are called without any error message. I am running the same code that runs in successfully in production, but I updated dependencies. Any one else observing this behavior? It's...
closed
2023-07-11T00:52:01Z
2024-05-23T10:15:14Z
https://github.com/plotly/dash/issues/2594
[]
sorenwacker
3
jupyter-widgets-contrib/ipycanvas
jupyter
89
Use Github actions for the CI
closed
2020-05-01T07:10:05Z
2020-05-01T07:46:44Z
https://github.com/jupyter-widgets-contrib/ipycanvas/issues/89
[]
martinRenou
1
WZMIAOMIAO/deep-learning-for-image-processing
deep-learning
633
绘制PR曲线
作者您好,我想借鉴您的ssd代码,现在有个难题就是您的论文中好像没有绘制P曲线或R曲线或者PR曲线,请问我该在validation.py中操作还是在plot_curve.py中操作呢? 或者不绘制曲线,单纯得到Recall和Precision的值也可以,我该怎么改呢? 感谢感谢
closed
2022-08-31T08:26:51Z
2022-08-31T13:27:01Z
https://github.com/WZMIAOMIAO/deep-learning-for-image-processing/issues/633
[]
lunaWU628
2
deeppavlov/DeepPavlov
tensorflow
1,222
Train using GPU, predict using CPU
Hi everyone! I'm new in deep learning, so sorry I ask a lot of questions. I opened this issue: https://github.com/deepmipt/DeepPavlov/issues/1212 and now I can use GPU to train BERT models. I'm building chatbot system and for this reason I have to load 4 trained models: intent classification, two ner models, and bert...
closed
2020-05-19T09:13:16Z
2020-06-02T05:51:01Z
https://github.com/deeppavlov/DeepPavlov/issues/1222
[]
ostreech1997
3
pydata/bottleneck
numpy
132
consider splitting memory allocation and computation functions in the c_rewrite branch
e.g. see: https://github.com/kwgoodman/bottleneck/blob/6a4a315f7c5426b8071903697e5e65e27d0c905d/bottleneck/src/move2_template.c#L27 If the split happens now, it will make it easy to parallelize these functions later. Also, it makes it easy to benchmark the computation part only, as you can avoid repeated memory allo...
closed
2016-07-25T15:55:44Z
2016-09-26T18:30:43Z
https://github.com/pydata/bottleneck/issues/132
[]
jennolsen84
7
keras-team/keras
python
20,857
Several Problems when using Keras Image Augmentation Layers to Augment Images and Masks for a Semantic Segmentation Dataset
In the following, I will try to tell you a bit of my “story” about how I read through the various layers and (partly outdated) tutorials on image augmentation for semantic segmentation, what problems and bugs I encountered and how I was able to solve them, at least for my use case. I hope that I am reporting these issu...
open
2025-02-04T11:08:42Z
2025-03-12T08:32:24Z
https://github.com/keras-team/keras/issues/20857
[ "type:Bug" ]
RabJon
3
dunossauro/fastapi-do-zero
pydantic
292
poetry - PEP 735
Aguardando novidades sobre a implementação da PEP 735. Isso alterará todos os diretórios (pyproject.toml) de código além do projeto principal. Monitorar PR: https://github.com/python-poetry/poetry/pull/10130
open
2025-02-04T03:51:59Z
2025-02-24T20:58:21Z
https://github.com/dunossauro/fastapi-do-zero/issues/292
[]
dunossauro
4
unionai-oss/pandera
pandas
1,284
Should `pa.check_types` always do schema validation?
#### Question about pandera The behavior of `pa.check_types` is a little counter-intuitive because of this check: ``` if ( arg_value.pandera.schema is None # don't re-validate a dataframe that contains the same exact # schema ...
closed
2023-08-01T21:53:36Z
2023-08-02T01:28:04Z
https://github.com/unionai-oss/pandera/issues/1284
[ "question" ]
selavy
1
neuml/txtai
nlp
611
Add llama.cpp support to LLM
Create a llama.cpp subclass for the LLM interface. When a GGUF extension is detected, it should automatically download the file from the HF hub and load it. The experience should be as seamless as other LLM models loaded through transformers.
closed
2023-12-07T12:25:22Z
2023-12-09T16:59:43Z
https://github.com/neuml/txtai/issues/611
[]
davidmezzetti
0
tortoise/tortoise-orm
asyncio
1,732
Unittest failed after upgraded pydantic to 2.9.2
**Describe the bug** After upgraded pydantic to the latest version, unittest failed with the following message: ``` FAILED tests/contrib/test_pydantic.py::TestPydantic::test_address_schema - AssertionError: {'$de[312 chars]': {'$ref': '#/$defs/tortoise__contrib__pydant[2748 chars]ect'} != {'$de[312 chars]': {'allOf....
closed
2024-10-11T07:55:24Z
2024-10-13T07:18:05Z
https://github.com/tortoise/tortoise-orm/issues/1732
[]
waketzheng
0
pydantic/FastUI
pydantic
231
filterform still queries for last field of Basemodel
``` class FilterForm(pydantic.BaseModel): city: str | None = Field(json_schema_extra={'search_url': '/api/forms/search', 'placeholder': 'Filter by City...'}) country: str | None = Field(json_schema_extra={'search_url': '/api/forms/search', 'placeholder': 'Filter by Country...'}) @router.get('/cities', re...
open
2024-03-01T15:12:26Z
2024-03-01T15:15:42Z
https://github.com/pydantic/FastUI/issues/231
[]
alexmondaini
0
phalt/django-api-domains
graphql
8
[FEEDBACK] Change "All data returned from APIs must be JSON serializable."
Sometimes in russian Telegram chats I read "Django was sexy in 2008-2012, but it looks legacy and outdated in 2019 now...". Thank you for share your opinion, I completely agree with your suggestions. This is the best way to answer them "No, Django is modern framework for modern web. And there is the Guide how to cook D...
closed
2019-04-13T04:23:55Z
2019-06-10T13:26:29Z
https://github.com/phalt/django-api-domains/issues/8
[]
lorddaedra
2
KaiyangZhou/deep-person-reid
computer-vision
170
Incredibly high map, are there potential bugs in evaluation codes?
I have trained a video-based model which has a outstanding performance: My training script is: ```shell python main.py --app video\ -s dukemtmcvidreid\ -t dukemtmcvidreid\ -j 8 \ --height 256 \ --width 128 \ --optim...
closed
2019-05-07T11:49:46Z
2019-05-09T22:55:38Z
https://github.com/KaiyangZhou/deep-person-reid/issues/170
[]
yang-jin-hai
1
paperless-ngx/paperless-ngx
django
8,820
[BUG] Dashboard link on 404 page not working
### Description The link back to the dashboard on the 404 page does not work. This happens since version 2.14.0, 2.13.5 was still fine. ### Steps to reproduce 1. Go to the 404 page /404 2. Click on the link that is supossed to take you back to the dashboard 3. Nothing happens ### Webserver logs ```bash No related ...
closed
2025-01-19T18:28:32Z
2025-02-19T03:07:44Z
https://github.com/paperless-ngx/paperless-ngx/issues/8820
[ "bug", "frontend" ]
patheticpat
1
ghtmtt/DataPlotly
plotly
25
Axis enhancements
* revert axis checkbox * some axis transformation (log, ln, exp...) * `dx` and `dy` axis start and stop (like ranges) boxes? * double axis in the same plot?
closed
2017-05-31T15:06:26Z
2017-06-26T13:43:17Z
https://github.com/ghtmtt/DataPlotly/issues/25
[ "enhancement" ]
ghtmtt
0
ydataai/ydata-profiling
data-science
1,033
Generating ProfileReport from pickle files does not work (methods ProfileReport.dumps() and ProfileReport.loads())
### Current Behaviour - Used all defaut values - Generating ProfileReport from pd.DataFrame (Works) with ProfileReport(df) (**Works**) - Saving ProfileReport locally as pickle file (Works) with ProfileReport.dumps() (**Works**) - Loading ProfileReport from local pickle file with ProfileReport.loads() (**Works**) -...
open
2022-09-01T06:48:42Z
2023-02-01T06:09:18Z
https://github.com/ydataai/ydata-profiling/issues/1033
[ "question/discussion ❓" ]
Tuxedo94
1
supabase/supabase-py
fastapi
463
Functions not working due invalid URL formatting
Hi all, Calling functions using supabase-py for me allways results in the following response: `{'data': b'Function not found', 'error': None}` I believe this is due to the improper URL format in the `FunctionClient`: https://github.com/supabase-community/supabase-py/blob/5c752443277de0a4a8dfd7d0d113f0d177efc...
closed
2023-06-14T09:21:58Z
2023-06-15T03:43:48Z
https://github.com/supabase/supabase-py/issues/463
[ "duplicate" ]
tobias-scheepers
2
pallets/flask
python
5,388
jinja_loader type bug
I have ```Python from jinja2 import ChoiceLoader, FileSystemLoader app.jinja_loader = ChoiceLoader([ FileSystemLoader(project_dir / 'templates/'), app.jinja_loader, ]) ``` There is a mypy error ``` error: Incompatible types in assignment (expression has type "ChoiceLoader", variable has type "Fi...
closed
2024-01-23T16:34:25Z
2024-02-18T00:06:19Z
https://github.com/pallets/flask/issues/5388
[]
Siecje
0
holoviz/panel
matplotlib
7,361
Tabulator with row_content : not toggling (collapse/expand) properly
<!-- Thanks for contacting us! Please read and follow these instructions carefully, then you can delete this introductory text. Note that the issue tracker is NOT the place for usage questions and technical assistance; post those at [Discourse](https://discourse.holoviz.org) instead. Issues without the required inform...
closed
2024-10-05T13:39:13Z
2024-10-15T12:40:04Z
https://github.com/holoviz/panel/issues/7361
[]
jleonard99
1
pywinauto/pywinauto
automation
1,216
Focus changes from the control to the entire browser when working with Google Chrome, Yandex Browser.
## Problem I'm trying to get information about a control by mouse click. In Mozilla Firefox I get full information about the cotrol, but in Google Chrome and Yandex Browser I get only information about the window. When using inspect.exe, the cursor can't point to the control either, but the tree structure has this con...
open
2022-06-01T15:22:34Z
2022-06-02T11:57:08Z
https://github.com/pywinauto/pywinauto/issues/1216
[]
ArchieAlexArkhipov
0
microsoft/nni
machine-learning
4,788
HPO: gpu_metrics file does not exist!
**Describe the issue**: I run`nnictl create --config exp.yaml --port 9090` and cheak `nvidia-smi`, find its running without using GPU. So I run`nnictl create --config exp.yaml --port 9090 - f` and get error below: ![image](https://user-images.githubusercontent.com/19604387/164359111-4e2dd2ac-33ae-466f-b21d-774ff51...
open
2022-04-21T02:32:35Z
2022-04-26T07:29:11Z
https://github.com/microsoft/nni/issues/4788
[]
MinYounZhang
6
flaskbb/flaskbb
flask
41
Moderator Panel
It would be nice to have an Moderator Panel. We could just rename the current "Admin Settings" to something like "Management" and display the settings depending on the permissions --> If a user has Admin permissions he can see everything but if he only has Moderator permissions he can only see the Moderation Settings/D...
closed
2014-06-15T10:05:01Z
2018-04-15T07:47:31Z
https://github.com/flaskbb/flaskbb/issues/41
[]
sh4nks
0
tensorpack/tensorpack
tensorflow
996
[Q] MultiThreadMapData and AugmentImageComponents?
I read the tutorial "Efficient DataFlow", which was very helpful. I have a question. The tutorial includes two cases. **multiprocess** ``` ds0 = dataset.ILSVRC12('/path/to/ILSVRC12', 'train', shuffle=True) ds1 = AugmentImageComponent(ds0, lots_of_augmentors) ds = PrefetchDataZMQ(ds1, nr_proc=25) ds = B...
closed
2018-12-02T12:26:21Z
2018-12-10T08:43:39Z
https://github.com/tensorpack/tensorpack/issues/996
[ "usage" ]
ywpkwon
1
darrenburns/posting
rest-api
232
Autocomplete path portion in URL bar
Currently, URL bar supports autocomplete for base URLs (https://domain.io) and variables. Please support path segments also. For example, I'm playing with [Gmail API](https://developers.google.com/gmail/api/reference/rest), which has a URL like this: ``` https://gmail.googleapis.com/gmail/v1/users/{userId}/messages ``...
open
2025-03-18T09:36:25Z
2025-03-18T09:51:53Z
https://github.com/darrenburns/posting/issues/232
[ "planned" ]
hongquan
1
piskvorky/gensim
nlp
2,969
Load full native fastText Facebook model is partial
#### Problem description Hidden vectors are bad. I'm using the gensim.models.fasttext.load_facebook_model function to load the .bin file, but the syn1 fails loading. Also trainables.syn1neg is full of zeros. 'FastTextTrainables' object has no attribute 'syn1' #### Steps/code/corpus to reproduce Simply using...
open
2020-09-30T21:04:09Z
2021-03-15T23:01:33Z
https://github.com/piskvorky/gensim/issues/2969
[ "bug", "reach MEDIUM", "impact MEDIUM" ]
aviclu
16
modin-project/modin
data-science
7,058
Update exception message for `insert` function
closed
2024-03-12T11:26:56Z
2024-03-12T13:33:35Z
https://github.com/modin-project/modin/issues/7058
[ "Code Quality 💯" ]
anmyachev
0
postmanlabs/httpbin
api
596
Support for HTTP 308
Currently, support for HTTP 308 Permanent Redirect is missing. From https://httpstatuses.com/308 : > The target resource has been assigned a new permanent URI and any future references to this resource ought to use one of the enclosed URIs. > > Clients with link editing capabilities ought to automatically re-li...
closed
2020-01-28T16:28:27Z
2022-01-03T22:27:52Z
https://github.com/postmanlabs/httpbin/issues/596
[]
duckinator
2
fbdesignpro/sweetviz
pandas
113
compare_intra() keeps giving 'index X is out of bounds for axis 0 with size Y' error
Tried `compare_intra()` on a road accident data set to compare urban vs rural samples. However, it keeps giving the above error. `report = sv.compare_intra(df, df["UrbanRural"] == 1, ["Urban", "Rural"], 'Is Fatal')` Removed from `df` up to four fields that the error is reported on, but then the next field throws ...
open
2022-03-13T14:16:47Z
2023-10-04T16:35:45Z
https://github.com/fbdesignpro/sweetviz/issues/113
[ "bug" ]
ishandesilva2
0
nvbn/thefuck
python
1,232
fuck takes about 10s to show corrected commands, annoying. why fuck so slow? ubuntu18, pip3 install
<!-- If you have any issue with The Fuck, sorry about that, but we will do what we can to fix that. Actually, maybe we already have, so first thing to do is to update The Fuck and see if the bug is still there. --> <!-- If it is (sorry again), check if the problem has not already been reported and if not, just op...
open
2021-09-05T01:49:44Z
2021-12-20T15:21:59Z
https://github.com/nvbn/thefuck/issues/1232
[]
AstroShen
4
wagtail/wagtail
django
12,080
Concurrent editing notifications - backend additions to identify concurrent edits
Part of [RFC 95 - concurrent editing notifications](https://github.com/wagtail/rfcs/pull/95) As per the RFC section 'Notifying users on changes', add support to the 'ping' endpoint for passing a revision ID so that any users who have created revisions newer than that one are annotated as part of the response, includ...
closed
2024-06-21T15:55:38Z
2024-07-12T08:45:28Z
https://github.com/wagtail/wagtail/issues/12080
[ "type:Enhancement" ]
gasman
0
Kanaries/pygwalker
matplotlib
348
[Question]How to set width & height parameter when you use pygwalker on flask app?
hello.I use pygwalker on flask app. but display size is a little big, so I would like to resize it. Though I tried width & height parameter to pyg.walk function, it didn't work. Is there any way to resize it? Code) df = pd.read_sql(sql,engine) # Get Pygwalker as html html_str = pyg.walk(df, return_...
closed
2023-12-10T05:21:33Z
2023-12-12T15:51:54Z
https://github.com/Kanaries/pygwalker/issues/348
[]
relakuman
4
albumentations-team/albumentations
machine-learning
2,174
Unexpected Negative Coordinates in YOLOv8 Annotations after Transformations
**Description:** I am encountering an issue while applying transformations to YOLOv8 annotations (object detection format) using albumentations. Below is a minimal reproducible example ``` import cv2 import albumentations as A image = cv2.imread("....") image = cv2.cvtColor(image, cv2.COLOR_BGR2RGB) bboxes =...
closed
2024-12-04T15:13:57Z
2024-12-05T18:39:51Z
https://github.com/albumentations-team/albumentations/issues/2174
[ "question" ]
qweqweq1222
2
sherlock-project/sherlock
python
1,962
Make requests over Tor. Following error. OSError: 'tor' isn't available on your system. Maybe it's not in your PATH?
<!-- ###################################################################### WARNING! IGNORING THE FOLLOWING TEMPLATE WILL RESULT IN ISSUE CLOSED AS INCOMPLETE. ###################################################################### --> ## Checklist <!-- Put x into all boxes (like this [x]) once you hav...
closed
2023-12-24T12:38:19Z
2023-12-25T07:44:56Z
https://github.com/sherlock-project/sherlock/issues/1962
[ "question" ]
PiShindo0
1
matterport/Mask_RCNN
tensorflow
2,642
Test on multiple GPu
I have been digging through the issues and could not find the answer. Does this code work for multiple GPUs when testing? specifically the video code in the sample folder. I am trying to see how to increase the speed of that.
open
2021-07-22T02:16:47Z
2021-07-22T02:16:47Z
https://github.com/matterport/Mask_RCNN/issues/2642
[]
arashtavakoli
0
pallets/flask
python
4,986
Tutorial Documentation Issue with --debug
# Recap [Run Application](https://flask.palletsprojects.com/en/2.2.x/tutorial/factory/#run-the-application) section says you should run: `flask --app flaskr run --debug` This provides this error: ``` (Discord) C:\Users\gradu\code\flask-tutorial>flask --app flaskr run --debug Usage: flask run [OPTIONS] Try '...
closed
2023-02-16T21:35:52Z
2023-03-03T01:47:16Z
https://github.com/pallets/flask/issues/4986
[]
ProsperousHeart
2
python-visualization/folium
data-visualization
1,387
Is it possible to add multiple images in a folium popup?
I tried to add an image to the marker popup in folium and was successful. Following is the code snippet: ``` encoded = base64.b64encode(open('test.png', 'rb').read()) html = ''' <img src="data:image/png;base64,{}">'''.format iframe = IFrame(html(encoded.decode('UTF-8')), width=400, height=350) popup = folium.Pop...
closed
2020-09-15T11:06:52Z
2022-11-22T16:03:15Z
https://github.com/python-visualization/folium/issues/1387
[]
gmehta1996
1
pydata/pandas-datareader
pandas
932
Key Error (trying to fetch out of range data)
File ~/jupyter_dir/lib/python3.9/site-packages/pandas/core/indexes/base.py:3623, in Index.get_loc(self, key, method, tolerance) 3621 return self._engine.get_loc(casted_key) 3622 except KeyError as err: -> 3623 raise KeyError(key) from err 3624 except TypeError: 3625 # If we have a listlike ...
open
2022-05-11T15:50:12Z
2022-05-26T19:23:46Z
https://github.com/pydata/pandas-datareader/issues/932
[]
jlaurentino
1
vvbbnn00/WARP-Clash-API
flask
69
获取帐号太频繁了,可以调整拉取时间吗?
<img width="1265" alt="image" src="https://github.com/vvbbnn00/WARP-Clash-API/assets/19187969/f888f5ce-56e7-4379-aee4-bf678d059c14">
closed
2024-02-27T02:57:06Z
2024-02-27T04:13:16Z
https://github.com/vvbbnn00/WARP-Clash-API/issues/69
[ "enhancement" ]
summerKK
0
dask/dask
numpy
11,011
value_counts with NaN sometimes raises ValueError: No objects to concatenate
<!-- Please include a self-contained copy-pastable example that generates the issue if possible. Please be concise with code posted. See guidelines below on how to provide a good bug report: - Craft Minimal Bug Reports http://matthewrocklin.com/blog/work/2018/02/28/minimal-bug-reports - Minimal Complete Verifiab...
closed
2024-03-19T13:10:22Z
2024-03-26T07:12:54Z
https://github.com/dask/dask/issues/11011
[ "needs triage" ]
m-rossi
2
tensorflow/tensor2tensor
machine-learning
1,218
Best way to decode (translate) a hundred thousand files?
I'm currently looping through each text file and running `t2t-decoder` to translate into my target language. It appears loading my model per each file is taking a lot more time than necessary. What is the best way to go about this? I have considered batching all my text files into one big text file for inference,...
closed
2018-11-13T00:37:47Z
2018-11-13T19:21:27Z
https://github.com/tensorflow/tensor2tensor/issues/1218
[]
echan00
1
piskvorky/gensim
data-science
2,938
Fix deprecations in SoftCosineSimilarity
When running our CI test suite, I see an array of deprecation warnings: https://dev.azure.com/rare-technologies/gensim-ci/_build/results?buildId=287&view=logs&jobId=f9575ddc-dec8-54e6-9d26-abb8bdd9bed7&j=f9575ddc-dec8-54e6-9d26-abb8bdd9bed7&t=180156a9-2bf9-537d-c84a-ef9e808c0367 Some are from gensim, some from sc...
closed
2020-09-09T07:20:19Z
2020-09-16T07:32:48Z
https://github.com/piskvorky/gensim/issues/2938
[ "bug", "reach HIGH", "impact MEDIUM", "housekeeping" ]
piskvorky
6
davidsandberg/facenet
tensorflow
336
Regarding training images
Hi, Please let me the format of the training images. can we have the training images in .jpg format? Thanks
closed
2017-06-20T11:48:43Z
2017-07-15T16:14:23Z
https://github.com/davidsandberg/facenet/issues/336
[]
saravanan0206
2
allenai/allennlp
data-science
5,710
error message occuied “zipfile.BadZipFile: File is not a zip file”
## Description error message occuied “zipfile.BadZipFile: File is not a zip file” When applied the code: from transformers import PreTrainedTokenizerBase, AutoTokenizer from allennlp.predictors.predictor import Predictor from allennlp.common import Params from allennlp.common.model_card import ModelCard...
closed
2022-09-12T12:36:27Z
2022-10-03T16:11:32Z
https://github.com/allenai/allennlp/issues/5710
[ "bug", "stale" ]
Hoyyyaard
3
saulpw/visidata
pandas
2,283
Avoid Status Spam/Visual Noise
Regardless of how anyone may feel about the subjectivity of this "feature", previously, setting an empty motd URL kept this sort of status spam from appearing during startup. However, at some point after updating to a newer version of visidata, this status message is now very pronounced and distracting, and disabling t...
closed
2024-01-31T22:49:39Z
2024-02-01T21:58:51Z
https://github.com/saulpw/visidata/issues/2283
[ "wishlist", "duplicate" ]
gordo-veda
4
jwkvam/bowtie
jupyter
263
Proposing a PR to fix a few small typos
# Issue Type [x] Bug (Typo) # Steps to Replicate and Expected Behaviour - Examine bowtie/tests/test_components.py and observe `instatiation`, however expect to see `instantiation`. - Examine bowtie/tests/test_tags.py and observe `instantation`, however expect to see `instantiation`. # Notes Semi-automated issue ge...
open
2021-06-03T12:59:35Z
2021-06-03T12:59:35Z
https://github.com/jwkvam/bowtie/issues/263
[]
timgates42
0