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 |
|---|---|---|---|---|---|---|---|---|---|---|---|
pydata/pandas-datareader | pandas | 160 | Drop support for Python 2.6 and 3.3 (to match pandas 0.18.0) | As a point for discussion, we should consider dropping support for Python 2.6 and 3.3 to match the recent changes in pandas for 0.18.0. Among other things, it looks like it may impact our `pandas.compat` imports. If we decide to follow, we may also want to look at the associated pandas versions that we test against on ... | closed | 2016-01-25T02:30:06Z | 2016-09-08T05:40:54Z | https://github.com/pydata/pandas-datareader/issues/160 | [] | jtkiley | 12 |
xlwings/xlwings | automation | 2,559 | Regarding unusual file open errors | #### OS (e.g. Windows 10 or macOS Sierra)
Windows11
#### Versions of xlwings, Excel and Python (e.g. 0.11.8, Office 365, Python 3.7)
xlwings 0.33.4 Python 3.13.1 Office2019
#### Describe your issue (incl. Traceback!)
Hi.
I am currently experiencing a rather strange phenomenon.
Whenever I try to open an Excel f... | open | 2024-12-13T01:05:52Z | 2025-03-14T08:16:12Z | https://github.com/xlwings/xlwings/issues/2559 | [] | Seal-byte | 6 |
coqui-ai/TTS | deep-learning | 3,707 | Realtime voice conversion support | <!-- Welcome to the 🐸TTS project!
We are excited to see your interest, and appreciate your support! --->
**🚀 Feature Description**
Realtime voice conversion to build accent translation
<!--A clear and concise description of what the problem is. Ex. I'm always frustrated when [...] -->
Want streaming support in ... | closed | 2024-04-27T06:02:31Z | 2024-06-26T16:49:08Z | https://github.com/coqui-ai/TTS/issues/3707 | [
"wontfix",
"feature request"
] | karthik19967829 | 1 |
quantmind/pulsar | asyncio | 94 | Fix http.tunnel.test_digest_authentication | Sometimes it fails for python 2.7
| closed | 2014-03-06T15:59:17Z | 2015-05-19T20:11:47Z | https://github.com/quantmind/pulsar/issues/94 | [
"http",
"bug",
"test"
] | lsbardel | 0 |
Lightning-AI/LitServe | fastapi | 362 | Support additional content types in post requests | <!--
⚠️ BEFORE SUBMITTING, READ:
We're excited for your request! However, here are things we are not interested in:
- Decorators.
- Doing the same thing in multiple ways.
- Adding more layers of abstraction... tree-depth should be 1 at most.
- Features that over-engineer or complicate the code internals... | open | 2024-11-19T03:31:35Z | 2025-02-10T15:29:04Z | https://github.com/Lightning-AI/LitServe/issues/362 | [
"enhancement"
] | ktrapeznikov | 3 |
kornia/kornia | computer-vision | 2,302 | Error: shape does not match - Augmentations with `VideoSequential` container (works before `v0.6.9`) | ### Crash when batch size mismatch
After upgrading from version 0.6.9 to 0.6.10 (and also confirmed in 0.6.11) I am facing the following crash due to some strange shape inconsistency. To my eyes it looks correct, and in fact it used to work. Can you help me on this?
Basically, inside my Pytorch Lightning script I... | closed | 2023-03-29T19:54:18Z | 2023-08-06T10:58:22Z | https://github.com/kornia/kornia/issues/2302 | [
"help wanted",
"module: augmentations"
] | elmuz | 4 |
bmoscon/cryptofeed | asyncio | 908 | BITDOTCOM missing BTC-USDT-PERP | **Is your feature request related to a problem? Please describe.**
no
**Describe the solution you'd like**
add endpoints described in page https://www.bit.com/docs/en-us/linear_futures.html
**Describe alternatives you've considered**
none
**Additional context**
Try this demo, the commented line will not ... | open | 2022-09-22T16:42:11Z | 2022-09-22T16:45:55Z | https://github.com/bmoscon/cryptofeed/issues/908 | [
"Feature Request"
] | weaming | 1 |
deepinsight/insightface | pytorch | 2,604 | 为什么年龄检测偏差这么大? |

2024-07-01 16:49:42,481 - HJH_FaceAnalysis - INFO - InsightFace get_age: [33, 52]
按脸部从大到小重新排列了顺序

