text
stringlengths
20
57.3k
labels
class label
4 classes
Title: Optimizer file [/home/weidawang/.paddle/weights/BMN.pdopt] not exits Body: I got error when i am getting started with BMN: ``` (base) weidawang@weidawang-TUF-Gaming-FX506LU-FX506LU:~/Repo/PaddlePaddle/models/PaddleCV/video$ bash run.sh predict BMN ./configs/bmn.yaml predict BMN ./configs/bmn.yaml DALI is n...
1medium
Title: Is there a better way to handle big data? Body: I have recently downloaded a big data file and was processing it. I successfully extracted required data and stored it in a .db file. I then proceeded to convert data from the .db file to a Yaml file. But I keep on getting errors when trying to train the bot. ...
1medium
Title: Add support for running a job in BQ Body: **Is your feature request related to a problem? Please describe.** A clear and concise description of what the problem is. Ex. I'm always frustrated when [...] Mage's internal BigQuery class only allows load() and export() but not to run a job in BQ without moving data...
1medium
Title: Put user creation logic in a importable function Body: Following discussion in #375, I think it would be nice to have a user creation function with all the related logic instead of having it nested in register route.
1medium
Title: [Help]: 为何扩散模型生成的效果要远好於 sovits 的模型? Body: ### 请勾选下方的确认框。 - [X] 我已仔细阅读[README.md](https://github.com/svc-develop-team/so-vits-svc/blob/4.0/README_zh_CN.md)和[wiki中的Quick solution](https://github.com/svc-develop-team/so-vits-svc/wiki/Quick-solution)。 - [X] 我已通过各种搜索引擎排查问题,我要提出的问题并不常见。 - [X] 我未在使用由第三方用户提供的一键包/环境包。 ...
1medium
Title: Koalas read_json cannot read json when Pandas can Body: ``` import requests full_url_with_date = 'https://demo.matomo.org/index.php?module=API&method=Live.getLastVisitsDetails&format=json&period=day&filter_limit=99&date=2020-08-02&idSite=62' matomo_pull = requests.get(full_url_with_date).content import p...
1medium
Title: [bug] One site doesnt work with price tracker Body: https://www.vitacost.com/method-stain-remover `Exception: float() argument must be a string or a real number, not 'list'`
1medium
Title: Edge case: callable alias with full capturing and redirect in the middle: `I/O operation on closed file` Body: Two ways for reproduce: ```xsh $XONSH_SHOW_TRACEBACK = True @aliases.register def _e(): echo -n O echo -n E 1>2 execx("echo -n O") execx("echo -n E 1>2") print("o") pri...
2hard
Title: Faster R-CNN example bug report Body: On https://github.com/ppwwyyxx/tensorpack/blob/master/examples/FasterRCNN/train.py#L105 `decoded_boxes = decode_bbox_target(rpn_box_logits, fm_anchors) # fHxfWxNAx4, floatbox` the `decoded_boxes` is defined on the feature_map which is 1/16.0 scale smaller than original im...
1medium
Title: [BUG] torch2trt assert(permutation[0] == 0) # cannot move batch dim Body: **Describe the bug** https://github.com/cszn/SCUNet/blob/main/models/network_scunet.py ``` File "C:\Program Files\Python310\lib\site-packages\einops\einops.py", line 487, in rearrange return reduce(tensor, pattern, reduction='...
2hard
Title: Implement urls domain, protocol and site name for frontend Body: If you're develop a backend and frontend in separate projects, cannot add `ACTIVATION_URL` in DJOSER settings like this ```python DJOSER = { "SEND_ACTIVATION_EMAIL": True, "SEND_CONFIRMATION_EMAIL": True, "USER_CREATE_PASSWORD_RET...
1medium
Title: awswrangler.data_api.redshift.read_sql_query support query parameters Body: **Is your idea related to a problem? Please describe.** can't specify query parameters via awswrangler.data_api.redshift.read_sql_query AWS docs describe [underlying support](https://docs.aws.amazon.com/redshift/latest/mgmt/data-api.htm...
1medium
Title: Add legend styling options Body: Introduce a `set_legend` option to style the legend. Maybe also legend-specific transforms, for example location?
1medium
Title: Pipeline for opentapioca not working Body: ### Discussed in https://github.com/explosion/spaCy/discussions/13678 <div type='discussions-op-text'> <sup>Originally posted by **piaschwarz** October 25, 2024</sup> I am using opentapioca for entity linking. The code worked before but now calling the opentapi...
1medium
Title: HaloAttention掩码问题 Body: # mask out padding (in the paper, they claim to not need masks, but what about padding?) mask = torch.ones(1, 1, h, w, device = device) mask = F.unfold(mask, kernel_size = block + (halo * 2), stride = block, padding = halo) mask = repeat(mask, '() j i -> (b i...
1medium
Title: Bug: Type Mismatch in Dataset Mapping Body: # Issue: Type Mismatch in Dataset Mapping ## Description There is an issue with the `map` function in the `datasets` library where the mapped output does not reflect the expected type change. After applying a mapping function to convert an integer label to a string...
1medium
Title: Examples involving skopt.callbacks Body: Right now, we have no examples illustrating callbacks. It would be great to have a number of examples illustrating at least 1. Usage of different types of callbacks. 2. How to write a custom callback.
1medium
Title: [BUG] -m gemini-pro-vision asking for OPENAI_API_KEY Body: Found a bug? Please fill out the sections below. 👍 ### Describe the bug Ran `operate -m gemini-pro-vision`, entered my gemini API key from google AIstudio, but when I request something I always get ``` [Self-Operating Computer | gemini-pro-vi...
1medium
Title: Incorrect validation from the e-mail when the user is not logged in. Body: ``` def validate(self, attrs): user = self.context["request"].user or self.user # why assert? There are ValidationError / fail everywhere assert user is not None ``` When the user is not logged in then Ano...
1medium
Title: Lots of components on gradio.app component gallery are broken Body: ### Describe the bug Visit https://www.gradio.app/custom-components/gallery Click on logsview, popup, chatpdf, agentchatbot, etc... Observe this: ![image](https://github.com/user-attachments/assets/f6d6e432-4244-420b-b1c9-99ef7f3542ed) ...
1medium
Title: `vlines` (vertical lines, sharing x axis) on multiple panels Body: Hello Daniel, 👋 Thank you for your dedication in improving the MPF library ! 📈 I am looking for different options for the X_AXIS/GRID adjustments: - [1] : Drawing vertical line for all panels ( when passing ```**kwargs(vlines)``` to ```m...
1medium
Title: Unable to save chart image, or setting not to save chart will throw error "No such file or directory" Body: ### System Info OS version: win 10 22h2 Python version: 3.12.3 The current version of pandasai being used: 2.1.1 ### 🐛 Describe the bug Originally, these codes were working properly. But since...
1medium
Title: Uncaptured error raised when invalid HTML is stored in RichTestField and processed by `handle_endtag` in edit interface (throws 500 error) Body: ### Issue Summary When invalid HTML is imported programmatically into a `RichTextField` when viewing custom Wagtail Page model in the CMS interface an unhandled exce...
1medium
Title: Pipeline Level success/failure callbacks Body: **Is your feature request related to a problem? Please describe.** There are times where I want to call a function when a pipeline fails, but having it be block level and applied to every block can lead to multiple calls when concurrent blocks fail at the same time...
1medium
Title: Switch from faiss-gpu to faiss-cpu Body: Given that GPU builds aren't being used and reported issues with macOS, switch to faiss-cpu package
1medium
Title: Example for quant Gpt-neox-20b Body: Hey guys, I am using `GPTQ` to quantize the `GPT-NeoX-20B` model. Previously, when quantizing the Llama Family model, I usually used `C4` as the example tokenizer. May I ask which dataset is suitable for `GPT-NeoX-20B`?
1medium
Title: Is JWT in Authorization header a standard? Body: Hi there, Great work on django-rest-framework-jwt so far. It is a perfect fit with DRF. I noticed that you are using JWT in your Authorization header, as in your example: $ curl -H "Authorization: JWT <your_token>" http://localhost:8000/protected-url/ Is it t...
1medium
Title: Build from source on MacOS M1 failed Body: **Describe the issue**: I followed instructions from https://nni.readthedocs.io/zh/stable/notes/build_from_source.html, run command ```bash conda create --name my_env conda activate my_env git clone https://github.com/microsoft/nni.git cd nni pip install --upgr...
1medium
Title: Why there is no square root at area_temperature? Body: https://github.com/tensorflow/tensor2tensor/blob/5623deb79cfcd28f8f8c5463b58b5bd76a81fd0d/tensor2tensor/layers/area_attention.py#L415 In typical dot product attention, logit which is the input matrix of softmax supposed to be divided by square rooted temp...
1medium
Title: Is Vectorbt suitable for price-based aggregations? Body: Congratulations on an exciting project - a seriously impressive achievement in such a short timeframe! I'd be grateful if you could help me assess its suitability for our trading style. I'm a developer, but have never used Python. But I'd learn it to ac...
1medium
Title: Django thread-local connection cleanup in multi threads Body: This issue illustrates a potential issues that may affect Django adapter users. Django's ORM establishes a database connection per thread. For the threads managed by Django (which are supposed to be used for directly handing web requests), Django ...
2hard
Title: Issue with write_url when internally referencing a sheet (with spaces) in the same book Body: Hi, I am trying to use XlsxWriter to create a table of contents that has hyperlinks that are linked to the various sheets within the book. The sheet names have spaces in them, so I follow the syntax guidelines of sin...
1medium
Title: Don't know how to convert the Django field class 'djongo.models.fields.ArrayField' Body: from djongo.models import Model, CharField, ObjectIdField, IntegerField, ArrayField from django.forms import ModelForm class Contact(Model): name = CharField(max_length=50) phone_number = IntegerField() ...
1medium
Title: Automatic object type resolution does not trigger in reference resolvers Body: <!-- 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 s...
2hard
Title: Update embedded-devices example for the latest PyTorch and JetPack Body: ### Describe the type of feature and its functionality. Following @jafermarq's suggestion(#4381 , #4382 ), I am creating this new issue. How would you feel about providing guidelines for the build script? I’ve modified the build scrip...
1medium
Title: Json definition in core.remote action command Body: ## SUMMARY I need to insert a workflow parameter inside a Json definition for my action. The first problem is that I can't even run the command with a Json definition in it (withou the parameter in the Json). ``` input: - parameter tasks: run: ...
2hard
Title: I consider redoing this for other languages, is this possible for a private person? Body: I would love to recrate this experiment in German and maybe also Esperanto and it looks easy enough, I bascially just have to adapt [prompt.txt](https://github.com/tatsu-lab/stanford_alpaca/blob/main/prompt.txt) to another ...
3misc
Title: 如何加载自己训练的模型 Body: 基于GFPGAN训练了自己的数据集,如何加载自己训练的模型?加载哪一个?
1medium
Title: is dlib Detector use gpu ? Body: Hello I have tried Face recognition using (Facenet512 and dlib) on 300 images it takes 8 min. And I have tried to install TensorFlow-GPU but the time is still 8 min. If use (Facenet512 and ssd )for example it uses GPU but with using (Facenet512 and dlib) it's now. #####...
1medium
Title: Batch prediction Body: Hi! Is there any plan for batch inference or passing list of images/image path list in the `readtext` function? I see that `recognize` takes `batch_size` arg but `img_cv_grey` seem to be single image only. How do I infer on a batch of image? ```python def recognize(self, img_cv_grey...
1medium
Title: __init__() got an unexpected keyword argument 'w_init' Body: I got this error when I try to create a instance with initializers. This error comes from **sonnet.nets.MLP** . Any solutions? thanks
1medium
Title: [Migrated] zappa deploy fails with import error even though the module is present in the package Body: Originally from: https://github.com/Miserlou/Zappa/issues/1687 by [wholeinsoul](https://github.com/wholeinsoul) ## Context I have django project that works locally and in elasticbeanstalk. Now I'm trying to d...
2hard
Title: Fast way to load multiple models from files? Body: I'm building a system for classifying images into multiple categories, and approaching the problem using multiple networks (all my networks have the same structure, and output `[0,1]` or `[1,0]` (Yes or No). There's (for the sake of the example) a network for...
2hard
Title: Add Structured Parsing Body: From a BaseModel class, we return the parsing of the file organized.
1medium
Title: Why mochi diffusers video output is worse than mochi official code? Body: ### Describe the bug The quality of video is worse. ### Reproduction Run the code with official prompt ### Logs _No response_ ### System Info diffusers@main ### Who can help? @a-r-r-o-w @yiyixuxu
2hard
Title: Using TensorFlow backend Body: I can't use my GPU. ============ System Information ============ encoding: cp936 git_branch: master git_commits: 2f15597 requirements.txt - typofix gpu_cuda: No global version found. Check Conda packages for Conda Cuda gpu_cudnn: ...
2hard
Title: Change landmark color to digit ? Body: **Change landmark color to digit** I have 17 points that need to be labeled, but it is not easy to distinguish by color, I want to change the color to numbers. Is it possible?
1medium
Title: I cannot login DFL Google Colab Forum Body: I cannot login [mrdeepface.com](https://mrdeepfakes.com/forums/thread-sfw-guide-deepfacelab-google-colab-tutorial#) `DeepFaceLab with Google Colab - Tutorial` I logged in successfully (maybe) but reload and display same as previous page
3misc
Title: Bug: Extending middlewares or dependencies in the main application does not actually register them. Body: ### Description When I try to register middlewares or dependencies or even error_handlers from outside the main application, by extending them after creation rather than passing them directly, they appear...
2hard
Title: add tests for doc build in circleci Body: Add automatic test for doc build as part of circleci checks
1medium
Title: transfer `call_scope` for assigned-to functions Body: E.g. if `foo` is a function and I do `bar = foo`, `bar` is currently missing the `call_scope`, because it wasn't created with `def bar(): ...`
1medium
Title: Enums should be nullable on input Body: Input fields deriving from Enum are not properly nullified. The resulting `str(mutation)` (prettified): ```graphql mutation { createUser( user: { firstName: "Jan" lastName: "Kowalski" middleName: null // <-- this is string field, nullified...
1medium
Title: Why "Input being reprojected to EPSG:4326 CRS"? Body: I'm plotting multiple layers of a Map and I get a bunch of warning saying: `Input being reprojected to EPSG:4326 CRS` . Why is that warning showing up? I think a more explanatory message would be helpful.
1medium
Title: Confusing characters Body: For generated email aliases, it is difficult to differentiate between - capital i - small L This particularly becomes a problem when you manually need to write an email on a paper.
1medium
Title: BUG: free(): invalid pointer Body: **Describe the bug** I create a Session instance and use streaming responses. But after a while I get memory related errors, for example free(): invalid pointer. **Error message content** ``` free(): invalid pointer Fatal Python error: Aborted Current thread 0x0000007f8947e1c...
2hard
Title: Change select values typing Body: I'm not sure if I should have opened this issue in solara's repo since it seems to use reacton/ipyvuetify, but I would like to suggest changing the [Select](https://solara.dev/api/select) `values` parameter from `List[T]` to `Union[List[T], Dict[T, Any]]`. Allowing dict will...
1medium
Title: Taking Derivatives of Candidate Expression Inside Custom Loss Function Body: Hi Miles, I'm working on a problem in which I would like to define a custom loss function that doesn't just use the predicted values of the candidate expression given the training data ( y_pred | X ), but instead evaluates the candid...
2hard
Title: Bug: Attribute with `_` prefixed alias cannot be set on a factory class Body: ### Description When a model has an attribute, that is not private, but its alias is prefixed with an underscore (because of e.g. third party input data format), it is not generated by the model's factory, nor it can have a default ...
1medium
Title: How can improve my YOLOv5x-Seg model's precision? Body: ![confusion_matrix - Kopya](https://github.com/ultralytics/yolov5/assets/32833796/1b14cdcb-af36-4fcc-ad2f-3c2b4f6ef547) ### Search before asking - [X] I have searched the YOLOv5 [issues](https://github.com/ultralytics/yolov5/issues) and [discussions](ht...
1medium
Title: It is not correct to take the average of speed; tqdm needs to use two EMAs. Body: Average speed is not the average of speed measurements, it is the ratio of the average of units and the average of time. This fact means that tqdm.update calculates average speed incorrectly in many cases. Average speed is `(a +...
2hard
Title: Fine-tuning for hindi Body: Hi @blue-fish , I am trying to fine-tune the model to clone voices of hindi speakers. I wanted to know the steps to follow for the same and also the amount of data I'd need for the model to work well. Edit - I shall use google colab for fine-tuning
1medium
Title: Memory leaks when using doc_topics in LdaSeqModel Body: <!-- **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/Recipe...
2hard
Title: [ENH] Design improvement on `config` parameter for FM forecasters Body: **Is your feature request related to a problem? Please describe.** Currently the below list of forecasters, use the `config` parameter to pass in the model configs. - TinyTimeMixerForecaster ```python def __init__( self, ...
1medium
Title: date left and total usage column in mysql Body: سلام خسته نباشید جای خالی ستون های Data_ left و total usage تو دیتابیس مرزبان احساس میشه. به نظرم بودنشون توی محاسبه دقیق تر حجم مصرفی ادمین ها کمک میکنه
1medium
Title: WARNING:absl:not exist in w2v model: 全脂奶粉 Body: # description lack of these words??? ## current WARNING:absl:not exist in w2v model: 全脂奶粉 WARNING:absl:not exist in w2v model: 原装 WARNING:absl:not exist in w2v model: 脱脂奶粉 WARNING:absl:not exist in w2v model: 原装 WARNING:absl:not exist in w2v model: 全脂奶粉 WAR...
1medium
Title: 请问 d(className="xxx")获取多个元素后,如何遍历这些元素 Body: 请问 d(className="xxx")获取多个元素后,如何遍历这些元素操作,比如: ```python element = d(className="xxx") print(element.count()) # 输出15 for i in range(element.count()): element_i = element # ???? 这里怎么填? element_i.screenshot(quality=60).save(str(i)+".png") ```
1medium
Title: Background callback polling request sends all callback inputs, states, outputs each time Body: **Describe your context** As far as I can tell this is a general issue I have reproduced it in Jupyterlab with Diskcache and also in a separately served app with Gunicorn and Celery. ``` dash 2.18...
1medium
Title: issue with notebook files with space in the name Body:
1medium
Title: [Bug] sgl.Engine(**dataclasses.asdict(server_args)) return_logprob=True error Body: ### Checklist - [x] 1. I have searched related issues but cannot get the expected help. - [ ] 2. The bug has not been fixed in the latest version. - [ ] 3. Please note that if the bug-related issue you submitted lacks correspond...
2hard
Title: Client Data Body: hi ... in the last part of the code im trying to get my account balance but its not working i dont know what is the problem i get an error info = Client.get_account() TypeError: get_account() missing 1 required positional argument: 'self' import websocket, json, pprint, talib, n...
1medium
Title: Resize Feature Statistics Widget Window Body: Hi all, After changing the colour of the distribution I can resize the window of the Feature Statistics widget because the legend is too long. On my Mac I cannot get to the bottom of the window. Do you have any suggestions? <img width="1507" alt="Image" src="https:...
1medium
Title: Split excel sheets to new workbooks fails Body: #### OS: WSL2/Linux #### Versions of xlwings and Python: 0.27.7 and Python 3.9 I am trying to create new workbooks from worksheets of a workbook. Eventually I want to integrate this step in a Lambda function that runs on AWS. Testing the minimal code below on W...
1medium
Title: Feature request: browse GitHub repo branches Body: Currently it's possible to type in a GitHub username and browse their repositories. It's then possible to browse a repository to look for notebooks. In some cases I'd like to be able to access a notebook that is in a branch other than master. For instance, in m...
1medium
Title: Add script run time and exit code to Script Editor's script tester Body: Add these to script editor header ![2023-12-22_062756 - trmm script results](https://github.com/amidaware/tacticalrmm/assets/13395348/01346a46-6416-42dd-9f50-06383ba4abef)
1medium
Title: qlora使用fp16训练出现loss nan Body: ### 提交前必须检查以下项目 - [X] 请确保使用的是仓库最新代码(git pull),一些问题已被解决和修复。 - [X] 我已阅读[项目文档](https://github.com/ymcui/Chinese-LLaMA-Alpaca-2/wiki)和[FAQ章节](https://github.com/ymcui/Chinese-LLaMA-Alpaca-2/wiki/常见问题)并且已在Issue中对问题进行了搜索,没有找到相似问题和解决方案 - [x] 第三方插件问题:例如[llama.cpp](https://github.com/gg...
1medium
Title: add shown parameter to add_styled_vector Body: <!-- Please search existing issues to avoid creating duplicates. --> ### Description By default, a vector is activated in the geemap display. Could it be possible to add a shown parameter to be able to hide it when displayed? Thanks
1medium
Title: bug: Playwright template fails with default settings Body: Currently if there is `Playwright` actor created through crawlee cli and run in template generated dockerfile then it will fail with: `[pid=28][err] [0314/101922.720829:ERROR:zygote_host_impl_linux.cc(100)] Running as root without --no-sandbox is not s...
1medium
Title: How change to my ready custom network Body: Hello. I have trained a None-ResNet-BiLSTM-CTC network with the classes 0123456789abcdefghijklmnopqrstuvwxyzñ- in the original repo, using the data generator mentioned in this repository. How could i use my own .pth it in this repository? I am working on it but...
1medium
Title: Add txtai agents 🚀 Body: This will add agents to txtai. We'll build on the [Transformers Agents framework](https://huggingface.co/docs/transformers/en/agents) in combination with [txtai's LLM pipeline](https://neuml.github.io/txtai/pipeline/text/llm/). The goals of this framework are: - Easy-to-use - Int...
2hard
Title: Change `Screener.set_predefined_body` and `Screener.set_body` to respond with the class Body: I want to change `Screener.set_predefined_body` and `Screener.set_body` to respond with the class. This would reduce ```python s = yf.Screener() s.set_predefined_body("day_gainers") r=s.response ``` to ```py...
1medium
Title: Dependency sentence segmenter handles newlines inconsistently between languages Body: <!-- NOTE: For questions or install related issues, please open a Discussion instead. --> ## How to reproduce the behaviour [Colab notebook demonstrating problem](https://colab.research.google.com/drive/14FFYKqjRVRbN7aAVmHU...
1medium
Title: ElementAmbiguousError when using backend win32 Body: Hi, I got and ElementAmbiguousError when i used backend win32. full traceback ``` Traceback (most recent call last): File "<pyshell#4>", line 1, in <module> appwindow.print_control_identifiers(filename='identifiers.txt') File "build\bdist...
1medium
Title: Concurrency is not working properly, regardless of concurrency_limit Body: ### Describe the bug We are encountering an issue where Gradio's concurrency handling is not working as expected. Despite setting both `max_size` and `default_concurrency_limit`, the app does not scale beyond 2 concurrent sessions. ### ...
1medium
Title: Add a delete button query result history on the screen Body: **Describe the solution you'd like** Can you add a delete button query result history on the screen? Or remind me how to do it. I can also do it.
0easy
Title: Only 2 feature map size shrinkages in extra_layer Body: Hi, I print the layers in extra_layer. I think there should be 4 feature map shrinkages according to the paper, but found only 2 feature map shrinkages. ```bash [Conv2d(1024, 256, kernel_size=(1, 1), stride=(1, 1)), ...
1medium
Title: make gRPC DocumentArrayProto in Java Body: I want to use the gRPC protocol with a language other than Python. so I follow the instruction (https://docs.jina.ai/fundamentals/client/third-party-client/): "Download the two proto definition files: jina.proto and docarray.proto from [github](https://github.co...
1medium
Title: The problem of style transfer Body: Hello, author. I want to use my own dataset to perform some style transfer tasks, such as converting land scenes into an underwater style. However, I only want to transfer the style. But when I was running my own dataset, I found that besides the style being transferred, the ...
2hard
Title: Add support for overwriting datasources Body: ## Problem <!-- A clear and concise description of what the problem is. Ex. I'm always frustrated when [...] --> Prisma supports dynamically overriding datasources: ```ts import { PrismaClient } from '@prisma/client' const prisma = new PrismaClient({ ...
1medium
Title: s3boto I/O operation on closed file Body: This i have seen a very old issue in boto and i think the issue has been solved in codes but I am geeting the "I/O operation on closed file" error whenever I'm updating images in my django site. A new image is uploaded to s3 without any problem but the error occurs when ...
1medium
Title: Change license to MIT Body: This will be re-licensed to use the MIT license from the next release.
0easy
Title: [BUG] DeepSpeed on pypi not compatible with latest `numpy` Body: **Describe the bug** Importing deepspeed on a python env with numpy>=2.0.0 fails: ```bash File "/miniconda3/envs/py39/lib/python3.9/site-packages/deepspeed/autotuning/scheduler.py", line 8, in <module> from numpy import BUFSIZE E c...
1medium
Title: How to increase NPairsLoss batch size. Body: This is more of a question: When using NPairsLoss, it's creating unique pairs before running the Cross Entropy Loss (just like in the paper). Is there a way to **increase the batch size** by adding more examples for each class? Or will the loss function only keep...
1medium
Title: No beneficial to run CPU-bound task at the same time with aiomultiprocess ? Body: ### Description I have a task which is kind of both CPU-bound and IO-bound, like the toy code below. When I ran it, I found that the CPU only run 100% on a single thread, not as many as the number of processes in the Pool. Is it...
1medium
Title: Failed to obtain model through view's queryset due to raised exception. Body: **Describe the bug** ``` Warning #1: BankAccountViewSet: Failed to obtain model through view's queryset due to raised exception. Prevent this either by setting "queryset = Model.objects.none()" on the view, checking for "getattr(s...
1medium
Title: sns.histplot has a mystery/ghost patch, new with update from 0.11.2--> 0.12.2 Body: the problem is outlined here in this colab notebook https://colab.research.google.com/drive/1i69qTX1SPSPKogUBa2tMUmjC3cHO_VPn?usp=sharing sns.__version__, mpl.__version__ ('0.11.2', '3.2.2') displot and histplot display co...
1medium
Title: Feature Suggestion: Add support for IFTTT Webhooks. Body: It would be great to add integration with IFTTT Webhooks to the functions, enabling us to automate a wider range of components. I use IFTTT in my hydroponic setup to easily connect with smart plugs and other devices from multiple manufacturers. Thank you...
1medium
Title: [Bug]: a lot of No module named 'scripts.xxx' Body: ### Checklist - [ ] The issue exists after disabling all extensions - [ ] The issue exists on a clean installation of webui - [ ] The issue is caused by an extension, but I believe it is caused by a bug in the webui - [ ] The issue exists in the current versio...
1medium
Title: Spider.logger not logging custom extra information Body: I noticed the implicit behavior of the Spider.logger: when logging with extra, extra ultimately do not end up in the log because they are overwritten by default `process` method of [LoggerAdapter](https://github.com/scrapy/scrapy/blob/master/scrapy/spiders...
1medium
Title: Different behavior for `state: restarted` in the `ansible.builtin.service` module (FreeBSD) Body: ### Summary The `state: restarted` in the `ansible.builtin.service` module differs from the others (`started`, `stopped` and `reloaded`) of the implementation in FreeBSD: https://github.com/ansible/ansible/blob/093...
1medium
Title: Cannot notify/write to a characteristic Body: * bleak version: 0.15.1 * Python version: 3.8.0 * Operating System: Windows 11 * BlueZ version (`bluetoothctl -v`) in case of Linux: ### Description I would like to scan for a bluetooth device using `BleakClient`, notify and write to two different character...
1medium