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
DistrictDataLabs/yellowbrick
matplotlib
340
Code Conventions Guide for Documentation and Examples
In our documentation and code examples, we have several different styles around referring to the workflow and how to format code examples. It would be helpful to identify and establish a handful of code conventions that we follow to reduce the cognitive load for using this library. Code Examples: - Should always...
closed
2018-03-16T14:09:16Z
2018-04-10T17:33:24Z
https://github.com/DistrictDataLabs/yellowbrick/issues/340
[ "type: documentation" ]
ndanielsen
11
joeyespo/grip
flask
356
Doc suggestion - Docker run
Hi, great project! I just wanted to share a quick-and-dirty docker run one liner if anyone feel a docker container is useful there as I did. You may close this issue without changing anything if you want. I didn't know where else to share this. Cheers guys ``` # Access the working directory that you have the mar...
open
2022-03-07T18:43:30Z
2023-12-03T17:44:31Z
https://github.com/joeyespo/grip/issues/356
[]
jfftonsic
2
sqlalchemy/sqlalchemy
sqlalchemy
10,896
replace ORM loader depth warning with notes in cache disabled message
### Discussed in https://github.com/sqlalchemy/sqlalchemy/discussions/10895
closed
2024-01-18T02:09:24Z
2024-01-19T16:14:27Z
https://github.com/sqlalchemy/sqlalchemy/issues/10896
[ "orm", "loader depth warning" ]
zzzeek
2
huggingface/datasets
pandas
6,505
Got stuck when I trying to load a dataset
### Describe the bug Hello, everyone. I met a problem when I am trying to load a data file using load_dataset method on a Debian 10 system. The data file is not very large, only 1.63MB with 600 records. Here is my code: from datasets import load_dataset dataset = load_dataset('json', data_files='mypath/oaast_r...
open
2023-12-16T11:51:07Z
2024-12-24T16:45:52Z
https://github.com/huggingface/datasets/issues/6505
[]
yirenpingsheng
7
openapi-generators/openapi-python-client
rest-api
138
Generated code style
Would you consider taking extra care to follow style conventions in the generated code? I noticed a few things, like [spaces at the beginning and end of docstrings](https://github.com/triaxtec/openapi-python-client/blob/main/openapi_python_client/templates/endpoint_module.pyi#L45), or an [extra blank line after a fu...
closed
2020-08-06T15:09:46Z
2020-09-26T15:19:28Z
https://github.com/openapi-generators/openapi-python-client/issues/138
[ "✨ enhancement", "👋 good first issue" ]
pawamoy
5
DistrictDataLabs/yellowbrick
scikit-learn
398
Manifold Feature Engineering
![Manifold Methods](http://scikit-learn.org/stable/_images/sphx_glr_plot_compare_methods_001.png) Currently we have a t-SNE visualizer for text, but we can create a general manifold learning visualizer for projecting high dimensional data into 2 dimensions that respect non-linear effects (unlike our current decompo...
closed
2018-05-12T15:09:31Z
2018-05-18T01:04:03Z
https://github.com/DistrictDataLabs/yellowbrick/issues/398
[ "type: feature", "priority: low", "level: intermediate" ]
bbengfort
1
Avaiga/taipy
data-visualization
2,470
[🐛 BUG] Data Node Selector does not display nodes with CYCLE Scope
### What went wrong? 🤔 When I create a Scenario with Cycles (that is, I add Scope.CYCLE to certain Data Node configuration objects + I add a Frequency to the Scenario), I can't see the Data Node in the Data Node selector. I see the GLOBAL and the SCENARIO Data Nodes, but not those with Scope CYCLE. ### Expected Beha...
closed
2025-03-03T07:53:17Z
2025-03-04T12:04:03Z
https://github.com/Avaiga/taipy/issues/2470
[ "Core", "🟥 Priority: Critical", "🖰 GUI", "💥Malfunction" ]
enarroied
3
axnsan12/drf-yasg
django
319
Swagger-codegen params order is changing with every update on the backend breaking the frontend
When using swagger-codegen to generate typescript-angular swagger the params order is changed thus breaking my frontend application. ![screenshot_2019-02-21_14-14-15](https://user-images.githubusercontent.com/25223111/53168487-63d0fe00-35e3-11e9-99c5-fbfa262eaefe.png)
closed
2019-02-21T12:17:37Z
2019-03-09T19:38:25Z
https://github.com/axnsan12/drf-yasg/issues/319
[ "bug" ]
aldokkani
12
sherlock-project/sherlock
python
1,750
Sas
M
closed
2023-03-16T05:41:10Z
2023-03-16T14:47:36Z
https://github.com/sherlock-project/sherlock/issues/1750
[]
Dodsad
0
fastapi-users/fastapi-users
fastapi
171
Swagger issue for endpoints register & update
Hi, First of all, great job. It's a very useful library. However, after having setup my project. I noticed a few issues in the generated Swagger documentation. Indeed, the request body is pre-filled with the following information: ``` { "id": "string", "email": "user@example.com", "is_active": true, ...
closed
2020-04-30T10:15:08Z
2021-03-25T21:16:07Z
https://github.com/fastapi-users/fastapi-users/issues/171
[ "enhancement" ]
anancarv
11
saulpw/visidata
pandas
1,841
Keystroke ] not detected on Windows
In Powershell and cmd.exe I encountered that sorting didn't work in both orders. The `[` shortcut was detected and had its effect, but the `]` didn't. I narrowed it down to a problem with `windows-curses`, and in turn with its dependency `PDCurses`: https://github.com/zephyrproject-rtos/windows-curses/issues/41 Here...
closed
2023-04-06T07:26:41Z
2024-11-13T06:23:05Z
https://github.com/saulpw/visidata/issues/1841
[ "bug", "fixed", "windows" ]
bartbroere
5
matplotlib/mplfinance
matplotlib
264
live update of the chart
I have data streaming through API calls to Alpaca and it is real time stock market data, it is using the code below to get data, and "on_message" event triggers I parse the data to pandas dataframe object dfObj, then plot the candlestick chart. Now the issue is the chart will need to be closed manually in order for it...
closed
2020-09-16T20:20:48Z
2024-02-17T12:22:29Z
https://github.com/matplotlib/mplfinance/issues/264
[ "question" ]
gchudublin
35
lundberg/respx
pytest
11
Rebrand
Rename to `respx` for shorter and more alike `httpx`.
closed
2019-11-16T11:10:19Z
2019-11-16T11:39:58Z
https://github.com/lundberg/respx/issues/11
[]
lundberg
0
2noise/ChatTTS
python
135
文字多了会乱套
会跳跃性的阅读,而且语言会稀里糊涂的发声
closed
2024-05-31T08:16:05Z
2024-07-17T04:01:31Z
https://github.com/2noise/ChatTTS/issues/135
[ "stale" ]
cgk100
2
aiogram/aiogram
asyncio
1,500
Significant Response Delay After Idle Period in Version 3
### Checklist - [X] I am sure the error is coming from aiogram code - [X] I have searched in the issue tracker for similar bug reports, including closed ones ### Operating system Oracle Linux 7 ### Python version 3.9 ### aiogram version 3.6.0 ### Expected behavior The bot should respond promptly without signif...
closed
2024-05-31T07:21:37Z
2024-07-31T04:16:15Z
https://github.com/aiogram/aiogram/issues/1500
[ "bug", "confirmed" ]
askhat-spec
12
jonaswinkler/paperless-ng
django
378
Make dashboard page a true dashboard for productivity?
Hi, first I really like the dashboard / intro page as it's pretty informative for first-start users. But if you work a lot with the application, I noticed, that it doesn't help me to do work, so I only skip it. Instead, it could help me as a personal entrypoint, similar like it shows already the installation stats ...
open
2021-01-17T20:53:33Z
2022-08-01T17:56:48Z
https://github.com/jonaswinkler/paperless-ng/issues/378
[ "feature request" ]
Matthias84
10
CorentinJ/Real-Time-Voice-Cloning
tensorflow
467
Could not find Source.Txt file in dataset
Hi In ENCODER, speaker.py reads source.txt from data set which is not found. When i run the train loop , it is showing me error: FileNotFoundError: Caught FileNotFoundError in DataLoader worker process 0. Original Traceback (most recent call last): File "/home/shivani/anaconda3/lib/python3.7/site-packages/tor...
closed
2020-08-04T13:10:13Z
2020-08-07T07:27:30Z
https://github.com/CorentinJ/Real-Time-Voice-Cloning/issues/467
[]
Tayal-S
1
horovod/horovod
pytorch
3,275
Cannot install horovod[spark] for Tensorflow 2.6
**Environment:** 1. Framework: TensorFlow 2. Framework version:2.6.2 3. Horovod version: 0.23 4. MPI version:4.1.1 5. CUDA version:N/A 6. NCCL version:N/A 7. Python version: 3.7 8. Spark / PySpark version: 2.4.5 9. Ray version:N/A 10. OS and version: RHEL 8.4 11. GCC version: 9.3.0 12. CMake version: 3.5.0 ...
closed
2021-11-16T01:15:17Z
2022-03-02T21:40:46Z
https://github.com/horovod/horovod/issues/3275
[ "bug" ]
LifengWang
8
Layout-Parser/layout-parser
computer-vision
99
pip3 install detectron2
I'm trying to run a Docker file and install layoutparser using the following pip command RUN pip3 install layoutparser torchvision && pip install "git+https://github.com/facebookresearch/detectron2.git@v0.5#egg=detectron2" I get the following error message back `#15 354.2 aarch64-linux-gnu-gcc: fatal error...
open
2021-11-09T16:43:41Z
2021-11-09T16:43:41Z
https://github.com/Layout-Parser/layout-parser/issues/99
[ "bug" ]
solidHeroLink
0
OFA-Sys/Chinese-CLIP
nlp
38
请问VG的中文数据集从哪里获取?
closed
2023-01-12T07:54:43Z
2023-02-04T08:28:30Z
https://github.com/OFA-Sys/Chinese-CLIP/issues/38
[]
coni-coco
1
vaexio/vaex
data-science
2,046
Error installing vaex on win10
Error installing vaex on win10 **Description** I try to install vaex on **windows 10**, **amd64** cpu inside a **venv**. with command: - `pip install vaex` - `pip install vaex-core vaex-viz vaex-jupyter vaex-server vaex-hdf5 vaex-astro vaex-ml` with the same problem. **Software information** - Vaex versi...
open
2022-05-08T06:57:50Z
2022-05-08T13:16:45Z
https://github.com/vaexio/vaex/issues/2046
[]
automataIA
2
StackStorm/st2
automation
5,460
Include PySocks package in st2client module.
## SUMMARY By default, the st2client cli doesn't support SOCKS proxy connection using `HTTP_PROXY`, `HTTPS_PROXY` because it lacks the `pysocks` pypi package. ### STACKSTORM VERSION ``` ❯ st2 --version st2 3.5.0, on Python 3.8.12 ``` ### OS, environment, install method Client: MacOS Big Sur, Python 3....
closed
2021-11-26T16:38:32Z
2022-01-12T00:18:58Z
https://github.com/StackStorm/st2/issues/5460
[ "enhancement" ]
kingsleyadam
4
lux-org/lux
jupyter
341
[BUG] How to convert <class 'pandas.core.frame.DataFrame'> to Lux dataframe
Hello, Is there any method to explicitly convert pandas dataframe to lux dataframe. Because when I'm trying to convert pandas dataframe df.save_to_html then pandas dataframe is not supporting. I'm getting error as : AttributeError: 'DataFrame' object has no attribute 'save_as_html'. Please help on this issue. Than...
closed
2021-04-05T17:32:49Z
2021-04-05T17:56:31Z
https://github.com/lux-org/lux/issues/341
[]
arjunko
2
babysor/MockingBird
deep-learning
813
ValueError("loaded state dict contains a parameter group " 使用別人的訓練合成器延續訓練下去都會出錯。
D:\MockingBird-0.0.1\MockingBird-0.0.1>python synthesizer_train.py CZC D:\Down\Ai\SV2TTS\synthesizer Arguments: run_id: CZC syn_dir: D:\Down\Ai\SV2TTS\synthesizer models_dir: synthesizer/saved_models/ save_every: 1000 backup_every: 25000 log_every: 20...
open
2023-01-08T16:27:41Z
2023-05-25T08:18:58Z
https://github.com/babysor/MockingBird/issues/813
[]
hanjidont
2
gevent/gevent
asyncio
1,453
why does my gevent run slowly than the normal program ?
Python Version : 3.7.3 IDE : pycharm problems : I make a speed testing. I am trying to read the local file whihc are more then 2000 , it took for 6.5 seconds when i use the gevent moulde, another took for 2.8 seconds when normally i used 'for in'. I want to know why does not gevent raise efficiency for I/O. ...
closed
2019-08-27T05:23:59Z
2021-11-19T01:26:21Z
https://github.com/gevent/gevent/issues/1453
[ "Type: Question" ]
allwell997
17
allenai/allennlp
data-science
5,548
Set different Cache Directory for the Predictor.from_path api
Hi all, I am using Dataiku platform for my project developement and there I need allennlp in my pipeline. But while using the **Predictor.from_path** api, I am basically facing a Permission Denied issue, as Dataiku is not allowing to create the CACHE_ROOT directory ".allennlp" under its root folder. Please see the ...
closed
2022-01-24T08:24:13Z
2022-02-01T06:27:26Z
https://github.com/allenai/allennlp/issues/5548
[ "question" ]
ytiam
6
microsoft/nni
data-science
5,634
if _name is not defined in HPO space, the experiment will not stop.
**Describe the issue**: When testing nested sub-search-space in HPO, if _name is not defined, the experiment will not stop. **Environment**: - NNI version: 2.10 - Training service (local|remote|pai|aml|etc): local - Client OS: linux - Server OS (for remote mode only): - Python version: 3.7 - PyTorch/TensorF...
open
2023-07-14T07:22:27Z
2023-08-11T06:54:45Z
https://github.com/microsoft/nni/issues/5634
[]
heibaidaolx123
0
nonebot/nonebot2
fastapi
3,067
Plugin: nonebot-plugin-searchgames
### PyPI 项目名 nonebot-plugin-searchgames ### 插件 import 包名 nonebot_plugin_searchgame ### 标签 [{"label":"Steam","color":"#ea5252"},{"label":"switch","color":"#ea5252"}] ### 插件配置项 _No response_
closed
2024-10-26T01:29:14Z
2024-10-26T01:55:27Z
https://github.com/nonebot/nonebot2/issues/3067
[ "Plugin" ]
NYAGO666
1
aiogram/aiogram
asyncio
1,031
[3.x] aiogram is looking for redis when aioredis is installed (fix imports)
### Checklist - [X] I am sure the error is coming from aiogram code - [X] I have searched in the issue tracker for similar bug reports, including closed ones ### Operating system macos 12.2.1 (21D62) ### Python version 3.9 ### aiogram version 3.0.0b5 ### Expected behavior redis fsm storage works with aioredis ...
closed
2022-10-18T14:37:59Z
2022-10-19T09:09:47Z
https://github.com/aiogram/aiogram/issues/1031
[ "wontfix", "3.x" ]
Stasyanz
5
encode/httpx
asyncio
2,888
AsyncClient does not recognize a `cert` has been passed.
I'm capable of doing the following ``` $ curl https://foobar.com --cert /path/to/cert ``` However, when using a Session instance of `httpx.AsyncClient`, passing the cert gives me error from the server that no certs have been passed.
closed
2023-10-12T01:32:35Z
2023-10-13T01:31:17Z
https://github.com/encode/httpx/issues/2888
[]
achillesrasquinha
1
jschneier/django-storages
django
1,188
No rename method on GoogleCloudStorage
I'm using the following to allow renaming: ``` @deconstruct.deconstructible class GoogleCloudStorage(gcloud.GoogleCloudStorage): def path(self, name) -> typing.AnyStr: raise NotImplementedError() def get_accessed_time(self, name) -> datetime.datetime: raise NotImplementedError() ...
closed
2022-10-26T10:29:33Z
2024-04-21T01:25:07Z
https://github.com/jschneier/django-storages/issues/1188
[]
wieczorek1990
1
open-mmlab/mmdetection
pytorch
11,148
During training of RTMDet loss_box and loss_mask are always 0
**Describe the bug** When trying to train an RTMDet model of any size using MMDetection on a COCO format dataset, during training the loss and loss_cls parameters will descend as normal, but the loss_box and loss_mask parameters start and stay at 0 for all of training. The model also does not produce any results durin...
open
2023-11-09T15:18:26Z
2024-11-25T09:49:55Z
https://github.com/open-mmlab/mmdetection/issues/11148
[]
h-fernand
8
K3D-tools/K3D-jupyter
jupyter
117
Example "volume_render" does not work
I'm trying to run an example [volume_renderer](https://github.com/K3D-tools/K3D-jupyter/blob/master/examples/volume_renderer.ipynb) and I have error. In the case of Binder, module 'nibabel' don't exist. If I try locally with installed 'nibabel' - there is no 3D object, only an empty grid of coordinates is visible.
closed
2018-11-05T13:22:20Z
2018-11-19T11:17:18Z
https://github.com/K3D-tools/K3D-jupyter/issues/117
[]
sergii-mamedov
1
noirbizarre/flask-restplus
api
462
Swagger UI assumes body payload when using api_ns.expect(model) for HTTP GET handler
Looking through the the [docs](http://flask-restplus.readthedocs.io/en/stable/swagger.html), there's an example of setting a model as an expected input to the get request handler, and to me it would be reasonable to assume that restplus would use this model to validate query string parameters as it's the only place tha...
open
2018-06-04T13:42:22Z
2019-12-23T04:56:27Z
https://github.com/noirbizarre/flask-restplus/issues/462
[]
mr-tabasco
5
dinoperovic/django-salesman
rest-api
2
Add ability to specify extra during checkout
**Is your feature request related to a problem? Please describe.** Saving extra data on order (eg. "phone number") during the checkout requires an additional POST request to `/api/basket/extra/`. **Describe the solution you'd like** When sending a POST request to `/api/checkout/` add an ability to send `extra` dat...
closed
2020-03-18T14:02:57Z
2020-05-22T10:46:10Z
https://github.com/dinoperovic/django-salesman/issues/2
[ "enhancement" ]
dinoperovic
0
d2l-ai/d2l-en
machine-learning
2,472
It prompts ValueError: numpy.ndarray size changed, may indicate binary incompatibility. Expected 96 from C header, got 88 from PyObject
``` from d2l import torch as d2l ``` ``` Traceback (most recent call last): File "/xxx/pytorch/linear_regression/linear_regression.py", line 6, in <module> from d2l import torch as d2l File "/xxx/miniconda3/envs/d2l/lib/python3.9/site-packages/d2l/torch.py", line 32, in <module> import pandas ...
open
2023-04-25T13:00:34Z
2023-04-29T03:13:05Z
https://github.com/d2l-ai/d2l-en/issues/2472
[]
archerbj
1
globaleaks/globaleaks-whistleblowing-software
sqlalchemy
3,796
Notification Rules for unread reports
### Proposal At the moment the notifications for unread reports are sent to all recipients of a context, also if one of them as already read the report. Ex. Context with 3 recipients: A, B, C. If A has read the reports, notifications should not be sent to B and C because in this way these two recipients get spamme...
open
2023-11-20T10:54:02Z
2023-12-18T11:52:16Z
https://github.com/globaleaks/globaleaks-whistleblowing-software/issues/3796
[ "T: Feature" ]
eleibr
3
microsoft/nni
deep-learning
5,192
Please provide updated example code of pruning
<!-- Please only use this template for submitting enhancement requests --> **What would you like to be added**: provide updated example code of pruning **Why is this needed**: I got warning: `WARNING: The old API trainer,traced_optimizer,criterion,training_batches,mode,dummy_input will be deprecated after NNI...
closed
2022-10-31T02:32:57Z
2023-05-08T07:47:00Z
https://github.com/microsoft/nni/issues/5192
[]
wwdok
2
roboflow/supervision
tensorflow
831
useing my viedo to run speed
### Search before asking - [X] I have searched the Supervision [issues](https://github.com/roboflow/supervision/issues) and found no similar feature requests. ### Question HI ,i used my viedo to run speed [speed_estimation](https://github.com/roboflow/supervision/tree/develop/examples/speed_estimation) code. I did...
closed
2024-02-01T07:34:15Z
2024-02-01T09:30:04Z
https://github.com/roboflow/supervision/issues/831
[ "question" ]
althonmp
4
itamarst/eliot
numpy
385
Add support for async functions to @capture_logging
`@capture_logging` won't work for async functions, but it should be possible to make it do so. `pytest-asyncio` for example allows async methods to be run as tests.
open
2019-03-07T18:30:32Z
2019-03-07T18:30:32Z
https://github.com/itamarst/eliot/issues/385
[ "bug" ]
itamarst
0
matplotlib/matplotlib
matplotlib
28,908
[Bug]: Possible performance issue with _LazyTickList
### Bug summary The descriptor seems to get called twice and thus the expensive `instance._get_tick(major=True)` is executed twice. Ping @anntzer, who helped craft the implementation. ### Code for reproduction When adding the following into `_LazyTickList.__get__` ``` if self._major: ...
closed
2024-09-30T15:58:33Z
2024-10-01T06:41:12Z
https://github.com/matplotlib/matplotlib/issues/28908
[ "Performance" ]
timhoffm
0
airtai/faststream
asyncio
1,276
Bug: BufferError in confluent kafka broker
**Describe the bug** Hello, everyone! I have a question when processing messages using Confluent Kafka. If I have multiple subscribers going that all process mesages and publish them to another topic, I quickly get a `BufferError`. Updating `max_batch_size` on my broker didn't seem to help. I resorted to catching th...
closed
2024-03-01T08:47:39Z
2024-03-01T19:53:55Z
https://github.com/airtai/faststream/issues/1276
[ "bug" ]
kumaranvpl
0
clovaai/donut
nlp
222
How can I use this model for Feature Extraction. Everytime i reload the model, i get different set of feature values (output from the last hidden state)for the same image
open
2023-07-04T07:32:43Z
2023-07-04T07:35:37Z
https://github.com/clovaai/donut/issues/222
[]
Shrutijain23
0
jmcnamara/XlsxWriter
pandas
778
problem, random cells write as zero
Hi hi :3 I found this writing data with pandas + xlsxwriter, actually some formulas just don't are written correctly, and are not exactly random, lets test with this code: ``` import pandas a=[] for i in range(50): a.append("=1+1.0") dd = pandas.DataFrame(a, columns=["test"]) dd.to_excel("test.x...
closed
2021-01-22T07:58:00Z
2021-01-22T19:47:13Z
https://github.com/jmcnamara/XlsxWriter/issues/778
[ "ready to close", "awaiting user feedback" ]
latot
7
jina-ai/serve
fastapi
6,039
ERROR: Cannot install jina because these package versions have conflicting dependencies.
When trying to install clip_server, I am getting this error with the jina package. The error showed up a few hours ago (was fine yesterday on September 4). pip install jina ERROR: Cannot install jina because these package versions have conflicting dependencies. The conflict is caused by: opentelemetry-instr...
closed
2023-09-06T00:01:28Z
2023-09-06T15:02:01Z
https://github.com/jina-ai/serve/issues/6039
[]
kirandeol
5
mitmproxy/mitmproxy
python
6,313
Better UX
#### Problem Description The software lacks of basic features that would make user experience much better #### Proposal - Delete button should have a dropdown menu entry to delete all intercepted requests - Keyboard key `delete` should delete selected intercepted request - There should be a pause button to t...
open
2023-08-11T11:40:19Z
2023-08-11T11:40:19Z
https://github.com/mitmproxy/mitmproxy/issues/6313
[ "kind/feature" ]
VibingCreator
0
mljar/mercury
data-visualization
11
Add text input
Add text input. Please remember to sanitize the input.
closed
2022-01-17T14:10:12Z
2022-01-26T17:45:07Z
https://github.com/mljar/mercury/issues/11
[ "enhancement", "help wanted" ]
pplonski
1
darrenburns/posting
rest-api
217
Bug: ignore user-agent header and uses it own user-agent
When i set a user-agent posting ignore my user-agent and use it default user agent i'v had posting v2.3.0 and i update to v2.5.2 but it not fixed!
closed
2025-03-09T11:28:03Z
2025-03-13T20:05:50Z
https://github.com/darrenburns/posting/issues/217
[ "bug" ]
ImMohammad20000
4
jmcnamara/XlsxWriter
pandas
914
Bug: Boolean Issue
### Current behavior The issue occurs in locally installed Microsoft Office 365, when a spreadsheet generated by xlsxWriter contains a column of type BOOLEAN. When I open the worksheet I get a message saying that a problem was found, and Excel asks me if I want it to recover the worksheet as much as it can. ### Ex...
closed
2022-10-11T23:06:04Z
2022-10-12T08:47:37Z
https://github.com/jmcnamara/XlsxWriter/issues/914
[ "bug" ]
pmateirodestaxa
2
Yorko/mlcourse.ai
numpy
693
some notes on MAPE and infinite values
Lecture 9 describes MAPE and other metrics. As noted by @amber4eg it's good to mention that these metrics can explode around zero.
closed
2021-12-22T22:21:02Z
2022-01-07T13:26:02Z
https://github.com/Yorko/mlcourse.ai/issues/693
[ "articles" ]
Yorko
0
ploomber/ploomber
jupyter
541
add an example for processing independent chunks
This is a recurrent pattern and a few users have asked us about it so we should have a working example. Assume you're getting data on batches, users want to pass the batch through the full pipeline when the next batch arrives, they want to repeat the process. An extension of this problem is when they already have al...
closed
2022-02-04T21:15:42Z
2022-09-02T22:53:17Z
https://github.com/ploomber/ploomber/issues/541
[]
edublancas
0
tensorflow/tensor2tensor
machine-learning
1,835
Example code for speech to text using tensor2tensor
### Description Hi, Can you please share an example code to convert speech to text using Tensor2Tensor (maybe with transformer) mode? This will help a lot. Thanks Nagaraju ... ### Environment information Python 3.7.7 tensor2tensor 1.15.7 ``` OS: <Windows 10 (64 bit)> $ pip freeze | grep tensor #...
open
2020-07-21T17:56:10Z
2020-07-21T17:56:10Z
https://github.com/tensorflow/tensor2tensor/issues/1835
[]
nag0811
0
plotly/plotly.py
plotly
4,633
How to smooth 3D surface plot
I have a 3D surface plot like this: ![image](https://github.com/plotly/plotly.py/assets/144340455/567b26e0-e501-42ff-b108-ef67af0391dd) I am not sure how to smooth this plot, I searched but could not find any information.
closed
2024-06-13T09:39:14Z
2024-07-12T00:05:48Z
https://github.com/plotly/plotly.py/issues/4633
[]
btayhan
2
globaleaks/globaleaks-whistleblowing-software
sqlalchemy
3,951
Login in sub sites not work
### What version of GlobaLeaks are you using? 4.14.3 ### What browser(s) are you seeing the problem on? All ### What operating system(s) are you seeing the problem on? Linux ### Describe the issue Hi, I have created subsites in globaleaks, but when creating users within these subsites, the login does not work...
closed
2024-01-12T15:36:24Z
2024-06-15T13:12:49Z
https://github.com/globaleaks/globaleaks-whistleblowing-software/issues/3951
[]
aapian
5
torrvision/crayon
data-visualization
19
Implement some form of web interface
It's annoying to write scripts to save / delete runs. We should just run a bootstrap frontend or something. Probably to do when / after we refactor the server.
open
2017-02-14T14:37:08Z
2017-02-14T16:55:24Z
https://github.com/torrvision/crayon/issues/19
[ "enhancement" ]
edran
0
qubvel-org/segmentation_models.pytorch
computer-vision
707
Deep supervision for Unet++?
Hi, I'd like to know if your Unet++ implementation has deep supervision too. Thanks for a great repo <3
closed
2023-01-08T15:35:24Z
2023-05-12T01:52:52Z
https://github.com/qubvel-org/segmentation_models.pytorch/issues/707
[ "Stale" ]
Abermal
3
mkhorasani/Streamlit-Authenticator
streamlit
51
Clean up README.md
Some possible corrections: 1. Say somewhere one needs to install pyyaml and import yaml 2. In the first code snippet in 'Creating a login widget', replace `Loader=SafeLoader` by `Loader=yaml.SafeLoader` Or something like that as I struggled to realize the above from the README.md. It may be obvious to a lot of ...
closed
2023-03-06T04:08:28Z
2023-03-06T07:22:22Z
https://github.com/mkhorasani/Streamlit-Authenticator/issues/51
[]
fascani
1
python-restx/flask-restx
api
239
AssertionError: View function mapping is overwriting an existing endpoint function: api.specs
Hello, I'm working on an API using Flask (full library versions available below) and Flask-Restx and [importing via Blueprints](https://flask-restx.readthedocs.io/en/latest/scaling.html#use-with-blueprints) with a project structure like so: ```bash . ├── application │   ├── apis │   │   ├── __init__.py │   │...
closed
2020-10-15T06:27:38Z
2023-06-01T05:04:14Z
https://github.com/python-restx/flask-restx/issues/239
[ "question" ]
proffalken
4
ultralytics/ultralytics
deep-learning
18,749
在Ubuntu上训练时,总是会卡主两三分钟,该怎么解决呢?
### Search before asking - [x] I have searched the Ultralytics YOLO [issues](https://github.com/ultralytics/ultralytics/issues) and [discussions](https://github.com/ultralytics/ultralytics/discussions) and found no similar questions. ### Question 卡在了Model.py文件中的下面这一句: self.trainer = (trainer or self._smart_load("tr...
open
2025-01-18T09:17:46Z
2025-01-20T09:09:57Z
https://github.com/ultralytics/ultralytics/issues/18749
[ "question" ]
retioa11
5
voila-dashboards/voila
jupyter
1,510
Voila and Jupyterlab notebook command interactions
<!-- Welcome! Before creating a new issue please search for relevant issues and recreate the issue in a fresh environment. --> Thank you for the work behind Voila. It is the perfect tool for the demos I had the opportunity to show in the past years. I am however facing an issue in a trick I use to control the flow o...
open
2024-11-19T17:06:28Z
2024-11-19T17:06:28Z
https://github.com/voila-dashboards/voila/issues/1510
[ "bug" ]
protopyte
0
KevinMusgrave/pytorch-metric-learning
computer-vision
167
UserWarning "this overload of nonzero is deprecated" when using with PyTorch 1.6
Hi, Not really a big deal, just started getting a deprecation warning after updating to the PyTorch 1.6: ``` /opt/conda/lib/python3.7/site-packages/pytorch_metric_learning/utils/loss_and_miner_utils.py:79: UserWarning: This overload of nonzero is deprecated: nonzero() Consider using one of the following signatu...
closed
2020-08-04T14:21:26Z
2020-08-08T00:51:31Z
https://github.com/KevinMusgrave/pytorch-metric-learning/issues/167
[ "enhancement", "fixed in dev branch" ]
thinline72
1
ansible/ansible
python
84,164
Enhancing of validate_argument_spec documentaiton
### Summary The documentation lack clarity and information about options. For example, default and required are mutually exclusive but it is only listed in the spec of the module https://docs.ansible.com/ansible/latest/dev_guide/developing_program_flow_modules.html#argument-spec but not in the main documentation ...
closed
2024-10-24T12:36:11Z
2024-11-18T14:00:02Z
https://github.com/ansible/ansible/issues/84164
[ "module", "has_pr", "affects_2.16" ]
4SH-gaupee
3
OFA-Sys/Chinese-CLIP
nlp
333
使用MUGE微调时,训练日志里面的Image2Text Acc与评测时的R@1的召回指标不一致?
评测时top1的召回, 与训练日志里的acc不一致,是两者的计算方式有差别吗?
open
2024-07-25T07:35:46Z
2024-07-25T07:35:46Z
https://github.com/OFA-Sys/Chinese-CLIP/issues/333
[]
dulibubai
0
ray-project/ray
pytorch
51,527
[Train] Crash at end of training
### What happened + What you expected to happen Recently I've been staring to experience a crash at the end of training. The backtrace is always the same: ``` Training completed after 1 iterations at 2025-03-05 04:39:56. Total running time: 8min 51s 2025-03-05 04:39:56,506 INFO tune.py:1009 -- Wrote the latest versio...
open
2025-03-19T16:53:00Z
2025-03-19T22:00:57Z
https://github.com/ray-project/ray/issues/51527
[ "bug", "triage", "train" ]
jleben
0
ivy-llc/ivy
pytorch
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
lanpa/tensorboardX
numpy
138
add_graph raises RuntimeError when parsing constant node
Hello I got "RuntimeError: VariableType::ID() not implemented" when parsing constant nodes in the computation graph. code to reproduce the RuntimeError: ```python class SimpleModel(nn.Module): def __init__(self): super().__init__() def forward(self, x): return x * 2 input = (...
closed
2018-05-03T08:12:24Z
2018-05-08T16:03:23Z
https://github.com/lanpa/tensorboardX/issues/138
[]
jhg543
1
Gozargah/Marzban
api
1,116
alpn custom config
درود alpn رو در پنل تعین میکنم ولی با کاستوم کانفیگ منتقل نمی شود کانفیگ reality و vless ws tls رو تست کردم
closed
2024-07-16T00:42:41Z
2024-07-16T10:27:46Z
https://github.com/Gozargah/Marzban/issues/1116
[ "Bug" ]
w0l4i
2
d2l-ai/d2l-en
deep-learning
2,460
Cannot install package `d2l` due to failure of collecting `matplotlib` version 3.4
Dear all, I am on Macbook Pro Early 2011 and macOS 10.13.6. I was trying to install the `d2l` package and it outputs the following. I have `matplotlib` version 3.6.2 and `matplotlib-inline` version 0.1.6 installed on my machine. The Python version I use is 3.11.2, which I think is the latest(?). ``` ➜ ~ python3...
closed
2023-03-29T11:07:25Z
2023-04-02T19:04:09Z
https://github.com/d2l-ai/d2l-en/issues/2460
[]
guojing0
0
yzhao062/pyod
data-science
455
How to use of anogan ??
Hello Sir, I have interesting on Anomaly Detection Task. My task is to detect anomaly on Image. So I tried to find anogan model and I got some source from another github-site. Surprisingly, PyOD already has anogan. (But I think that PyOD's input type is feature vector-based, but anogan's input type is image-ba...
open
2022-11-09T01:34:39Z
2022-12-15T12:01:59Z
https://github.com/yzhao062/pyod/issues/455
[]
edwardcho
7
alpacahq/alpaca-trade-api-python
rest-api
602
[Bug]: 'Stock' object has no attribute 'df'
### Is there an existing issue for this? - [X] I have searched the existing issues ### Current Behavior I get the following error and could not check if data is updated: `'Stock' object has no attribute 'df'` ### Expected Behavior I should not get any error and I should be able to check if data is updated ### ...
closed
2022-04-08T13:48:58Z
2022-04-12T04:19:00Z
https://github.com/alpacahq/alpaca-trade-api-python/issues/602
[]
sshcli
0
biosustain/potion
sqlalchemy
89
No way to manually serialize objects?
If I write my own route, that for example creates a new object, sometimes I would want to send that object back to the client as JSON. It's not possible to return a SQLAlchemy object - I get: ``` raise TypeError(repr(o) + " is not JSON serializable") ``` Is there an easy way to pass Potion an obect and have it ret...
closed
2016-07-04T16:04:54Z
2016-07-04T17:20:16Z
https://github.com/biosustain/potion/issues/89
[]
dabeeeenster
5
kubeflow/katib
scikit-learn
1,864
Support hierarchical hyperparameter combinations
/kind feature **Describe the solution you'd like** I'd like to be able to do hyperparameter tuning over a hierarchical hyperparameter space. Specifically, I'd like to be able to do something like this Optuna example: https://github.com/optuna/optuna-examples/blob/main/sklearn/sklearn_simple.py#L24-L32 Where...
open
2022-05-11T20:08:54Z
2023-09-05T02:36:30Z
https://github.com/kubeflow/katib/issues/1864
[ "kind/feature", "lifecycle/frozen" ]
knkski
2
scikit-optimize/scikit-optimize
scikit-learn
240
Add support for the `args=()` argument to the *_minimize API
Hi, maybe I'm doing this wrong, but I was trying to implement a version of what's in the hyperparameter optimization example, but not in an interactive notebook. If I set up the training data and search space in main() or another function, the only way for the objective function that I pass to the minimizer to access ...
open
2016-09-29T03:07:31Z
2023-05-22T12:08:40Z
https://github.com/scikit-optimize/scikit-optimize/issues/240
[ "API", "Easy" ]
ratrock
9
ansible/awx
django
15,833
Error 504 Gateway Time-out while executing a schedule
### 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 provide...
closed
2025-02-13T09:26:20Z
2025-03-03T15:44:40Z
https://github.com/ansible/awx/issues/15833
[ "type:bug", "community" ]
gtho02
1
mwaskom/seaborn
matplotlib
2,791
UserWarning: ``square=True`` ignored in clustermap
Hi, Whenever I run ``` sb.clustermap( master_table_top_10_pearson.transpose(), square=True ) ``` for my DataFrame which looks like a perfectly normal DataFrame ![image](https://user-images.githubusercontent.com/21954664/167393412-de87bd8b-a374-42c8-96d9-28e2b9e5695c.png) I get `UserWa...
closed
2022-05-09T10:38:50Z
2022-05-09T10:45:44Z
https://github.com/mwaskom/seaborn/issues/2791
[]
Zethson
1
tflearn/tflearn
tensorflow
261
Where can I get trained models?
Hi, everyone, I want some trained models (VGG, Inception, AlexNet) for feature extraction, but I cannot find any. For me, because of the GTX980 memory limitation, retraining a VGG model on imagenet is impossible. I'll be very grateful if someone could offer some trained models.
open
2016-08-09T01:27:12Z
2017-10-30T03:08:15Z
https://github.com/tflearn/tflearn/issues/261
[]
CharlesShang
5
thtrieu/darkflow
tensorflow
399
Cannot install on windows 10
I am having trouble installing on windows 10, I get the error "The system cannot find the path specified: 'C:\\Program Files (x86)\\Microsoft Visual Studio 14.0\\VC\\PlatformSDK\\lib". Does it have to use visual studio 14? How would I be able to change it to use the version of visual studio I have (which is 15) ...
closed
2017-09-13T10:40:34Z
2021-08-19T13:55:08Z
https://github.com/thtrieu/darkflow/issues/399
[]
j-fan
6
seleniumbase/SeleniumBase
web-scraping
2,839
"Choose your search engine" google chrome popup
Since this week this popup appears, which seems to be very similar to the popup about privacy which could be solved with this argument: --add_argument('--disable-features=PrivacySandboxSettings4'). Maybe someone has a clue how to get past this one. The html tag is "search-engine-choice-app". Thanks in advance ...
closed
2024-06-06T09:02:39Z
2024-09-23T22:40:26Z
https://github.com/seleniumbase/SeleniumBase/issues/2839
[ "workaround exists", "not enough info" ]
MiMaPr
2
FactoryBoy/factory_boy
django
504
Allow Renamed Keyword Arguments to be Optional
#### The problem When using the `rename` functionality to rename a keyword argument, an error is thrown if the keyword argument is not passed into the factory. For example, given a class with a field called `total_score` and adding `rename = {'score': 'total_score'}` will throw the following exception if `score` is no...
closed
2018-08-13T18:38:46Z
2019-03-28T00:34:53Z
https://github.com/FactoryBoy/factory_boy/issues/504
[ "Feature", "BeginnerFriendly" ]
mrname
3
Buuntu/fastapi-react
sqlalchemy
170
cannot load localhost:8000
whenever I run `docker-compose up -d` everything works, but when I go to `localhost:8000` nginx returns `499` then `504`, and it does this every time.
open
2021-09-06T17:33:42Z
2021-11-02T02:32:33Z
https://github.com/Buuntu/fastapi-react/issues/170
[]
xFGhoul
1
Kludex/mangum
fastapi
60
Handle Exception on mangum
Thank you for creating great library!! I found the not good behavior when calling `exception_handler` with `Exception` on `FastAPI` I defined `exception_hanlder` for `Exception` which returns `JSONResponse`. ``` @app.exception_handler(Exception) def all_exception_handler(_: Any, error: Exception): return ...
closed
2019-10-26T05:18:07Z
2019-10-27T12:33:18Z
https://github.com/Kludex/mangum/issues/60
[ "improvement" ]
koxudaxi
3
AutoGPTQ/AutoGPTQ
nlp
669
[BUG] Cannot install from source
**Describe the bug** $ pip install -vvv --no-build-isolation -e . Traceback (most recent call last): File "<string>", line 1, in <module> File "/home/vic/workspace/AutoGPTQ/setup.py", line 111, in <module> local_arch_list = detect_local_sm_architectures() File "/home/vic/workspace/Au...
open
2024-05-12T02:07:18Z
2024-09-24T03:55:45Z
https://github.com/AutoGPTQ/AutoGPTQ/issues/669
[ "bug" ]
victoryeo
2
google/seq2seq
tensorflow
295
Run python -m unittest seq2seq.test.pipeline_test on win7
when i run python -m unittest seq2seq.test.pipeline_test on win7 after 1 step,there is an "Permission denied" error, is the "ResourceWarning: unclosed file <_io.BufferedRandom name=6>" warning case this error? 2017-08-31 22:07:39.700066: W C:\tf_jenkins\home\workspace\rel-win\M\windows\PY\35\tensorflow\core\platform\c...
open
2017-08-31T14:23:40Z
2019-10-26T05:49:32Z
https://github.com/google/seq2seq/issues/295
[]
fanjingwei
12
matplotlib/mplfinance
matplotlib
211
Bug Report: Alpha setting with Panel not working
**Describe the bug** When Adding a plot mpf.make_addplot((df['SPY']),color='black',alpha=0.3,panel=0) the Alpha Setting is not reflected once Panel number is assigned. The line remains a solid black. **To Reproduce** Steps to reproduce the behavior: 1. Add Panel_ratios and num_panels to mpf.plot 2. Add apds = [m...
closed
2020-07-07T22:34:02Z
2020-07-08T03:34:14Z
https://github.com/matplotlib/mplfinance/issues/211
[ "bug" ]
PowerrNuller
2
sqlalchemy/sqlalchemy
sqlalchemy
12,328
DML RETURNING omits other mapped cols due to bulk insert assumptions
### Discussed in https://github.com/sqlalchemy/sqlalchemy/discussions/12327 ```py from __future__ import annotations from sqlalchemy import create_engine from sqlalchemy import ForeignKey from sqlalchemy import update from sqlalchemy.orm import DeclarativeBase from sqlalchemy.orm import Mapped from sqlalchemy.orm im...
closed
2025-02-09T22:46:29Z
2025-02-10T20:26:59Z
https://github.com/sqlalchemy/sqlalchemy/issues/12328
[ "bug", "orm", "near-term release", "law of twos", "dml" ]
zzzeek
2
sammchardy/python-binance
api
1,380
I am getting this type of error
2023-12-13 11:53:05,058 - crypto_trading_logger - INFO - Starting bridge bridge hourtokeepscouthistory hourtokeepscouthistory scout_multiplier scout_multiplier scout_sleep_time scout_sleep_time api_key api_key api_secret_key api_secret_key tld tld current_coin current_coin strategy strategy sell_time...
open
2023-12-13T06:25:14Z
2024-04-24T08:55:05Z
https://github.com/sammchardy/python-binance/issues/1380
[]
Srilakshmi-Dirisala
1
zihangdai/xlnet
tensorflow
206
ValueError: Cannot convert a partially known TensorShape to a Tensor: (1, 0, ?)
F:\tensorflow3\lib\site-packages\tensorflow\python\framework\dtypes.py:516: FutureWarning: Passing (type, 1) or '1type' as a synonym of type is deprecated; in a future version of numpy, it will be understood as (type, (1,)) / '(1,)type'. _np_qint8 = np.dtype([("qint8", np.int8, 1)]) F:\tensorflow3\lib\site-packages...
open
2019-08-08T13:55:37Z
2019-08-08T13:55:37Z
https://github.com/zihangdai/xlnet/issues/206
[]
songruifei
0
psf/requests
python
5,984
url "schema" should be "scheme"
https://github.com/psf/requests/blob/590350f8d094c216051510ed1dd18fe871b53b72/requests/models.py#L388-L392 I don't believe the first part of a URL is ever called a "schema." Exceptions and error messages referring to an incorrect schema are confusing, especially in contexts where actual schema errors are possible. I...
closed
2021-11-23T23:49:06Z
2022-03-29T02:29:06Z
https://github.com/psf/requests/issues/5984
[]
DanLipsitt
2
aimhubio/aim
tensorflow
2,623
Improve the Structure of the Metrics Table
## 🚀 Feature <!-- A clear and concise description of the feature proposal --> Improve the structure of the metrics table by reorganizing the columns/groups. ### Motivation <!-- Please outline the motivation for the proposal. Is your feature request related to a problem? e.g., I'm always frustrated when [...
open
2023-03-28T03:56:12Z
2023-03-28T10:42:29Z
https://github.com/aimhubio/aim/issues/2623
[ "type / enhancement", "area / Web-UI" ]
creinders
2
PaddlePaddle/PaddleNLP
nlp
9,386
[Bug]: 跑llama3-8b的sft微调时,报错 KeyError: 'eval_accuracy'
### 软件环境 ```Markdown - paddlepaddle-gpu: 0.0.0.post120 - paddlenlp: 3.0.0b2 ``` ### 重复问题 - [X] I have searched the existing issues ### 错误描述 ```Markdown 跑llama3-8b的sft微调时,报错 Traceback (most recent call last): File "/home/LAB/huangjx/new/PaddleNLP/llm/run_finetune.py", line 730, in <module> main() Fi...
closed
2024-11-07T07:10:03Z
2025-01-23T00:20:21Z
https://github.com/PaddlePaddle/PaddleNLP/issues/9386
[ "bug", "stale" ]
hjx620
3
inventree/InvenTree
django
8,997
[FR] Import CSV to Add Materials in One Click
### Please verify that this feature request has NOT been suggested before. - [x] I checked and didn't find a similar feature request ### Problem statement Hello, First, thank you for your great work on Inventree! I would like to know if it is possible to import a CSV file to add materials (or other items) in one c...
closed
2025-01-30T15:56:41Z
2025-01-31T20:28:04Z
https://github.com/inventree/InvenTree/issues/8997
[ "question" ]
ineselhajahmed11
0
lepture/authlib
flask
531
Automatic token refresh when using client_credentials
I'm experimenting with the Httpx Client using `client_credentials` grant. The automatic token refresh does not work as I expected. `client_id` and `client_secret` and `token_endpoint` are given when the client is created, so all necessry information is available to fetch the token. When making a request I get a ...
open
2023-02-15T14:16:20Z
2023-12-10T12:24:42Z
https://github.com/lepture/authlib/issues/531
[ "bug", "good first issue" ]
NomAnor
3
miguelgrinberg/python-socketio
asyncio
393
Intermittent long delay during connection upgrade
**Summary** We are using `python-socketio` to push out regular service status updates to browser clients, which are using the `socket.io` JS client library. Most of the time it works fine but we are intermittently seeing a situation where there is a ~30 second delay part-way through the connection upgrade process, an...
closed
2019-12-09T14:40:01Z
2020-03-10T23:39:44Z
https://github.com/miguelgrinberg/python-socketio/issues/393
[ "investigate" ]
james-tisato-kortical
5
deepset-ai/haystack
nlp
8,692
Document ID doesn't updated upon metadata update
**Describe the bug** If you assign the `meta` field post initialization to a `Document`, the id of the document doesn't get updated. This is e.g. done in the [PyPDFConverter](https://github.com/deepset-ai/haystack/blob/28ad78c73d6c11c9b77089aba42799508178a2fa/haystack/components/converters/pypdf.py#L225). Document...
closed
2025-01-09T12:23:59Z
2025-02-13T09:01:32Z
https://github.com/deepset-ai/haystack/issues/8692
[ "P3" ]
wochinge
2
jofpin/trape
flask
20
No victims are caught.
Basically, when I go to the url that you send to the victims I get nothing. Did I miss a installation step? Becuase I installed all the requirements and followed the simple installation steps and it does not launch. I'm on kali so maybe it doesn't work for kali? Wanted to try this thing out so bad lol.
closed
2017-11-29T04:48:44Z
2018-09-19T16:26:02Z
https://github.com/jofpin/trape/issues/20
[]
Bry-fi
1
MolSSI/cookiecutter-cms
pytest
6
Sphinx Theme
Currently the Sphinx theme is Alabaster which I have always found... difficult. Any object to changing this to the RTD theme?
closed
2018-03-16T19:03:05Z
2018-10-05T14:33:07Z
https://github.com/MolSSI/cookiecutter-cms/issues/6
[]
dgasmith
1
the0demiurge/ShadowSocksShare
flask
41
如何修改下链接订阅源导入的文字
想修改一下一导入订阅源的网址就显示的名称,“Charles Xu”这样改成其他的名称像坚果面馆这样,不知道是那个源码配置文件;随便再问个问题,close的issue是不是没有通知提示了?因为仓库一直无人问津,所以这方面不是很清楚。 ![rss](https://s1.ax2x.com/2018/04/25/8JGwr.png)
closed
2018-04-25T14:11:26Z
2018-05-16T14:15:53Z
https://github.com/the0demiurge/ShadowSocksShare/issues/41
[]
hoochanlon
1
yunjey/pytorch-tutorial
pytorch
70
I met this error:
Hi, @jtoy @hunkim @Kongsea @DingKe @JayParks I met this error: sgiO2:image_captioning sgi$ python build_vocab.py loading annotations into memory... Traceback (most recent call last): File "build_vocab.py", line 77, in <module> main(args) File "build_vocab.py", line 59, in main threshold=args.t...
closed
2017-10-07T14:06:55Z
2018-05-10T08:58:21Z
https://github.com/yunjey/pytorch-tutorial/issues/70
[]
bemoregt
1
cvat-ai/cvat
computer-vision
8,276
Introduction to CVAT and Datumaro
I have a data set uploaded and annotated on CVAT and want to add images to the dataset. It's not obvious how to do this. Create a new project/task etc. ? But how are the images added to the existing data set?
closed
2024-08-07T23:20:52Z
2024-08-08T05:55:22Z
https://github.com/cvat-ai/cvat/issues/8276
[]
palmcorp
1
Yorko/mlcourse.ai
scikit-learn
429
Topic 2: typos
In `mlcourse.ai-master/jupyter_english/topic02_visual_data_analysis/topic2_visual_data_analysis.ipynb` "ellpise" instead of "ellipse"
closed
2018-12-02T15:07:11Z
2018-12-02T15:22:04Z
https://github.com/Yorko/mlcourse.ai/issues/429
[]
Toundra
1