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 |
|---|---|---|---|---|---|---|---|---|---|---|---|
localstack/localstack | python | 12,244 | bug: TEST_AWS_ACCOUNT_ID does not apply | ### Is there an existing issue for this?
- [x] I have searched the existing issues
### Current Behavior
` docker run -d \
--name localstack \
-p "4566:4566" \
--restart always \
-e TEST_AWS_ACCOUNT_ID="00000000001" \
-e DEFAULT_ACCOUNT_ID="00000000001" \
-e SERVICES=${SERVICES- } \
-e ... | closed | 2025-02-10T12:54:04Z | 2025-03-03T14:03:16Z | https://github.com/localstack/localstack/issues/12244 | [
"type: bug",
"status: response required",
"status: resolved/stale",
"area: multi-account"
] | skhreshefsharvit | 3 |
jpadilla/django-rest-framework-jwt | django | 469 | Call an endpoint without Authorization header | I have a view derived from viewsets.ModelViewSet. When I call it with `Authorization` header, request is checked for authentication. But if I call it without the header, the access is granted.
I found this line of [code](https://github.com/GetBlimp/django-rest-framework-jwt/blob/master/rest_framework_jwt/authentica... | closed | 2019-02-13T06:35:39Z | 2019-02-14T02:24:31Z | https://github.com/jpadilla/django-rest-framework-jwt/issues/469 | [] | Li-ReDBox | 1 |
pydata/pandas-datareader | pandas | 892 | Fails to Run on Google Collab | I've tried to run the following on google collab. Note the code runs fine on my Pycharm IDE
`import pandas_datareader.data as web
import pandas as pd
import datetime as dt
import numpy as np
import matplotlib.pyplot as plt
from matplotlib import style
style.use('ggplot')
start = dt.datetime(2017, 1, 3)
... | closed | 2021-07-20T14:54:51Z | 2021-07-20T16:15:23Z | https://github.com/pydata/pandas-datareader/issues/892 | [] | evanpfeffer | 13 |
cvat-ai/cvat | tensorflow | 9,217 | 500 error after login | ### Actions before raising this issue
- [x] I searched the existing issues and did not find anything similar.
- [x] I read/searched [the docs](https://docs.cvat.ai/docs/)
### Steps to Reproduce
1. Login
Immediately after Login the following 500 error appears in a popup:
```
[2025-03-17 07:45:32,385] ERROR django.r... | closed | 2025-03-17T07:50:50Z | 2025-03-17T15:43:54Z | https://github.com/cvat-ai/cvat/issues/9217 | [
"bug"
] | eporsche | 2 |
iperov/DeepFaceLab | machine-learning | 659 | Limiting Used Cores | Hi There
I got a Problem: new Merger uses ALL Cores. That means in my Case 64 Cores.
In the last Version there was the Option to Limit the cores, but now, this option is away.
How can i limit the used cores? | closed | 2020-03-17T16:13:03Z | 2020-03-18T07:23:15Z | https://github.com/iperov/DeepFaceLab/issues/659 | [] | blanuk | 1 |
deepfakes/faceswap | machine-learning | 767 | FFMPEG image sequence with longer durations after generated an output video | **Describe the bug**
The problem is the original duration video is shorter than the generated one. Original is 35 seconds but generated is 41 seconds. Image frames captured and converted are same, 1037 frames.
**To Reproduce**
I'm using this command to generate the video.
```
ffmpeg -i video-frame-%0d.png -c:v l... | closed | 2019-06-21T15:52:43Z | 2019-06-21T16:39:29Z | https://github.com/deepfakes/faceswap/issues/767 | [] | datomnurdin | 1 |
ading2210/poe-api | graphql | 42 | Extension of the formkey problem from the poe-api patch earlier today. | Hi y'all -- after having followed the previous instructions on upgrading poe-api to fix the problem with the too-many-downloads, I started having a new problem.
<img width="644" alt="image" src="https://user-images.githubusercontent.com/56563509/232254687-6c63dea6-76eb-4e27-a5a2-56def72f8f19.png">
<img width="749... | closed | 2023-04-15T21:54:17Z | 2023-04-15T22:56:24Z | https://github.com/ading2210/poe-api/issues/42 | [
"bug"
] | zukixa | 7 |
FlareSolverr/FlareSolverr | api | 428 | [mteamtp] (testing) Exception (mteamtp): FlareSolverr was unable to process the request, please check FlareSolverr logs. Message: Cloudflare Error: No challenge selectors found, unable to proceed.: Parse error | **Please use the search bar** at the top of the page and make sure you are not creating an already submitted issue.
Check closed issues as well, because your issue may have already been fixed.
### How to enable debug and html traces
[Follow the instructions from this wiki page](https://github.com/FlareSolverr/Fl... | closed | 2022-07-16T13:53:09Z | 2022-07-16T13:53:28Z | https://github.com/FlareSolverr/FlareSolverr/issues/428 | [] | 1960697431 | 0 |
agronholm/anyio | asyncio | 783 | Look into creating a shared subprocess implementation between backends | ### Things to check first
- [X] I have searched the existing issues and didn't find my feature already requested there
### Feature description
We should take a stab at creating a more low-level subprocess implementation that only relies on a minimum set of functionality from each backend, just like the threading AP... | open | 2024-09-05T18:55:19Z | 2024-09-05T18:55:19Z | https://github.com/agronholm/anyio/issues/783 | [
"enhancement"
] | agronholm | 0 |
labmlai/annotated_deep_learning_paper_implementations | machine-learning | 169 | Dimension of subsequent layers in Hypernetwork | Hi, I was reading through your implementation of HyperLSTM and the associated paper. I got lost in the shaping of the layers after the first layer. Could you please explain why the input size is 2*main_lstm_hidden_size? | open | 2023-02-27T23:49:52Z | 2023-06-30T10:39:39Z | https://github.com/labmlai/annotated_deep_learning_paper_implementations/issues/169 | [
"question"
] | Simply-Adi | 3 |
WZMIAOMIAO/deep-learning-for-image-processing | deep-learning | 609 | UNET 修改单通道数据集输入 | 导, 求解如何修改 unet项目为 单通道灰度数据集进行训练
我尝试修改model的channel=1 程序报错TypeError: Input tensor should be a float tensor. Got torch.int32.
在normalize处设置断点得到
tensor([[[2410, 2395, 2418, ..., 2110, 2111, 2160],
[2406, 2432, 2418, ..., 2120, 2133, 2166],
[2359, 2384, 2389, ..., 2138, 2153, 2155],
...... | closed | 2022-07-31T08:28:00Z | 2022-08-06T12:10:26Z | https://github.com/WZMIAOMIAO/deep-learning-for-image-processing/issues/609 | [] | guanghao-sun | 2 |
mckinsey/vizro | data-visualization | 317 | How to integrate with other applications like flask, frappe or django? | ### Question
How to integrate with other applications like flask, frappe or django?
### Code/Examples
_No response_
### Other information
_No response_
### Which package?
None
### Package version
_No response_
### Python version
_No response_
### OS
_No response_
### Code of Conduct
- [X] I agree to foll... | open | 2024-02-19T06:06:37Z | 2024-07-08T15:03:31Z | https://github.com/mckinsey/vizro/issues/317 | [
"General Question :question:"
] | KathirvelPriya | 4 |
ploomber/ploomber | jupyter | 218 | Check param values are passed correctly | See 0489695 | closed | 2020-08-11T04:00:37Z | 2020-08-11T05:18:30Z | https://github.com/ploomber/ploomber/issues/218 | [] | edublancas | 1 |
public-apis/public-apis | api | 3,617 | Tem que ser preto no branco | Não vou repor nada. vai ser o de 2017 que é meu, só quero uma compensação pelos 6 anos de inferno, ajudo, o que falo cumpro. Porém só faço negócio cara a cara, peguem a verba que vcs dizem ue investem, peguem um avião e terei o maior prazer em recebê-los. Só quero ajudar todo mumdo. Me mandem sinal.de.fumaca, me l... | closed | 2023-08-30T03:00:13Z | 2023-08-31T01:13:41Z | https://github.com/public-apis/public-apis/issues/3617 | [] | Fodase4 | 0 |
tensorflow/tensor2tensor | machine-learning | 1,778 | Building model body multiple times when calling model_fn() multiple times | ### Description
I am constructing a meta learning framework on tensor2tensor which requires calling model_fn() multiple times. And I find that the framework will build the model body multiple times, even with reuse=True flag. The pseudocode is as follows:
```
def model_fn_raw(self, feature): # the origin model_fn
... | open | 2020-01-07T03:54:28Z | 2020-02-11T03:46:41Z | https://github.com/tensorflow/tensor2tensor/issues/1778 | [] | lemmonation | 1 |
Textualize/rich | python | 2,951 | Filesize precision is not used on bytes/s | https://github.com/Textualize/rich/blob/6d30ad0f30028210124c149811cbbe2b183711f9/rich/filesize.py#L30
On my end this is personally very annoying. If anything, I would want it to have no decimal places at all, but as it stands now the decimal places can go extremely long, e.g. `361.3816634069428 bytes/s`. | closed | 2023-05-03T23:59:00Z | 2023-07-30T09:49:35Z | https://github.com/Textualize/rich/issues/2951 | [
"wontfix"
] | rlaphoenix | 6 |
lux-org/lux | pandas | 370 | [BUG] to_datetime warning displayed multiple times | **Describe the bug**
When a dataset with temporal column is loaded, the warning for to_datetime is displayed multiple times. This seems to be happening because the `maintain_metadata` is being called on all the vis.data, which is not the intended behavior.
**To Reproduce**
```python
df = pd.read_csv("https://raw... | closed | 2021-04-30T15:13:52Z | 2021-06-25T04:36:31Z | https://github.com/lux-org/lux/issues/370 | [
"bug",
"priority"
] | dorisjlee | 1 |
robotframework/robotframework | automation | 4,736 | Backslash preventing newline in documentation can form escape sequence like `\n` | When suite, test or keyword documentation is split to multiple rows, rows are automatically joined together with a newline. This isn't always desirable so it's possible to use `\` at the end of a documentation row to prevent it:
```robotframework
*** Settings ***
Documentation Backslash avoids automatic \
... ... | closed | 2023-04-12T21:47:39Z | 2023-05-31T20:35:01Z | https://github.com/robotframework/robotframework/issues/4736 | [
"bug",
"priority: low",
"beta 1",
"effort: small"
] | pekkaklarck | 0 |
modelscope/data-juicer | streamlit | 53 | [feature] remove_non_chinese_character_mapper | Remove all characters outside the unicode encoding range 4E00-9FA5 | closed | 2023-10-30T09:01:20Z | 2023-11-01T02:44:38Z | https://github.com/modelscope/data-juicer/issues/53 | [
"enhancement"
] | HYLcool | 0 |
mckinsey/vizro | data-visualization | 193 | Add Python 3.12 to tests | Quick and easy - do for both `vizro-core` and `vizro-ai`:
- [x] In our `matrix` on Github actions, we currently test on `python-version` up to and including 3.11. Let's add 3.12 to the list
- [x] Include 3.12 in `classifiers` in `pyproject.toml`
- [x] Include 3.12 in our badge in the README
- [x] Include 3.12 in ... | closed | 2023-12-06T10:03:36Z | 2023-12-18T10:16:09Z | https://github.com/mckinsey/vizro/issues/193 | [] | antonymilne | 0 |
strawberry-graphql/strawberry | fastapi | 3,655 | multipart upload struggle | I am trying to make the file upload work and no luck yet
I got back to the example on https://strawberry.rocks/docs/guides/file-upload#sending-file-upload-requests
but just copy past multi file requests from postman returns "Unsupported content type"
<!-- Provide a general summary of the bug in the title above. --... | closed | 2024-10-01T15:59:02Z | 2025-03-20T15:56:53Z | https://github.com/strawberry-graphql/strawberry/issues/3655 | [
"bug"
] | itsklimov | 5 |
shibing624/text2vec | nlp | 111 | The difference between STSB and STSBenchmark | 您好, 请问一下您发布的数据集STSB(1.36k rows) (https://huggingface.co/datasets/shibing624/nli_zh/viewer/STS-B/test)为什么与STSBenchmark(https://huggingface.co/datasets/stsb_multi_mt/viewer/zh/test)数据集数量不同(1.38k rows)?您是做了什么过滤吗?
| closed | 2023-08-09T14:20:36Z | 2023-08-17T13:11:30Z | https://github.com/shibing624/text2vec/issues/111 | [
"question"
] | staoxiao | 1 |
microsoft/MMdnn | tensorflow | 419 | PyTorch to IR error | Platform (like ubuntu 16.04/win10): Ubuntu 16.04
Python version: 3.5
Source framework with version (like Tensorflow 1.4.1 with GPU): Pytorch 0.3.1 with gpu
Destination framework with version (like CNTK 2.3 with GPU): Tensorflow
Pre-trained model path (webpath or webdisk path): https://drive.google.com/file/... | open | 2018-09-19T15:49:00Z | 2018-09-22T03:10:56Z | https://github.com/microsoft/MMdnn/issues/419 | [] | uhvardhan | 5 |
sqlalchemy/sqlalchemy | sqlalchemy | 11,423 | Combining "within group" and "filter" doesn't seem to be possible | ### Describe the bug
I'd like to be able to combine the within group and filter syntax on the same aggregate function, e.g.:
```
select percentile_cont(0.9) within group (order by value) filter (where id > 10) from test_table;
```
However the method I tried to achieve this fails:
```
from sqlalchemy import... | closed | 2024-05-28T16:53:29Z | 2024-06-27T20:06:53Z | https://github.com/sqlalchemy/sqlalchemy/issues/11423 | [
"bug",
"sql",
"functions",
"PRs (with tests!) welcome"
] | willnewton | 12 |
dynaconf/dynaconf | fastapi | 1,069 | Validation doc section "On instantiation" improvement | I think the example given in the docs here could do with some improvement to make it clearer:
https://github.com/dynaconf/dynaconf/blob/4ab518393a1f7aa72e353a485aebea2852561120/docs/validation.md?plain=1#L36-L58
1. It refers to the example `settings.toml` given in [this section](https://www.dynaconf.com/validatio... | closed | 2024-03-04T19:05:08Z | 2024-03-18T19:04:28Z | https://github.com/dynaconf/dynaconf/issues/1069 | [
"Docs",
"good first issue"
] | mitches-got-glitches | 2 |
dsdanielpark/Bard-API | api | 216 | BardFlight def airlines(self): TypeError: 'type' object is not subscriptable | 💚💜 Thank you for interest. ❤️💛
Please make sure to check for more efficient package management. *Please prioritize checking existing issues first. I will repay with higher-quality code.*
**To Reproduce**
I get the stacktrace when running flask run and from bardapi import Bard
once I delete: from bardapi import... | closed | 2023-10-20T23:26:02Z | 2023-10-27T19:26:36Z | https://github.com/dsdanielpark/Bard-API/issues/216 | [] | bevenets | 4 |
junyanz/pytorch-CycleGAN-and-pix2pix | computer-vision | 1,471 | OSError: Caught OSError in DataLoader worker process 3 | Hello, I was training my model it was working until epoch 148 when I got theses Errors: <<OSError: Caught OSError in DataLoader worker process 3>> <<OSError: [Errno 5] Input/output error>>.
I'm training the model on a linux VM.
learning rate 0.0001050 -> 0.0001030
(epoch: 148, iters: 50, time: 5.328, data: 0.004) ... | open | 2022-08-19T07:30:10Z | 2022-09-20T20:48:18Z | https://github.com/junyanz/pytorch-CycleGAN-and-pix2pix/issues/1471 | [] | FlorianRegisBamb | 3 |
robotframework/robotframework | automation | 5,163 | RobotFramework Unable to read or show the Documentation properly in log file when there is an empty line in between the lines of Keyword Documentation | RF- 7.0.1
RF is not showing the entire documentation whenever an empty line space come in between the lines in the keywords documentation. It shows the content of lines which are present before the empty line and completely misses out all the contents which comes after the empty lines.
When empty line is present ... | closed | 2024-07-09T12:18:23Z | 2024-11-06T09:28:30Z | https://github.com/robotframework/robotframework/issues/5163 | [] | abhisheksandilya30 | 7 |
AntonOsika/gpt-engineer | python | 926 | docker install get a error Multiple top-level packages discovered in a flat-layout: ['docker', 'projects', 'gpt_engineer']. |
` => ERROR [8/9] RUN sudo pip install -e . 4.1s
------
> [8/9] RUN sudo pip install -e .:
0.442 Looking in indexes: https://pypi.doubanio.com/simple
0.442 Obtaining file:///app
0.448 Installing build dep... | closed | 2023-12-22T08:25:25Z | 2024-05-09T16:35:34Z | https://github.com/AntonOsika/gpt-engineer/issues/926 | [
"bug"
] | xjspace | 2 |
stanfordnlp/stanza | nlp | 1,427 | Update German Model in default.zip? | 
I have problem with downloading other recommended way.
Could you upgrade the default.zip to the latest version e.g. 1.9.0 that is 2 months old instead of the 7 months old 1.8.0 ? | closed | 2024-10-18T20:16:50Z | 2024-10-19T04:26:07Z | https://github.com/stanfordnlp/stanza/issues/1427 | [
"enhancement"
] | GeorgeS2019 | 2 |
plotly/dash-cytoscape | plotly | 159 | Update cycle broken after callback | <!--
Thanks for your interest in Plotly's Dash Cytoscape Component!
Note that GitHub issues in this repo are reserved for bug reports and feature
requests. Implementation questions should be discussed in our
[Dash Community Forum](https://community.plotly.com/c/dash).
Before opening a new issue, please search ... | open | 2021-10-25T16:43:18Z | 2023-07-25T06:56:47Z | https://github.com/plotly/dash-cytoscape/issues/159 | [] | maxkfranz | 3 |
gee-community/geemap | jupyter | 698 | Downloading large sized GEE image or image collection at once | <!-- Please search existing issues to avoid creating duplicates. -->
### Description
I am downloading GEE image (Sentinel-1 data) using the 'ee_export_image' function of geemap package. The scale I need and set is 10. However, this is possible for only very small image sizes. Can I somehow download a large area o... | closed | 2021-10-08T07:21:26Z | 2021-10-08T12:45:37Z | https://github.com/gee-community/geemap/issues/698 | [
"Feature Request"
] | HappyR90 | 1 |
holoviz/colorcet | plotly | 89 | matplotlib.cm.get_cmap returns a copy in 3.6.0 | #### ALL software version info
colorcet 39af94a; Python 3.11; Matplotlib 3.6.0rc1
#### Description of expected behavior and the observed behavior
As noted in [the `get_cmap` docstring](https://matplotlib.org/stable/api/cm_api.html#matplotlib.cm.get_cmap), it will return a copy in 3.6. This has taken effect in 3.6.... | closed | 2022-08-21T05:21:32Z | 2022-09-30T18:39:12Z | https://github.com/holoviz/colorcet/issues/89 | [] | QuLogic | 2 |
lucidrains/vit-pytorch | computer-vision | 187 | Vit MAE reconstruction size mismatch | I'm trying to Train ViT with Masked Autoencoder training but I'm getting an error when running MAE.forward()
The tensor size of the predicted pixel values is of by a factor of 4 in comparison to the masked_patches tensor in the MSE_loss call.
RuntimeError: The size of tensor a (1024) must match the size of tensor b... | open | 2021-12-30T21:55:46Z | 2022-01-04T17:41:10Z | https://github.com/lucidrains/vit-pytorch/issues/187 | [] | RhinigtasSalvex | 2 |
python-restx/flask-restx | flask | 611 | Recommended method to serve swagger ui behind nginx non-root location | I am trying to use flask and flask-restx to create multiple rest apis using nginx
In order to support multiple rest services I add locations to the nginx config
I am developing on a remote server, which is also my deployment server (one server for all rest apis)
Each rest api should have its own swagger doc
I am us... | open | 2024-08-07T16:03:58Z | 2024-10-08T21:42:10Z | https://github.com/python-restx/flask-restx/issues/611 | [
"question"
] | billross00 | 3 |
plotly/dash | data-science | 2,360 | Variable Path not accounting for HTML encoding | **Describe your context**
```
async-dash 0.1.0a1
dash 2.7.0
dash-bootstrap-components 1.2.1
dash-core-components 2.0.0
dash-daq 0.5.0
dash-extensions 0.1.5
dash-html-components 2.0.0
dash-iconify 0.1.2
dash-loading-spinners ... | open | 2022-12-08T16:16:08Z | 2024-08-13T19:24:23Z | https://github.com/plotly/dash/issues/2360 | [
"bug",
"P3"
] | BSd3v | 4 |
pallets/flask | python | 5,201 | Wrong Behavior in Blueprints | <!--
This issue tracker is a tool to address bugs in Flask itself. Please use
Pallets Discord or Stack Overflow for questions about your own code.
Replace this comment with a clear outline of what the bug is.
-->
When the `import_name` of my blueprint is set to `__name__`, if the name of my python file is differ... | closed | 2023-07-16T16:10:08Z | 2023-07-31T00:05:50Z | https://github.com/pallets/flask/issues/5201 | [] | NatsumiXD | 1 |
piskvorky/gensim | data-science | 3,089 | Using corpus_file does not speed up while the CPU utilization seems full. | #### Problem description
I'm struggling with the issue of speeding up a doc2vec training using `corpus_file` after my institution introduced a new computing server system. With the previous system, I had/have no problem, but I found that the same script takes drastically different times, and I'm not enjoying the qua... | open | 2021-03-25T17:00:18Z | 2023-10-31T04:11:55Z | https://github.com/piskvorky/gensim/issues/3089 | [
"performance"
] | Donghyun-Kang-Soc | 19 |
ivy-llc/ivy | pytorch | 28,371 | Fix Frontend Failing Test: jax - math.tensorflow.math.zero_fraction | To-do List: https://github.com/unifyai/ivy/issues/27496 | closed | 2024-02-21T15:44:59Z | 2024-02-26T11:24:28Z | https://github.com/ivy-llc/ivy/issues/28371 | [
"Sub Task"
] | Sai-Suraj-27 | 0 |
matterport/Mask_RCNN | tensorflow | 2,881 | Show bbox that only over %60 prob has | How can I let my model show bboxes that only prob over 60 haves? | closed | 2022-09-14T16:52:44Z | 2022-09-14T22:21:30Z | https://github.com/matterport/Mask_RCNN/issues/2881 | [] | muratali016 | 0 |
yzhao062/pyod | data-science | 314 | autoencoder StandardScaler and sigmoid as output layer / inconsistency in values size | Hello pyod community,
according to the standard autoencoder settings the output layer has the sigmoid activation function whose values are within 0 and 1, but the input data are scaled with StandardScaler whose values can be higher than 1 and smaller than 0.
Why do we have this inconsistency?
thanks! | open | 2021-06-14T13:52:38Z | 2021-06-14T17:40:18Z | https://github.com/yzhao062/pyod/issues/314 | [] | cherepanovic | 9 |
sktime/pytorch-forecasting | pandas | 1,310 | 'nth' is not a valid function name for transform(name) | - PyTorch-Forecasting version: 0.10.2
- PyTorch version: 2.0.1
- Python version: 3.10.11
- Operating System: Windows 10 Anaconda
- Pandas: 2.0.1
### Expected behavior
I tried to repeat the simple N-Beats notebook in the tutorial
https://github.com/jdb78/pytorch-forecasting/blob/master/docs/source/tutoria... | open | 2023-05-22T23:25:17Z | 2023-07-09T16:33:51Z | https://github.com/sktime/pytorch-forecasting/issues/1310 | [] | haopengcu | 1 |
TencentARC/GFPGAN | pytorch | 328 | How do I force it to work on the CPU? | How do I force it to work on the CPU?
My GPU RAM is too small with 2GB, I get the message
` "RuntimeError: CUDA out of memory. Tried to allocate 154.00 MiB (GPU 0; 1.96 GiB total capacity; 927.97 MiB already allocated; 72.44 MiB free; 1.05 GiB reserved in total by PyTorch)"` | closed | 2023-01-30T15:20:35Z | 2023-12-27T08:07:47Z | https://github.com/TencentARC/GFPGAN/issues/328 | [] | joe-eis | 7 |
plotly/dash-table | dash | 631 | Type formatting for rows | Currently it's only possible to specify type/number formatting for entire columns.
It would be nice to be able to do this also for rows (eg. when one row only contains percentages, another row only contains curreny amounts).
Edit: Even better, make it configurable on a single cell level, similar to how `style_da... | open | 2019-10-24T20:03:02Z | 2019-10-31T10:55:37Z | https://github.com/plotly/dash-table/issues/631 | [] | nborrmann | 0 |
d2l-ai/d2l-en | data-science | 1,825 | JAX/Flax Implementation | Have you already considered to add a JAX based (could be Flax for NNs) implementation as an alternative to MXNet, Tensorflow and Pytorch?
| closed | 2021-07-09T13:32:44Z | 2021-12-02T16:27:59Z | https://github.com/d2l-ai/d2l-en/issues/1825 | [] | sazio | 9 |
jupyter-book/jupyter-book | jupyter | 1,993 | improve documentation on managing sphinx warnings | ### Context
As of now, sphinx warnings are often reported as non-breaking errors
```
reading sources... [ 50%] sample_intro
/__w/jupyter-book-ghpages/jupyter-book-ghpages/tests/docs/sample_section.md:5: ERROR: Unknown directive type "plantuml".
```
After turning on the p... | open | 2023-04-11T08:23:14Z | 2023-04-11T08:36:17Z | https://github.com/jupyter-book/jupyter-book/issues/1993 | [
"enhancement"
] | maciejskorski | 1 |
sebp/scikit-survival | scikit-learn | 116 | What is the best way to prepare data for sksurv? | Problem solved | closed | 2020-05-27T16:36:06Z | 2020-10-06T19:58:07Z | https://github.com/sebp/scikit-survival/issues/116 | [
"question"
] | flippercy | 0 |
ultrafunkamsterdam/undetected-chromedriver | automation | 1,901 | [nodriver] support how to set timezone? | `async def setIP(self):
self.tab = await self.browser.get('https://ipinfo.io/json')
self.tab.evaluate("document.documentElement.outerHTML;",return_by_value=True,await_promise=True)
timezone = str(checkout_page_data.split('"timezone": "')[1].split('"')[0])
cdp.emulation.set_... | open | 2024-05-30T04:59:50Z | 2024-05-30T04:59:50Z | https://github.com/ultrafunkamsterdam/undetected-chromedriver/issues/1901 | [] | gouravkumar99 | 0 |
robotframework/robotframework | automation | 4,841 | Add typing to all modules under `robot.api` | Currently, the `@keyword` and `@library` functions exposed through the `robot.api` module have no annotations. This limits the type-checking that tools like mypy and Pylance / pyright can perform, in turn limiting what types of issues language servers can detect.
Adding annotations to these functions (and, ultimatel... | closed | 2023-08-16T08:49:34Z | 2023-11-22T19:02:18Z | https://github.com/robotframework/robotframework/issues/4841 | [
"enhancement",
"priority: medium",
"alpha 2",
"acknowledge",
"effort: medium"
] | robinmackaij | 2 |
saulpw/visidata | pandas | 2,497 | How would you unhide a single column in visidata? | How would you unhide a single column in visidata? My workflow sometimes involves looking at the columns in a file (Shift-C mode), find a column using regex, select all other columns and hide them. After looking at the data of that column, I might think that I need to unhide one of the columns that I just hid. Unfortuna... | closed | 2024-08-21T11:11:50Z | 2024-09-22T00:10:39Z | https://github.com/saulpw/visidata/issues/2497 | [
"question"
] | ivan-gerov | 2 |
biolab/orange3 | numpy | 5,996 | Parallel processing for "Suggest features" | Processing is quite slow. E.g., I'm running a Radviz "Suggest features", and it only uses one core to calculate permutations.
Please extend multicore processing to "Suggest features" functions. Thanks.
| closed | 2022-05-30T15:30:05Z | 2022-05-30T15:46:42Z | https://github.com/biolab/orange3/issues/5996 | [] | hydrastarmaster | 1 |
huggingface/diffusers | pytorch | 11,033 | SD1.5 Unet from_single_file loading does not work | ### Describe the bug
SD1.5 Unet from_single_file loading does not work (either from safetensor or GGUF)
### Reproduction
`
import torch
from diffusers import UNet2DConditionModel
config = UNet2DConditionModel.load_config("SimianLuo/LCM_Dreamshaper_v7", subfolder="unet")
unet = UNet2DConditionModel.from_single_file(... | open | 2025-03-11T18:51:44Z | 2025-03-17T19:32:33Z | https://github.com/huggingface/diffusers/issues/11033 | [
"bug"
] | AbhinavGopal | 9 |
frappe/frappe | rest-api | 31,161 | workflow action does not handle error case, async causes any throw get bypassed | <!--
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-06T12:07:18Z | 2025-02-06T12:34:56Z | https://github.com/frappe/frappe/issues/31161 | [
"bug"
] | foolishdino | 0 |
fugue-project/fugue | pandas | 334 | [FEATURE] Replace RLock with SerializableRLock | **Is your feature request related to a problem? Please describe.**
Many Fugue objects are not picklable because they have RLocks. We can replace most of them with SerializableRLock because we don't really want them to take effect cross processes.
| closed | 2022-07-08T08:04:39Z | 2022-07-10T05:31:23Z | https://github.com/fugue-project/fugue/issues/334 | [
"enhancement"
] | goodwanghan | 0 |
tensorlayer/TensorLayer | tensorflow | 306 | [Feature Request] - Verbose option for the Layer API | Hello dear friends,
I have used TL for quite a while and I'm really thankful for all the amazing work.
One thing which appeared very cool to me from the beginning was the verbose graph definition which helped me a lot during debug and development. However, I figured out a bit later that are no way to deactivate t... | closed | 2018-02-12T15:29:17Z | 2018-02-13T13:59:06Z | https://github.com/tensorlayer/TensorLayer/issues/306 | [] | DEKHTIARJonathan | 2 |
pytorch/pytorch | deep-learning | 149,726 | SDPA gives different outputs compared to manual attention with `dropout>0.0` | ### 🐛 Describe the bug
SDPA gives different outputs compared to manual attention when the `EFFICIENT_ATTENTION` backend is used and dropout is non-zero. Is this expected? Is the efficient kernel using a different RNG?
Here's an MWE:
```py
from torch.nn.functional import scaled_dot_product_attention
from torch.nn.at... | closed | 2025-03-21T13:39:44Z | 2025-03-21T19:18:49Z | https://github.com/pytorch/pytorch/issues/149726 | [
"triaged",
"module: random",
"module: sdpa"
] | abdulfatir | 3 |
junyanz/pytorch-CycleGAN-and-pix2pix | deep-learning | 778 | Some strange error but training is continue.How i can solve it?Does is influence result? | Problem blew: How I can solve it?
Exception ignored in: <bound method _DataLoaderIter.__del__ of <torch.utils.data.dataloader._DataLoaderIter object at 0x7fbdb1faa128>>
Traceback (most recent call last):
File "/home/pch/anaconda3/lib/python3.6/site-packages/torch/utils/data/dataloader.py", line 399, in __del__
... | closed | 2019-09-24T03:48:54Z | 2019-09-26T19:05:38Z | https://github.com/junyanz/pytorch-CycleGAN-and-pix2pix/issues/778 | [] | Endless-Hao | 7 |
tensorflow/tensor2tensor | deep-learning | 1,816 | Multistep optimizer "Failed to place the graph without changing the devices" non fatal | ### Description
Received warning as below:
```Failed to place the graph without changing the devices of some resources. Some of the operations (that had to be colocated with resource generating operations) are not supported on the resources' devices. Current candidate devices are [......```
...
### Environment in... | open | 2020-05-20T19:16:07Z | 2021-05-16T09:49:10Z | https://github.com/tensorflow/tensor2tensor/issues/1816 | [] | colmantse | 2 |
automl/auto-sklearn | scikit-learn | 1,721 | [Question] How to solve the warning 'Configuration *** not found'? | Hi everybody
I’m using 2.0.
My dataset shape is 360*20480.
I have changed the time_left_for_this_task to 6000 to give more time to find the appropriate models. I also changed the time for per_run_time_limit to 300.When I run it, there's a warning of 'Configuration *** not found' . What is the cause of this situ... | open | 2024-02-23T03:46:42Z | 2024-02-23T07:41:27Z | https://github.com/automl/auto-sklearn/issues/1721 | [] | bankuaimianbao | 1 |
freqtrade/freqtrade | python | 11,319 | Could no find any Features | <!--
Have you searched for similar issues before posting it?
If you have discovered a bug in the bot, please [search the issue tracker](https://github.com/freqtrade/freqtrade/issues?q=is%3Aissue).
If it hasn't been reported, please create a new issue.
Please do not use bug reports to request new features.
-->
## D... | closed | 2025-02-02T20:47:06Z | 2025-02-03T05:39:56Z | https://github.com/freqtrade/freqtrade/issues/11319 | [
"Question",
"Strategy assistance",
"freqAI"
] | danxathome | 1 |
lepture/authlib | flask | 149 | ImportError: cannot import name certificate_transparency | ### Environment info
Operating System: Ubuntu 16
Python version: 3.6
Authlib version: 0.12.1
pyopnessl version: 19.0.0
cryptography version: 2.7
gspread version: 3.1.0
### Steps to reproduce
1. Use Authlib instead of oauth2client in gspread.
2. Use the code mentioned [here](https://blog.authlib.org/2018/au... | closed | 2019-09-17T14:53:02Z | 2019-09-18T11:59:08Z | https://github.com/lepture/authlib/issues/149 | [] | claudiamaximus | 5 |
InstaPy/InstaPy | automation | 6,540 | window.navigator.webdriver response: None | Hi,
I'm getting blocked. Unfortunately, I noticed the following line in the log now.
`INFO [2022-03-07 21:50:25] [XXXx] - window.navigator.webdriver response: None`
Doesn't the line have to be set to true? That will probably be the reason why I am always blocked, right?
What could be the reason that the li... | open | 2022-03-07T21:01:59Z | 2022-03-12T19:44:50Z | https://github.com/InstaPy/InstaPy/issues/6540 | [] | Wolkex3 | 2 |
iperov/DeepFaceLab | deep-learning | 813 | [Feature]: Training - Progress Status (Iter) | When training (xseg and model) current progress is displayed in the text console, and also the current _Iter_ in the preview window.
Can you also include the current _Iter_ in the text console. And also update the text console's progress on every _Iter_, and AND possibly every second also. More then half of the te... | open | 2020-07-05T18:11:07Z | 2020-07-05T18:11:07Z | https://github.com/iperov/DeepFaceLab/issues/813 | [] | HotDenim | 0 |
mckinsey/vizro | pydantic | 431 | typo in explore-components/#22-add-further-components | ### Question

I guess this needs to be fixed into 'create creative' or delete one create.
For the issue I was assigned was about checking link's adaptability, I wasn't sure if I were to change this and make an pull re... | closed | 2024-04-21T22:14:10Z | 2024-04-22T09:09:24Z | https://github.com/mckinsey/vizro/issues/431 | [
"General Question :question:"
] | kaestro | 1 |
postmanlabs/httpbin | api | 198 | Do a deploy to httpbin.org? | To pick up new stuff
```
$ http http://httpbin.org/encoding/utf8
HTTP/1.1 404 NOT FOUND
Access-Control-Allow-Credentials: true
Access-Control-Allow-Origin: *
Connection: keep-alive
Content-Length: 233
Content-Type: text/html
Date: Tue, 23 Dec 2014 23:31:06 GMT
Server: gunicorn/18.0
Via: 1.1 vegur
<!DOCTYPE HTML PUBLI... | closed | 2014-12-23T23:31:22Z | 2018-04-26T17:51:05Z | https://github.com/postmanlabs/httpbin/issues/198 | [] | msabramo | 3 |
JaidedAI/EasyOCR | deep-learning | 1,079 | failed to recognize decimal point | I find the model only recognize the digital number, but ignore the decimal point. Can anyone help, please? | open | 2023-07-10T11:09:23Z | 2023-07-10T11:09:23Z | https://github.com/JaidedAI/EasyOCR/issues/1079 | [] | HGGshiwo | 0 |
cvat-ai/cvat | pytorch | 9,247 | Unsuccessful restoration of a TASK from the backup | ### Actions before raising this issue
- [x] I searched the existing issues and did not find anything similar.
- [x] I read/searched [the docs](https://docs.cvat.ai/docs/)
### Steps to Reproduce
After every unsuccessful restoration of a TASK from the backup, raw images are created in the docker cvat_server/~/data/dat... | open | 2025-03-24T10:27:40Z | 2025-03-24T10:27:40Z | https://github.com/cvat-ai/cvat/issues/9247 | [
"bug"
] | AnSMru | 0 |
ckan/ckan | api | 7,736 | Package Search breaks when '+state' is in fq_list | ## CKAN version
2.9.x, at least
## Describe the bug
This call:
`get_action('package_search')(None, {'fq_list':['+state:((anything other than active))']})`
results in a solr query like:
`...&fq=state:((anything other than active))&fq=%2Bsite_id:"default"&fq=%2Bstate:active&...`
due to https://github.com/c... | closed | 2023-08-03T11:10:57Z | 2023-11-24T11:23:14Z | https://github.com/ckan/ckan/issues/7736 | [
"Good for Contribution"
] | EricSoroos | 0 |
Asabeneh/30-Days-Of-Python | numpy | 648 | A small issue in 11_Day_Functions/11_functions.md | Hi.
In 11_functions.md, under the Function with Parameters(heading) - Single Parameter Example, instead of returning the "total" in the "sum_of_numbers(n)" function, it prints the "total" and returns None.
May I fix this? @Asabeneh | open | 2025-02-19T17:18:53Z | 2025-02-19T17:18:53Z | https://github.com/Asabeneh/30-Days-Of-Python/issues/648 | [] | rohitmhnty | 0 |
sinaptik-ai/pandas-ai | data-visualization | 1,179 | Pandasai Multiple Dataframe: sqlalchemy.exc.DatabaseError: (databricks.sql.exc.ServerOperationError) [UNRESOLVED_COLUMN.WITH_SUGGESTION] | ### System Info
Pandasai version: 2.0.42
Python version: 3.10.12
### 🐛 Describe the bug
I tried to pass in 2 tables into pandasai Agent and join a column which has different column name in 2 tables.
```
agent = Agent([table_userinfo, table_ticketinfo], config={"llm": llm})
answer = agent.chat(prompt)
```... | closed | 2024-05-28T16:11:45Z | 2024-10-12T04:23:04Z | https://github.com/sinaptik-ai/pandas-ai/issues/1179 | [
"bug"
] | ssling0817 | 2 |
microsoft/unilm | nlp | 801 | LayoutLMv3 | Domain adaptation on the base model | I'm using the base model from LayoutLMv3 and trying to adapt it to my own local data. This data is unlabeled, so I'm trying to continue the training of the base model on my own data.
I'm having trouble adapting on how to mask the data and which collator to give to the [Trainer](https://huggingface.co/docs/transformers... | closed | 2022-07-25T08:01:40Z | 2022-08-25T06:34:09Z | https://github.com/microsoft/unilm/issues/801 | [] | louisdeneve | 1 |
scikit-multilearn/scikit-multilearn | scikit-learn | 16 | Quade test | closed | 2015-03-03T23:29:23Z | 2016-02-01T15:11:41Z | https://github.com/scikit-multilearn/scikit-multilearn/issues/16 | [
"statistics"
] | niedakh | 0 | |
awtkns/fastapi-crudrouter | fastapi | 105 | Failing schemathesis validation | After #104, using the schemathesis tests are still failing when validating the generated openapi spec. The goal of this issue would be to resolve these failing tests (as detailed in #102).
---
>@awtkns I looked at this a little more, and I think my implementation here might be a little bit off. If you're planning... | open | 2021-09-20T15:53:38Z | 2021-09-20T15:58:19Z | https://github.com/awtkns/fastapi-crudrouter/issues/105 | [
"enhancement"
] | awtkns | 0 |
miguelgrinberg/Flask-SocketIO | flask | 1,273 | use of app.run vs. socketio.run | Hi,
I wonder about the usage of `app.run` vs. `socketio.run`. I have in my code '__main__':
```
port = 8081
app = create_app(port)
socketio = app.extensions['socketio']
socketio.run(app, port=port,host='0.0.0.0',debug=True)
# app.run(host='0.0.0.0', port=port, debug=True, threaded=True)
```
... | closed | 2020-05-06T12:21:23Z | 2021-04-06T13:18:00Z | https://github.com/miguelgrinberg/Flask-SocketIO/issues/1273 | [
"question"
] | mhechthz | 17 |
miguelgrinberg/microblog | flask | 5 | AttributeError: class momentjs has no attribute '__call__' | From the same build circumstances as mentioned in closed issue #1
In trying to build and use this GitHub repository on its own, without reference to the foundation tutorial, I encounter the exception:
127.0.0.1 - - [30/Jun/2013 08:32:37] "GET /user/martinhbramwell HTTP/1.1" 500 -
Traceback (most recent call last):
... | closed | 2013-06-30T12:43:14Z | 2013-07-06T17:34:30Z | https://github.com/miguelgrinberg/microblog/issues/5 | [] | martinhbramwell | 1 |
absent1706/sqlalchemy-mixins | sqlalchemy | 11 | Limit and Offset | Is there a way to do limits and offsets in sql query mixins ? | closed | 2018-03-29T16:34:51Z | 2018-03-30T08:12:38Z | https://github.com/absent1706/sqlalchemy-mixins/issues/11 | [] | williamkibira | 2 |
huggingface/transformers | deep-learning | 36,025 | HIGGS Quantization not working properly | ### System Info
**Environment**
```
- `transformers` version: 4.48.2
- Platform: Linux-5.4.210-39.1.pagevecsize-x86_64-with-glibc2.27
- Python version: 3.11.10
- Huggingface_hub version: 0.26.2
- Safetensors version: 0.4.5
- Accelerate version: 1.1.1
- Accelerate config: not found
- PyTorch version (GPU?): 2.4.0+cu... | closed | 2025-02-04T08:55:00Z | 2025-02-19T05:35:52Z | https://github.com/huggingface/transformers/issues/36025 | [
"bug"
] | Godofnothing | 3 |
dpgaspar/Flask-AppBuilder | flask | 1,648 | ERROR:flask_appbuilder.security.sqla.manager:DB Creation and initialization failed | A problem has been encountered,when move FAB to another server:
/root/anaconda3/lib/python3.8/site-packages/Flask_SQLAlchemy-2.5.1-py3.8.egg/flask_sqlalchemy/__init__.py:872: FSADeprecationWarning: SQLALCHEMY_TRACK_MODIFICATIONS adds significant overhead and will be disabled by default in the future. Set it to True... | closed | 2021-06-01T08:55:01Z | 2021-06-15T14:59:32Z | https://github.com/dpgaspar/Flask-AppBuilder/issues/1648 | [] | HHself | 3 |
healthchecks/healthchecks | django | 400 | Problem Running ./manage.py settelegramwebhook | Greetings,
I was attempting to run `./manage.py settelegramwebhook` the other day but got the following result returned:
```
Running manage.py ...
/healthchecks/hc/settings.py:226: UserWarning: local_settings.py not found, using defaults
warnings.warn("local_settings.py not found, using defaults")
Fail: status=404,... | closed | 2020-07-11T14:56:06Z | 2022-05-21T10:51:04Z | https://github.com/healthchecks/healthchecks/issues/400 | [] | jimmybrancaccio | 6 |
CorentinJ/Real-Time-Voice-Cloning | tensorflow | 1,281 | What to do , i dont get it . Help! | (harry) C:\Users\Cookie\Desktop\iam>
(harry) C:\Users\Cookie\Desktop\iam>python demo_toolbox.py
C:\Users\Cookie\Desktop\iam\encoder\audio.py:13: UserWarning: Unable to import 'webrtcvad'. This package enables noise removal and is recommended.
warn("Unable to import 'webrtcvad'. This package enables noise removal a... | open | 2024-01-06T17:46:38Z | 2024-03-12T09:49:07Z | https://github.com/CorentinJ/Real-Time-Voice-Cloning/issues/1281 | [] | iWEDX | 1 |
cvat-ai/cvat | computer-vision | 8,324 | Export Error to CVAT 1.1 | I have annotated masks, bounding boxes and keypoints.
have 4 tasks out 4, 2 tasks are ~20 images and i have successfully exported to cvat 1.1 format.
other tasks have more than 60 images and it is giving me `IndexError: list index out of range` error when exporting to cvat 1.1 format.
but the same export is working ... | closed | 2024-08-20T17:47:55Z | 2024-08-29T14:17:31Z | https://github.com/cvat-ai/cvat/issues/8324 | [
"need info"
] | shekarneo | 2 |
huggingface/datasets | computer-vision | 6,869 | Download is broken for dict of dicts: FileNotFoundError | It seems there is a bug when downloading a dict of dicts of URLs introduced by:
- #6794
## Steps to reproduce the bug:
```python
from datasets import DownloadManager
dl_manager = DownloadManager()
paths = dl_manager.download({"train": {"frr": "hf://datasets/wikimedia/wikipedia/20231101.frr/train-00000-of-0000... | closed | 2024-05-06T05:13:36Z | 2024-05-06T09:25:53Z | https://github.com/huggingface/datasets/issues/6869 | [
"bug"
] | albertvillanova | 0 |
strawberry-graphql/strawberry | django | 3,349 | When i use run with python3, ImportError occured | <!-- 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. -->
ImportError : cannot import name 'GraphQLError' from... | closed | 2024-01-19T02:17:47Z | 2025-03-20T15:56:34Z | https://github.com/strawberry-graphql/strawberry/issues/3349 | [] | evan-hwang | 6 |
roboflow/supervision | machine-learning | 1,320 | YOLOv8 + ByteTrack integration issues | ### Search before asking
- [X] I have searched the Supervision [issues](https://github.com/roboflow/supervision/issues) and found no similar feature requests.
### Question
Hello! I'm currently building a program to detect deep sea creatures in submarine video. I am using YOLOv8 to make detections and ByteTrack to a... | open | 2024-07-01T20:47:56Z | 2024-09-26T01:19:58Z | https://github.com/roboflow/supervision/issues/1320 | [
"question"
] | ddrisco11 | 6 |
ray-project/ray | machine-learning | 50,835 | Please delete | closed | 2025-02-22T20:20:04Z | 2025-02-22T21:42:55Z | https://github.com/ray-project/ray/issues/50835 | [
"bug",
"triage"
] | vladjohnson | 0 | |
deepset-ai/haystack | pytorch | 8,175 | clean up docstrings: AzureOpenAIDocumentEmbedder & AzureOpenAITextEmbedder | closed | 2024-08-08T13:49:46Z | 2024-08-13T12:17:48Z | https://github.com/deepset-ai/haystack/issues/8175 | [
"type:documentation"
] | dfokina | 0 | |
JaidedAI/EasyOCR | machine-learning | 483 | Suggestion: Enable discussions on this repo | A lot of people open issues to ask questions so I think it's a good idea to activate the discussions it will refocus the issues on their real uses.
It will also be necessary to move all "issues" to the discussions. | closed | 2021-07-05T16:55:00Z | 2021-10-06T09:14:47Z | https://github.com/JaidedAI/EasyOCR/issues/483 | [] | A2va | 1 |
plotly/plotly.py | plotly | 4,649 | `plotly.graph_objects.Scatter` property `fillgradient` does not plot gradients with v5.22.0 in python | ## Description
I am trying to use the `fillgradient` in a scatter plot with `plotly`.
[I copied the documentation code for its use](https://plotly.com/python/filled-area-plots/#gradient-fill), but on code execution, the gradient does not appear.
### Operating system & Environment
- OS: macOS Sonoma `14.5`
- la... | open | 2024-06-28T17:22:26Z | 2024-09-13T22:56:54Z | https://github.com/plotly/plotly.py/issues/4649 | [
"bug",
"P3"
] | JulienRim | 3 |
kizniche/Mycodo | automation | 865 | Trigger: timer does not work with PWM-output | Linux RPi4 5.4.51-v7l+
Mycodo Version: 8.8.6
Python Version: 3.7.3 (default, Jul 25 2020, 13:03:44) [GCC 8.3.0]
Database Version: 0e150fb8020b
Daemon RAM Usage: 53.58 MB
Frontend RAM Usage: 54.272 MB
I upgraded mycodo from 8.5.8 to 8.8.6. I use the Trigger: timer to switch the LED lighting in the aquarium. Ever... | closed | 2020-10-11T13:26:36Z | 2020-10-29T16:14:52Z | https://github.com/kizniche/Mycodo/issues/865 | [
"bug"
] | grux77 | 4 |
Miserlou/Zappa | flask | 1,717 | Cytoolz module doesn't work with zappa deployment | ## Context
I am trying to deploy flask-app to AWS Lambda with zappa. The app works fine in active environment
and is deployed without errors to AWS Lambda. But the status check doesn't work because of an import error in cytoolz. I checked that itertoolz.pyx is present in the cytoolz folder in the package made by zapp... | open | 2018-11-30T16:28:14Z | 2021-08-08T02:08:02Z | https://github.com/Miserlou/Zappa/issues/1717 | [] | mberledgylabs | 6 |
aminalaee/sqladmin | asyncio | 413 | Editing a model fails with an incorrect id value in the query | ### 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
Tried editing a model and it crashed. I had to wrap the "rows = await self._run_query(stmt)" line in the get_model_objects function in the models.... | closed | 2023-01-18T23:57:51Z | 2023-01-19T18:16:02Z | https://github.com/aminalaee/sqladmin/issues/413 | [] | L1st3r | 4 |
pennersr/django-allauth | django | 3,678 | AttributeError: 'UserSignUpForm' object has no attribute 'try_save' | version:0.61.1
```
venv\lib\site-packages\allauth\account\views.py", line 269, in form_valid
self.user, resp = form.try_save(self.request)
AttributeError: 'UserSignUpForm' object has no attribute 'try_save'
[ERROR] 2024-03-10 23:19:06 - "POST /accounts/signup/ HTTP/1.1" 500 145
[E][django.server][basehttp.p... | closed | 2024-03-10T15:24:58Z | 2024-03-10T19:48:59Z | https://github.com/pennersr/django-allauth/issues/3678 | [] | ohyeah521 | 1 |
arogozhnikov/einops | numpy | 4 | Release branches or tags? | Need to decide a policy on keeping reference for previous releases. | closed | 2018-10-31T18:06:04Z | 2018-11-01T01:01:25Z | https://github.com/arogozhnikov/einops/issues/4 | [] | arogozhnikov | 1 |
ludwig-ai/ludwig | computer-vision | 3,758 | ValueError: Please specify 'target_modules' in 'peft_config' | **Describe the bug**
When I try to finetune Mistral, I get this error: `ValueError: Please specify 'target_modules' in 'peft_config'`
**To Reproduce**
```python
import csv
import pandas as pd
from ludwig.api import LudwigModel
from utilz import cwd
train_data_path = '/opt/topics/data/pairs.tsv'
df = pd.r... | closed | 2023-10-27T23:39:26Z | 2023-10-31T01:20:31Z | https://github.com/ludwig-ai/ludwig/issues/3758 | [] | mhillebrand | 2 |
apachecn/ailearning | scikit-learn | 410 | 真相(group-true):真正存在的潜在规律 是否存在拼写错误 | https://github.com/apachecn/MachineLearning/blob/master/docs/1.%E6%9C%BA%E5%99%A8%E5%AD%A6%E4%B9%A0%E5%9F%BA%E7%A1%80.md中的有一行
真相(group-true):真正存在的潜在规律 | closed | 2018-07-31T05:15:14Z | 2018-07-31T05:54:36Z | https://github.com/apachecn/ailearning/issues/410 | [] | xealml | 1 |
pydantic/pydantic-settings | pydantic | 488 | CliApp doesn't work with Unions in nested modules | Hi,
I love what the library is trying to do. My vision is to have several Configs and being able to switch between them by name. This is what I came up with. It works on the root level! Unfortunately, this fails when it's nested in a submodel.
Reproducible with `pydantic==2.10.2` and `pydantic-settings==2.6.1`
Thi... | closed | 2024-11-28T23:17:53Z | 2024-12-02T08:33:39Z | https://github.com/pydantic/pydantic-settings/issues/488 | [
"unconfirmed"
] | ljendele | 5 |
alirezamika/autoscraper | web-scraping | 52 | how to use this behind a proxy | this is a great project but when i open a proxy, nothing worked. help please. | closed | 2021-02-25T00:47:58Z | 2021-12-01T08:22:26Z | https://github.com/alirezamika/autoscraper/issues/52 | [] | mikelty | 4 |
newpanjing/simpleui | django | 99 | 主页右侧显示优化 | **你希望增加什么功能?**
1.首页右侧如下显示:
simpleui 主页,报告问题
version 2.1.4.619 gitee/github链接
请问这部分内容能通过setting,屏蔽掉吗,如无法屏蔽,能否将这个区域缩小点,放在页面下方也好,谢谢!
**留下你的联系方式,以便与你取得联系**
邮箱:23420650@qq.com
| closed | 2019-06-24T01:39:43Z | 2019-06-24T04:15:57Z | https://github.com/newpanjing/simpleui/issues/99 | [
"enhancement"
] | cqrichard2018 | 1 |
davidsandberg/facenet | computer-vision | 841 | Instructions How to move further with facenet | Dears,
if somebody has instructions , my target is to recognize a face using tensor flow but I didn't find a full instructions which scripts to use to do the following :
1- crop faces
2- Train images .
3- face recognition.
if examples or sample commands that would be appreciated!
I have Ubuntu Linux with ... | open | 2018-08-07T12:20:21Z | 2018-08-09T09:26:55Z | https://github.com/davidsandberg/facenet/issues/841 | [] | atiato | 1 |
sktime/sktime | scikit-learn | 7,906 | [BUG] Race Conditions in `sktime.utils._SuppressWarningPattern` with joblib backend `threading` | **Describe the bug**
Sometimes, we observe sporadic bugs related to infinite recursions see [1]. See images below. In these images pay attention to the test params involved here especially to `backend9`, which is the `threading` backend of joblib (see method `_get_parallel_test_fixtures`). This backend is using multit... | open | 2025-02-27T21:22:31Z | 2025-03-02T14:03:41Z | https://github.com/sktime/sktime/issues/7906 | [
"bug",
"module:base-framework"
] | benHeid | 2 |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.