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 | 55 | 微调roberta large需要什么样的配置 | closed | 2019-10-15T03:26:28Z | 2019-10-16T00:00:39Z | https://github.com/ymcui/Chinese-BERT-wwm/issues/55 | [] | xiongma | 2 | |
Layout-Parser/layout-parser | computer-vision | 42 | Bad support for PIL images for `crop_image` APIs | `box.crop_image(image)` doesn't support for PIL images. Current method requires manual conversion `box.crop_image(np.array(image))` beforehand. | open | 2021-05-05T20:52:03Z | 2021-05-05T20:52:03Z | https://github.com/Layout-Parser/layout-parser/issues/42 | [
"bug"
] | lolipopshock | 0 |
MaartenGr/BERTopic | nlp | 1,347 | Using Vectorizer Model After Updating Topics (after reducing outliers) | Hello,
Do you have any advice how to repeat text preprocessing steps after updating topic models (following outlier reduction technique)? I was able to get clean representative words using topic_model.visualize_barchart before using topic_model.update_topics. However, all my specifications in vectorizer_model for th... | closed | 2023-06-16T23:47:27Z | 2023-06-17T00:31:33Z | https://github.com/MaartenGr/BERTopic/issues/1347 | [] | volhakatebi | 1 |
twopirllc/pandas-ta | pandas | 109 | Inside bar indicator request | Hi , can you please add the inside bar indicator from cma?
link: https://www.tradingview.com/script/IyIGN1WO-Inside-Bar/
I couldn't find it in the readme area unless it is in a different name
This indicator seems like it has 900 likes (just saying in case this would increase your reason to do this indicator XD)
T... | closed | 2020-09-03T18:08:55Z | 2020-09-08T18:50:51Z | https://github.com/twopirllc/pandas-ta/issues/109 | [
"enhancement",
"good first issue"
] | SoftDevDanial | 8 |
tatsu-lab/stanford_alpaca | deep-learning | 188 | An important question about pre-instructions ("below is an instruction...") | Every training example starts with a pre-instruction prompt:
"Below is an instruction that describes a task. Write a response that appropriately completes the request."
(or with the +input version of the above.)
I would like to understand why and where does it format come from (InstructGPT paper?)
Since the... | closed | 2023-04-06T20:54:04Z | 2023-05-05T18:43:47Z | https://github.com/tatsu-lab/stanford_alpaca/issues/188 | [] | zygmuntz | 1 |
jumpserver/jumpserver | django | 14,455 | [Bug] IE browser Remote code execution | ### Product Version
v4.3.1
### Product Edition
- [X] Community Edition
- [ ] Enterprise Edition
- [ ] Enterprise Trial Edition
### Installation Method
- [X] Online Installation (One-click command installation)
- [ ] Offline Package Installation
- [ ] All-in-One
- [ ] 1Panel
- [ ] Kubernetes
- [ ] ... | closed | 2024-11-14T15:45:54Z | 2024-11-16T11:14:10Z | https://github.com/jumpserver/jumpserver/issues/14455 | [
"🐛 Bug"
] | Kevko1337 | 5 |
Kanaries/pygwalker | pandas | 419 | There is some error with Computation service. Here is the Error message: Cannot read properties of undefined (reading '__wbindgen_add_to_stack_pointer') | **Describe the bug**
Integrate PyGWalker with Shiny-Python following https://github.com/ObservedObserver/pygwalker-shiny/tree/main.
But when I change ui.HTML(pyg.walk(df, spec="./viz-config.json", return_html=True, debug=False)),
to ui.HTML(pyg.walk(df, spec="./viz-config.json", use_kernel_calc=True, return_html... | open | 2024-02-02T11:40:33Z | 2024-10-18T04:12:03Z | https://github.com/Kanaries/pygwalker/issues/419 | [
"enhancement",
"good first issue",
"P2"
] | qingfengwuhen | 7 |
strawberry-graphql/strawberry | asyncio | 3,126 | local tests broken because of pydantic | <!-- Provide a general summary of the bug in the title above. -->
<!--- This template is entirely optional and can be removed, but is here to help both you and us. -->
<!--- Anything on lines wrapped in comments like these will not show up in the final text. -->
## Describe the Bug
Currently it isn't possible t... | closed | 2023-10-01T04:27:21Z | 2025-03-20T15:56:24Z | https://github.com/strawberry-graphql/strawberry/issues/3126 | [
"bug"
] | devkral | 1 |
dpgaspar/Flask-AppBuilder | flask | 1,957 | Azure OAuth CSRF State Not Equal Error | If you'd like to report a bug in Flask-Appbuilder, fill out the template below. Provide
any extra information that may be useful
Responsible disclosure:
We want to keep Flask-AppBuilder safe for everyone. If you've discovered a security vulnerability
please report to danielvazgaspar@gmail.com.
### Environment
... | closed | 2022-12-08T14:18:30Z | 2023-11-17T04:08:28Z | https://github.com/dpgaspar/Flask-AppBuilder/issues/1957 | [
"question",
"pending"
] | ahipp13 | 11 |
Skyvern-AI/skyvern | api | 1,697 | Issue accessing assets when deploying Skyvern via Helm on Kubernetes | Hello,
I am trying to deploy Skyvern via Helm in my Kubernetes cluster.
The installation runs in a Chromium headless environment. (ubuntu server without GUI)
I have other applications in this cluster, and they are accessible using a context like https://mydns/myapp.
I would like to access Skyvern at https://mydns/sky... | closed | 2025-02-01T15:29:52Z | 2025-02-19T09:39:49Z | https://github.com/Skyvern-AI/skyvern/issues/1697 | [] | BenLikeCode | 2 |
tensorly/tensorly | numpy | 431 | tensorly on large-scale tensor? | Hi team,
Thanks for this nice repo!
I'm wondering if tensorly actually supports decomposition on large tensors? I'm trying to run parafac on a (N,N,2) tensor, N is as large as 10k. It can run with rank 2, but more than that I won't have enough memory. Is it because of tensorly does all the computation in the dens... | closed | 2022-07-19T01:25:19Z | 2022-07-22T19:06:52Z | https://github.com/tensorly/tensorly/issues/431 | [] | devnkong | 3 |
BeanieODM/beanie | asyncio | 65 | [fix] string to PydanticObjectId converting | Details:
```python
bar = await Product.get("608da169eb9e17281f0ab2ff") # not working,
bar = await Product.get(PydanticObjectId("608da169eb9e17281f0ab2ff")) # working.
``` | closed | 2021-06-17T13:35:24Z | 2021-06-17T14:38:29Z | https://github.com/BeanieODM/beanie/issues/65 | [] | roman-right | 1 |
Miserlou/Zappa | flask | 1,509 | Can't parse ".serverless/requirements/xlrd/biffh.py" unless encoding is latin | <!--- Provide a general summary of the issue in the Title above -->
## Context
when detect_flask is called during zappa init, it fails on an encoding issue because of the commented out block at the head of xlrd/biffh.py
<!--- Provide a more detailed introduction to the issue itself, and why you consider it to be a b... | open | 2018-05-14T18:00:14Z | 2018-05-14T18:00:14Z | https://github.com/Miserlou/Zappa/issues/1509 | [] | joshmalina | 0 |
InstaPy/InstaPy | automation | 5,866 | session.unfollow_users do have option for white_list users to not unfollow them when execute with unfollow all | ## InstaPy configuration
I see in unfollow_util.py have a likes of code when is set white_list to don`t unfollow user account if its in it.
How to use it in sample code session.unfollow_users(white_list = ['user', 'user', 'user']
If its for that Thank you.
TypeError: unfollow_users() got an unexpected keyword arg... | closed | 2020-11-03T09:32:25Z | 2020-12-20T14:06:26Z | https://github.com/InstaPy/InstaPy/issues/5866 | [
"wontfix"
] | mik3bg | 1 |
automl/auto-sklearn | scikit-learn | 779 | How to disable Bayesian optimization? | Is there a way to disable the Bayesian optimization subroutine when fitting on a new dataset? I am curious about how the performance would be different when there is no such fine-tune. Thanks! | closed | 2020-02-09T16:02:48Z | 2020-04-02T11:26:08Z | https://github.com/automl/auto-sklearn/issues/779 | [] | chengrunyang | 4 |
youfou/wxpy | api | 275 | 登录失败报错,网页版可正常登录 | - 之前一直正常使用,定期重启
- 扫码之后,等待时间很长
- 之前出现过一次,手机上清理了缓存及一批好友之后正常
## Log
```
Getting uuid of QR code.
Downloading QR code.
Please scan the QR code to log in.
Please press confirm on your phone.
Loading the contact, this may take a little while.
Traceback (most recent call last):
File "test.py", line 4, in <modu... | open | 2018-03-16T08:40:44Z | 2018-08-13T15:27:42Z | https://github.com/youfou/wxpy/issues/275 | [] | Anynices | 14 |
anselal/antminer-monitor | dash | 111 | Add devices by IP address range | Hey, first off, thanks for antminer-monitor! It's uncomplicated software that does its job well!
Second, we were curious about adding devices by IP address range, for example:
192.168.69.101-200: antminer S9
192.168.70.1-250: antminer L3
Or, is there a way to add these devices in a range using the command li... | closed | 2018-07-06T18:22:26Z | 2018-07-10T12:05:02Z | https://github.com/anselal/antminer-monitor/issues/111 | [
":dancing_men: duplicate"
] | faddat | 1 |
marcomusy/vedo | numpy | 559 | Implement multiple shadows | - Implement multiple shadows on planes, using the projection algorithm from #191.


