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 |
|---|---|---|---|---|---|---|---|---|---|---|---|
graphistry/pygraphistry | jupyter | 456 | [BUG] Plugins docs nav missing packages and methods | **Describe the bug**
2

nav issues
- [ ] `graphistry.plugins.cugraph` is missing from the nav
- [ ] methods are not listed in the nav for `graphistry.plugins.cugraph` and `... | open | 2023-04-03T22:12:56Z | 2023-04-03T22:29:53Z | https://github.com/graphistry/pygraphistry/issues/456 | [
"bug",
"p2",
"docs"
] | lmeyerov | 0 |
gee-community/geemap | jupyter | 845 | Add Ocean Color timelapse ( sea surface temperature, chlorophyll a concentrations) | References:
- https://github.com/giswqs/streamlit-geospatial/issues/21
- https://developers.google.com/earth-engine/datasets/catalog/NASA_OCEANDATA_MODIS-Aqua_L3SMI
- https://developers.google.com/earth-engine/datasets/catalog/NASA_OCEANDATA_MODIS-Terra_L3SMI
- https://developers.google.com/earth-engine/datasets/... | closed | 2021-12-31T03:27:24Z | 2021-12-31T03:40:11Z | https://github.com/gee-community/geemap/issues/845 | [
"Feature Request"
] | giswqs | 1 |
chatopera/Synonyms | nlp | 61 | out of vocabulary | # description
分词分出“多少钱”的词性为n,查找同义词时synonyms.display("多少钱")返回out of vocabulary,查看文件vocab.txt中有一条记录为 多少钱 3 nr,请问是哪里出了问题
## current
## expected
# solution
# environment
* version:
The commit hash (`git rev-parse HEAD`)
| closed | 2018-05-01T15:49:30Z | 2018-05-05T13:14:19Z | https://github.com/chatopera/Synonyms/issues/61 | [] | GitOad | 1 |
autokey/autokey | automation | 624 | Substitution erases characters before it | ## Classification:
Bug
## Reproducibility:
Sometimes
## Version
AutoKey version: 0.95.10
Used GUI (Gtk, Qt, or both): Gtk
Installed via: pip 21.1.3
Linux Distribution: Ubuntu 20.04
## Summary
When abbreviations of phrases are typed out, the the front of the substitution overwrites charact... | open | 2021-11-09T06:16:08Z | 2021-11-11T12:18:22Z | https://github.com/autokey/autokey/issues/624 | [
"bug",
"phrase expansion",
"low-priority"
] | arunkumaraqm | 5 |
ultralytics/yolov5 | deep-learning | 13,539 | Issue with Tellu Organoid Classifier using Yolov5 | ### Search before asking
- [x] I have searched the YOLOv5 [issues](https://github.com/ultralytics/yolov5/issues) and [discussions](https://github.com/ultralytics/yolov5/discussions) and found no similar questions.
### Question
I am having this issue with Tellu Intestinal Organoid Classifier https://colab.research.g... | open | 2025-03-21T18:02:05Z | 2025-03-22T04:50:41Z | https://github.com/ultralytics/yolov5/issues/13539 | [
"question",
"detect"
] | djtigani | 2 |
microsoft/qlib | deep-learning | 1,796 | port_analysis_config中strategy下kwarg的signal问题 | 在benchmark文件夹下面,模型对应的yaml配置文件中,一般使用signal<PRED >
port_analysis_config: &port_analysis_config
strategy:
class: TopkDropoutStrategy
module_path: qlib.contrib.strategy
kwargs:
signal:<PRED>
topk: 50
n_drop: 5
在workflow__by_code.py中,使用signal": (model,... | closed | 2024-05-24T01:14:06Z | 2024-05-24T01:15:13Z | https://github.com/microsoft/qlib/issues/1796 | [
"question"
] | semiparametric | 0 |
deeppavlov/DeepPavlov | tensorflow | 910 | Error while running in Alexa mode | I'm running in Alexa mode and getting the error:
```
ubuntu@ip-172-31-26-238:~/alexa_test$ python -m deeppavlov alexa server_config.json -d
Traceback (most recent call last):
File "/home/ubuntu/.pyenv/versions/3.6.8/lib/python3.6/runpy.py", line 193, in _run_module_as_main
"__main__", mod_spec)
File "/hom... | closed | 2019-06-29T11:49:10Z | 2019-07-02T20:25:54Z | https://github.com/deeppavlov/DeepPavlov/issues/910 | [] | sld | 3 |
MilesCranmer/PySR | scikit-learn | 390 | Warning for `^` | The `^` operator is super inefficient if the user is not using `nested_constraints`, so I think a warning should be raised when it is used without `nested_constraints` set. | closed | 2023-07-24T20:29:16Z | 2023-08-05T22:33:13Z | https://github.com/MilesCranmer/PySR/issues/390 | [] | MilesCranmer | 2 |
dpgaspar/Flask-AppBuilder | flask | 1,412 | Large number of Mongo Role/Permission queries by exist_permission_on_roles on page load | If you'd like to report a bug in Flask-Appbuilder, fill out the template below. Provide
any extra information that may be useful
### Environment
apispec==1.3.3
attrs==19.3.0
Babel==2.8.0
blinker==1.4
click==7.1.2
colorama==0.4.3
defusedxml==0.6.0
dnspython==1.16.0
email-validator==1.1.1
Flask==1.1.2
Fl... | closed | 2020-06-23T14:53:49Z | 2022-07-08T14:31:03Z | https://github.com/dpgaspar/Flask-AppBuilder/issues/1412 | [
"stale"
] | colinpattison | 4 |
ranaroussi/yfinance | pandas | 1,361 | fast_info failing for 2.7 on timezone | basic_info still worked for me while fast_info fails on timezone
For what it is worth, I wrote code to bring all the values backtogther into a single dictionary ie: like the old Ticker info
There is a penalty of course in time but I put my data into redis to reduce calls to yfinance
'''
sym = sym # from above
... | closed | 2023-01-26T20:13:30Z | 2023-03-27T15:41:14Z | https://github.com/ranaroussi/yfinance/issues/1361 | [] | geoffmcnamara | 3 |
sunscrapers/djoser | rest-api | 351 | Exposure of user pk, small security issue | Thank you for making good app. I found small security issue.
For example, when you create account at` "/users/create/"`, you will receive this response.
```
{
"email": "my_name@example.com",
"id": 1000,
"username": "my_name"
}
```
For some developer, this become security issue: [from securit... | closed | 2019-02-09T00:44:16Z | 2019-02-21T13:28:02Z | https://github.com/sunscrapers/djoser/issues/351 | [] | ghost | 2 |
Significant-Gravitas/AutoGPT | python | 8,721 | Condition Block tries to convert everything to a float | You can replicate this by applying this diff for a new test (that you should add)
```diff
diff --git a/autogpt_platform/backend/backend/blocks/branching.py b/autogpt_platform/backend/backend/blocks/branching.py
index 65a01c977..1d3fbe18e 100644
--- a/autogpt_platform/backend/backend/blocks/branching.py
+++ b/auto... | closed | 2024-11-19T17:22:01Z | 2024-12-05T19:51:22Z | https://github.com/Significant-Gravitas/AutoGPT/issues/8721 | [
"bug"
] | ntindle | 0 |
Lightning-AI/pytorch-lightning | data-science | 20,462 | Type Error in configure_optimizers | ### Bug description
As suggested in the [docs](https://lightning.ai/docs/pytorch/stable/api/lightning.pytorch.core.LightningModule.html#lightning.pytorch.core.LightningModule.configure_optimizers) my configure_optimizers looks ruffly like this:
```
def configure_optimizers(self) -> OptimizerLRSchedulerConfig:
... | closed | 2024-12-03T16:14:32Z | 2024-12-10T09:22:14Z | https://github.com/Lightning-AI/pytorch-lightning/issues/20462 | [
"bug",
"ver: 2.4.x"
] | LukasSalchow | 2 |
ageitgey/face_recognition | machine-learning | 719 | Windows Chinese gibberish | The Chinese character of the position of the avatars is displayed in gibberish. How to set it in Windows environment to support Chinese characters.The effect looks like this:

| open | 2019-01-17T03:51:45Z | 2019-03-25T14:00:57Z | https://github.com/ageitgey/face_recognition/issues/719 | [] | bingws | 1 |
scikit-hep/awkward | numpy | 3,413 | `ctypes` abstraction is not scoped to NumPy only | It seems like we some-where rely on `array.ctypes` internally. We should try and abstract that to inside the nplike / kernels. | open | 2025-03-07T14:17:48Z | 2025-03-07T14:18:08Z | https://github.com/scikit-hep/awkward/issues/3413 | [
"cleanup"
] | agoose77 | 0 |
iterative/dvc | machine-learning | 9,814 | dvc get: throws error when file is in subfolder | # Bug Report
dvc get: throws error when file is in subfolder
## Description
I tracked a file `$SUBDIR/filedata.txt` with DVC. When trying to retrieve this file with `dvc get`, I get an error
```
ERROR: unexpected error - 'NoneType' object has no attribute 'fs'
```
if `$SUBDIR` is not set to the root f... | closed | 2023-08-07T06:50:15Z | 2023-08-08T17:39:01Z | https://github.com/iterative/dvc/issues/9814 | [
"awaiting response"
] | kpetersen-hf | 2 |
deepfakes/faceswap | deep-learning | 907 | Return Code: 3221225477 when train the model again after Termination | **Crash reports MUST be included when reporting bugs.**
When I create a Model it works very well. Then when I Terminate the training process and it saved the model and I start the training process again I get: Status: Failed - train.py. Return Code: 3221225477 in the Statusbar in the left bottom.
I don't get any er... | closed | 2019-10-25T19:08:00Z | 2020-09-27T00:04:34Z | https://github.com/deepfakes/faceswap/issues/907 | [] | Maxinger15 | 0 |
sktime/pytorch-forecasting | pandas | 1,321 | [TFT] NaN forecasts for series of length 1 with GroupNormalizer | - PyTorch-Forecasting version: 1.0.0
### Expected behavior
I have series of all sizes in my dataset, including several that are smaller than my `max_prediction_length`. However, the minimum length is 1 (I haven't yet tried the "pure" cold-start experience).
To ensure that TFT is able to provide forecasts regar... | open | 2023-06-02T15:28:35Z | 2023-10-03T08:23:18Z | https://github.com/sktime/pytorch-forecasting/issues/1321 | [] | Antoine-Schwartz | 4 |
sktime/sktime | scikit-learn | 7,763 | [BUG] Conversion of 1-column pd.DataFrame to pd.Series loses the column name. Conversion happens for forecasters with scitype:y = pd.Series. | Suppose XYZ is a forecaster with y scitype of pd.Series.
If you call XYZ.fit(y) with y a pd.DataFrame with a single column, sktime is "robust" and will convert the single column DataFrame to a pd.Series. This is done in routine 'convert_MvS_to_UvS_as_Series' in datatypes/_series/_convert.py.
The problem is that in doi... | closed | 2025-02-05T08:17:57Z | 2025-02-18T07:36:42Z | https://github.com/sktime/sktime/issues/7763 | [
"bug",
"module:datatypes"
] | ericjb | 1 |
wagtail/wagtail | django | 12,530 | Allow interactions with locked pages | ### Is your proposal related to a problem?
When a page is locked due to a workflow or otherwise, the locking implementation makes it much harder / impossible to do any interaction with the page. See demo: [Welcome to the Wagtail bakery](https://static-wagtail-v6-1.netlify.app/admin-editor/pages/60/edit/). Here are int... | open | 2024-11-02T00:41:58Z | 2024-12-26T04:51:01Z | https://github.com/wagtail/wagtail/issues/12530 | [
"type:Enhancement",
"Accessibility",
"component:Workflow",
"component:Locking",
"Sprint topic"
] | thibaudcolas | 1 |
akfamily/akshare | data-science | 5,738 | stock_bid_ask_em 盘口数据没有时间属性 | stock_bid_ask_em 接口盘口数据没有时间,感知不了是什么时候的交易日的数据。
或者有没有接口提供今天是否为a股的交易日,根据这个也有足够信息可以判定
| closed | 2025-02-26T16:25:45Z | 2025-02-26T16:50:04Z | https://github.com/akfamily/akshare/issues/5738 | [] | Falicitas | 2 |
joerick/pyinstrument | django | 39 | How can i use it in windows? | closed | 2018-05-15T17:30:29Z | 2018-05-20T12:33:58Z | https://github.com/joerick/pyinstrument/issues/39 | [] | owandywang | 3 | |
amdegroot/ssd.pytorch | computer-vision | 114 | Implicit dimension choice for softmax has been deprecated. Change the call to include dim=X as an argument. | I'm getting this UserWarning:
> Implicit dimension choice for softmax has been deprecated. Change the call to include dim=X as an argument.
> self.softmax(conf.view(-1, self.num_classes)), # conf preds | open | 2018-02-23T12:44:30Z | 2018-02-26T21:48:02Z | https://github.com/amdegroot/ssd.pytorch/issues/114 | [] | santhoshdc1590 | 1 |
alteryx/featuretools | scikit-learn | 1,793 | Add documentation page on Time Series with Featuretools | As a user of Featuretools, I would like to view documentation on how to use Featuretools with a time series problem.
I want to understand how Featuretools can help with feature engineering in a time series problem.
I want to see the helpful primitives that Featuretools has for time series problems.
| closed | 2021-11-22T17:30:39Z | 2022-02-18T19:20:46Z | https://github.com/alteryx/featuretools/issues/1793 | [] | gsheni | 0 |
deepset-ai/haystack | nlp | 8,747 | Extend TransformersTextRouter to use other model providers | **Is your feature request related to a problem? Please describe.**
Users would like to use vLLM or other model providers for text routing but currently the only supported option is to load a model from huggingface and run it.
**Describe the solution you'd like**
Similar to the vLLM integration for chat generators, it ... | open | 2025-01-19T11:57:28Z | 2025-01-24T05:27:20Z | https://github.com/deepset-ai/haystack/issues/8747 | [
"type:feature",
"P3"
] | julian-risch | 1 |
PokemonGoF/PokemonGo-Bot | automation | 5,768 | New security measures | FYI, the app now may ask for a captcha on logging in. I got a warning on one of my accounts that 3rd party software had been detected. The bot software no longer runs after it logs in and gets the profile info, I worry that trying to use the software and not dealing with captcha might be an extra flag on the account.
... | open | 2016-10-05T23:46:54Z | 2016-10-10T06:07:30Z | https://github.com/PokemonGoF/PokemonGo-Bot/issues/5768 | [] | ajhalls | 23 |
horovod/horovod | tensorflow | 3,256 | Error on KerasEstimator for Spark | @tgaddair
**Environment:**
1. Framework: (TensorFlow, Keras, PyTorch, MXNet): TensorFlow
2. Framework version: 2.6.0
3. Horovod version: 0.22.1
7. Python version: 3.8.10
8. Spark / PySpark version: 3.2.0
**Bug report:**
I have an spark dataframe with two columns: `content`, binary content of x images loaded ... | open | 2021-11-02T09:05:06Z | 2021-11-04T19:30:16Z | https://github.com/horovod/horovod/issues/3256 | [
"bug"
] | WaterKnight1998 | 2 |
STVIR/pysot | computer-vision | 604 | 有人成功训练SiamMask了吗? | 我在训练SiamMask中遇到以下报错,看了历史issues,该问题仍未解决,向各位大佬求助!!!
Traceback (most recent call last):
File "../../tools/train.py", line 317, in <module>
main()
File "../../tools/train.py", line 312, in main
train(train_loader, dist_model, optimizer, lr_scheduler, tb_writer)
File "../../tools/train.py", line 210, in ... | open | 2023-12-19T07:21:11Z | 2023-12-19T07:21:11Z | https://github.com/STVIR/pysot/issues/604 | [] | dqs932 | 0 |
widgetti/solara | jupyter | 444 | ipycanvas doesn't work with solara | I want to develop an app that uses solara and [ipycanvas](https://github.com/jupyter-widgets-contrib/ipycanvas), but it seems like ipycanvas isn't supported.
App code:
```python
import solara
from ipycanvas import Canvas
@solara.component
def Page():
canvas = Canvas(width=200, height=200)
return... | open | 2024-01-04T22:11:45Z | 2024-01-17T15:25:21Z | https://github.com/widgetti/solara/issues/444 | [] | edublancas | 2 |
oegedijk/explainerdashboard | plotly | 43 | logins with one username and one password | Checking https://explainerdashboard.readthedocs.io/en/latest/deployment.html?highlight=auth#setting-logins-and-password
I was testing with one login and one password.
`logins=["U", "P"]` doesn't work (see below) but `logins=[["U", "P"]]` does.
I don't suppose there is a `login` kwarg? or it can handle a list o... | closed | 2020-12-08T22:17:21Z | 2020-12-10T10:57:47Z | https://github.com/oegedijk/explainerdashboard/issues/43 | [] | raybellwaves | 3 |
tflearn/tflearn | data-science | 278 | image size more than about 220 pixel, loss is Nan during training imagenet | I mention in this thread https://github.com/tflearn/tflearn/issues/262, when image size is more than about 220 pixel, loss is nan, but if i decrease image size, then loss and training accuracy is normal.How to solve this so i can use larger image size?
| open | 2016-08-12T15:53:20Z | 2016-08-12T21:09:42Z | https://github.com/tflearn/tflearn/issues/278 | [] | lfwin | 1 |
netbox-community/netbox | django | 18,808 | Clean up nonexistent squashed migrations | ### Proposed Changes
The `sqlmigrate` command fails with errors such as: `django.db.migrations.exceptions.NodeNotFoundError: Migration extras.0002_squashed_0059 dependencies reference nonexistent parent node ('dcim', '0002_auto_20160622_1821')`
This results from migration squashing where the `dependencies` list was n... | closed | 2025-03-05T01:05:54Z | 2025-03-10T16:57:46Z | https://github.com/netbox-community/netbox/issues/18808 | [
"status: accepted",
"type: housekeeping"
] | bctiemann | 1 |
graphql-python/graphene-django | django | 971 | DjangoObjectType duplicate models breaks Relay node resolution | I have exactly the same issue as #107.
The proposed solution no longer works
How to do this now in the current state ? | open | 2020-05-24T22:06:06Z | 2022-01-25T14:48:05Z | https://github.com/graphql-python/graphene-django/issues/971 | [
"🐛bug"
] | boolangery | 8 |
microsoft/JARVIS | pytorch | 65 | Can't run JARVIS in local full mode. | I downloaded all the models (28 models in 431GB) on my PC.
And I have hybrid/minimal mode running successfully.
But I can't have JARVIS running in local/full mode. (I do have 128GB RAM)
I got a error message saying that it can't load the file that exists actually. And I checked the file read permission with the pr... | closed | 2023-04-06T09:24:20Z | 2023-04-07T10:31:34Z | https://github.com/microsoft/JARVIS/issues/65 | [] | meeeo | 2 |
inducer/pudb | pytest | 448 | RecursionError is not caught by the debugger | With something like
```py
def test():
raise ValueError
import pudb
pudb.set_trace()
test()
```
If you step over `test()`, it tells you that an exception has been raised. But with
```py
def test():
test()
import pudb
pudb.set_trace()
test()
```
The whole program exits with a tra... | open | 2021-05-03T23:03:24Z | 2021-05-03T23:29:10Z | https://github.com/inducer/pudb/issues/448 | [] | asmeurer | 2 |
ydataai/ydata-profiling | data-science | 883 | n_rows and n_columns must be positive integer. (Same as #853 and #836) | **Describe the bug**
This is similar to #853 and #836, but posting anyway just as another example with version info and a screenshot in Jupyter Notebook. Feel free to mark as a duplicate if desired.
When attempting the basic profile.to_widgets() example in the README, I encounter the attached error that n-rows an... | closed | 2021-11-14T18:43:49Z | 2023-01-27T19:16:13Z | https://github.com/ydataai/ydata-profiling/issues/883 | [
"bug 🐛"
] | WillTirone | 8 |
falconry/falcon | api | 1,422 | fix: Custom serializers not called for errors that inherit from NoRepresentation, OptionalRepresentation | This is a breakout issue from https://github.com/falconry/falcon/issues/452 - It could be potentially breaking in the case that a custom error serializer is not prepared to deal with these additional error types. | closed | 2019-01-31T21:20:47Z | 2019-02-14T22:18:04Z | https://github.com/falconry/falcon/issues/1422 | [
"bug",
"breaking-change"
] | kgriffs | 0 |
joouha/euporie | jupyter | 129 | Config Location resolve order | I was wondering if we could set an order to the config location? Perhaps it is just me, but on OSX I always have a `${HOME}/.config` directory to make my [dotfiles](https://github.com/stevenwalton/.dotfiles/tree/master/configs) much more portable, since this is where `$XDG_CONFIG_HOME` usually points to.
Request: firs... | open | 2025-02-07T01:15:50Z | 2025-02-07T01:15:50Z | https://github.com/joouha/euporie/issues/129 | [] | stevenwalton | 0 |
Ehco1996/django-sspanel | django | 127 | 后端运行出现问题,请帮忙看看。 | [root@server1 shadowsocksr]# python server.py
IPv6 support
Traceback (most recent call last):
File "server.py", line 74, in <module>
main()
File "server.py", line 54, in main
if get_config().API_INTERFACE == 'mudbjson':
AttributeError: 'NoneType' object has no attribute 'API_INTERFACE' | closed | 2018-05-28T05:26:30Z | 2018-07-30T03:19:32Z | https://github.com/Ehco1996/django-sspanel/issues/127 | [] | vggh66 | 2 |
onnx/onnx | tensorflow | 5,818 | get trt engine from onnx model,but the resout is different,why? | the resout of pth and onnx is same,but when I get the trt engine from onnx model,the resout is different,why?
pytorch 2 version,trt 8.6 version.linux,4090 GPU. | closed | 2023-12-21T02:26:34Z | 2023-12-21T08:42:12Z | https://github.com/onnx/onnx/issues/5818 | [
"question"
] | henbucuoshanghai | 2 |
piskvorky/gensim | data-science | 3,168 | Error with older wiki dumps | <!--
**IMPORTANT**:
- Use the [Gensim mailing list](https://groups.google.com/forum/#!forum/gensim) to ask general or usage questions. Github issues are only for bug reports.
- Check [Recipes&FAQ](https://github.com/RaRe-Technologies/gensim/wiki/Recipes-&-FAQ) first for common answers.
Github bug reports that d... | open | 2021-06-09T06:00:23Z | 2021-06-09T08:33:17Z | https://github.com/piskvorky/gensim/issues/3168 | [] | santoshbs | 3 |
nerfstudio-project/nerfstudio | computer-vision | 2,805 | Got an unexpected keyword argument 'point_shape' | I was trying to train the splatfacto model through command :
` ns-train splatfacto --pipeline.model.cull_alpha_thresh=0.005 --pipeline.model.continue_cull_post_densification=False --data ../../data/skoda_ultra_wide/ --output-dir ../../skoda_ultra_wide`
I had this error:
`File "/User/.local/bin/ns-train", line ... | closed | 2024-01-22T13:21:19Z | 2024-01-22T14:46:00Z | https://github.com/nerfstudio-project/nerfstudio/issues/2805 | [] | SalvoPisciotta | 0 |
JoeanAmier/XHS-Downloader | api | 207 | API 模式传入 Cookie 什么时候可以上传到Docker镜像 | API 模式传入 Cookie 什么时候可以上传到Docker镜像 | open | 2024-12-21T13:43:38Z | 2025-01-17T11:51:38Z | https://github.com/JoeanAmier/XHS-Downloader/issues/207 | [] | kiko923 | 3 |
deepinsight/insightface | pytorch | 2,107 | Why you remove last relu of resnet block? | Hi,
In standard ResNet block, there is a relu at the end of the block (https://github.com/open-mmlab/mmclassification/blob/master/mmcls/models/backbones/resnet.py#L131), but you don't have that (https://github.com/deepinsight/insightface/blob/master/recognition/arcface_torch/backbones/iresnet.py#L57). I tried to add... | closed | 2022-09-16T09:53:00Z | 2022-09-24T01:35:48Z | https://github.com/deepinsight/insightface/issues/2107 | [] | twmht | 0 |
python-gino/gino | asyncio | 710 | How to close print sql | adding `echo` does not work, how can I close it?
```
db = Gino(
dsn=db_dsn,
pool_min_size=config.DB_POOL_MIN_SIZE,
pool_max_size=config.DB_POOL_MAX_SIZE,
echo=`config.DB_ECHO`,
ssl=config.DB_SSL,
use_connection_for_request=config.DB_USE_CONNECTION_FOR_REQUEST,
retry_limit=config.DB_... | closed | 2020-07-21T13:06:01Z | 2022-11-19T01:10:42Z | https://github.com/python-gino/gino/issues/710 | [
"bug"
] | oleeks | 5 |
Asabeneh/30-Days-Of-Python | pandas | 535 | Close useless issues and merge pull requests. | I was looking through the issues and pull requests tabs and I noticed a lot of proper pull requests that would improve the 30 DoP repo. I would be willing to, but otherwise somebody should clean up those tabs. | open | 2024-06-29T17:44:16Z | 2024-06-29T17:44:16Z | https://github.com/Asabeneh/30-Days-Of-Python/issues/535 | [] | SlothScript | 0 |
Miserlou/Zappa | django | 1,884 | How does Zappa actually work and best practices? | I'm trying to figure out how Zappa actually works and what's going on under-the-hood, along with best practices for deploying into production.
I've been playing around with it, and even though Zappa actually links to "guides", none actually focus on "here are the solid foundations and the `n` best practices for depl... | closed | 2019-06-11T13:46:24Z | 2019-06-17T09:26:35Z | https://github.com/Miserlou/Zappa/issues/1884 | [] | ghost | 0 |
dynaconf/dynaconf | django | 858 | Suggestions on how to `reverse` in my Django settings.yaml | I currently define settings like `LOGIN_URL` as `reverse_lazy("account_login")`. Is there a way to replicate this type of configuration into something I can use in my Dynaconf settings.yaml?
If possible, I'd prefer to keep all settings in my Dynaconf settings.yaml and keep my Django settings.py file as empty as poss... | closed | 2023-02-04T15:34:20Z | 2023-03-30T19:30:37Z | https://github.com/dynaconf/dynaconf/issues/858 | [
"question",
"Docs"
] | wgordon17 | 6 |
junyanz/pytorch-CycleGAN-and-pix2pix | pytorch | 1,357 | Some problems encountered during testing | After I trained the cyclegan model, why did this result appear in the model test? I trained it twice. | closed | 2021-12-27T01:10:45Z | 2021-12-27T12:50:04Z | https://github.com/junyanz/pytorch-CycleGAN-and-pix2pix/issues/1357 | [] | supersarr | 2 |
hankcs/HanLP | nlp | 1,344 | 在线演示与代码句法分析结果存在差异。 | <!--
注意事项和版本号必填,否则不回复。若希望尽快得到回复,请按模板认真填写,谢谢合作。
-->
## 注意事项
请确认下列注意事项:
* 我已仔细阅读下列文档,都没有找到答案:
- [首页文档](https://github.com/hankcs/HanLP)
- [wiki](https://github.com/hankcs/HanLP/wiki)
- [常见问题](https://github.com/hankcs/HanLP/wiki/FAQ)
* 我已经通过[Google](https://www.google.com/#newwindow=1&q=HanLP)和[issue区检... | closed | 2019-12-07T07:02:21Z | 2019-12-07T07:26:31Z | https://github.com/hankcs/HanLP/issues/1344 | [
"duplicated"
] | mfxss | 1 |
clovaai/donut | nlp | 173 | OSError: Unable to load vocabulary when using with Windows | Trying to `train.py` a new language based on a corpora I generated with synthDOG, running the command `python train.py --config config/base.yaml --exp_version "base"` on up-to-date Windows 11 inside a conda virtualenv. Dev mode in Windows is activated, and I've launched Anaconda as admin, cmd also shows Administrator: ... | open | 2023-03-30T20:37:32Z | 2023-03-30T20:57:07Z | https://github.com/clovaai/donut/issues/173 | [] | csanadpoda | 0 |
biolab/orange3 | scikit-learn | 6,180 | Widget save data shuffle the table columns | Hi
I'm just starting using Orange and I realised that the widget "Save Data" when writing the xcel file shuffle the columns..

This is how the Save data sees the input table (just the first columns
![im... | closed | 2022-10-21T13:12:10Z | 2023-01-20T10:07:02Z | https://github.com/biolab/orange3/issues/6180 | [
"wish",
"meal"
] | EGalloni | 3 |
MycroftAI/mycroft-core | nlp | 3,145 | Unsupported locale setting with debug | **Describe the bug**
On my raspberry pi 2b, when i run ./start-mycroft debug, i get the following error:
`pi@raspi2b:~/mycroft-core $ ./start-mycroft.sh debug
Already up to date.
Starting all mycroft-core services
Initializing...
Starting background service bus
CAUTION: The Mycroft bus is an open websocket with ... | closed | 2022-12-17T21:32:19Z | 2023-06-01T15:06:14Z | https://github.com/MycroftAI/mycroft-core/issues/3145 | [
"bug"
] | FQQD | 2 |
iperov/DeepFaceLab | machine-learning | 800 | VRAM not fully utilized | Only 7159MiB / 8192MiB of vram is used. There was an OOM error even though the gpu's vram wasnt full. there is still 1gb left unused. | closed | 2020-06-24T20:25:28Z | 2020-07-06T22:08:36Z | https://github.com/iperov/DeepFaceLab/issues/800 | [] | test1230-lab | 2 |
nerfstudio-project/nerfstudio | computer-vision | 3,501 | Update installation guide to work better for windows, and also simplify setup in general | **Intro**
So the issue i have had is that i got a new laptop recently, and had to set it up from scratch - and since i only have community edition of visual studio, i simply only have the newest version available (today that is 17.11.x, which is not compatible with cuda 11.8).
I have tried, i think, every single... | open | 2024-10-27T10:10:54Z | 2025-01-16T19:01:48Z | https://github.com/nerfstudio-project/nerfstudio/issues/3501 | [] | michael-vedeler | 2 |
anselal/antminer-monitor | dash | 175 | max worker must be greater than 0 | 
| closed | 2020-08-28T12:48:01Z | 2021-07-13T05:43:57Z | https://github.com/anselal/antminer-monitor/issues/175 | [
":bug: bug"
] | jcreyesb | 5 |
huggingface/transformers | pytorch | 36,104 | I get OSError: ... is not a local folder and is not a valid model identifier listed on 'https://huggingface.co/models' for valid models | ### System Info
OS: Windows 11
Python: Both 3.11.6 and 3.12.9
Pytorch: Both 2.2.0 and 2.6.0
### Who can help?
_No response_
### Information
- [x] The official example scripts
- [ ] My own modified scripts
### Tasks
- [x] An officially supported task in the `examples` folder (such as GLUE/SQuAD, ...)
- [ ] My own... | closed | 2025-02-09T20:00:14Z | 2025-02-10T19:36:15Z | https://github.com/huggingface/transformers/issues/36104 | [
"bug"
] | ogkalu2 | 3 |
iperov/DeepFaceLab | machine-learning | 5,516 | RTM WF faceset | My data_src face size is 768x768 and RTM WF Faceset.zip (https://disk.yandex.ru/d/7i5XTKIKVg5UUg/DeepFaceLab/Facesets) are different size (768x768 and 224x224) for create my own RTM model must change RTM WF Faceset.zip faces size to 768x768 or use without changing image size? | open | 2022-05-10T17:00:07Z | 2023-06-08T23:19:00Z | https://github.com/iperov/DeepFaceLab/issues/5516 | [] | CHRISTOPHERMOSLEY1975 | 2 |
JoeanAmier/XHS-Downloader | api | 54 | 请问能否在保存的文件名前加上作品发布时间呢? | open | 2024-02-25T17:21:53Z | 2024-02-26T11:54:53Z | https://github.com/JoeanAmier/XHS-Downloader/issues/54 | [] | mortgoupil | 1 | |
lepture/authlib | flask | 349 | Cannot validate custom claims in jwt | https://github.com/lepture/authlib/blob/8b7c35ce5cec230a8fc984486c2ea2c81cfa7c31/authlib/jose/rfc7519/claims.py#L88
I've noticed that this method does not trigger validation for custom claims that I have added via validation options in the constructor.
For example I've added these custom validators:
```python
... | closed | 2021-05-25T15:33:18Z | 2021-06-09T04:01:55Z | https://github.com/lepture/authlib/issues/349 | [
"feature request"
] | dwt | 0 |
yzhao062/pyod | data-science | 96 | Installation is broken due to missing sklearn.externals.funcsigs module | Trying out to install pyod as usual
`pip install pyod`.
By default it uses now sklearn==0.21.0 which does not have sklearn.externals.funcsigs anymore.
Running
`from pyod.models.knn import KNN`
gives an error "No module named sklearn.externals.funcsigs"
Can be fixed by using scikit-learn<0.21 | closed | 2019-05-13T12:37:19Z | 2019-05-13T16:43:09Z | https://github.com/yzhao062/pyod/issues/96 | [] | lavsurgut | 3 |
ydataai/ydata-profiling | jupyter | 906 | HTML rendering KeyError with custom Typeset | **Describe the bug**
I am experimenting with customized Typesets and Summarizers.
When generating the `description_set` I have no issues, but when trying to render the HTML file, I have a `KeyError` issue in the `render_map`
```
~\Anaconda3\envs\py39\lib\site-packages\pandas_profiling\report\structure\repor... | closed | 2022-01-13T09:56:29Z | 2022-02-02T09:30:03Z | https://github.com/ydataai/ydata-profiling/issues/906 | [] | ArnaudWald | 1 |
nicodv/kmodes | scikit-learn | 100 | Parallel Computing | Hi!
I somehow don't manage an implementation of the parrallel Computation...
I get an error as follows:

Furthermore I'm pretty new to this topic but I wondered what the difference would be if i just re... | closed | 2019-01-16T18:22:23Z | 2019-01-25T19:52:08Z | https://github.com/nicodv/kmodes/issues/100 | [
"question"
] | shmulik90 | 4 |
deepspeedai/DeepSpeed | pytorch | 5,883 | [BUG] deepspeed.utils.safe_get_full_grad get all nan value | **Describe the bug**
hello, i try to train model with deepspeed ZERO, this is my script
```
import os
import torch
import deepspeed
from transformers import AutoTokenizer, AutoModelForCausalLM, AutoConfig
from torch.utils.data import DataLoader, TensorDataset
# Constants
MODEL_NAME = "facebook/opt-125m"
MAX... | closed | 2024-08-08T14:25:57Z | 2024-09-12T15:25:11Z | https://github.com/deepspeedai/DeepSpeed/issues/5883 | [
"bug",
"training"
] | gin-xi | 2 |
mars-project/mars | numpy | 2,828 | [BUG] Distributed training failed on Ray cluster | <!--
Thank you for your contribution!
Please review https://github.com/mars-project/mars/blob/master/CONTRIBUTING.rst before opening an issue.
-->
**Describe the bug**
Mars integrates some deep learning frameworks(PyTorch, TensorFlow), these frameworks usually need to set some environments for distributed trai... | open | 2022-03-16T10:02:50Z | 2022-03-16T10:02:50Z | https://github.com/mars-project/mars/issues/2828 | [
"type: bug",
"mod: learn"
] | hekaisheng | 0 |
pydantic/pydantic-settings | pydantic | 439 | Pydantic 2.5.0 regressed Discriminated Unions usage with DotEnvSettingsSource and forbidden extra | I haven't tested the latest main, but I'm pretty sure the issue is still not fixed.
https://github.com/pydantic/pydantic-settings/pull/386 introduced a regression which breaks what worked under 2.4.0. The problem probably is the new condition `lenient_issubclass(field.annotation, BaseModel) and env_name.startswith(f... | closed | 2024-10-07T18:46:00Z | 2024-10-07T18:54:40Z | https://github.com/pydantic/pydantic-settings/issues/439 | [
"unconfirmed"
] | pszpetkowski | 1 |
keras-team/keras | data-science | 20,052 | Is 2D CNN's description correct ? | > This layer creates a convolution kernel that is convolved with the layer
input over a single spatial (or temporal) dimension to produce a tensor of
outputs. If `use_bias` is True, a bias vector is created and added to the
outputs. Finally, if `activation` is not `None`, it is applied to the
out... | closed | 2024-07-28T07:25:48Z | 2024-07-29T15:31:01Z | https://github.com/keras-team/keras/issues/20052 | [
"type:docs"
] | newresu | 1 |
microsoft/unilm | nlp | 1,354 | ValueError: 'layoutlmv3' is already used by a Transformers config, pick another name. | I am trying to fine tune Layout LM v3 on my custom data for document layout analysis (distinguishing between text, table and figure). but I am encountering following issue:
Traceback (most recent call last):
File "/content/unilm/layoutlmv3/examples/object_detection/train_net.py", line 27, in <module>
from di... | open | 2023-11-06T04:32:16Z | 2025-01-10T06:58:46Z | https://github.com/microsoft/unilm/issues/1354 | [] | AbdulDD | 3 |
RobertCraigie/prisma-client-py | pydantic | 439 | Support query raw annotations | ## Problem
<!-- A clear and concise description of what the problem is. Ex. I'm always frustrated when [...] -->
Prisma recently changed how raw queries work internally, values are now returned alongside meta information, for example:
```json
{
"count": {"prisma__type": "bigint", "prisma__value": "1"}
}
... | closed | 2022-06-28T10:31:06Z | 2022-12-31T15:30:41Z | https://github.com/RobertCraigie/prisma-client-py/issues/439 | [
"kind/improvement",
"topic: internal",
"level/advanced",
"priority/high"
] | RobertCraigie | 3 |
Nekmo/amazon-dash | dash | 103 | How to use the "access_token" option | Hi,
Anyone can point out how to use the "access_token" option for running commands in Home Assistant?
Thanks. | closed | 2018-10-28T15:23:25Z | 2022-01-28T00:05:33Z | https://github.com/Nekmo/amazon-dash/issues/103 | [] | msanchezt | 8 |
noirbizarre/flask-restplus | flask | 603 | How to use api.expect with validate=True for own date-time type? | I wan´t to check my own date format, for example `'2019-03-07T15:40:01'`.
Here is how to generate it:
```
from datetime import datetime
datetime.now().isoformat(timespec='seconds')
```
I found some useful information in issue #204.
api object:
```
from jsonschema import FormatChecker
api = Api(blueprint,
... | closed | 2019-03-07T15:07:44Z | 2019-03-14T08:09:10Z | https://github.com/noirbizarre/flask-restplus/issues/603 | [] | nobodyman1 | 5 |
public-apis/public-apis | api | 3,127 | Crypto price.js | // Variables used by Scriptable.
// These must be at the very top of the file. Do not edit.
// icon-color: green; icon-glyph: dollar-sign;
// Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software withou... | closed | 2022-04-06T16:41:00Z | 2022-04-06T16:44:07Z | https://github.com/public-apis/public-apis/issues/3127 | [] | Joh777 | 0 |
httpie/cli | api | 987 | version check error running on a VM bitnami LAMP AWS Server | $ http --help
Traceback (most recent call last):
File "/usr/bin/http", line 5, in <module>
from pkg_resources import load_entry_point
File "/usr/lib/python3/dist-packages/pkg_resources/__init__.py", line 2927, in <module>
@_call_aside
File "/usr/lib/python3/dist-packages/pkg_resources/__init__.py", ... | closed | 2020-11-07T23:30:12Z | 2020-12-21T15:38:39Z | https://github.com/httpie/cli/issues/987 | [] | inglesuniversal | 1 |
tartiflette/tartiflette | graphql | 216 | mutation validation error message is not very helpful | ## Request a feature
* [ ] **Tartiflette version:** _0.8.8_
When required fields are missing in an input Object (at root or nested), the returned error message reports the field is missing from the mutation result object rather than indicating where in the input it is actually missing
e.g. this error is return... | closed | 2019-04-19T16:13:34Z | 2019-09-11T14:51:26Z | https://github.com/tartiflette/tartiflette/issues/216 | [
"enhancement"
] | bkcsfi | 3 |
dnouri/nolearn | scikit-learn | 131 | LICENSE | The PyPi package details (https://pypi.python.org/pypi/nolearn) imply that this code is MIT licensed but there doesn't seem to be a license file included in the git repo.
Please could you kindly confirm what license you have made this code available in and ideally add a license file to the repo?
| closed | 2015-07-27T11:50:45Z | 2015-07-27T14:33:01Z | https://github.com/dnouri/nolearn/issues/131 | [] | Rob-Bishop | 0 |
fastapi-users/fastapi-users | asyncio | 178 | Probem querying added user with psql | I have just added "Full example" to my fast api project with postgres.
After adding a user with cookie authentication, Trying to query and see recently added user by psql. when I query "user" table just see a table with single user column with a postgres value.
P.S: authentication is working but when i try to logout... | closed | 2020-05-07T11:50:59Z | 2020-12-01T06:39:05Z | https://github.com/fastapi-users/fastapi-users/issues/178 | [
"question",
"stale"
] | mahdikhashan | 7 |
graphql-python/graphql-core | graphql | 213 | Add the ability to specify `GraphQLResolveInfo.context` type | Currently, `GraphQLResolveInfo.context` is being typed as `Any`, making `GraphQLResolveInfo` a generic would give users the ability to provide their type. This is already being done in `GraphQL.js`
```
export type GraphQLFieldResolver<
TSource,
TContext,
TArgs = any,
TResult = unknown,
> = (
source: T... | open | 2024-02-20T00:51:52Z | 2024-02-20T05:57:38Z | https://github.com/graphql-python/graphql-core/issues/213 | [] | fedirz | 1 |
pyeve/eve | flask | 1,220 | get_internal pagination | I try to use get_internal('resource') in my custom controller to collect data from 2 or more resource.
get_internal result is more than the pagination limit, so I need some option to paging result, but the best to me to have a param to return all documents.
Could you help to me in this?
| closed | 2019-01-16T16:14:51Z | 2019-07-22T17:47:55Z | https://github.com/pyeve/eve/issues/1220 | [
"stale"
] | dulyts | 1 |
ipython/ipython | jupyter | 14,433 | Released PyPI versions have tags missing from repo | There maybe some others, I didn't check, but 8.16.1 was the one I was looking for:
https://pypi.org/project/ipython/8.16.1/
```
$ git checkout 8.16.1
error: pathspec '8.16.1' did not match any file(s) known to git
```
Where can I find [tags](https://github.com/ipython/ipython/tags) for the PyPI releases? | closed | 2024-05-09T20:12:58Z | 2024-05-14T17:33:57Z | https://github.com/ipython/ipython/issues/14433 | [] | wimglenn | 3 |
clovaai/donut | nlp | 4 | Local custom dataset & Potential typo in test.py | Hi, thanks for this interesting work!
I tried to use this model on a local custom dataset and followed the dataset structure as specified but it failed to load correctly. I ended up having to hard code some data loading code to make it work. It would be greatly appreciated if you guys can provide a demo or example of ... | closed | 2022-07-25T11:53:00Z | 2022-07-29T08:58:10Z | https://github.com/clovaai/donut/issues/4 | [] | xingjianz | 1 |
facebookresearch/fairseq | pytorch | 4,853 | Request to provide torchscript-ed model | ## 🚀 Feature Request
<!-- A clear and concise description of the feature proposal -->
https://huggingface.co/facebook/wav2vec2-base-960h/tree/main
provides only `model.state_dict()`. Please also consider upload a torchscript-ed model using either `torch.jit.script()`
or `torch.jit.trace()`.
### Motivation
I... | open | 2022-11-09T05:50:34Z | 2022-11-09T05:50:49Z | https://github.com/facebookresearch/fairseq/issues/4853 | [
"enhancement",
"help wanted",
"needs triage"
] | csukuangfj | 0 |
allenai/allennlp | data-science | 5,537 | Using evaluate command for multi-task model | <!--
Please fill this template entirely and do not erase any of it.
We reserve the right to close without a response bug reports which are incomplete.
If you have a question rather than a bug, please ask on [Stack Overflow](https://stackoverflow.com/questions/tagged/allennlp) rather than posting an issue here.
--... | closed | 2022-01-07T02:16:46Z | 2022-02-28T21:42:05Z | https://github.com/allenai/allennlp/issues/5537 | [
"bug",
"stale"
] | ICanFlyGFC | 10 |
strawberry-graphql/strawberry | django | 3,681 | GraohiQL is not disabled by None type | ## Describe the Bug
Seeting `graphiq=None` doesn't disable GraphiQL view. | closed | 2024-10-27T16:34:51Z | 2025-03-20T15:56:54Z | https://github.com/strawberry-graphql/strawberry/issues/3681 | [
"bug"
] | ldynia | 4 |
svc-develop-team/so-vits-svc | deep-learning | 18 | Many speaker voice conversion task | Hi
If i use your model for a voice conversion task with around 100 speakers, would its performance be better than that of freevc?
And can i get the checkpoint repository link? | closed | 2023-03-13T09:00:06Z | 2023-03-23T08:38:00Z | https://github.com/svc-develop-team/so-vits-svc/issues/18 | [] | lsw5835 | 1 |
supabase/supabase-py | flask | 667 | 🤓Add optional key_words:access_token to creat_client let auth user easier without signing in | **Is your feature request related to a problem? Please describe.**
here's about my understanding on recent issues and my explanation on solutions in PR #656
#658 #663 #645
___
in _cannot authenticate user_ #645
in short, i think it shows up for doing nothing on refresh the token passed to postgrest,it fixed in v... | closed | 2024-01-15T03:06:26Z | 2024-04-28T22:20:34Z | https://github.com/supabase/supabase-py/issues/667 | [] | AtticusZeller | 1 |
deezer/spleeter | deep-learning | 716 | Colab notebook not working | ## Description
Google colab notebook doesn't work. Thanks for you work and your support.
## Step to reproduce
Just used https://colab.research.google.com/github/deezer/spleeter/blob/master/spleeter.ipynb
in Google Colab Pro, GPU session
I get an error in line:
!spleeter separate -o output/ audio_example.mp... | closed | 2022-01-24T16:00:48Z | 2022-01-28T16:40:53Z | https://github.com/deezer/spleeter/issues/716 | [
"bug",
"invalid"
] | smithee771 | 3 |
plotly/dash | plotly | 2,224 | Gunicorn Dash Refreshing Error [BUG] | Hello, i'm created realtime crypto chart flask&dash app. My problem with gunicorn&dash combination. If i start flask "flask run". I'm not getting refresh errors. But if i start "gunicorn wsgi:app" i got refreshin errors. Let me explain the refresh error: dash callback (or whatever i don't know where is reason issue) se... | closed | 2022-09-11T17:54:42Z | 2024-07-24T15:14:03Z | https://github.com/plotly/dash/issues/2224 | [] | qraxiss | 1 |
mwaskom/seaborn | data-science | 3,694 | Geographic Filled KDE Plot | I am plotting lat/lon points on a geographic map, and I would like to underlay a KDE plot beneath scatter points. Because they are lat/lon points, the plotting will use a cartopy transform (in my case PlateCarree). When calling the kdeplot function with fill=False, everything works fine. However, with fill = True it re... | open | 2024-05-10T22:31:09Z | 2024-09-12T23:41:30Z | https://github.com/mwaskom/seaborn/issues/3694 | [] | bschweigert | 5 |
nteract/papermill | jupyter | 800 | error with `numpy` v2 | I get the following error when I run `papermill` with `numpy` version 2.0.0:
```
papermill.exceptions.PapermillExecutionError:
---------------------------------------------------------------------------
Exception encountered at "In [1]":
---------------------------------------------------------------------------
... | open | 2024-06-21T12:35:22Z | 2024-08-20T17:38:51Z | https://github.com/nteract/papermill/issues/800 | [
"bug",
"help wanted"
] | jbloom | 1 |
OpenBB-finance/OpenBB | python | 7,001 | [Bug] Installer Fails On Windows Because Poetry Can't Downgrade Itself | Chicken-and-Egg scenario with Poetry as a dependency, it can't manage itself as a versioned dependency in the project.

| closed | 2025-01-10T17:36:32Z | 2025-01-10T21:23:35Z | https://github.com/OpenBB-finance/OpenBB/issues/7001 | [
"bug",
"installer"
] | deeleeramone | 0 |
thtrieu/darkflow | tensorflow | 873 | tensorflow.python.framework.errors_impl.ResourceExhaustedError: OOM when allocating tensor with shape | ## tensorflow.python.framework.errors_impl.ResourceExhaustedError:
OOM when allocating tensor with shape[16,19,19,1024] and type float on /job:localhost/replica:0/task:0/device:CPU:0 by allocator cpu
[[Node: 36-leaky = Maximum[T=DT_FLOAT, _device="/job:localhost/replica:0/task:0/device:CPU:0"](mul_15, BiasA... | open | 2018-08-14T05:12:14Z | 2018-09-14T08:32:06Z | https://github.com/thtrieu/darkflow/issues/873 | [] | leekwunfung817 | 2 |
microsoft/MMdnn | tensorflow | 432 | how convert tranformer network model from tensorflow to pytorch ? | Platform (like ubuntu 16.04/win10):
Python version: python2.7
Source framework with version (like Tensorflow 1.8 with GPU):
Destination framework with version (pytorch with GPU):
Pre-trained model path (transformer network model):
I want convert transformer, which is for NLP and not in MMdnn.extract_mode... | closed | 2018-09-28T11:09:08Z | 2018-12-26T14:17:21Z | https://github.com/microsoft/MMdnn/issues/432 | [
"enhancement"
] | owenustc | 3 |
yt-dlp/yt-dlp | python | 12,337 | [10play.com.au] HTTP Error 502: Bad Gateway | ### Checklist
- [x] I'm reporting that yt-dlp is broken on a **supported** site
- [x] I've verified that I have **updated yt-dlp to nightly or master** ([update instructions](https://github.com/yt-dlp/yt-dlp#update-channels))
- [x] I've checked that all provided URLs are playable in a browser with the same IP and same... | open | 2025-02-11T04:25:44Z | 2025-02-11T14:59:47Z | https://github.com/yt-dlp/yt-dlp/issues/12337 | [
"geo-blocked",
"site-bug",
"triage"
] | nlogozzo | 0 |
microsoft/nni | pytorch | 5,670 | NNI install in development mode on macOS M1 | I install nni from soruce code in development mode on apple M1 by following instructions from https://nni.readthedocs.io/en/stable/notes/build_from_source.html
After install, I can import nni successfully.
However, when I try some simple NAS tutorial in here https://nni.readthedocs.io/en/stable/tutorials/hello_n... | open | 2023-08-24T19:57:07Z | 2023-10-25T14:08:56Z | https://github.com/microsoft/nni/issues/5670 | [] | XiaochunLiu | 1 |
Miserlou/Zappa | django | 1,782 | Django + Xray Issue | <!--- Provide a general summary of the issue in the Title above -->
## Context
<!--- Provide a more detailed introduction to the issue itself, and why you consider it to be a bug -->
<!--- Also, please make sure that you are running Zappa _from a virtual environment_ and are using Python 2.7/3.6 -->
Deploy with Dja... | open | 2019-02-24T10:43:25Z | 2019-08-21T12:29:21Z | https://github.com/Miserlou/Zappa/issues/1782 | [] | makarovstas | 2 |
docarray/docarray | fastapi | 1,430 | docs: index backend implementation docs | closed | 2023-04-21T11:12:08Z | 2023-05-19T11:04:03Z | https://github.com/docarray/docarray/issues/1430 | [
"area/docs"
] | JoanFM | 0 | |
521xueweihan/HelloGitHub | python | 2,670 | 【开源自荐】AI Group Tabs 用 AI 分类归纳浏览器标签页 | ## 推荐项目
- 项目地址:https://github.com/MichaelYuhe/ai-group-tabs
- 类别:JS
- 项目标题:使用 AI 自动分类归纳浏览器标签
- 项目描述:基于大语言模型以及 Chrome 的 Tab Group API,自动分类和归纳你的 Chrome 标签页,再也不用担心开了太多标签页挤成一团找不到了。支持自定义分组和自动归纳,支持 GPT 和 Gemini
- 亮点:永久免费使用,丰富的自定义规则
- 截图:

examples = [
... | closed | 2023-05-31T10:25:54Z | 2023-07-07T00:02:24Z | https://github.com/explosion/spaCy/issues/12688 | [
"lang / es",
"feat / lemmatizer"
] | torce | 5 |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.