2024-... | open | 2024-07-01T08:56:20Z | 2024-08-14T16:35:43Z | https://github.com/deepinsight/insightface/issues/2604 | [] | petercham | 1 |
pytorch/vision | machine-learning | 8,123 | `VisionDataset` abstract class forces to set 'root' parameter, even if it is unused | ### 🐛 Describe the bug
`TypeError: __init__() missing 1 required positional argument: 'root'`
when initializing VisionDataset without `root` param.
```python
from torchvision.transforms import ToTensor
from torchvision.datasets import VisionDataset
class ExtendedVisionDataset(VisionDataset):
def __ini... | closed | 2023-11-20T09:08:40Z | 2023-11-20T14:54:12Z | https://github.com/pytorch/vision/issues/8123 | [
"module: datasets"
] | zshn25 | 2 |
chatanywhere/GPT_API_free | api | 74 | api key has been suspended是被封号了吗 | closed | 2023-08-03T11:28:31Z | 2023-08-28T15:08:56Z | https://github.com/chatanywhere/GPT_API_free/issues/74 | [] | lianlianlianlianlianlian | 6 | |
huggingface/pytorch-image-models | pytorch | 998 | Will there be a problem if C is not an integer multiple of num_heads in Vit? | **Describe the bug**
Hi, guys,
I learning about Vit with the code here -- [pytorch-image-models/timm/models/vision_transformer.py](https://github.com/rwightman/pytorch-image-models/blob/master/timm/models/vision_transformer.py).
I saw the code as,
https://github.com/rwightman/pytorch-image-models/blob/f7d210d759beb... | closed | 2021-11-26T06:30:28Z | 2022-03-21T06:16:25Z | https://github.com/huggingface/pytorch-image-models/issues/998 | [
"bug"
] | songyuc | 2 |
django-oscar/django-oscar | django | 3,970 | Adding Image option for products | For some products I need to get user entered images( for instance I want to get user image for applying on T-Shirts)
I tried adding Options in basket/forms.py and catalogue> Abstract options but it didn't work
Can you please give a solution? | closed | 2022-08-31T11:32:28Z | 2023-06-23T14:18:11Z | https://github.com/django-oscar/django-oscar/issues/3970 | [] | HoseinPorazar | 1 |
browser-use/browser-use | python | 705 | Dropdown Element Not Detected as Interactive | ### Bug Description
The `isInteractiveElement` function in `buildDomTree.js` fails to recognize a dropdown element as interactive. The function checks interactivity based on attributes such as role, tabindex, and event listeners, but in this case, the interactive part of the dropdown is a child element, while the oute... | open | 2025-02-13T08:00:03Z | 2025-02-24T10:22:58Z | https://github.com/browser-use/browser-use/issues/705 | [
"bug"
] | wtberry | 7 |
pydantic/FastUI | pydantic | 364 | Add or Migrate to FrankenUI | [Franken UI](https://franken-ui.dev) is an HTML-first, open-source library of UI components based on the very popular [shadcn-ui](https://ui.shadcn.com).
I think this could easily replace the default bootstrap ui or work as additional template.
Building on top of that would probaply increase the popularity of FastU... | open | 2024-11-01T08:02:18Z | 2024-11-01T08:02:18Z | https://github.com/pydantic/FastUI/issues/364 | [] | shroominic | 0 |
remsky/Kokoro-FastAPI | fastapi | 180 | Mandarin and Japanese texts produce "Japanese letter" or "Chinese letter" sound as output continuously | **Describe the bug**
When I try to generate TTS output for Japanese or Mandarin language, I only get a voice output saying "Japanese letter" or "Mandarin letter" throughout the sound sample.
Sample text used:
Japanese: こんにちは、私はAIアシスタントです。(tried `a` and `j` voices)
Mandarin: 我是来自阿里云的语音合成模型,我叫通义千问。(tried `a` and `z` vo... | closed | 2025-02-17T03:38:00Z | 2025-02-19T13:19:47Z | https://github.com/remsky/Kokoro-FastAPI/issues/180 | [] | FuadAbdullah | 3 |
chatanywhere/GPT_API_free | api | 301 | Zotero gpt 无法访问或者解释zotero提供的JSON数据 | 问题如下图所示,请问是哪里出了问题?
<img width="304" alt="微信图片_20241006135308" src="https://github.com/user-attachments/assets/96729605-2081-4788-8467-b28e54818ead">
| closed | 2024-10-06T04:54:11Z | 2024-10-06T04:56:02Z | https://github.com/chatanywhere/GPT_API_free/issues/301 | [] | luckytanghaha | 0 |
python-visualization/folium | data-visualization | 2,047 | Popup sticky stays True in version>=0.19.0 | Not much to say here, 0.18.0 and 0.17.0 working just fine (for me)
Same thing happens when I jump in between versions in [official user guide](https://python-visualization.github.io/folium/dev/user_guide/ui_elements/popups.html)
Opened HTML in browser [tested in both chrome and firefox on two computers]
Starti... | closed | 2024-12-12T17:33:22Z | 2024-12-13T14:48:42Z | https://github.com/python-visualization/folium/issues/2047 | [
"bug"
] | Itaxhix | 1 |
aws/aws-sdk-pandas | pandas | 2,664 | Limit MaxResults for athena.list_query_executions | **Is your feature request related to a problem? Please describe.**
There is currently no way to limit how many items get returned from `athena.list_query_executions`. This is problematic if the workgroup has a large number of queries (in my case the loop would run for hours). The loop will keep going until it stops ge... | closed | 2024-02-09T17:49:35Z | 2024-02-12T19:58:28Z | https://github.com/aws/aws-sdk-pandas/issues/2664 | [
"feature"
] | rodonn | 0 |
iperov/DeepFaceLab | deep-learning | 893 | Please add 3 pass in face detection | Please add 3 pass in face detection just like in DFL 1.0 cause too many false face detections | open | 2020-09-15T01:23:11Z | 2023-06-08T21:16:31Z | https://github.com/iperov/DeepFaceLab/issues/893 | [] | justinjohn0306 | 1 |
marcomusy/vedo | numpy | 608 | addSlider2D for 2 renderer | Hi marcomusy,
I'm trying to render 2 plots with 1 slider. I found it is hard to realize that updating two or more `plt.show()` or `plt.pop.add()` within one `plt.addSlider2D` at the same time.
I want to slice a mesh object with a plane and show the cross section (in 2D, eg. in x-y-panel) simultaneously.
It s... | closed | 2022-03-03T01:19:23Z | 2022-03-07T21:54:10Z | https://github.com/marcomusy/vedo/issues/608 | [] | Kevoyuan | 7 |
CorentinJ/Real-Time-Voice-Cloning | pytorch | 501 | Trim silences during synthesizer preprocess | Synthesizer preprocess generally does not trim silences from wav files in the dataset. (An exception is is the dataset has alignments, such as LibriSpeech. Those alignment files contain data that is used to trim leading and trailing silence from an utterance.)
We should apply voice activation detection (webrtcvad) t... | closed | 2020-08-21T21:32:03Z | 2020-10-12T08:17:01Z | https://github.com/CorentinJ/Real-Time-Voice-Cloning/issues/501 | [] | ghost | 5 |
explosion/spaCy | nlp | 12,143 | Not able to install Spacy v3 with GPU support on Windows | <!-- NOTE: For questions or install related issues, please open a Discussion instead. -->
## How to reproduce the behaviour
Hello,
When I try to install Spacy with support for training and cuda on Windows, pip cannot find any Spacy v3 package that support cuda-autodetect. I attach the output below
```
mble@nep... | closed | 2023-01-22T22:25:16Z | 2023-01-23T08:34:38Z | https://github.com/explosion/spaCy/issues/12143 | [
"install",
"windows",
"feat / transformer"
] | mbledkowski | 2 |
scikit-learn/scikit-learn | data-science | 30,525 | OPTICS.fit leaks memory when called under VS Code's built-in debugger | ### Describe the bug
Running clustering algorithm with n_jobs parameter set to more than 1 thread causes memory leak each time algorithm is run.
This simple code causes additional memory leak at each loop cycle. The issue will not occur if i replace manifold reduction algorithm with precomputed features.
### Ste... | open | 2024-12-21T15:50:53Z | 2024-12-31T14:12:54Z | https://github.com/scikit-learn/scikit-learn/issues/30525 | [
"Bug",
"Performance",
"Needs Investigation"
] | Probelp | 18 |
tensorly/tensorly | numpy | 208 | Random tensors are not reproducible with global seed set | Currently setting numpy.seed, torch.manual_seed, etc., is not sufficient for reproducible results when a seed is not explicitly set for the random tensor functions.
Inspired by scipy and scikit-learn`check_random_state` function,
https://github.com/scikit-learn/scikit-learn/blob/0fb307bf3/sklearn/utils/validation.p... | closed | 2020-12-21T13:55:36Z | 2020-12-22T14:14:16Z | https://github.com/tensorly/tensorly/issues/208 | [] | merajhashemi | 0 |
pyg-team/pytorch_geometric | deep-learning | 9,763 | torch_geometric.nn.nearest argument order flipped | ### 🐛 Describe the bug
The variable order in ```nearest``` is flipped.
The documentation stated "Finds for each element in `y` the `k` nearest point in `x`", which means the output dimension should be the same as `x`. However, when I used the following code to test this function, the output dimension is the same ... | open | 2024-11-04T21:30:11Z | 2024-11-09T13:13:12Z | https://github.com/pyg-team/pytorch_geometric/issues/9763 | [
"bug"
] | gegewen | 1 |
Layout-Parser/layout-parser | computer-vision | 133 | Better ways for testing visualizations? | Even something like pixel diff should be helpful, given the bug reported in #131 .. | open | 2022-04-05T20:48:13Z | 2022-04-05T20:48:13Z | https://github.com/Layout-Parser/layout-parser/issues/133 | [] | lolipopshock | 0 |
tflearn/tflearn | data-science | 698 | 'module' object has no attribute '_base' | I am using tensorflo1.0 and today I install tflearn0.3 by pip.
However when I wanted to use tflearn ,I got the following error message.Is there anyone can help me to fix this problem?Thank you for your help.
>>> import tflearn
Traceback (most recent call last):
File "<stdin>", line 1, in <module>
File "tflea... | open | 2017-04-05T09:50:45Z | 2017-11-07T07:34:58Z | https://github.com/tflearn/tflearn/issues/698 | [] | weiryu | 2 |
OthersideAI/self-operating-computer | automation | 167 | [BUG] Unable to activate the virtual environment | Although the installation process completed without any errors, I encountered an issue when attempting to launch run.sh. The error message I received states:
install_log.txt
"Unable to activate the virtual environment."
Could you please advise if there are any additional dependencies or configurations required f... | open | 2024-02-19T10:34:43Z | 2024-02-19T10:36:16Z | https://github.com/OthersideAI/self-operating-computer/issues/167 | [
"bug"
] | Baptiste8 | 0 |
lepture/authlib | flask | 318 | Bearer token validator in SQLAlchemy integration does not check if token is revoked or expired | **Describe the bug**
`create_bearer_token_validator` in `sqla_oauth2.functions` module returns a validator that doesn't check if a token is revoked or expired.
**To Reproduce**
A minimal example to reproduce the behavior:
* run Authlib's Example of OpenID Connect 1.0 Provider,
* add example client,
* authen... | closed | 2021-02-16T15:37:17Z | 2021-02-24T06:50:31Z | https://github.com/lepture/authlib/issues/318 | [
"bug",
"wontfix"
] | m-aciek | 1 |
allenai/allennlp | nlp | 5,409 | Add support for Spacy transformer models (GPU) | Spacy 3 introduced new transformer-based models that can be run on GPU. I think it's a good idea to add support for these types of language models in AllenNLP, since now it doesn't work out-of-the-box.
My suggestion is to add an option to specify whether to load the model on CPU or GPU, and also use it accordingly.... | open | 2021-09-14T13:38:53Z | 2021-10-07T00:07:24Z | https://github.com/allenai/allennlp/issues/5409 | [
"Contributions welcome",
"Feature request"
] | martin-kirilov | 2 |
davidsandberg/facenet | computer-vision | 541 | How to determine what an epoch is | I saw in the code the number of batches in an epoch is preset to a fixed value. I am wondering how to determine this value? | closed | 2017-11-17T21:43:15Z | 2018-04-04T14:11:48Z | https://github.com/davidsandberg/facenet/issues/541 | [] | weedwind | 1 |
ijl/orjson | numpy | 110 | Is there a way to install this without installing Rust? | Has anyone some precompiled binaries for god’s sake? I don't want to install a 5 GB sized closed source compiler on my system. | closed | 2020-07-03T03:36:37Z | 2020-07-03T11:21:00Z | https://github.com/ijl/orjson/issues/110 | [] | nilslindemann | 1 |
graphql-python/graphene-django | django | 717 | unresolved reference url | In [Readme.md](https://github.com/graphql-python/graphene-django/blob/master/README.md) As per the installation steps, under **Urls**, while adding the url pattern for graphql as mentioned below
```
urlpatterns = [
# ...
url(r'^graphql$', GraphQLView.as_view(graphiql=True)),
]
```
I got an error sayi... | closed | 2019-07-23T07:17:36Z | 2019-07-25T17:07:38Z | https://github.com/graphql-python/graphene-django/issues/717 | [] | obitodarky | 2 |
ivy-llc/ivy | numpy | 28,164 | Fix Ivy Failing Test: jax - searching.nonzero | open | 2024-02-03T07:25:36Z | 2024-02-03T07:25:36Z | https://github.com/ivy-llc/ivy/issues/28164 | [
"Sub Task"
] | MuhammadNizamani | 0 | |
liangliangyy/DjangoBlog | django | 354 | 无法调用static库 | closed | 2020-02-10T14:02:22Z | 2020-02-10T14:03:48Z | https://github.com/liangliangyy/DjangoBlog/issues/354 | [] | xxsgit | 0 | |
JaidedAI/EasyOCR | machine-learning | 962 | I want to read the bill receipt line by line , is there any way to get the line by line output ? | open | 2023-03-10T04:19:42Z | 2023-03-22T01:02:43Z | https://github.com/JaidedAI/EasyOCR/issues/962 | [] | balaji-skoruz | 1 | |
litl/backoff | asyncio | 97 | Passing the exception instance to the on_backoff and on_giveup handlers | I'd like to log errors during retries but I can't access the exception from the `on_backoff` and `on_giveup` handlers.
Could you please append `e` to the `details` [here](https://github.com/litl/backoff/blob/master/backoff/_sync.py#L101), [here](https://github.com/litl/backoff/blob/master/backoff/_sync.py#L107) and ... | closed | 2020-03-26T15:28:22Z | 2020-03-27T22:25:40Z | https://github.com/litl/backoff/issues/97 | [] | voroninman | 2 |
huggingface/datasets | deep-learning | 6,686 | Question: Is there any way for uploading a large image dataset? | I am uploading an image dataset like this:
```
dataset = load_dataset(
"json",
data_files={"train": "data/custom_dataset/train.json", "validation": "data/custom_dataset/val.json"},
)
dataset = dataset.cast_column("images", Sequence(Image()))
dataset.push_to_hub("StanfordAIMI/custom_dataset", max_shard_si... | open | 2024-02-21T22:07:21Z | 2024-05-02T03:44:59Z | https://github.com/huggingface/datasets/issues/6686 | [] | zhjohnchan | 1 |
RobertCraigie/prisma-client-py | asyncio | 287 | Provide a FastAPI admin panel | ## Problem
<!-- A clear and concise description of what the problem is. Ex. I'm always frustrated when [...] -->
Frameworks like Django provide an admin panel that users can customise to suit their needs and to easily add database records. This is a highly desirable feature.
Prisma already provides the [Prisma... | open | 2022-02-15T19:11:04Z | 2022-03-30T02:05:51Z | https://github.com/RobertCraigie/prisma-client-py/issues/287 | [
"kind/feature",
"level/intermediate",
"priority/medium",
"topic: extension"
] | RobertCraigie | 2 |
dask/dask | pandas | 11,261 | Bug / counterintuitive behaviour in `normalize_chunks` when dict input doesn't cover all axes | <!-- Please include a self-contained copy-pastable example that generates the issue if possible.
Please be concise with code posted. See guidelines below on how to provide a good bug report:
- Craft Minimal Bug Reports http://matthewrocklin.com/blog/work/2018/02/28/minimal-bug-reports
- Minimal Complete Verifiab... | open | 2024-07-29T21:32:31Z | 2024-08-02T20:16:00Z | https://github.com/dask/dask/issues/11261 | [
"needs triage"
] | TomNicholas | 6 |
iperov/DeepFaceLab | machine-learning | 640 | Preview window shows only 2 columns | with the version 27.02.2020 the preview window shows only 2 columns (src)
Tested Res: 400 and 512.
with 256 it works fine :) (shows all 5 columns) | closed | 2020-02-28T03:36:27Z | 2022-05-21T13:21:55Z | https://github.com/iperov/DeepFaceLab/issues/640 | [] | blanuk | 4 |
gradio-app/gradio | deep-learning | 10,084 | tomlkit is out of date | ### Describe the bug
The latest version of tomlkit is 0.13.2. This project currently requires `tomlkit==0.12.0`.
https://github.com/gradio-app/gradio/blob/main/requirements.txt#L24
I can work around it by creating a fork.
### Have you searched existing issues? 🔎
- [X] I have searched and found no exist... | closed | 2024-11-29T23:45:01Z | 2024-12-02T20:02:54Z | https://github.com/gradio-app/gradio/issues/10084 | [
"bug"
] | btakita | 0 |
flavors/django-graphql-jwt | graphql | 235 | Can I use django-graphql-jwt with djoser so that i can use same token for both rest frame work and graphql | open | 2020-10-28T14:31:52Z | 2020-10-28T15:06:19Z | https://github.com/flavors/django-graphql-jwt/issues/235 | [] | keinagae | 1 | |
koxudaxi/datamodel-code-generator | fastapi | 1,419 | AttributeError raised when using --collapse-root-models flag | **Describe the bug**
When using the `--collapse-root-models` flag, this error is raised:
```shell
Traceback (most recent call last):
File ".venv/lib/python3.10/site-packages/datamodel_code_generator/__main__.py", line 767, in main
generate(
File ".venv/lib/python3.10/site-packages/datamodel_code_gener... | closed | 2023-07-10T17:43:49Z | 2023-07-20T15:42:44Z | https://github.com/koxudaxi/datamodel-code-generator/issues/1419 | [] | howardj99 | 2 |
xinntao/Real-ESRGAN | pytorch | 369 | linux 版本的可执行文件,运行出错 | 段错误 (核心已转储),运行的命令是./realesrgan-ncnn-vulkan -i input.jpg -o output.png,弄的linux系统除了cd命令,其他命令都是段错误 (核心已转储),怎么回事?谢谢 | closed | 2022-06-21T07:27:48Z | 2023-03-23T02:45:23Z | https://github.com/xinntao/Real-ESRGAN/issues/369 | [] | DidaDidaDidaD | 5 |
plotly/dash | dash | 2,311 | Deletion of last row containing delete-button which is target of dbc.Tooltip leads to invalid children output | **Describe your context**
```
dash_bootstrap_components==1.2.1
dash==2.7.0
```
**Describe the bug**
I have implemented a simple editor, which enables you to add and delete rows using a pattern-matching-callback. Each row contains a delete-button, which is target of a `dbc.Tooltip`.
:
Using the Docker image, so Debian stretch/sid
Python version:
Using the Docker image, so Python 2.7.12
Source framework with version (like Tensorflow 1.4.1 with GPU):
keras
Destination framework with version (like CNTK 2.3 with GPU):
caffe
Pre-trained model pa... | closed | 2018-12-13T09:50:12Z | 2018-12-13T09:56:41Z | https://github.com/microsoft/MMdnn/issues/524 | [] | coveritytest | 1 |
assafelovic/gpt-researcher | automation | 1,076 | add open-source provider AI/ML API | **Is your feature request related to a problem? Please describe.**
Our users sent requests to integrate AI/ML API with your product, we'd like to deliver.
If you can give us a green light - we'd be happy to investigate the current compatibility, write any code and docs neccessary, and send it to you for approval :)
... | open | 2025-01-13T10:30:51Z | 2025-01-19T06:23:57Z | https://github.com/assafelovic/gpt-researcher/issues/1076 | [] | OctavianTheI | 2 |
sinaptik-ai/pandas-ai | pandas | 712 | Using pandasai with llama2 70B. Error: "Unfortunately, I was not able to answer your question, because of the following error:\n\nCSVFormatter.__init__() got an unexpected keyword argument 'line_terminator'\n" | ### System Info
pandasai version 1.4.1
python version 3.10.6
llm - llama2 70B
environment - sagemaker
### 🐛 Describe the bug
code:
``` python
from pandasai.llm import HuggingFaceTextGen
from pandasai import SmartDataframe
llm = HuggingFaceTextGen(
inference_server_url="ENDPOINT_URL"
)
df = Sma... | closed | 2023-10-31T02:24:14Z | 2024-06-01T00:19:41Z | https://github.com/sinaptik-ai/pandas-ai/issues/712 | [] | aparnakesarkar | 2 |
inducer/pudb | pytest | 507 | Help screen does not show actual key bindings. | As of #472, the help screen will show non-working key bindings, if these key bindings have been customized.
cc @cibinmathew | closed | 2022-02-13T20:02:09Z | 2023-01-01T20:36:59Z | https://github.com/inducer/pudb/issues/507 | [
"Bug"
] | inducer | 3 |
iterative/dvc | data-science | 10,464 | `dvc exp run --queue` should pass environment variables to queued tasks | I like to structure my projects with two source folders of the form
```
src/
scripts/
shared/
```
where scripts contains entrypoints for dvc stages that can be run as `python src/scripts/myscript.py`. Typically, those scripts would import more global properties form `src/shared` as
```python
from shared imp... | closed | 2024-06-19T14:14:42Z | 2024-07-04T14:25:54Z | https://github.com/iterative/dvc/issues/10464 | [
"triage",
"A: experiments"
] | igordertigor | 4 |
JaidedAI/EasyOCR | pytorch | 517 | Training for Urdu fonts | Hello, I am training EasyOCR for Urdu font such as Jameel Noori Nastalique. I have dataset in which each image is a Urdu sentence. E.g a training image is:

And the ground truth for the image is:
بعد نجی ٹی وی ... | closed | 2021-08-12T22:00:26Z | 2021-10-06T09:02:08Z | https://github.com/JaidedAI/EasyOCR/issues/517 | [] | sameearif88 | 1 |
sqlalchemy/alembic | sqlalchemy | 642 | Alembic CLI doesn't work in python 3.6 conda env | None of the cli commands print or do anything in my python environment created with conda. Any tips for troubleshooting this? I can provide further information as needed, but I'm not currently sure where to start.
Here's what a sample console transcript looks like:
```
(snowflakes) C:\Users\groemhildt\projects\ws... | closed | 2020-01-06T12:46:18Z | 2020-01-07T03:48:53Z | https://github.com/sqlalchemy/alembic/issues/642 | [] | green3g | 3 |
LAION-AI/Open-Assistant | machine-learning | 2,868 | I can't try the chat | Sorry, we encountered a server error. We're not sure what went wrong. | closed | 2023-04-23T21:35:56Z | 2023-04-27T09:09:52Z | https://github.com/LAION-AI/Open-Assistant/issues/2868 | [] | ccaceresoln | 5 |
CorentinJ/Real-Time-Voice-Cloning | pytorch | 437 | Single speaker fine-tuning process and results | ### Summary
A relatively easy way to improve the quality of the toolbox output is through fine-tuning of the multispeaker pretrained models on a dataset of a single target speaker. Although it is no longer voice cloning, it is a shortcut for obtaining a single-speaker TTS model with less training data needed relative ... | closed | 2020-07-22T10:08:16Z | 2023-11-03T06:21:51Z | https://github.com/CorentinJ/Real-Time-Voice-Cloning/issues/437 | [] | ghost | 72 |
comfyanonymous/ComfyUI | pytorch | 6,949 | k采样器错误 | ### Expected Behavior
有什么解决办法
### Actual Behavior
backend='inductor' raised:CalledProcessError: Command '['C:\\Program Files (x86)\\Microsoft Visual Studio\\2022\\BuildTools\\VC\\Tools\\MSVC\\14.40.33807\\bin\\Hostx64\\x64\\cl.EXE', 'C:\\Users\\ADMINI~1\\AppData\\Local\\Temp\\tmpecdh4tp7\\main.c', '/nologo', '/O2', ... | closed | 2025-02-24T08:59:37Z | 2025-03-07T08:50:14Z | https://github.com/comfyanonymous/ComfyUI/issues/6949 | [
"duplicate",
"Potential Bug"
] | lgs521 | 2 |
deepset-ai/haystack | nlp | 8,337 | Update meta images for docs | In Readme this can only be done for each page individually. We can update the image when we migrate to the new tool. | closed | 2024-09-06T08:16:02Z | 2025-03-19T10:46:18Z | https://github.com/deepset-ai/haystack/issues/8337 | [
"type:documentation"
] | dfokina | 2 |
google-deepmind/sonnet | tensorflow | 46 | Run Sonnet on Google Cloud ML | Hi.
More than an issue, my question is if there is some easy way to run sonnet on Google Cloud Machine Learning, i have a code i would like to test on the cloud but is written using Sonnet and i get an import error trying to run it.
Maybe using the setup.py but i'm new building packages and nothing comes to my mi... | closed | 2017-06-24T16:59:35Z | 2017-10-28T16:22:38Z | https://github.com/google-deepmind/sonnet/issues/46 | [] | afhuertass | 5 |
aio-libs-abandoned/aioredis-py | asyncio | 742 | Failing to discover sentinel instances results "Task was destroyed but it is pending!" | Currently calling `aioredis.create_sentinel()` makes a call to `create_sentinel_pool()`,
now `create_sentinel_pool()` create a sentinel pool using SentinelPool and then call its `discover()` method.
What we need to consider is that SentinelPool class starts a coroutine in its constructor called echo_events.
At ... | closed | 2020-05-10T01:04:06Z | 2021-03-19T00:01:15Z | https://github.com/aio-libs-abandoned/aioredis-py/issues/742 | [
"resolved-via-latest"
] | mohammadhzp | 1 |
ydataai/ydata-profiling | jupyter | 816 | TypeError: cannot safely cast non-equivalent object to int64 when calculating quantiles of integer variable | OS: Windows 10
Environment:
```
# Name Version Build Channel
argon2-cffi 20.1.0 pypi_0 pypi
async-generator 1.10 pypi_0 pypi
attrs 21.2.0 pypi_0 pypi
backcall ... | closed | 2021-08-04T16:59:50Z | 2021-09-15T20:29:42Z | https://github.com/ydataai/ydata-profiling/issues/816 | [] | joaocym | 1 |
TencentARC/GFPGAN | pytorch | 337 | Only restore ROI | Any way to let the model only restore on ROI (passing ROI mask, etc)? | open | 2023-02-14T02:08:20Z | 2023-02-14T02:08:20Z | https://github.com/TencentARC/GFPGAN/issues/337 | [] | ntvuongg | 0 |
marshmallow-code/flask-smorest | rest-api | 173 | Best way to pass jwt credentials and query args to schema | Hello, thank you for your really nice job! I am using your framework and enjoying a lot.
I would like to ask you if it is possible to pass jwt credentials and query args to the schema defined in arguments. For example, I have:
```python
@bp.route('/users/<id>')
class UserById(MethodView):
@jwt_required
... | open | 2020-07-23T19:31:19Z | 2022-01-05T16:53:57Z | https://github.com/marshmallow-code/flask-smorest/issues/173 | [
"question"
] | rabizao | 3 |
plotly/dash-bio | dash | 103 | Write tests for all components/apps | Now we have integration testing set up, we need a common test suite that is used for all common features and files specific to each component's features.
@Bachibouzouk has already started on his (#102) for Volcano plot.
We still need to finish tests for:
- [x] general (to be used for all components) (#142, #1... | closed | 2019-01-15T17:16:37Z | 2019-09-23T18:07:07Z | https://github.com/plotly/dash-bio/issues/103 | [
"WIP"
] | shammamah-zz | 6 |
lazyprogrammer/machine_learning_examples | data-science | 4 | Getting error while running theano2.py | Hi,
I am getting following error while running theano2.py in the function get_normalized_data.
FileNotFoundError: File b'../large_files/train.csv' does not exist
I cannot see the folder named large_files in the repository.
Please help! | closed | 2017-03-01T05:36:06Z | 2017-03-04T08:27:59Z | https://github.com/lazyprogrammer/machine_learning_examples/issues/4 | [] | pjog | 1 |
davidteather/TikTok-Api | api | 1,172 | [BUG] - playwright._impl._errors.Error: Page.evaluate: ReferenceError: opts is not defined | Traceback (most recent call last):
File "D:\Python\Git\Tiktok\TikTok-Api\examples\user_example.py", line 23, in <module>
asyncio.run(user_example())
File "C:\Users\H\anaconda3\envs\tiktok\lib\asyncio\runners.py", line 44, in run
return loop.run_until_complete(main)
File "C:\Users\H\anaconda3\envs\tik... | open | 2024-07-15T04:34:50Z | 2024-11-10T00:26:40Z | https://github.com/davidteather/TikTok-Api/issues/1172 | [
"bug"
] | Feige-cn | 11 |
ibis-project/ibis | pandas | 10,183 | bug: trouble connecting Redpanda (Kafka) to RisingWave as a source or sink | ### What happened?
I'm in the Ibis repo. I can spinup RisingWave in a container with:
```bash
just up risingwave
```
I save the following as `redpanda-compose.yml`:
```yaml
name: redpanda-quickstart-one-broker
networks:
redpanda_network:
driver: bridge
volumes:
redpanda-0: null
services:
r... | open | 2024-09-20T12:38:02Z | 2024-09-23T15:03:10Z | https://github.com/ibis-project/ibis/issues/10183 | [
"bug",
"risingwave"
] | lostmygithubaccount | 14 |
3b1b/manim | python | 1,399 | Problems with Manimgl | ### Describe the error
<!-- A clear and concise description of what you want to make. -->
I'm getting weird graphics when I run the examples_scene and also many warnings. I have installed all miktex packages and deleted the \usepackage[T1]{fontenc} but I'm still not able to make it work. I'm not sure what could be wr... | open | 2021-02-20T02:01:13Z | 2021-06-25T09:16:32Z | https://github.com/3b1b/manim/issues/1399 | [] | andymeb | 1 |
ydataai/ydata-profiling | jupyter | 1,047 | Fails on simple Iris dataset | ### Current Behaviour
Using the simple Iris dataset as an example, the report generation fails with an error.
### Expected Behaviour
It should generate the report because the dataset format is similar to the example one in the README
### Data Description
DataFrame with 4 numeric columns.
### Code that... | closed | 2022-09-13T18:19:18Z | 2022-09-22T04:34:20Z | https://github.com/ydataai/ydata-profiling/issues/1047 | [
"help wanted 🙋"
] | rasbt | 1 |
Morizeyao/GPT2-Chinese | nlp | 177 | n_ctx与stride值选取 | 你好,我在用自己的预料进行预训练时,每条样本是一个句子,预料中句子长度大概在100-250,那么n_ctx应该选取为多少呢?还有stride的值应该为多少呢 | open | 2020-10-28T05:53:08Z | 2020-10-28T05:53:08Z | https://github.com/Morizeyao/GPT2-Chinese/issues/177 | [] | wwwjs | 0 |
mage-ai/mage-ai | data-science | 5,468 | Support postgresql-client package in Base Image | **Is your feature request related to a problem? Please describe.**
Mage supported two meta database, Postgres and MSSQL(Not Official).
When deploy postgres in eks, need to add live/readinessProbe for database connection.
But, in current, No client package in Dockerfile.
How we add postgres-client system package i... | closed | 2024-10-07T04:41:18Z | 2024-10-14T07:22:29Z | https://github.com/mage-ai/mage-ai/issues/5468 | [] | jx2lee | 6 |
pydantic/pydantic-ai | pydantic | 724 | Document how to use any HuggingFace model | My personal opinion is that it feels rather weird of you not to support or provide any documentation on how to use LLMs from the `transformers` library. Why only support models that are behind a paywall?
The current documentations reads:
> Implementing Custom Models
>
> To implement support for models not already su... | closed | 2025-01-20T20:39:07Z | 2025-03-20T13:01:42Z | https://github.com/pydantic/pydantic-ai/issues/724 | [
"documentation"
] | svnv-svsv-jm | 9 |
codingforentrepreneurs/Tweetme-2 | rest-api | 8 | React App is not working- 10 Depricated dependencies | React App is not working- 10 Depricated dependencies | open | 2020-12-07T22:29:03Z | 2020-12-07T22:29:03Z | https://github.com/codingforentrepreneurs/Tweetme-2/issues/8 | [] | daxthenuke | 0 |
matplotlib/matplotlib | data-science | 29,707 | [Bug]: Simple plot chart with multiple values in Y is not being rendered correctly and gives an error. | ### Bug summary
I am a new user, and I am loving FCP, but one of the first charts that I tried to do, does give me an error and shows a mangled version of the chart in Jupyter.
`fcp.plot(dfp, x='Freqsweep', y=['Dclk_DutyCycle','Flyby_Dutycycle'])`
Given the error message and after checking issue #20639 (https://githu... | closed | 2025-03-05T17:44:44Z | 2025-03-05T18:42:59Z | https://github.com/matplotlib/matplotlib/issues/29707 | [
"status: downstream fix required"
] | maufdez | 2 |
allenai/allennlp | data-science | 5,151 | No module named allennlp.run | Please ask questions on [Stack Overflow](https://stackoverflow.com/questions/tagged/allennlp) rather than on GitHub. We monitor and triage questions on Stack Overflow with the AllenNLP label and questions there are more easily searchable for others.
I am trying to run allennlp with Scicite paper https://github.com/al... | closed | 2021-04-24T09:01:58Z | 2021-10-19T09:37:36Z | https://github.com/allenai/allennlp/issues/5151 | [
"question",
"stale"
] | ammaarahmad1999 | 3 |
pytest-dev/pytest-django | pytest | 187 | assertNumQueries analogue | In Django TransactionTestCase we have useful method `assertNumQueries` https://docs.djangoproject.com/en/1.7/topics/testing/tools/#django.test.TransactionTestCase.assertNumQueries.
Can we do something like that in pytest-django or maybe it is somewhere and i missed it?
| closed | 2014-12-01T10:46:43Z | 2017-06-21T11:49:42Z | https://github.com/pytest-dev/pytest-django/issues/187 | [] | l0kix2 | 5 |
chaos-genius/chaos_genius | data-visualization | 1,194 | Slack Integration validation | ## Tell us about the problem you're trying to solve
A way to test slack integration working. We don't know if alert aren't being raised via CG or it's just slack integration that is broken.
## Describe the solution you'd like
Metabase / Sentry etc provides way to validate if slack integration is working.
## D... | open | 2023-03-02T14:56:20Z | 2023-03-02T14:57:00Z | https://github.com/chaos-genius/chaos_genius/issues/1194 | [] | pratikgajjar | 1 |
msoedov/langcorn | rest-api | 8 | Add websocket support | To support chat-like langchain applications we need state.
Fast API sessions don't seem very straightforward, so websockets may be the way to go: https://fastapi.tiangolo.com/advanced/websockets/
See also https://github.com/hwchase17/chat-langchain for a reference on how it could be done.
| open | 2023-04-25T15:35:01Z | 2023-05-10T15:50:35Z | https://github.com/msoedov/langcorn/issues/8 | [] | pors | 2 |
Evil0ctal/Douyin_TikTok_Download_API | fastapi | 9 | 演示站521了 | 如题 | closed | 2022-03-14T03:42:57Z | 2022-03-27T20:22:29Z | https://github.com/Evil0ctal/Douyin_TikTok_Download_API/issues/9 | [] | frank-hank | 4 |
jazzband/django-oauth-toolkit | django | 628 | exposing only /token/ endpoint to public | I'm using this plugin which does not require applications creation by any user and any OAuth application can be only added by **superuser**.
I have this included in the `urlpatterns`
```
path('auth/', include('oauth2_provider.urls', namespace='oauth2_provider')),
```
This is exposing all `urls` including enpoint... | closed | 2018-08-06T01:54:53Z | 2022-05-28T20:34:07Z | https://github.com/jazzband/django-oauth-toolkit/issues/628 | [] | anuj9196 | 1 |
jofpin/trape | flask | 382 | cannot import name 'Container' from 'collections' (/usr/lib/python3.11/collections/__init__.py) | this error is showing to me. everytime please help me
| open | 2023-05-05T16:48:09Z | 2023-05-05T16:48:09Z | https://github.com/jofpin/trape/issues/382 | [] | khanzode2abhi | 0 |
AutoGPTQ/AutoGPTQ | nlp | 743 | [FEATURE] Please provide pre-built wheel for Python 3.12 | **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 [...]
**Describe the solution you'd like**
A clear and concise description of what you want to happen.
**Describe alternatives you've considered**
A clear an... | open | 2024-11-01T04:44:09Z | 2024-12-05T02:19:53Z | https://github.com/AutoGPTQ/AutoGPTQ/issues/743 | [
"enhancement"
] | qinxuye | 1 |
iperov/DeepFaceLab | deep-learning | 611 | Getting this error after i changed the data_src aligned and data_dst aligned | https://imgur.com/a/8lF6NVR
i'm getting this on a 400k iteration model, really don't wanna create a new model..any way to fix it please? what's causing this? | open | 2020-02-07T04:11:27Z | 2023-06-08T21:54:39Z | https://github.com/iperov/DeepFaceLab/issues/611 | [] | mpmo10 | 2 |
ansible/awx | automation | 15,310 | The module awx.awx.inventory is failing to create constructed inventories - Edge case uncaught | ### Please confirm the following
- [X] I agree to follow this project's [code of conduct](https://docs.ansible.com/ansible/latest/community/code_of_conduct.html).
- [X] I have checked the [current issues](https://github.com/ansible/awx/issues) for duplicates.
- [X] I understand that AWX is open source software pro... | closed | 2024-06-28T21:24:30Z | 2024-07-10T17:41:38Z | https://github.com/ansible/awx/issues/15310 | [
"type:bug",
"component:awx_collection",
"needs_triage",
"community"
] | cnfrancis | 3 |
netbox-community/netbox | django | 18,549 | Devices render-config swagger spec is incorrect | ### Deployment Type
Self-hosted
### NetBox Version
v4.2.2
### Python Version
3.12
### Steps to Reproduce
1. Open the Rest API documentation at /api/schema/swagger-ui/
2. Navigate to DCIM > "/api/dcim/devices/{id}/render-config/
3. Observe required parameters, request body, and response body
4. Attempt to use API... | open | 2025-01-31T15:24:50Z | 2025-02-07T13:19:28Z | https://github.com/netbox-community/netbox/issues/18549 | [
"type: bug",
"status: needs owner",
"topic: OpenAPI",
"severity: low"
] | cwilloughby-bw | 1 |
deedy5/primp | web-scraping | 38 | installing wheel requires Cargo | Since 0.6.0, I can't install primp in an environment without Cargo:
```
$ pip install primp==0.6.0
Collecting primp==0.6.0
Using cached primp-0.6.0.tar.gz (79 kB)
Installing build dependencies ... done
Getting requirements to build wheel ... done
Preparing metadata (pyproject.toml) ... error
error: ... | closed | 2024-08-15T13:24:46Z | 2024-08-21T05:17:21Z | https://github.com/deedy5/primp/issues/38 | [] | tabrezm | 8 |
JaidedAI/EasyOCR | deep-learning | 1,239 | The punctuation mark recognition is not accurate | If the language type is ['ch_sim', 'en'], it will be output according to English punctuation marks. But in fact, what I want is Chinese punctuation marks, but there are letters like ABCD in the text. It needs to be recognized as English. Is there any solution? For example, is there any priority ordering of language typ... | open | 2024-04-02T03:25:38Z | 2024-04-02T03:25:38Z | https://github.com/JaidedAI/EasyOCR/issues/1239 | [] | LindaEr | 0 |
recommenders-team/recommenders | data-science | 1,643 | [ASK] MIND news recommendation leaderboard | ### Description
Hello, may I ask to update the MIND News Recommendation challenge leaderboard (https://msnews.github.io/)?
It seems that the leaderboard hasn't updated since the end of 2021 and there are numerous submissions made in 2022 that made competitive results in the leaderboard.
### Other Comments
| open | 2022-02-14T06:13:43Z | 2022-02-14T06:13:43Z | https://github.com/recommenders-team/recommenders/issues/1643 | [
"help wanted"
] | yoonseok312 | 0 |
sqlalchemy/alembic | sqlalchemy | 382 | op.batch_alter_table makes ondelete='CASCADE' disappear | **Migrated issue, originally created by Dariusz Suchojad ([@dsuch](https://github.com/dsuch))**
Hello,
I'm using Alembic 0.8.7.
The situation I have encountered concerns using op.batch_alter_table to create a series of foreign keys each from the same source table to multiple target tables.
The background is that I ... | closed | 2016-08-28T01:04:33Z | 2018-11-30T15:35:03Z | https://github.com/sqlalchemy/alembic/issues/382 | [
"bug",
"batch migrations"
] | sqlalchemy-bot | 6 |
dot-agent/nextpy | pydantic | 155 | :3000 ERR_CONNECTION_REFUSED. | :3000 ERR_CONNECTION_REFUSED.
And I do not know why.
“”“
Starting Nextpy App
Compiling: ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 100% 15/15 0:00:00
Compiling takes time, but the compiled app is super fast⚡:
”“” | open | 2024-03-26T07:00:17Z | 2024-03-26T07:00:17Z | https://github.com/dot-agent/nextpy/issues/155 | [] | jourmore | 0 |
globaleaks/globaleaks-whistleblowing-software | sqlalchemy | 4,299 | no login possible after update | ### What version of GlobaLeaks are you using?
I was using 4.14.8 and updatet with
These commands:
```
wget https://deb.globaleaks.org/install-globaleaks.sh
chmod +x install-globaleaks.sh
./install-globaleaks.sh
```
### What browser(s) are you seeing the problem on?
All
### What operating system(s) are you se... | closed | 2024-11-07T19:59:35Z | 2025-02-24T09:10:40Z | https://github.com/globaleaks/globaleaks-whistleblowing-software/issues/4299 | [
"T: Bug"
] | nicogithub22 | 15 |
ibis-project/ibis | pandas | 10,341 | bug: Duplicates after insert | ### What happened?
Hello !
When I try to insert data into new postgresql table, ibis seems to load data twice.

The problem seems to occur only during first INSERT, because next one is ok :
) | ### DO NOT REMOVE OR SKIP THE ISSUE TEMPLATE
- [X] I understand that I will be **blocked** if I *intentionally* remove or skip any mandatory\* field
### Checklist
- [X] I'm reporting a bug unrelated to a specific site
- [X] I've verified that I have **updated yt-dlp to nightly or master** ([update instruction... | open | 2025-01-09T21:22:15Z | 2025-01-11T16:43:19Z | https://github.com/yt-dlp/yt-dlp/issues/12041 | [
"bug",
"triage"
] | thekalinga | 1 |
robusta-dev/robusta | automation | 1,153 | Add support for Pager Duty dynamic severity feature | Hi team,
I would like to request the pager duty integration to support dynamic severity from pager duty. Right now, the payload severity is sent in capital letters and the api v2 does not understand.
`"Severity": "CRITICAL"`
`{"errors":["'payload.severity' is invalid (must be one of the following: 'critical', ... | closed | 2023-11-09T10:22:30Z | 2023-11-10T09:09:40Z | https://github.com/robusta-dev/robusta/issues/1153 | [] | oscarmparedes | 2 |
iMerica/dj-rest-auth | rest-api | 595 | Customizing email activation sending to use a task queue | Hi guys, is it possible to allow customization on the email sending logic to be able to wrap it in a task queue like celery instead of having to make use of the current coupled logic | open | 2024-02-28T01:17:45Z | 2024-02-28T01:17:45Z | https://github.com/iMerica/dj-rest-auth/issues/595 | [] | Strapchay | 0 |
KevinMusgrave/pytorch-metric-learning | computer-vision | 366 | Processing of two different datasets | Hi kevin,
I have a task now, which is to jointly train two different models by metric loss. I have read similar questions [305](https://github.com/KevinMusgrave/pytorch-metric-learning/issues/305), but I still have no idea.
I have encountered difficulties in processing the dataset. How should I deal with two comp... | closed | 2021-09-07T10:02:37Z | 2021-09-14T12:24:51Z | https://github.com/KevinMusgrave/pytorch-metric-learning/issues/366 | [
"question"
] | PaulZgy | 1 |
tensorflow/tensor2tensor | machine-learning | 1,764 | A question about `tpu_conv1d` implementation | Hi guys, I'm reading the code of [`conv_relu_conv`](https://github.com/tensorflow/tensor2tensor/blob/master/tensor2tensor/layers/common_layers.py#L1391) layer in the `common_layers.py`, in which the [`tpu_conv1d`](https://github.com/tensorflow/tensor2tensor/blob/master/tensor2tensor/layers/common_layers.py#L660) functi... | open | 2019-12-06T09:28:57Z | 2019-12-06T09:36:45Z | https://github.com/tensorflow/tensor2tensor/issues/1764 | [] | JiayiFeng | 0 |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.