能正常加载使用,但是没有中文的bert
能放出转换脚本吗? | open | 2020-07-28T06:53:06Z | 2024-02-26T05:10:48Z | https://github.com/PaddlePaddle/models/issues/4772 | [] | waywaywayw | 4 |
kensho-technologies/graphql-compiler | graphql | 952 | Explain query planning | Make a concise print function for the `QueryPlanningAnalysis` class https://github.com/kensho-technologies/graphql-compiler/blob/v2.0.0.dev25/graphql_compiler/cost_estimation/analysis.py#L381
In most cases, the printout of the analysis passes is enough to explain why a particular query plan was chosen. | open | 2020-10-12T20:59:21Z | 2020-10-12T20:59:21Z | https://github.com/kensho-technologies/graphql-compiler/issues/952 | [
"enhancement",
"user friendliness",
"good first issue",
"maintainer quality-of-life"
] | bojanserafimov | 0 |
facebookresearch/fairseq | pytorch | 5,035 | Auto create commandline args from yamls with fairseq-hydra-train | ## 🚀 Feature Request
Though Fairseq is such a powerful framework, I got some problems when I used fairseq-hydra-train.
If I want to define an arg in the config yaml file, I have to define it in some dataclass first.
This is cumbersome and slow compared with the hydra's ability of auto-creating commandline args.
Fu... | open | 2023-03-22T02:00:48Z | 2023-03-22T02:00:48Z | https://github.com/facebookresearch/fairseq/issues/5035 | [
"enhancement",
"help wanted",
"needs triage"
] | gystar | 0 |
apify/crawlee-python | automation | 839 | inital list of Requests dont all get handled? | request queue not being handled. So when i have a list of Requests with different labels it will only handle the labels of the first request it sees. Am I doing something wrong or is this a bug?
Here in the logs I queue up 4 things
```
DEBUG Added 4 requests to the queue, response: processed_requests=[ProcessedReq... | closed | 2024-12-21T19:16:43Z | 2024-12-21T19:42:25Z | https://github.com/apify/crawlee-python/issues/839 | [
"t-tooling"
] | CupOfGeo | 0 |
iperov/DeepFaceLab | deep-learning | 931 | PC Stability | Hello. its me again, I am a little but concern about my PC.
My PC configurations are:-
MODEL:- HP Pavailion 15
PROCESSOR:- Intel(R) Core i7-9750H @ 2.60 GHz
RAM:- 8 GB DDR4
GRAPHICS CARD:- 4 GB NVIDIA GEFORCE GTX 1650
OPERATING SYSTEM:- Windows 10 x64 bit.
I am using SAEHD for training I mean the GPU for trainin... | open | 2020-10-29T08:09:45Z | 2023-06-08T21:22:01Z | https://github.com/iperov/DeepFaceLab/issues/931 | [] | Aeranstorm | 2 |
ultralytics/ultralytics | machine-learning | 18,676 | Source of YOLOv10 pretrianed weights | ### Search before asking
- [X] I have searched the Ultralytics YOLO [issues](https://github.com/ultralytics/ultralytics/issues) and [discussions](https://github.com/ultralytics/ultralytics/discussions) and found no similar questions.
### Question
I have a question regarding YOLOv10 pretrained weights [(:](https://d... | closed | 2025-01-14T08:57:59Z | 2025-01-16T05:49:54Z | https://github.com/ultralytics/ultralytics/issues/18676 | [
"question"
] | piupiuisland | 4 |
CorentinJ/Real-Time-Voice-Cloning | python | 1,249 | I got this error running demo_cli.py. Assistance would be appreciated. | Traceback (most recent call last):
File "c:\Users\----\Downloads\Real-Time-Voice-Cloning-master\demo_cli.py", line 80, in <module>
encoder.embed_utterance(np.zeros(encoder.sampling_rate))
File "c:\Users\----\Downloads\Real-Time-Voice-Cloning-master\encoder\inference.py", line 144, in embed_utterance
fra... | open | 2023-09-12T21:08:40Z | 2023-12-24T19:47:00Z | https://github.com/CorentinJ/Real-Time-Voice-Cloning/issues/1249 | [] | Lijey427 | 2 |
miguelgrinberg/Flask-SocketIO | flask | 1,875 | Issue when emitting in threads | Hi,
I am currently facing issues when emitting an event in a separate thread.
In short:
* Main app runs as usual
* When task is open, I start a thread in the background
* In the background thread, I use *flask_socketio.emit* to emit events
* In an Angular app I react to those events
In short,
* events fr... | closed | 2022-09-09T12:14:41Z | 2022-09-09T13:05:26Z | https://github.com/miguelgrinberg/Flask-SocketIO/issues/1875 | [] | ItachiSan | 0 |
jupyterhub/jupyterhub-deploy-docker | jupyter | 62 | docker: host does not create user container (invalid reference format) | _From @inkrement on January 24, 2018 7:43_
I basically, tried to run the [Jupyterhub/docker-demo](https://github.com/jupyterhub/jupyterhub-deploy-docker), but upgraded to the newest docker-versions.
The server itself and Github-OAuth work fine, but when I get redirected from Github (right after authentication) I ge... | closed | 2018-01-26T17:54:40Z | 2022-12-05T00:54:37Z | https://github.com/jupyterhub/jupyterhub-deploy-docker/issues/62 | [
"question"
] | willingc | 5 |
Textualize/rich | python | 3,081 | [BUG] emoji overlaps with text | **Describe the bug**
I want to wrap text with emojis on both sides.
Adding emoji on the right side/after a text works fine, but adding an emoji before text causes both to overlap and I need to add manually spaces. Adding spaces is not ideal because I am adding multiple emojis at once, and I need to create separate va... | closed | 2023-08-10T13:35:34Z | 2023-08-10T13:38:12Z | https://github.com/Textualize/rich/issues/3081 | [
"Needs triage"
] | kss149 | 3 |
hbldh/bleak | asyncio | 498 | Move cleanup to disconnect event handler in Windows backends | From code review comment: https://github.com/hbldh/bleak/pull/450#discussion_r597064014
| open | 2021-03-29T08:55:38Z | 2022-07-25T21:00:57Z | https://github.com/hbldh/bleak/issues/498 | [
"enhancement",
"Backend: WinRT"
] | hbldh | 0 |
indico/indico | flask | 6,045 | Convert google slide URLs to PDFs (as with powerpoint etc) | **Is your feature request related to a problem? Please describe.**
People increasingly add presentations as links to google slides. This is bad as these URLs can expire/be deleted in which case the content is lost. Of course, we can ask speakers to remember to also update a pdf version, but since indico can autoconve... | closed | 2023-11-21T15:34:52Z | 2024-10-10T10:00:03Z | https://github.com/indico/indico/issues/6045 | [
"enhancement"
] | EdwardMoyse | 8 |
PrefectHQ/prefect | data-science | 16,826 | Error parsing boolean in DeploymentScheduleCreate | ### Bug summary
I get the following error when trying to have a parameterized value for the active field in schedule.
Error message
```
1 validation error for DeploymentScheduleCreate
active
Input should be a valid boolean, unable to interpret input
For further information visit https://errors.pydantic.dev/2.1... | closed | 2025-01-23T15:57:34Z | 2025-01-28T16:22:55Z | https://github.com/PrefectHQ/prefect/issues/16826 | [
"bug"
] | aurany | 2 |
FactoryBoy/factory_boy | django | 998 | FuzzyInteger with low bound set does not work as intended | #### Description
My intention is to have a randomized integer with a minimum value of 1 but instead the library returns a randomized integer between 0 and 1
#### To Reproduce
my_val = fuzzy.FuzzyInteger(low=1)
| closed | 2023-02-03T15:10:48Z | 2023-02-06T14:02:05Z | https://github.com/FactoryBoy/factory_boy/issues/998 | [] | roryodonnell | 1 |
KaiyangZhou/deep-person-reid | computer-vision | 258 | Do you have a model trained on all datasets? | Great project, thank you!
Do you have a model trained on all datasets?
| closed | 2019-11-15T21:29:33Z | 2019-12-05T19:12:29Z | https://github.com/KaiyangZhou/deep-person-reid/issues/258 | [] | anuar12 | 3 |
PrefectHQ/prefect | automation | 16,982 | Upgrade `websockets.legacy` usage | ### Describe the current behavior
Currently we rely on imported objects from `websockets.legacy` which is deprecated (as can be seen here, for example: https://github.com/PrefectHQ/prefect/actions/runs/13147657643/job/36689175326?pr=16972).
### Describe the proposed behavior
We need to plan to move to the newer asyn... | open | 2025-02-05T16:51:54Z | 2025-02-05T16:51:54Z | https://github.com/PrefectHQ/prefect/issues/16982 | [
"enhancement",
"upstream dependency"
] | cicdw | 0 |
tfranzel/drf-spectacular | rest-api | 1,303 | Exception caught for serializer field ReadOnlyField with a FileField source | **Describe the bug**
I have a simple file server:
```python
from django.db import models
from django.shortcuts import render
from rest_framework import generics, serializers
class FooFile(models.Model):
fname = models.FileField(max_length=1024, unique=True)
class FooFileSerializer(serializers.Hyperl... | closed | 2024-10-01T21:03:45Z | 2024-10-02T07:44:35Z | https://github.com/tfranzel/drf-spectacular/issues/1303 | [] | jennydaman | 3 |
tensorpack/tensorpack | tensorflow | 897 | UnboundLocalError: local variable 'raw_devices' referenced before assignment | https://github.com/tensorpack/tensorpack/blob/801e29218f299905298b9bf430d2b95b527b04d5/tensorpack/graph_builder/training.py#L350-L355
I have reviewed this file, and by comparison I think `raw_devices = ['/gpu:{}'.format(k) for k in self.towers]` in line 351 should probably be defined before the `if-else` statement j... | closed | 2018-09-17T11:56:57Z | 2018-09-17T16:28:11Z | https://github.com/tensorpack/tensorpack/issues/897 | [
"bug"
] | thuzhf | 2 |
KevinMusgrave/pytorch-metric-learning | computer-vision | 349 | Allow customization of faiss index type | See #348 | closed | 2021-06-29T19:53:35Z | 2021-11-28T19:21:15Z | https://github.com/KevinMusgrave/pytorch-metric-learning/issues/349 | [
"enhancement",
"fixed in dev branch"
] | KevinMusgrave | 1 |
jacobgil/pytorch-grad-cam | computer-vision | 531 | Loading a pt model and using Grad-cam | I hope that you can support me, I am trying to load a scripted model and then to use Grad-cam. Sadly it tells me that there is an issue on the hook that cannot be setup for a scripted model.
Do you know any way in which I could fix this?
Thank you in advance | open | 2024-09-25T12:39:30Z | 2024-09-25T12:39:30Z | https://github.com/jacobgil/pytorch-grad-cam/issues/531 | [] | aipatr | 0 |
numpy/numpy | numpy | 28,019 | TST,DOC: Bump `scipy_doctest` (or remove pin) and fix new failures | @ev-br ping FYI, since the new scipy-doctest release (less than an hour ago) the refcheck has universal failures.
I suspect, this is all just bad documentation that needs fixing, but not sure yet. In either case, until fixed both CircleCI and the "benchmark" tests which also still run the refcheck are expected to ... | closed | 2024-12-17T11:59:12Z | 2024-12-19T08:19:01Z | https://github.com/numpy/numpy/issues/28019 | [] | seberg | 6 |
gradio-app/gradio | python | 10,143 | image.no_webcam_support | ### Describe the bug
input_image = gr.Image(type='pil', label='图像', sources=['webcam'], interactive=True, show_fullscreen_button=True)
这个代码部署在192.168.0.3服务器上面,我在192.168.0.5服务器访问项目 192.168.0.3:5019,然后点击摄像头报错image.no_webcam_support,这是为什么?该怎么修改
### Have you searched existing issues? 🔎
- [X] I have searched and f... | closed | 2024-12-06T04:04:52Z | 2024-12-06T14:41:23Z | https://github.com/gradio-app/gradio/issues/10143 | [
"bug"
] | geekplusaa | 1 |
Gozargah/Marzban | api | 1,236 | کاستوم کانفیگ | سلام، امروز مرزبان رو ست کردم که کاستوم کانفیگ بزنم و فرگمنت رو برای کانفیگ های CDN فعال کنم، بدون مشکل انجام شد ولی بعدش متوجه شدم کانفیگهای مستقیم vless tcp no header دیگه کار نمیکنن، بعد از کلی جستجو متوجه شدم، موقع تبدیل کانفیگ ها به کاستوم ، کانفیگهای مستقیم که هدر نداشتن و بهتره بگم type اونها none بود، در کاستو... | closed | 2024-08-09T14:39:03Z | 2024-08-09T16:39:27Z | https://github.com/Gozargah/Marzban/issues/1236 | [
"Duplicate"
] | Nima786 | 1 |
frappe/frappe | rest-api | 31,625 | Scroll to field for read only fields is broken (develop) | ctrl+j > jump to field > type fieldname outside of current window.
Expected behaviour: Scrolls to that field slowly
Current behaviour: nothing. | open | 2025-03-10T13:16:01Z | 2025-03-17T15:46:42Z | https://github.com/frappe/frappe/issues/31625 | [
"bug",
"UX",
"v16"
] | ankush | 4 |
shibing624/text2vec | nlp | 58 | 相关paper或基准 | 大家好,请问有和[examples/training_sup_text_matching_model.py]相关的paper或相关github代码分享吗?比如文档查重对比结果分析之类的 | closed | 2023-03-28T08:21:57Z | 2023-03-28T11:37:24Z | https://github.com/shibing624/text2vec/issues/58 | [
"question"
] | 1264561652 | 2 |
keras-rl/keras-rl | tensorflow | 299 | reccurent-dqn examples | This mostly goes to @kirkscheper as I have seen is the most recently active in recurrent.
I try running the example recurrent_dqn_atari.py and I have several problems.
In the beginning I had this problem:
```
ValueError: perm dim 5 is out of range of input rank 5 for 'permute_1/transpose' (op: 'Transpose') with ... | closed | 2019-03-05T16:02:26Z | 2019-06-10T17:16:58Z | https://github.com/keras-rl/keras-rl/issues/299 | [
"wontfix"
] | chriskoups | 1 |
babysor/MockingBird | pytorch | 614 | hifigan的训练无法直接使用cpu,且修改代码后无法接着训练 | **Summary[问题简述(一句话)]**
A clear and concise description of what the issue is.
hifigan的训练无法直接使用cpu,且修改代码后无法接着训练
**Env & To Reproduce[复现与环境]**
描述你用的环境、代码版本、模型
最新环境、代码版本,模型:hifigan
**Screenshots[截图(如有)]**
If applicable, add screenshots to help
将MockingBird-main\vocoder\hifigan下trian.py中41行torch.cuda.manual_seed(h.s... | open | 2022-06-12T01:52:36Z | 2022-07-02T04:57:25Z | https://github.com/babysor/MockingBird/issues/614 | [] | HSQhere | 2 |
InstaPy/InstaPy | automation | 6,650 | Issue when trying to run InstaPy | Workspace in use: "C:/Users/Jordan Gri/InstaPy"
OOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOO
INFO [2022-10-27 16:03:58] [shotsbyjordangri] Session started!
oooooooooooooooooooooooooooooooooooooooooooooooooooooo
INFO [2022-10-27 16:04:02] [shotsbyjordangri] - Cookie file not found, creating cookie...
WA... | open | 2022-10-27T19:05:28Z | 2022-11-14T20:53:17Z | https://github.com/InstaPy/InstaPy/issues/6650 | [] | eastcoastboys | 9 |
Buuntu/fastapi-react | sqlalchemy | 204 | Front end does not respond to mouse. | The only way to navigate the front end is with the tab key. Not a frontend guy but I'm not seeing any errors. A lot of npm warnings. It looks ok. I have noticed if I try to render only a button it is also unresponsive. | closed | 2023-07-24T01:57:06Z | 2023-07-25T22:43:34Z | https://github.com/Buuntu/fastapi-react/issues/204 | [] | ddcroft73 | 3 |
streamlit/streamlit | machine-learning | 10,529 | st.segmented_control ==> use_container_width parameter | ### Checklist
- [x] I have searched the [existing issues](https://github.com/streamlit/streamlit/issues) for similar feature requests.
- [x] I added a descriptive title and summary to this issue.
### Summary
Support the use_container_width parameter for st.segmented_control and st.pill
### Why?
Improve UI of apps ... | open | 2025-02-26T20:17:32Z | 2025-02-26T22:25:20Z | https://github.com/streamlit/streamlit/issues/10529 | [
"type:enhancement",
"feature:st.segmented_control",
"feature:st.pills"
] | Anthony-Marcovecchio | 2 |
d2l-ai/d2l-en | machine-learning | 1,816 | DEEP LEARNING | closed | 2021-06-26T08:42:47Z | 2021-06-26T21:57:35Z | https://github.com/d2l-ai/d2l-en/issues/1816 | [] | ardey26 | 1 | |
0b01001001/spectree | pydantic | 194 | [BUG] Not Finding Blueprint routes when using url_prefix | ## Not Finding Blueprint routes when using url_prefix
It seems that the lib doesn't load Blueprints routes if the Blueprint uses a prefix, I've opened a PR explaining the issue and the possible solution in depth here: https://github.com/0b01001001/spectree/pull/193#issue-1107430572
| closed | 2022-01-18T22:38:39Z | 2022-01-19T13:13:45Z | https://github.com/0b01001001/spectree/issues/194 | [] | guilhermelou | 0 |
ymcui/Chinese-BERT-wwm | tensorflow | 154 | pytorch模型是用pytorch代码预训练的还是tf预训练后转成pytorch的? | 作者你好,我这有几个疑问,还请帮忙解答,谢谢。
1.pytorch模型是用pytorch代码预训练的还是tf预训练后转成pytorch的?
2.如果是tf预训练后转成pytorch的,那用tf和pytorch加载模型进行训练两者的差别大不大?
3.roberta是否采用了动态掩码方式进行预训练的?
谢谢 | closed | 2020-10-25T12:48:49Z | 2020-11-03T05:44:31Z | https://github.com/ymcui/Chinese-BERT-wwm/issues/154 | [
"stale"
] | daniellibin | 3 |
fastapi/sqlmodel | sqlalchemy | 176 | How to accomplish Read/Write transactions with a one to many relationship | ### First Check
- [X] I added a very descriptive title to this issue.
- [X] I used the GitHub search to find a similar issue and didn't find it.
- [X] I searched the SQLModel documentation, with the integrated search.
- [X] I already searched in Google "How to X in SQLModel" and didn't find any information.
- [X... | open | 2021-12-03T22:09:13Z | 2021-12-03T22:10:06Z | https://github.com/fastapi/sqlmodel/issues/176 | [
"question"
] | br-follow | 0 |
django-import-export/django-import-export | django | 1,421 | Admin site: Invalid date/times during import generate confusing errors | **Describe the bug**
If a datetime is invalid during import, this information is reported via the admin site confirmation page. However it is not clear what the exact nature of the error is.
The error is reported, but it looks like the import was ok, because the date field is rendered:
:
...
dtstart = FuzzyDateTime(datetime.datetime(2008, 1, 1, tzinfo=UTC), datetime.datetime(2009, 1, 1, tzinfo=UTC),
force_hour=10,
force_minute=30,
... | closed | 2015-04-21T17:00:30Z | 2015-10-20T21:50:38Z | https://github.com/FactoryBoy/factory_boy/issues/199 | [
"Q&A",
"Doc"
] | jdh13 | 5 |
reloadware/reloadium | pandas | 95 | PyCharm with virtualenv and reloadium plugin does not work - No module named reloadium.corium | PyCharm Pro 2022.3.1 with virtualenv and Python 3.10 after icon click "Debug 'dl' with Reloadium" debug console output:
/home/user/py310env/bin/python -m reloadium pydev_proxy /home/user/pycharm/plugins/python/helpers/pydev/pydevd.py --multiprocess --save-signatures --qt-support=auto --client 127.0.0.1 --port 41999 ... | closed | 2023-01-30T11:39:30Z | 2023-06-17T02:37:48Z | https://github.com/reloadware/reloadium/issues/95 | [] | saphireee | 6 |
gunthercox/ChatterBot | machine-learning | 1,711 | data error |

