text stringlengths 20 57.3k | labels class label 4
classes |
|---|---|
Title: use django-restql in api_view
Body: how can I use django-restql in api_view?
for example:
```
@api_view()
def getInputCartWithCartJidView(request, cart_jid):
InputCarts = InputCart.objects.get(cart_jid=cart_jid)
return Response({"status": "success",
"data": InputCartSerializer... | 1medium |
Title: Gemma2 (quantized) inference is broken - torch._dynamo.exc.UserError: Dynamic control flow is not supported at the moment.
Body: ### System Info
```
- `transformers` version: 4.49.0
- Platform: Linux-5.4.0-156-generic-x86_64-with-glibc2.39
- Python version: 3.10.14
- Huggingface_hub version: 0.29.1
- Safetensor... | 2hard |
Title: Facing problem when loading BERTopic Online Model
Body: Hi @MaartenGr ,
**I am facing the below issue when, I try to load an Online BERTopic model from my disk.
Issue --> 'In order to use `.partial_fit`, the cluster model should have a `.partial_fit` function.'
I tried to debug the code flow where I fo... | 1medium |
Title: Strawberry-graphql v0.69 integration
Body: Strawberry-graphql v0.69 introduced many backward incompatible changes. See changelog https://github.com/strawberry-graphql/strawberry/blob/main/CHANGELOG.md#0690---2021-07-20.
Task is to update django package to support these changes and revert version pinning (#47)... | 1medium |
Title: Get rid of `system` field in tracebacks/failure logging
Body: Probably the `system` thing is a bogus feature that should be removed.
1. You should be able to deduce what caused the problem from the logging action context.
2. It's a traceback! It tells you exactly where it came from!Probably the system thing is a... | 1medium |
Title: Rotating and moving objects at the same time
Body: Hello,
I am relatively new to manim and programming in general and want to ask how you can rotate and move objects in manim at the same time. I searched the internet and tryed it myself but could not get it to work properly for hours. I suspect it has something... | 1medium |
Title: Metrics for levenshtein spelling correction model
Body: Wanted to calculate a metric score of a [levenshtein model](https://github.com/deepmipt/DeepPavlov/blob/0.5.0/deeppavlov/configs/spelling_correction/levenshtein_corrector_ru.json) for the SpellRuEval dataset (`F1 = 56.25` according to the [doc page](http://... | 2hard |
Title: Strava gets find everytime
Body: <!--
######################################################################
WARNING!
IGNORING THE FOLLOWING TEMPLATE WILL RESULT IN ISSUE CLOSED AS INCOMPLETE
######################################################################
-->
## Checklist
<!--
Put x in... | 1medium |
Title: should not delete azure disk when disk is still in being attached state
Body: <!-- Please use this template while reporting a bug and provide as much info as possible. Not doing so may result in your bug not being addressed in a timely manner. Thanks!
If the matter is security related, please disclose it priv... | 1medium |
Title: 按照教程做完后,无法访问,nginx日志可以读取到访问信息web logs 如下
Body: web | [uWSGI] getting INI configuration from uwsgi.ini
web | *** Starting uWSGI 2.0.20 (64bit) on [Mon Aug 15 18:43:34 2022] ***
web | compiled with version: 10.3.1 20211027 on 15 April 2022 03:26:06
web | os: L... | 2hard |
Title: Form generation with enum has an bug
Body: ### Checklist
- [X] The bug is reproducible against the latest release or `master`.
- [X] There are no similar issues or pull requests to fix it yet.
### Describe the bug
I have model with enum. When I open edit view, none of the options in the html have the selected... | 1medium |
Title: [BUG] Recent changes increase VRAM consumption
Body: **Describe the bug**
Somewhere between d4011d29c623e739e91b842a87fce62a38c6e538 and b4eda619d0674e9ef009702cbd538836c0861a56 the VRAM usage increased dramatically. See below.
Tomorrow, I will try to find a certain commit that caused this, but now I'm just ... | 1medium |
Title: Instance redirecting to startpage
Body: It's in the [list](https://github.com/benbusby/whoogle-search/blob/main/misc/instances.txt): https://search.exonip.de | 1medium |
Title: Weird error: "RuntimeError: Error while calling cudnnConvolutionForward ... code: 7, reason: A call to cuDNN failed"
Body: I tried another face detection method which returns bounding boxes values of float type. Then I convert them with int() and feed them to face_recognition.face_encodings() (which I assign as ... | 2hard |
Title: What does it mean? [ValueError: Cannot build a single input for prediction with the provided model]
Body: I have this single component data set. This returns the following error.
> ValueError: Cannot build a single input for prediction with the provided model, `series` and `*_covariates` at series index: 0. The... | 1medium |
Title: Update DOC
Body: | 0easy |
Title: JSONDecoderError
Body: Hi,
I'm trying to run with the vectorbt example with the following packages
```sh
Package Versions:
Numpy v1.20.1
Pandas v1.2.3
vectorbt >= v0.18.1
```
Pandas TA v0.2.75b0
To install the Latest Version:
```sh
$ pip install -U git+https://github.com/twopirllc/pandas-ta
``... | 2hard |
Title: [18.0] Attendances: Typo "Departements" in search box is french not english
Body: ### Odoo Version
- [ ] 16.0
- [ ] 17.0
- [x] 18.0
- [ ] Other (specify)
### Steps to Reproduce
- Typo in Search, should be "Department".
https://guides.bigwig.com/image/cm8dn0stf005jzw0i9lhxm0j7
Typo likely to exist in other... | 0easy |
Title: reduce configmap and secret watch of kubelet
Body: <!-- Thanks for sending a pull request! Here are some tips for you:
1. If this is your first time, please read our contributor guidelines: https://git.k8s.io/community/contributors/guide/first-contribution.md#your-first-contribution and developer guide http... | 1medium |
Title: 对于传输大文件且服务器带宽较小的情况,能否支持不使用本地代理,直接将文件直接上传至对象存储
Body: 对于传输大文件且服务器带宽较小的情况,能否支持不使用本地代理,直接将文件直接上传至对象存储,而不是先上传到服务器再由服务器上传至对象存储,我在测试大文件上传时,进度条跑完了再等一会就提示发送失败了,应该是请求超时了,或者是我对此理解不到位还请指正,感谢
 | 1medium |
Title: why plot return is None?
Body: ### System Info
pandasai==1.5.7, python==3.9
### 🐛 Describe the bug
hi,
when i ran
```py
g = df.chat('plot hist for country')
```
`g` is `None` instead of a pd plot or pyplot. Is this desired behaviour?
thanks | 1medium |
Title: TypeError: unsupported operand type(s) for |: 'type' and 'type'
Body: *Note: For general usage questions and help, please use either our [FaceSwap Forum](https://faceswap.dev/forum)
or [FaceSwap Discord server](https://discord.gg/FC54sYg). General usage questions are liable to be closed without
response.*
... | 1medium |
Title: Init mode == "random" does not return the correct shape in initialize_tucker
Body: Modes are not considered when `init` is `random`:
https://github.com/tensorly/tensorly/blob/a982cf962ecc9583a0b54560798ff7db43779440/tensorly/decomposition/_tucker.py#L78-L86
When `init` is random, do we always assume that all... | 1medium |
Title: Fine tuning BERT in SQuAD 1.1 stop in colab
Body: Im fine tuning Bert in colab stop with last line ^C can anyone provide working example
of fine tuning Bert in SQuAD 1.1 i m using python 3 with GPU as runtime environment | 1medium |
Title: Add support for context parallelism
Body: ### Feature request
Long context models like [Qwen/Qwen2.5-7B-Instruct-1M](https://huggingface.co/Qwen/Qwen2.5-7B-Instruct-1M) have support for up to 1M tokens. However, fine-tuning such models in `transformers` leads to OOM errors and special methods like Ring Attentio... | 2hard |
Title: Makefile: add a DBG variable
Body: Now `make DBG=1` will produce binaries with no optimizaions and no inlining, but with symbols and DWARF information.
This also sets the various compile flags to use "all=" syntax. Otherwise things like trimpath only apply to the CLI-listed packages and nothing else (which s... | 1medium |
Title: [Bug] 网域网关-连接mongo资产,如果是域名的地址,无法解析dns
Body: ### Product Version
v4.1.0
### Product Edition
- [X] Community Edition
- [ ] Enterprise Edition
- [ ] Enterprise Trial Edition
### Installation Method
- [ ] Online Installation (One-click command installation)
- [X] Offline Package Installation
- [ ] All-in-One
- ... | 1medium |
Title: underperforming group 'about this issue' print format
Body: Fix this format:

in fact, this statement is not very helpful to users (leads them down a rabbit hole of having to lea... | 0easy |
Title: get_table_names() returns incorrect list of table names when querying Spark SQL Thriftserver
Body: Hi,
I found out that the method `get_table_names()` in class HiveDialect in sqlalchemy_hive.py does not return correct names of tables. The result of query `show tables` are 3-tuples in the form `(schema_name , t... | 0easy |
Title: 添加 client 问题
Body: 1.添加 client 的时候,成功了,但是没有跳回到列表页面;
2.能够创建多个同一名称、IP、端口的 client, 虽然id是不一样,但是感觉有点奇怪; | 1medium |
Title: Benchmark each GEMM/GEMV kernels independently
Body: Hi,
I tried QuantLinear from qlinear_cuda under auto_gptq.nn_moduldes.qlinear but its performance is low with skinny matmul (i.e. matmul shapes at token gen).
Its perf is even worse than fp32
for example, when M, N, K = 8, 11008, 11008
nn.Linear perf(to... | 2hard |
Title: [Feature]: Refactor EuclideanDistance for performance optimization
Body: ### Problem statement
Flair's implementation for calculating euclidean distances scales poorly. This leads to slow training speeds for the `PrototypicalDecoder` with `distance_function="euclidean"`.
### Solution
`EuclideanDistance.forwa... | 1medium |
Title: Add translation for Portuguese
Body: Hi satwikkansal, I would like to translate the README section to Portuguese, if possible. I noticed only after initially raising the issue that there is already an open issue regarding this (# 278) by a different user. Could you clarify what the current status of that person'... | 0easy |
Title: Automated cherry pick of #107695 upstream release 1.22
Body: Cherry pick of https://github.com/kubernetes/kubernetes/pull/107695 on release-1.22.
https://github.com/kubernetes/kubernetes/pull/107695: kubelet: fix podstatus not containing pod full name
Cherry pick of https://github.com/kubernetes/kubernetes... | 1medium |
Title: Is there a way to handle exceptions?
Body: I want to control for which exceptions to log traceback and for which not.
For example, I want to only print nice one-line log for my custom exception (e.g. `MyJobFailed(reason="DB connection error")`) but keep printing tracebacks for all other exceptions (unhandled ... | 1medium |
Title: [Question] Deprecation warning for wrapper space attributes?
Body: ### Question
The latest gymnasium version warns that wrappers reward spec won't be accessible in the same way in v1.0
I'm not sure how to interpret this:
```
rl/lib/python3.9/site-packages/gymnasium/core.py:311: UserWarning: WARN: env.reward_... | 3misc |
Title: Internal Server Error relationship field
Body: ### Checklist
- [X] The bug is reproducible against the latest release or `master`.
- [X] There are no similar issues or pull requests to fix it yet.
### Describe the bug
Internal Server Error
________
When I try to place in column_list a column from my mode... | 1medium |
Title: Enable use on Django 5.0
Body: Enable use on Django 5.0
Also make 4.2 the lowest supported version
Move python versions used for development up also, in line with those supported by Django
| 1medium |
Title: Is it possible to have public access to human evaluation dataset?
Body: Thank you for your excellent work. I would like to ask if there are any plans to maximise public access to the data used for human evaluation? | 3misc |
Title: Docs on alternative Captcha services
Body: It is not clear how to use alternative Recaptcha services. The parameters `RECAPTCHA_SCRIPT` and `RECAPTCHA_VERIFY_SERVER` are missing, while `RECAPTCHA_API_SERVER` seems to be no longer used. Please [update the docs](https://github.com/pallets-eco/flask-wtf/blob/main/d... | 0easy |
Title: Numba list of sets causes malfunctioning when filled by function not decorated with @jit
Body: <!--
Thanks for opening an issue! To help the Numba team handle your information
efficiently, please first ensure that there is no other issue present that
already describes the issue you have
(search at https://... | 2hard |
Title: Confusing error
Body: Ploomber fails with a confusing error when trying to build a pipeline and there is no pipeline.yaml (also happens implicitly because this is the default value). since it can’t find the file, the next thing it tries is to import a “pipeline” module
Pipeline.yaml is an special case that shou... | 1medium |
Title: CUDA out of memory.
Body: ```bash
[jose@archlinux Real-ESRGAN]$ python inference_realesrgan.py -n RealESRGAN_x4plus -i input.jpg --outscale 3.5 --face_enhance -o output.png -t 0
Testing 0 input
Error CUDA out of memory. Tried to allocate 1.34 GiB (GPU 0; 3.94 GiB total capacity; 2.23 GiB already allocated; 47... | 1medium |
Title: [Feature]希望加入多作者批量下载功能
Body: 现在每次换作者都要重新输入链接,希望能够记忆输入过的链接并一并下载
| 1medium |
Title: Can't override model trainer settings in Ubuntu
Body: With Ubuntu, when pressing Enter at the option to override settings before training the program skips user input and begins training with the first run settings instead. Windows release seems to work fine though. | 1medium |
Title: [BUG] Torchscripting ViT results in AttributeError for Python 3.11
Body: **Describe the bug**
When using python 3.11, timm 0.9.7 and the latest version of PyTorch (2.0.1), the following error is thrown when trying to script ViT:
<details>
```
Traceback (most recent call last):
File "/home/narens/Deve... | 2hard |
Title: EasyOCR terminates without error (pyinstaller .exe build)
Body: Hello,
I have a ocr gui application which has easyocr in it. When I ran the project from pyCharm, it works without any problem. However when I build the project with pyinstaller to an exe form, other ocr algorithms work but easyOCR terminates wit... | 2hard |
Title: Delete
Body: 先占个坑(本周内填完),记录我实现应用的心得,以供需要的人参考。
为实现类似[README中的应用](https://www.modelscope.cn/studios/iic/chinese_clip_applications/summary),分为前后端的部署。
## 前端的部署
## 后端服务的部署
### 步骤1:数据的处理
clip-retrieval里案例处理数据集是用img2dataset, 除了这种方式,你还可以自己处理数据对,保证图文匹配就行。例如:你保证你的数据集文件夹下:有 xxxx.png和xxxx.txt即可,这个xxxx是个ID,同一个图片和文本对要保... | 1medium |
Title: [ENH]: Polar Plots. YTicks. Allow placement also on the left side (for negative values)
Body: ### Problem
**Limitation description:**
* I'm using a Polar Plot to build a Taylor Diagram, since this type of Diagram is not natively supported;
* It is not a easy task to adapt the Polar Plot in such a way, but t... | 2hard |
Title: The `caller` argument is not populated if it has a type hint of `xw.Range`
Body: #### Windows 10
#### 0.33.2, Office 365, Python 3.9
The `caller` argument is not populated if it has a type hint of `xw.Range`. Below the traceback for get_caller_address, get_caller_address2 returns the expected $K$2 if calle... | 1medium |
Title: keep getting error message when trying to run in terminal with all necessary items installed
Body: ## Policy and info
- Maintainers will close issues that have been stale for 14 days if they contain relevant answers.
- Adding the label "sweep" will automatically turn the issue into a coded pull request. Work... | 1medium |
Title: [TrOCR] Failed to execute the example of Evaluation of IAM
Body: Thank you for your wonderful work on TrOCR.
I am trying to repeat the example of "[Evaluation of IAM](https://github.com/microsoft/unilm/tree/master/trocr#evaluation-on-iam)". Model I am using is TrOCR base: trocr-base-handwritten.pt
The prob... | 1medium |
Title: Separate settings for APIs
Body: Hi, thanks for this awesome library! I have two separate APIs in my project, and would like to maintain separate `spectacular_settings` for each. Since I cannot do that from the user `SPECTACULAR_SETTINGS`, how can I attach the separate settings dict to each generator, for them b... | 1medium |
Title: New trails are not being initiated after one ends
Body: **Describe the issue**:
The new trails are not being created/started after one ends. It started with two processes and after one or both were ended, no new process started.
**Environment**:
- NNI version: 2.10
- Python version: 3.10.6
- PyTorch/Tenso... | 2hard |
Title: Using gr.State cause deadlock
Body: ### Describe the bug
When i use gr.State to hold information about user_id, concurency work bad. I can run three generators simultaneously but no more. And it does not depend on the asynchrony of the function.
When i remove state, concurency work as expected.
### Have you... | 2hard |
Title: paddlehub 图片识别文字内存溢出
Body: 循环调用
recognize_text(paths=img_paths,use_gpu=False)
这个方法大约有100多张照片后提示内存溢出,不知是因为调用方法不对还是使用不对。注:每一种张照片调用一次
| 1medium |
Title: System Design
Body: Tips for system design interviews | 2hard |
Title: Is it possible to add custom tls fingerprints?
Body: I would like to add custom tls fingerprints to primp module. Is it possible to do that? | 1medium |
Title: Feature data : pandas.DataFrame column "" has dtype 'category' but is not in cat_features list
Body: I am creating a catboost model using the following
```
Cat_features_names = [0,1]
clf = CatBoostClassifier(iterations = 50, random seed = 42, learning_rate = 0.1)
clf.fit(X_train, y_train, cat_features = cat_f... | 1medium |
Title: display(Markdown(f'') - works in Jupyter Lab (3.0.14) but not Voila (0.2.9)
Body: 
relevant code:
```python
from IPython.display import display, Markdown
display(Markdown(f' is vague. As it defines data shares can be licensed under CC-BY or "similar license"
3. Additionally, users should have the right not to share their dat... | 2hard |
Title: Is this a wrong sentence of "self.mode == 'linear'"
Body: In the script of "utils/lr_scheduler.py ", the Line 129 displays "self.mode =='linear'", but in parse, lr_model is just one of 'step', 'poly' or 'cosine'. Is there something wrong in the Line 129? Thanks! | 0easy |
Title: topologySpreadConstraint doesn't work fine when only one worker node is eligible for workload
Body: <!-- Please use this template while reporting a bug and provide as much info as possible. Not doing so may result in your bug not being addressed in a timely manner. Thanks!
If the matter is security related, p... | 1medium |
Title: Need to push a new version fot DateRangeFilter
Body: When i saw the doc of this https://github.com/geex-arts/django-jet/blob/master/docs/filters.rst
but my Python raised an error(version: django-jet==1.0.6):
````python
from jet.filters import DateRangeFilter
ImportError: cannot import name 'DateRangeFilt... | 0easy |
Title: [local-volume] provisioner e2e test fails with v2.0.0 image for provisioner
Body:
**Is this a BUG REPORT or FEATURE REQUEST?**:
/kind bug
**What happened**:
The local-volume bootstrapper/provisioner configuration format changed in
kubernetes-incubator/external-storage#352, and its related e2e tests w... | 1medium |
Title: Calendar widget is off-by-one from the current value
Body: Reproduce:
- Use a date field (or date-time field) with the date calendar widget
- Choose a date
- Re-open calendar to change date, notice date selected in calendar is field's date minus 1 day
<img width="601" alt="CleanShot 2023-08-30 at 13 12 0... | 1medium |
Title: Live Trading and incremental indicator calculation
Body: During live trading, a new data row is received and appended to the existing one. Indicators needs to be evaluated again. For example, ta.sma with 200 periods has to be evaluated for all previous periods when only new candlestick data is added.
Is ther... | 1medium |
Title: [BUG] - Cannot set non-string value {value} into a StringArray with klib.cat_plot
Body: Once running `klib.cat_plot(df_cleaned)` I get this error:
`Cannot set non-string value '2' into a StringArray.`
<img width="834" alt="Screen Shot 2020-10-05 at 11 01 32 AM" src="https://user-images.githubusercontent.com/... | 1medium |
Title: 左侧菜单显示bug
Body: 
| 1medium |
Title: How to limit the maximum number of masks present in the final prediction.
Body: Hi, I am trying to track an object through a set of frames and whilst the model is mostly performing well, on some frames it is predicting that the object is in two different places. I only want 1 mask on each frame.
In every fram... | 1medium |
Title: [FR] MaskTransform
Body: I'm currently working on a project where I'm partially conditioning a large set of latent variables. Here's a toy example:
```python
dat = dist.Normal(10, 1).sample(random.PRNGKey(0), (100,))
mask = jnp.concatenate([jnp.ones(50, jnp.bool_), jnp.zeros(50, jnp.bool_)])
def model(... | 1medium |
Title: Runtime error when using python SDK with `alembic==1.4.0`
Body: ## 🐛 Bug
<!-- A clear and concise description of what the bug is. -->
[`python -m alembic` doesn't work until version >= 1.5.0](https://github.com/sqlalchemy/alembic/releases/tag/rel_1_5_0), and the code errors out when creating a Run through t... | 1medium |
Title: sklearn pipline and searchcv
Body: Is it possible to combine a data preprocessing pipeline (i.e., Pipeline and make_pipeline functions from sklearn) with scikit-optimize searchcv function?
For example, fitting data standardization to the training fold and transform it to the test fold. | 1medium |
Title: Minor: wrong version number in doc site title
Body: The title tag on https://dnspython.readthedocs.io/en/latest/ says 2.0.0 instead of 2.1.0. (Apologies: I could not figure out where this is generated in the doc/ source.) | 0easy |
Title: Update tests in core integration: Amazon bedrock
Body: | 1medium |
Title: cross_batch_memory The implementation does not appear to be a queue data structure
Body: ` if end_idx > self.queue_idx:
self.embedding_memory[self.queue_idx:end_idx] = embeddings.detach()
self.label_memory[self.queue_idx:end_idx] = labels.detach()
else:
... | 1medium |
Title: Independently process LoRa adapters and base model
Body: Hello,
As I understand, during inference, the current library merges the base model weights with the learned LoRa adapters to avoid increasing in latency, as in h=(W+BA)x. However, I'm wondering if there's a way to process the base model and the learne... | 1medium |
Title: json unmarshal coded error at function applyJSPatch()
Body: <!-- Please use this template while reporting a bug and provide as much info as possible. Not doing so may result in your bug not being addressed in a timely manner. Thanks!
If the matter is security related, please disclose it privately via https://... | 1medium |
Title: Make the quick start page a bit 'higher level'
Body: The [quickstart](https://github.com/kubernetes/kubernetes/blob/master/docs/user-guide/quick-start.md) is likely where a lot of people new to Kubernetes jump in, and I feel like its current content is not necessarily doing us any favors. IMO we should give an ... | 1medium |
Title: NLP Progress Graph
Body: Hi Sebastian,
loved your idea for this repo.
I was thinking if we can have a graph, something like this

showing progress of different tasks in NLP based on the updates to their markdown file.
I hav... | 1medium |
Title: Added support for external signing of Service Account tokens
Body: Initial implementation PR for kubernetes/enhancements#704
**What type of PR is this?**
/kind feature
**What this PR does / why we need it**:
Adds support for external signing of Projected ServiceAccount tokens.
**Which issue(s) thi... | 1medium |
Title: [Bug]: `ivy.vector_norm` and `ivy.lgamma` when backend=numpy return rounded values
Body: ### Bug Explanation
```shell
> python -c "import ivy; ivy.set_backend('numpy'); print(ivy.lgamma(5)); print(ivy.lgamma(5.))"
ivy.array(3)
ivy.array(3.1780539)
> python -c "import ivy; ivy.set_backend('numpy'); print(ivy... | 1medium |
Title: no support for dict representation of plotly traces
Body: The following code works in plotly, but does not work when wrapping the constructor with `FigureResampler`.
```py
trace = {
"type": "scatter",
# "x": [1, 2, 3],
"y": np.arange(5_000),
"name": "some_trace", # is not even requi... | 1medium |
Title: Application does not work when I upload photos to an eve dict schema properties
Body: Hi:
I have an eve schema set up as such:
``` python
'schema': {
'email': {
'type': 'string',
'unique': True,
},
'isEmailVerified': {
'type': 'boolean',
... | 2hard |
Title: Mac targeted Docker container
Body: **Describe the feature you'd like**
Docker container built for Mac users
**Describe alternatives you've considered**
The GPU container doesn't run at all:
```
Error response from daemon: could not select device driver "" with capabilities: [[gpu]].
```
And the CPU container ... | 1medium |
Title: Baddns false positives for unresolved DNS names
Body: It seems like baddns is raising a `Dangling NS Records (NS records without SOA)` for certain unresolved dns names:
```
[FINDING] {"description": "Dangling NS Records (NS records without SOA) Confidence: [POSSIBLE] Signature: [N/A] Indicator:... | 1medium |
Title: [Help] Global Multivariate Forecasting
Body: Hey there,
I'm having trouble with the global models, especially how to prepare the data and what to use for predictions. Maybe someone can point me in the right direction. I'm using the Walmart dataset from Kaggle right now.
What I've done so far is split the d... | 1medium |
Title: [Bug] Molten does not detect python packages installed in local venv
Body: * activate the venv
* open py file in lunar vim ( or lazy vim )
* from command line it runs normaly
* molten yields error: package ... not found | 1medium |
Title: Update cronjob schedule
Body: Hi!
Nice work, but I believe running the github action every hour is a bit overkill. (Over 3000 commits on just generated image)
Maybe everyday or every month could be a bit more reasonable.
What do you think? | 0easy |
Title: Use native config files for coverage, flake8, and yapf
Body: The cookiecutter template puts the configuration for `coverage`, `flake8`, and `yapf` in `setup.cfg`.
However, `setup.cfg` is traditionally the `setuptools` config file. `setuptools` traditionally provided `setuptools.config.read_configuration()`, b... | 1medium |
Title: Feature Request: Add Search Capability in Request Results
Body: **Description**
Currently, the results from requests lack advanced search functionality. I propose adding support for searching within response data using regular expressions and JSONPath. This would allow users to quickly locate specific patterns... | 1medium |
Title: Make providers last_overriding attribute None by default
Body: | 1medium |
Title: Local Install from script doesn't work. Problem with password and file permissions
Body:
**When Submitting please remove every thing above this line**
# 🐛 Bug Report
* [x] 📁 I've Included a ZIP file containing my librephotos `log` files
* [ X] ❌ I have looked for similar issues (including closed o... | 1medium |
Title: Fix Frontend Failing Test: numpy - stat.paddle.mean
Body: To-do List: https://github.com/unifyai/ivy/issues/27497 | 1medium |
Title: new imageio version breaks over numpy versions.
Body: imageio introduced [new version](https://github.com/imageio/imageio/releases/tag/v2.16.0) which requires numpy > 1.20 over its ArrayLike object.
imgaug doesn't seem to set specfic version of imageio, therefore takes the latest version :
https://github.co... | 1medium |
Title: DOC Sample from prior predictive
Body: From reading the [docs](http://num.pyro.ai/en/latest/tutorials/bayesian_regression.html), I can see that if I want to regress `y` onto `t`, I can do:
```python
def model(t, y=None):
a = numpyro.sample('a', dist.Normal(0., 0.5))
b = numpyro.sample('b', dist.Norma... | 0easy |
Title: environ error
Body: After going through the setup, I try to get it running by starting `./manage.py runserver` - but it crashes:
```
Traceback (most recent call last):
File "./manage.py", line 27, in <module>
execute_from_command_line(sys.argv)
File "/home/christian/.local/share/virtualenvs/cookiecu... | 1medium |
Title: Using flair in hugginface space
Body: I'm currently developing a (large) hugginfacespace, in which I load one of the flair models (but not limited to only this).
I develop with streamlit, and I load the tagger with "SequenceTagger.load("flair/ner-english-ontonotes-fast")". When I run everything locally I have ... | 1medium |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.