this is the error i got every time i run it.
i don't know what to do.please tell me what to do.
| closed | 2019-04-24T18:08:02Z | 2020-02-21T21:34:46Z | https://github.com/gunthercox/ChatterBot/issues/1711 | [] | sadmansad2003 | 10 |
PaddlePaddle/PaddleNLP | nlp | 9,399 | [Question]: 现在paddle应该怎么安装,我用离线安装,之前没问题现在不行了 | ### 请提出你的问题

之前可以安装,现在不行了 | closed | 2024-11-11T02:19:39Z | 2024-11-11T02:34:16Z | https://github.com/PaddlePaddle/PaddleNLP/issues/9399 | [
"question"
] | liuzhipengchd | 0 |
huggingface/transformers | pytorch | 36,123 | torch._subclasses.fake_tensor.DataDependentOutputException: aten._local_scalar_dense.default with `_prepare_4d_attention_mask_for_sdpa( |
> Hello @fxmarty
>
> When I try using torch.compile by using `_attn_implementation="sdpa"` in `BertConfig`, I get the error coming from `_prepare_4d_attention_mask_for_sdpa()` whichis because of the data dependent flow.
>
> Specifically,
>
>
>
> ```
>
> File "/home/amodab01/anaconda3/envs/ml_training/lib/pyt... | closed | 2025-02-10T19:31:51Z | 2025-03-21T08:04:39Z | https://github.com/huggingface/transformers/issues/36123 | [] | amodab01 | 1 |
joerick/pyinstrument | django | 341 | Customize profile filename | It would be nice to easily be able to customize the profile filename in the middleware https://github.com/joerick/pyinstrument/blob/4b37f8cdc531be41a7f7e57932f0b770244025d5/pyinstrument/middleware.py#L78 | open | 2024-10-04T14:34:32Z | 2024-10-04T16:34:13Z | https://github.com/joerick/pyinstrument/issues/341 | [] | maingoh | 1 |
pytest-dev/pytest-xdist | pytest | 958 | Suppress header output | Is there any way to suppress this output at the start of `pytest -n auto`? `-q` has no output.
```
[gw0] darwin Python 3.9.17 cwd: /some/path
[gw1] darwin Python 3.9.17 cwd: /some/path
[gw2] darwin Python 3.9.17 cwd: /some/path
[gw3] darwin Python 3.9.17 cwd: /some/path
[gw4] darwin Python 3.9.17 cwd: /some/pat... | open | 2023-10-23T18:38:09Z | 2023-10-26T12:48:47Z | https://github.com/pytest-dev/pytest-xdist/issues/958 | [] | xixixao | 5 |
aiogram/aiogram | asyncio | 919 | Prevent handlers from cancelling | Perhaps I have gaps in understanding aiogram, but why can't I make handler cancellation protection?
```
import asyncio
import logging
import os
from aiogram import Bot, Dispatcher, types
#API_TOKEN = os.getenv("BOT_TOKEN")
API_TOKEN = "TOKEN"
# Configure logging
logging.basicConfig(level=logging.INFO)
... | closed | 2022-06-08T22:14:13Z | 2022-10-23T12:42:30Z | https://github.com/aiogram/aiogram/issues/919 | [
"question issue",
"2.x"
] | jemeraldo | 4 |
globaleaks/globaleaks-whistleblowing-software | sqlalchemy | 4,425 | Make it possible for an administrator so send activation links to users upon their creation | ### What version of GlobaLeaks are you using?
5.0.56
### What browser(s) are you seeing the problem on?
N/A
### What operating system(s) are you seeing the problem on?
N/A
### Describe the issue
After upgrading our test environment to 5.0.56, admins cannot send account activation mails. Only the Escrow key admin... | open | 2025-03-04T10:06:31Z | 2025-03-10T08:40:53Z | https://github.com/globaleaks/globaleaks-whistleblowing-software/issues/4425 | [
"C: Client",
"C: Backend",
"T: Feature"
] | schris-dk | 6 |
frappe/frappe | rest-api | 31,299 | DocType: Tables in Field Type "Text Editor" - deleting rows and colums broken | <!--
Welcome to the Frappe Framework issue tracker! Before creating an issue, please heed the following:
1. This tracker should only be used to report bugs and request features / enhancements to Frappe
- For questions and general support, use https://stackoverflow.com/questions/tagged/frappe
- For documentatio... | open | 2025-02-18T07:06:32Z | 2025-03-13T12:19:59Z | https://github.com/frappe/frappe/issues/31299 | [
"bug"
] | zongo811 | 2 |
wkentaro/labelme | deep-learning | 1,292 | module 'labelme.utils' has no attribute 'label_colormap' | ### Provide environment information
I am trying to convert my .json files containing my labels (semantic segmentation, polygonal bounding box information) to VOC segmentation format for visualizing the segmentation masks over the input pixels of my image. I then get the error:
module 'labelme.utils' has no attribut... | closed | 2023-06-12T10:24:01Z | 2023-07-15T10:06:03Z | https://github.com/wkentaro/labelme/issues/1292 | [] | pravinrav | 4 |
jacobgil/pytorch-grad-cam | computer-vision | 276 | Why does the red color of the area become lighter and lighter the more times of training? | Why does the red color of the area become lighter and lighter the more times of training? | closed | 2022-06-23T12:30:34Z | 2022-07-01T13:18:35Z | https://github.com/jacobgil/pytorch-grad-cam/issues/276 | [] | zhangzherui123 | 1 |
piskvorky/gensim | data-science | 3,008 | In softmax layer of word2vec, do we use cosine similarity or dot product? | <!--
**IMPORTANT**:
- Use the [Gensim mailing list](https://groups.google.com/forum/#!forum/gensim) to ask general or usage questions. Github issues are only for bug reports.
- Check [Recipes&FAQ](https://github.com/RaRe-Technologies/gensim/wiki/Recipes-&-FAQ) first for common answers.
Github bug reports that d... | closed | 2020-11-27T09:42:37Z | 2020-12-14T19:26:15Z | https://github.com/piskvorky/gensim/issues/3008 | [] | tranquil-coder | 1 |
rthalley/dnspython | asyncio | 637 | dns.asyncresolver timeout | Hi,
While experimenting with `dns.asyncresolver` I encountered an error which occurs only on my Windows 10 machine and not on WSL or other Linux hosts.
Running the following code throws a timeout exception:
```
import asyncio
import dns.asyncresolver
import dns.asyncbackend
import dns.exception
from typing ... | closed | 2021-02-18T19:29:15Z | 2021-11-02T00:49:22Z | https://github.com/rthalley/dnspython/issues/637 | [
"Bug",
"Fixed"
] | LizardBlizzard | 5 |
tflearn/tflearn | tensorflow | 392 | [utils.py] IndexError: indices are out-of-bounds | Hi,
I probably did something wrong but... I really don't find it.
During the fit call, I have this exception:
```
X (301, 2) Y (301, 2)
---------------------------------
Run id: JTHQIT
Log directory: /tmp/tflearn_logs/
---------------------------------
Training samples: 301
Validation samples: 0
--
Exception in thre... | closed | 2016-10-12T22:57:45Z | 2016-10-13T00:56:31Z | https://github.com/tflearn/tflearn/issues/392 | [] | shazz | 2 |
explosion/spaCy | deep-learning | 13,072 | `spacy.cli.download` doesn't work for transformer model | <!-- NOTE: For questions or install related issues, please open a Discussion instead. -->
## How to reproduce the behaviour
1. Create a new virtual env (e.g. in `pyenv`).
2. `pip install spacy[transformers]==3.7.2`.
3. Start python REPL and:
```py
import spacy
spacy.cli.download('en_core_web_trf')
nlp = spacy... | closed | 2023-10-19T15:25:01Z | 2023-10-23T09:25:12Z | https://github.com/explosion/spaCy/issues/13072 | [
"install"
] | Vasniktel | 1 |
pytest-dev/pytest-cov | pytest | 649 | Functions called in threads marked as missing in coverage report | # Summary
I am testing a function which runs code in a thread. All lines in that function are marked as `missing` in the coverage report in Windows and Linux.
## Expected vs actual result
Expected behaviour is that functions called in threads are not marked as `missing` in the coverage report, actual result is th... | closed | 2024-08-06T10:14:09Z | 2024-08-06T10:34:17Z | https://github.com/pytest-dev/pytest-cov/issues/649 | [] | LachlanMarnham | 4 |
custom-components/pyscript | jupyter | 254 | Unable to filter dates in Jupyter (hass pyscript kernel) | Hello. Thank you for a great integration!
As electricity price got up I am working on a script that would control my heating depending on current electricity price.
I have faced the problem that I am unable to filter out today's prices from the list.
I have double checked next test case in regular `Python 3 (i... | closed | 2021-10-24T13:31:00Z | 2023-09-21T09:57:30Z | https://github.com/custom-components/pyscript/issues/254 | [] | yozik04 | 2 |
postmanlabs/httpbin | api | 569 | Option to not pretty print the response | I'm hitting `http://httpbin.org/headers` and am receiving this JSON back:
```json
{
"headers": {
"Accept": "text/html,application/xhtml+xml,application/xml;q=0.9,*/*;q=0.8",
"Accept-Encoding": "gzip, deflate",
"Accept-Language": "en-US,en;q=0.5",
"Host": "httpbin.org",
"Upgrade-Insecur... | open | 2019-07-19T12:18:37Z | 2019-07-19T12:18:56Z | https://github.com/postmanlabs/httpbin/issues/569 | [] | westy92 | 0 |
Netflix/metaflow | data-science | 2,199 | [Feature] Will Typescript with bun runtime be supported | It would be great if Typescript would be supported. And one can use libs like Effect-ts to orchestrate the Typescript code to be run parallel and concurrent. | open | 2025-01-07T14:04:25Z | 2025-01-07T14:04:25Z | https://github.com/Netflix/metaflow/issues/2199 | [] | suse-coder | 0 |
geex-arts/django-jet | django | 132 | Base breadcrumb is always НАЧАЛО | Looks to have been hard-coded into the JS rather than using localization.
| closed | 2016-10-18T20:20:05Z | 2016-10-30T17:38:09Z | https://github.com/geex-arts/django-jet/issues/132 | [] | jturmel | 2 |
jupyterhub/jupyterhub-deploy-docker | jupyter | 124 | '_xsrf' missing while logging in | <!-- Thank you for contributing. These HTML comments will not render in the issue, but you can delete them once you've read them if you prefer! -->
### Bug description
Hello, i cloned repository, signed in as admin and got this error: 403 : Forbidden
'_xsrf' argument missing from POST
错误 | lib/python3.12/site-packages/akshare/stock_feature/stock_hist_em.py", line 1049, in stock_zh_a_hist
"secid": f"{code_id_dict[symbol]}.{symbol}",
~~~~~~~~~~~~^^^^^^^^
KeyError: '300114'
During handling of the above exception, another exception occurred:
1.16.6陆续更新了几个版本一直到最新的1.16.9,上面的问题依然存在,每次读取到3... | closed | 2025-02-21T11:10:07Z | 2025-02-21T20:50:02Z | https://github.com/akfamily/akshare/issues/5719 | [
"bug"
] | mapleaj | 2 |
mars-project/mars | scikit-learn | 3,039 | Support get_chunk_meta in RayExecutionContext | Currently `RayExecutionContext.get_chunk_meta` is not supported, which will make any operands relied on this API failed on tiling, such as when call `DataFrame.groupby`:
```
df = md.DataFrame(mt.random.rand(300, 4, chunk_size=100), columns=list("abcd"))
df["a"], df["b"] = (df["a"] * 5).astype(int), (df["b"] * 2).ast... | open | 2022-05-17T03:57:35Z | 2022-05-17T05:58:26Z | https://github.com/mars-project/mars/issues/3039 | [] | chaokunyang | 0 |
plotly/dash | data-visualization | 3,026 | [Feature Request] The console displays the back-end interface for the actual request | dash Back-end request interface, the browser console does not print the request interface, such as login request, but the browser does not display the login request interface, only such interfaces as update-component, how to display the actual interface in the control? | closed | 2024-10-08T03:13:58Z | 2024-10-08T12:01:14Z | https://github.com/plotly/dash/issues/3026 | [] | xiaoxiaoimg | 1 |
xonsh/xonsh | data-science | 4,924 | Enabling `trace on` creates erroneous traceback | <!--- Provide a general summary of the issue in the Title above -->
<!--- If you have a question along the lines of "How do I do this Bash command in xonsh"
please first look over the Bash to Xonsh translation guide: https://xon.sh/bash_to_xsh.html
If you don't find an answer there, please do open an issue! -->
#... | open | 2022-08-21T15:44:38Z | 2022-10-08T10:51:05Z | https://github.com/xonsh/xonsh/issues/4924 | [
"conda",
"trace"
] | gnikit | 5 |
tflearn/tflearn | tensorflow | 802 | Multiple encoded outputs into a single classification network | 
I have multiple data sets, where data sets are distinguished by feature length of a feature vector.
Regardless input feature size, I would like the network to be able to classify one of the two cla... | open | 2017-06-19T22:58:52Z | 2017-06-19T22:58:52Z | https://github.com/tflearn/tflearn/issues/802 | [] | lykim200 | 0 |
python-gino/gino | sqlalchemy | 579 | Database autogenerate migrations | * GINO version: 0.8.3
* Python version: 3.7.5
* asyncpg version: 0.19.0
* aiocontextvars version: 0.2.2
* PostgreSQL version: 10.10
### Description
How to make model's `__tablename__` is autogenerated?
I've tried to using `gino.declarative.declared_attr` to automatically generate `__tablename__` attribute for... | closed | 2019-10-24T15:16:24Z | 2019-10-28T04:35:56Z | https://github.com/python-gino/gino/issues/579 | [
"question"
] | nsiregar | 5 |
babysor/MockingBird | pytorch | 508 | 在python3.10.1环境下numpy版本问题 | 这个程序要求numpy的版本低于1.21,然而python3.10不支持低于1.21版本的numpy。因此如何在python3.10环境下能正确运行程序呢? | open | 2022-04-19T06:02:54Z | 2022-04-28T12:07:43Z | https://github.com/babysor/MockingBird/issues/508 | [] | wzwtt | 6 |
CTFd/CTFd | flask | 1,980 | Add a timer and more warnings/protections in imports | We should have some kind of timer to give users an idea of how long the import process is taking. If it goes beyond some period of time we should notify the user to contact a server administrator to run the import manually or something to that extent.
Or we should come up with some way to have CTFd pause entirely u... | closed | 2021-08-20T19:53:27Z | 2022-04-08T20:52:05Z | https://github.com/CTFd/CTFd/issues/1980 | [
"blocker"
] | ColdHeat | 0 |
piskvorky/gensim | nlp | 3,340 | ldaseqmodel convergence | <!--
**IMPORTANT**:
- Use the [Gensim mailing list](https://groups.google.com/forum/#!forum/gensim) to ask general or usage questions. Github issues are only for bug reports.
- Check [Recipes&FAQ](https://github.com/RaRe-Technologies/gensim/wiki/Recipes-&-FAQ) first for common answers.
Github bug reports that d... | open | 2022-04-29T01:12:11Z | 2022-04-29T01:12:11Z | https://github.com/piskvorky/gensim/issues/3340 | [] | trkwyk | 0 |
ARM-DOE/pyart | data-visualization | 1,022 | BUG: Error when using CyLP | After finally managing to successfully install CyLP, using it in phase_proc_lp (pyart.correct.phase_proc_lp(radar, 2.0, self_const = 12000.0, low_z=0.0, high_z=53.0, min_phidp=0.01, min_ncp=0.3, min_rhv=0.8, LP_solver='cylp_mp', proc=15)) does not work. The error seems to be
"Error in `python': free(): invalid pointe... | open | 2021-11-23T15:17:21Z | 2022-10-11T15:51:02Z | https://github.com/ARM-DOE/pyart/issues/1022 | [
"Bug"
] | tanelv | 36 |
aws/aws-sdk-pandas | pandas | 2,239 | store_parquet_metadata, path_ignore_suffix has conflicting types | *P.S. Please do not attach files as it's considered a security risk. Add code snippets directly in the message body as much as possible.*
https://github.com/aws/aws-sdk-pandas/blob/main/awswrangler/s3/_write_parquet.py#L808
arg to store_parquet_metadata, path_ignore_suffix has conflicting types;
[doc string](h... | closed | 2023-04-27T20:09:23Z | 2023-04-28T15:01:06Z | https://github.com/aws/aws-sdk-pandas/issues/2239 | [
"question"
] | aeural | 2 |
Kanaries/pygwalker | pandas | 604 | [BUG] pypwalker failed to load the visual in Streamlit | **Describe the bug**
After selecting a field in either x or y axis, pypwalker showed the visual but very quickly the selection was cleared with blank visual screen.
**To Reproduce**
Steps to reproduce the behavior:
1. Copy the demo example of pypwalker for streamlit
2. Run the codes
3. Select any field to the a... | closed | 2024-08-08T02:40:34Z | 2024-08-15T14:48:11Z | https://github.com/Kanaries/pygwalker/issues/604 | [
"bug"
] | dickhfchan | 6 |
plotly/dash-table | plotly | 449 | Filter Time 00:10:00 | Is possible filter value time like this: 00:10:00?
**Example:**
`+ [{'if': {'column_id': 'Duração no Status', 'filter': 'Duração no Status >= 00:10:00'}, 'backgroundColor': 'white' ,'color': 'red', 'font-size': '1.1em'}]` | closed | 2019-05-30T13:37:59Z | 2019-06-03T11:51:59Z | https://github.com/plotly/dash-table/issues/449 | [] | jersonjunior | 0 |
modelscope/data-juicer | data-visualization | 624 | 配好环境之后尝试运行python tools/process_data.py --config demos/process_on_ray/configs/demo.yaml,遇到疑似卡住无任何日志输出的情况 | ### Before Asking 在提问之前
- [x] I have read the [README](https://github.com/alibaba/data-juicer/blob/main/README.md) carefully. 我已经仔细阅读了 [README](https://github.com/alibaba/data-juicer/blob/main/README_ZH.md) 上的操作指引。
- [x] I have pulled the latest code of main branch to run again and the problem still existed. 我已经拉取了主分... | open | 2025-03-18T08:00:38Z | 2025-03-21T09:06:03Z | https://github.com/modelscope/data-juicer/issues/624 | [
"question"
] | butterbutterflies | 6 |
flavors/django-graphql-jwt | graphql | 178 | Doc site down | Hi
doc site is down, I'm getting this
```xml
<Error>
<Code>AuthenticationFailed</Code>
<Message>
Server failed to authenticate the request. Make sure the value of Authorization header is formed correctly including the signature. RequestId:282b2f04-a01e-007f-63cd-f3c309000000 Time:2020-03-06T15:39:25.0193548Z
</M... | closed | 2020-03-06T15:41:41Z | 2020-03-06T17:06:39Z | https://github.com/flavors/django-graphql-jwt/issues/178 | [] | ckristhoff | 1 |
tflearn/tflearn | tensorflow | 559 | python 3 incompatible when use map function | https://github.com/tflearn/tflearn/blob/master/tflearn/layers/core.py#L662
` x = map(lambda t: tf.reshape(t, [-1, 1]+utils.get_incoming_shape(t)[1:]), x)
`
cause a compatible issue when using python3. should change to
`x = list(map(lambda t: tf.reshape(t, [-1, 1]+utils.get_incoming_shape(t)[1:]), x))`
here i... | closed | 2017-01-13T00:01:48Z | 2017-05-12T02:37:26Z | https://github.com/tflearn/tflearn/issues/559 | [] | HelloGithubTest | 5 |
Sanster/IOPaint | pytorch | 102 | How to change the directory of ". cache/huggingface/diffusers/models" to my favorite file location | closed | 2022-10-29T02:42:08Z | 2023-11-01T04:32:18Z | https://github.com/Sanster/IOPaint/issues/102 | [] | gaoxuxu110 | 10 | |
schenkd/nginx-ui | flask | 34 | Mobile support? | I would love to use this but on mobile that add domain field is out of the screen and I have to go into landscape mode to view it and then it looks really bad... | open | 2020-08-23T04:36:23Z | 2020-08-23T04:38:26Z | https://github.com/schenkd/nginx-ui/issues/34 | [] | theoparis | 1 |
inducer/pudb | pytest | 545 | When sys.argv be changed, pudb3 cannot enter REPL | **Describe the bug**
When sys.argv be changed, pudb3 cannot enter REPL
**To Reproduce**
test.py
```python
import sys
argv = sys.argv
sys.argv = []
print(1)
print(2)
print(3)
sys.argv = argv
print(4)
print(5)
print(6)
```
`pudb3 test.py`, when `sys.argv` is `[]`, press `!` cannot enter REPL. when `sy... | closed | 2022-08-23T14:06:27Z | 2023-01-20T14:55:45Z | https://github.com/inducer/pudb/issues/545 | [
"Bug"
] | Freed-Wu | 4 |
vitalik/django-ninja | django | 406 | ImportError: cannot import name 'ModelSchema' from 'ninja' | I have a project setup using django-ninja==0.13.2, Django 4.0 and django-ninja-auth
It used to work but I haven't worked on it for a few months and now I come back to run it in the same venv and I'm getting this:
`ImportError: cannot import name 'ModelSchema' from 'ninja'`
Anyone know why this could be?
| closed | 2022-03-26T09:35:45Z | 2022-03-27T09:39:47Z | https://github.com/vitalik/django-ninja/issues/406 | [] | jontstaz | 2 |
serengil/deepface | machine-learning | 1,417 | [FEATURE]: euclidean_l2 and cosine distance have identical ROC curves, so you could drop one of them in benchmarks. | ### Description
Let u and v be unit vectors (i.e. you've already divided by the euclidean norm). Let n = len(u) Then the cosine distance is 1 - sum(u[i]*v[i] for i in range(n)). On the other hand, the square of the euclidean distance is sum((u[i] - v[i])**2 for i in range(n)) = sum(u[i]*u[i] + v[i]*v[i] - 2*u[i]*v[... | closed | 2025-01-03T23:59:48Z | 2025-01-06T16:16:00Z | https://github.com/serengil/deepface/issues/1417 | [
"enhancement",
"invalid"
] | jbrownkramer | 7 |
Lightning-AI/pytorch-lightning | data-science | 19,563 | EarlyStopping in the middle of an epoch | ### Description & Motivation
I'm fitting a normalizing flow to learn the mapping between two embedding spaces. The first embedding space is sampled using the mapper of a pretrained stylegan and the second embedding space is derived by a pretrained covnet. I want to learn a mapper from the second embedding space back t... | open | 2024-03-03T06:43:20Z | 2024-03-03T18:12:25Z | https://github.com/Lightning-AI/pytorch-lightning/issues/19563 | [
"feature",
"callback: early stopping"
] | Richienb | 0 |
microsoft/nni | tensorflow | 5,686 | webui hyper-parameter | **Describe the issue**:
This is how I define my own model and search space,It searches correctly for all parameters,However, in the hyperparameter curve of webui, the value of this parameter cannot be displayed.
I want to know what the problem is and how to solve it? Looking forward to your reply, thanks very much!... | open | 2023-09-28T02:54:18Z | 2023-09-28T02:54:18Z | https://github.com/microsoft/nni/issues/5686 | [] | igodrr | 0 |
waditu/tushare | pandas | 1,413 | 场外基金调用fund_nav() 缺少资产净值等信息 | 代码如下
```
print(pro.fund_nav(ts_code="000171.OF"))
```
结果如下
```
ts_code ann_date end_date unit_nav accum_nav accum_div net_asset total_netasset adj_nav update_flag
0 000171.OF 20200815 20200814 1.959 1.959 None NaN NaN 1.959 0
1 000171... | open | 2020-08-17T08:09:45Z | 2020-08-17T09:49:06Z | https://github.com/waditu/tushare/issues/1413 | [] | yuruiz | 0 |
plotly/dash | plotly | 2,602 | uwsgi background callbacks progress hangs | dash 2.11.1
dash-core-components 2.0.0
dash-html-components 2.0.0
dash-table 5.0.0
OS: debian 12.0
uwsgi 2.0.21
chrome 114.0.5735.198 (Official Build) (64-bit)
try to use uwsgi as app server:
`uwsgi --http-socket :8080 --master --workers 4 -w dtest2:wsgi_app`
and test back... | closed | 2023-07-14T02:30:13Z | 2024-07-25T13:20:39Z | https://github.com/plotly/dash/issues/2602 | [] | acrixl | 3 |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.