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
deepspeedai/DeepSpeed
deep-learning
7,011
[ROCm] DeepSpeed can't identify accelerator when building from source within Docker image build
I have tried building DeepSpeed from source within a Docker image, but I have noticed that it cannot identify the accelerator type or even the existence of a GPU when building within Docker build, and defaults to the CPU build. When I run the installation process within the container (after building the image and runni...
closed
2025-02-06T21:30:26Z
2025-02-06T22:19:34Z
https://github.com/deepspeedai/DeepSpeed/issues/7011
[]
nikhil-tensorwave
2
sinaptik-ai/pandas-ai
pandas
1,297
pandasai.exceptions.NoCodeFoundError: No code found in the response
### System Info I encountered error "pandasai.exceptions.NoCodeFoundError: No code found in the response" as per attached. Pandasai 2.2.12 Python 3.10.14 LLM : Amazon Bedrock - Anthropic Claude 2 ### 🐛 Describe the bug !pip install -q hdbcli pandas pandasai langchain langchain_aws sagemaker polars pydantic==...
closed
2024-07-29T06:15:55Z
2024-11-04T16:08:30Z
https://github.com/sinaptik-ai/pandas-ai/issues/1297
[ "bug" ]
ferrymul7
1
d2l-ai/d2l-en
pytorch
2,336
Add content accelerated using Apple M1 processor GPU in pytorch
The latest pytorch seems to support acceleration using the Apple M1 processor gpu. Consider adding content because many users use MAC devices?
open
2022-11-05T15:03:36Z
2023-05-15T13:48:44Z
https://github.com/d2l-ai/d2l-en/issues/2336
[ "feature request" ]
T-Atlas
0
microsoft/MMdnn
tensorflow
790
Unable to Replicate Usage Script Examples (Keras --> PyTorch) [ValueError: Object arrays cannot be loaded when allow_pickle=False]
**Platform:** Ubuntu 18.04 **Python version:** 3.7.4 **Source framework with version:** Tensorflow-GPU 1.14, Keras 2.1.3 **Destination framework with version:** PyTorch 1.3 **Pre-trained model path:** imagenet_mobilenet.h5 Running scripts: `mmdownload -f keras -n mobilenet -o ./` `mmconvert -sf keras -iw imag...
closed
2020-02-05T05:43:05Z
2020-03-09T03:45:58Z
https://github.com/microsoft/MMdnn/issues/790
[]
rsomani95
4
MagicStack/asyncpg
asyncio
798
application_name doesn't seem accepted
* **asyncpg version**: 0.23.0 * **PostgreSQL version**: 12.3 * **Do you use a PostgreSQL SaaS? **: false * **Python version**: 3.9 * **Platform**: * **Do you use pgbouncer?**: false * **Did you install asyncpg with pip?**: true * **If you built asyncpg locally, which version of Cython did you use?**: * **Can th...
closed
2021-08-05T11:57:02Z
2025-01-24T19:38:20Z
https://github.com/MagicStack/asyncpg/issues/798
[]
hydrargyrum
7
automl/auto-sklearn
scikit-learn
1,442
Is there another method of finding the best algorithm other than leaderboard
Using leaderboard() has been giving me hard time and giving errors ( I created a ticket for them) Is there any other way to find the best algorithm in my model? P.S. using AutoSklearn version 0.14.6
open
2022-04-18T02:16:51Z
2022-06-10T13:00:42Z
https://github.com/automl/auto-sklearn/issues/1442
[ "bug" ]
asmgx
10
kennethreitz/responder
graphql
226
ModuleNotFoundError when running responder on Python 3.6.6
<img width="284" alt="screenshot 2018-11-14 at 9 10 48 pm" src="https://user-images.githubusercontent.com/25608335/48509573-c7fc5d00-e851-11e8-8d7c-32e1f01d2ae0.png"> The content of `main.py` is as follows: ``` import responder api = responder.API() if __name__ == "__main__": api.run(port=5000) ``` ...
closed
2018-11-14T20:13:33Z
2018-11-15T14:44:56Z
https://github.com/kennethreitz/responder/issues/226
[]
BolajiOlajide
2
plotly/dash
data-visualization
2,906
bool(DashTable) is always False
**Describe your context** ``` dash 2.17.1 dash-core-components 2.0.0 dash-html-components 2.0.0 dash-table 5.0.0 ``` **Describe the bug** bool(DashTable) is always False. I can't use `tb or []` for shorthand when there is no data ```python from dash import das...
open
2024-06-28T04:15:05Z
2024-08-13T19:53:29Z
https://github.com/plotly/dash/issues/2906
[ "bug", "feature", "P3" ]
JakkuSakura
4
ultrafunkamsterdam/undetected-chromedriver
automation
2,075
[NODRIVER] - AttributeError: 'NoneType' object has no attribute 'aclose'
Hi everyone, Getting this error after pushing and pulling my project onto a new computer. Using Python 3.10.9 Traceback (most recent call last): File ****, line 1320, in <module> uc.loop().run_until_complete(main_script()) File ****, line 90, in run_until_complete return f.result() File ****, ...
closed
2024-11-11T18:58:26Z
2024-11-18T19:28:16Z
https://github.com/ultrafunkamsterdam/undetected-chromedriver/issues/2075
[]
keisunl1
3
chiphuyen/stanford-tensorflow-tutorials
nlp
155
Will you provide the Tensorflow 2 version of the course materials?
open
2020-12-09T03:34:02Z
2020-12-09T03:34:02Z
https://github.com/chiphuyen/stanford-tensorflow-tutorials/issues/155
[]
Monireh2
0
gee-community/geemap
jupyter
275
Request a new feature to use GEE for the fusion of Sentinel2 and Landsat ( 10 m) in jupyter notebook
closed
2021-01-26T00:48:23Z
2021-02-13T02:33:22Z
https://github.com/gee-community/geemap/issues/275
[ "Feature Request" ]
gaowudao
2
python-restx/flask-restx
flask
116
Disable swagger.json (by config)
Refering to https://github.com/noirbizarre/flask-restplus/issues/464 Are there any plans to merge https://github.com/noirbizarre/flask-restplus/pull/465 ? It would be awesome if it could be disabled by app config as well, since that seems to be the way most apps differ between development and production. Maybe...
open
2020-04-15T20:04:16Z
2022-09-05T16:45:12Z
https://github.com/python-restx/flask-restx/issues/116
[ "enhancement" ]
heeplr
9
plotly/plotly.py
plotly
4,213
go.Scatter ignores the masked array elements in numpy masked arrays
**Bug summary** Plotting a numpy masked array, px.scatter plots the non-masked array elements and limits the axis accordingly, while go.Scatter also displays the masked data and does also include the masked elements for the axis limits. The behavior from go.Scatter is unexpected in this regard and ignoring the mask ...
open
2023-05-15T20:04:24Z
2024-08-12T20:54:14Z
https://github.com/plotly/plotly.py/issues/4213
[ "bug", "P3" ]
ludwig-kastner
0
mljar/mercury
data-visualization
33
Forbidden: /api/v1/execute/31
Forbidden: /api/v1/execute/31 [04/Feb/2022 09:04:59] "POST /api/v1/execute/31 HTTP/1.1" 403 58 Running in GCP AI Platform, This is happening when we are editing some form value and clicking on Run, PS : Added one extra IP in Allowed Host to run in GCP AI Platform
closed
2022-02-04T09:07:56Z
2022-02-14T20:23:43Z
https://github.com/mljar/mercury/issues/33
[]
iamirulofficial
7
fastapi-users/fastapi-users
fastapi
415
verify the email after register
Hello, how to do it, I cant find docs on this question. please add verify feature
closed
2020-12-17T03:54:46Z
2020-12-23T14:40:56Z
https://github.com/fastapi-users/fastapi-users/issues/415
[ "question" ]
amantiwari1
1
graphql-python/gql
graphql
268
#001-test by gql
it is created by api
closed
2021-11-30T02:09:14Z
2021-11-30T06:46:37Z
https://github.com/graphql-python/gql/issues/268
[ "type: invalid" ]
Takiwang
2
labmlai/annotated_deep_learning_paper_implementations
machine-learning
220
Incorrect expression in explanation
https://github.com/labmlai/annotated_deep_learning_paper_implementations/blob/9a42ac2697cddc1bae83968eecb0ffa72cfbd714/labml_nn/diffusion/ddpm/evaluate.py#L60C29-L60C29 Comment right now: <img width="157" alt="Screenshot 2023-10-31 at 9 56 52 PM" src="https://github.com/labmlai/annotated_deep_learning_paper_imple...
closed
2023-10-31T14:00:13Z
2023-11-07T09:13:46Z
https://github.com/labmlai/annotated_deep_learning_paper_implementations/issues/220
[]
adrshsrvstv
1
pyro-ppl/numpyro
numpy
1,668
PyTorch model with `custom_jvp` doesn't work with NUTS
Here is some sample code: ```python #!/usr/bin/env python3 import jax import jax.numpy as jnp import numpy as np import numpyro import numpyro.distributions as dist import torch import torch.nn as nn from jax import custom_jvp from numpyro.infer import MCMC, NUTS from torch import nn class Simple(nn.Mo...
closed
2023-11-05T13:30:41Z
2023-11-06T10:29:23Z
https://github.com/pyro-ppl/numpyro/issues/1668
[]
danjenson
5
aiortc/aiortc
asyncio
184
Writing to v4l2 device or pipe
Hi, Do you have an example of how to write to a v4l2 device (eg. /dev/video1) or a named pipe using MediaRecorder?
closed
2019-06-25T23:47:14Z
2020-02-23T10:43:10Z
https://github.com/aiortc/aiortc/issues/184
[]
yousifa
1
quokkaproject/quokka
flask
339
'get_url' is undefined
jinja2.exceptions.UndefinedError UndefinedError: 'get_url' is undefined Traceback (most recent call last) File "C:\Python274\lib\site-packages\flask\app.py", line 1836, in **call** return self.wsgi_app(environ, start_response) File "C:\Python274\lib\site-packages\flask\app.py", line 1820, in wsgi_app response = self.m...
closed
2016-03-11T07:03:05Z
2016-03-24T19:44:40Z
https://github.com/quokkaproject/quokka/issues/339
[]
timgogochen
2
iterative/dvc
data-science
10,679
studio login/logout break after moving config to local config
Hey, after I moved following from the .config/dvc/config file to the local config.local file in my repository the commands studio login and logout seem to be broken. ``` [studio] url = https://studio.dvc.ai token = SECRET ``` dvc login tellsthat I have to logout first, but logout tells me that I am not logged ...
open
2025-01-29T10:19:15Z
2025-03-04T07:40:03Z
https://github.com/iterative/dvc/issues/10679
[ "triage" ]
f-fuchs
6
ipython/ipython
data-science
14,745
remove some pyproject.toml extra (nbconvert, ipykernel...)
closed
2025-02-17T10:40:31Z
2025-02-23T12:33:30Z
https://github.com/ipython/ipython/issues/14745
[]
Carreau
0
albumentations-team/albumentations
machine-learning
2,418
[Feature request] Add apply_to_images to Normalize
open
2025-03-11T01:11:21Z
2025-03-11T01:11:27Z
https://github.com/albumentations-team/albumentations/issues/2418
[ "enhancement", "good first issue" ]
ternaus
0
DistrictDataLabs/yellowbrick
scikit-learn
1,100
Prediction error plot uses the same color for the train and test
I would expect the prediction error visualiser to plot the train and test sets with different colors, but it uses the same colors. ```python import sklearn.datasets from sklearn.neighbors import KNeighborsRegressor from sklearn.model_selection import train_test_split from yellowbrick.regressor import prediction_...
closed
2020-09-22T10:25:50Z
2020-10-02T16:34:25Z
https://github.com/DistrictDataLabs/yellowbrick/issues/1100
[ "type: question" ]
yoavram
1
tqdm/tqdm
pandas
1,089
Add tqdm.print (in addition to tqdm.write)
I would like to suggest adding `tqdm.print` as a method following Python's `print` interface: ```python print(*objects, sep=' ', end='\n', file=sys.stdout, flush=False) ``` The rationale is threefold: 1. I conjecture people's first instinct is to search on 'tqdm print', not 'write', as that likely matches th...
open
2020-12-02T21:16:50Z
2020-12-02T21:20:05Z
https://github.com/tqdm/tqdm/issues/1089
[]
orlp
0
home-assistant/core
asyncio
140,994
Overseerr saying invalid API key & "Handler is already defined" (Jellyseerr not supported?)
### The problem I'm trying to hook up my [Jellyseerr](https://github.com/Fallenbagel/jellyseerr) (a maintained Overseerr fork) instance, but the integration is throwing an error. I've put the main error under "Anything in the logs that might be useful for us?", and the full logs under diagnostics information. It says ...
open
2025-03-20T13:40:47Z
2025-03-20T14:27:49Z
https://github.com/home-assistant/core/issues/140994
[ "integration: overseerr" ]
Permanently
3
keras-team/keras
tensorflow
20,576
How do I specify a ragged tensor as an input object in a sequential model (Keras v3)
I am following the [object detection tutorial with yolov8 and kerascv](https://keras.io/examples/vision/yolov8/) However, instead of using yolo for object detection, I would like to use a custom sequential model. My roadblock is at the point of defining the input layer. I would like it to take in a ragged tensor....
closed
2024-12-02T06:42:20Z
2025-01-31T02:00:17Z
https://github.com/keras-team/keras/issues/20576
[ "stat:awaiting response from contributor", "stale", "type:Bug" ]
fninsiima
4
Kanaries/pygwalker
matplotlib
323
Need to implement msal authentication and authorization to track the requests
**Is your feature request related to a problem? Please describe.** A clear and concise description of what the problem is. Ex. I'm always frustrated when [...] **Describe the solution you'd like** A clear and concise description of what you want to happen. **Describe alternatives you've considered** A clear an...
open
2023-11-20T14:15:04Z
2024-01-10T03:31:19Z
https://github.com/Kanaries/pygwalker/issues/323
[ "question" ]
JeevankumarDharmalingam
2
scanapi/scanapi
rest-api
162
Remove "inline" CSS from html report.
Remove "inline" CSS from html report. Maybe using amazon s3 to store the stylesheets. We need to consider versioning.
closed
2020-06-04T20:42:06Z
2020-08-03T18:53:14Z
https://github.com/scanapi/scanapi/issues/162
[ "Reporter", "Refactor" ]
camilamaia
3
tensorpack/tensorpack
tensorflow
1,189
How to modify the Faster R-CNN example to make it run on a dataset different from COCO
I want to apply the Mask R-CNN model to a model other than COCO, in order to perform **instance segmentation**: http://dmery.ing.puc.cl/index.php/material/gdxray/ **If** I manage to make this work, I'll be glad to write a PR to add this as an example: the only problem is that I'm using Docker, which may complicat...
closed
2019-05-14T13:43:40Z
2019-05-24T22:43:43Z
https://github.com/tensorpack/tensorpack/issues/1189
[ "examples" ]
AndreaPi
6
microsoft/qlib
deep-learning
1,703
Can't execute workflow example
Hi, I got below error by executing the example workflow in the readme. I am using python 3.8.18. Could you help with it? (qlib) D:\Work\workspace\qlib\examples>qrun benchmarks/LightGBM/workflow_config_lightgbm_Alpha158.yaml Traceback (most recent call last): File "D:\Work\anaconda3\envs\qlib\lib\runpy.py", line ...
open
2023-12-02T04:17:15Z
2024-02-12T17:41:07Z
https://github.com/microsoft/qlib/issues/1703
[ "question" ]
summer980824
8
sammchardy/python-binance
api
1,255
Transfer from spot to funding wallet
Is it possible to transfer from spot to funding wallet?
open
2022-10-01T20:37:52Z
2022-10-01T21:14:02Z
https://github.com/sammchardy/python-binance/issues/1255
[]
GonzaloMurillo
0
mljar/mercury
jupyter
216
add arrow when mouse enters app card
closed
2023-02-20T17:15:20Z
2023-02-20T17:17:08Z
https://github.com/mljar/mercury/issues/216
[]
pplonski
0
deezer/spleeter
deep-learning
860
[Discussion] How to use spleeter with multi gpus?
<!-- Please respect the title [Discussion] tag. --> I want to use spleeter to process a large amount of video data, and I want to use multi gpus to speed up my processing, is multi gpus currently supported? Thank you very much.
open
2023-07-06T09:38:36Z
2023-07-21T22:42:07Z
https://github.com/deezer/spleeter/issues/860
[ "question" ]
Zth9730
3
sqlalchemy/sqlalchemy
sqlalchemy
11,774
can not sort result when filter has boolean condition
### Describe the bug the table structure is as follow: ``` class Laboratory(db.Model): __tablename__ = 'laboratory' classroom = Column(String(32), primary_key=True, nullable=False) name = Column(String(64), nullable=False) position = Column(String(4), primary_key=True, nullable=False) active...
closed
2024-08-22T09:00:14Z
2024-08-22T09:53:36Z
https://github.com/sqlalchemy/sqlalchemy/issues/11774
[ "awaiting info" ]
tonyshare
3
horovod/horovod
machine-learning
3,456
compile with rocm4.3.1 TF2.7 and horovod0.23.0 or 0.24.1 fails
**Environment:** 1. Framework: (TensorFlow) 2. Framework version:2.7 3. Horovod version:0.23.0 or 0.24.1 4. MPI version:4.0.2 5.rocm version: 4.3.1 6. NCCL version: 7. Python version:3.6.8 8. Spark / PySpark version: 9. Ray version: 10. OS and version:7.6 11. GCC version: 7.3.1 12. CMake version: 3.19.3 ...
open
2022-03-07T03:01:50Z
2022-03-09T17:53:39Z
https://github.com/horovod/horovod/issues/3456
[ "bug" ]
south-ocean
1
globaleaks/globaleaks-whistleblowing-software
sqlalchemy
3,864
Suggest a new feature
### Proposal Is it possibile, if not already present (but I did not find anything similar), to introduce a function that allows to eliminate one of the recepients (e.g. in case of conflict of interest)? Thank you ### Motivation and context It can be useful in case the issue of the concern is related to one of the r...
closed
2023-12-11T16:26:52Z
2023-12-11T16:28:39Z
https://github.com/globaleaks/globaleaks-whistleblowing-software/issues/3864
[ "T: Feature", "Triage" ]
lbattistella1
0
ultralytics/ultralytics
machine-learning
18,844
WandB not logging the default metrics properly (axis scales)
### Search before asking - [x] I have searched the Ultralytics YOLO [issues](https://github.com/ultralytics/ultralytics/issues) and [discussions](https://github.com/orgs/ultralytics/discussions) and found no similar questions. ### Question Hello guys, I wonder why the standard metrics are not logged related to the...
closed
2025-01-23T11:30:57Z
2025-02-26T19:18:21Z
https://github.com/ultralytics/ultralytics/issues/18844
[ "question", "dependencies", "detect" ]
Petros626
11
pyjanitor-devs/pyjanitor
pandas
946
Weighted stats
# Brief Description <!-- Please provide a brief description of what you'd like to propose. --> I would like to propose a weighted stats method (weighted mean, sum, ...). Usually the most popular is weighted average (based on [Stack Overflow](https://stackoverflow.com/questions/26205922/calculate-weighted-average-...
closed
2021-10-11T21:26:40Z
2021-12-11T10:22:41Z
https://github.com/pyjanitor-devs/pyjanitor/issues/946
[]
samukweku
1
huggingface/datasets
pytorch
6,497
Support setting a default config name in push_to_hub
In order to convert script-datasets to no-script datasets, we need to support setting a default config name for those scripts that set one.
closed
2023-12-14T15:59:03Z
2023-12-18T11:50:04Z
https://github.com/huggingface/datasets/issues/6497
[ "enhancement" ]
albertvillanova
0
eriklindernoren/ML-From-Scratch
machine-learning
71
may be a bug with activation_functions.py
the Class Softmax function gradient may be should return x * (p-1)
closed
2019-12-22T11:22:32Z
2019-12-22T11:56:01Z
https://github.com/eriklindernoren/ML-From-Scratch/issues/71
[]
zhouchiji
0
holoviz/panel
matplotlib
7,360
ColorMap not styled for dark themes
panel==1.5.2 The ColorMap is not styled for dark theme. The background and color of the dropdown is not set. The same for hovering. ![image](https://github.com/user-attachments/assets/174771fe-06f3-4d8f-bd3e-82eb770efb6e) ```python import panel as pn import colorcet as cc pn.extension() cmap = pn.widge...
open
2024-10-05T08:43:27Z
2025-02-20T15:04:54Z
https://github.com/holoviz/panel/issues/7360
[]
MarcSkovMadsen
1
pywinauto/pywinauto
automation
883
Python crashes when the script with Pywinauto imports is executed
## Expected Behavior Code execution & flow without crashes ## Actual Behavior Python execution crashes with a windows pop screen ## Steps to Reproduce the Problem 1. Create a simple .py file containing pywinauto imports 2. Execute the python file from windows cmd --> python filename.py & press Enter ...
open
2020-01-22T09:46:07Z
2020-02-01T22:44:36Z
https://github.com/pywinauto/pywinauto/issues/883
[ "need investigation" ]
ashwinTheFox
6
SYSTRAN/faster-whisper
deep-learning
999
Deploy faster-whisper as a native web-app.
Similar to [whisper.cpp](https://github.com/ggerganov/whisper.cpp) and the [WebAssembly Support](https://github.com/ggerganov/whisper.cpp/tree/master/examples/whisper.wasm), does faster-whisper have similar implementation support in the near future?
open
2024-09-10T03:36:58Z
2024-10-11T04:01:39Z
https://github.com/SYSTRAN/faster-whisper/issues/999
[]
animikhaich
2
statsmodels/statsmodels
data-science
8,606
ENH: cluster bootstrap using weights
parking a reference for a useful approach to cluster bootstrap, "resampling" clusters Instead of actually resampling clusters which would result in different nobs in replication samples, we can use weights by cluster. Without computational shortcut, we can just use freq_weights in GLM or cluster weights in GEE an...
open
2023-01-06T16:25:00Z
2023-01-06T16:31:36Z
https://github.com/statsmodels/statsmodels/issues/8606
[ "type-enh", "comp-base", "comp-genmod", "topic-covtype" ]
josef-pkt
1
mars-project/mars
pandas
2,565
Use sample method to estimate DataFrame memory cost
If there is object fields in a DataFrame, calculating exact memory cost can be expensive. Hence sampling methods can be used to get rough estimation about the size.
closed
2021-10-28T16:01:43Z
2021-11-12T07:00:22Z
https://github.com/mars-project/mars/issues/2565
[ "type: enhancement", "mod: dataframe" ]
wjsi
0
globaleaks/globaleaks-whistleblowing-software
sqlalchemy
3,129
If project name stays empty, "Globaleaks" replaces it and shows as project name
**Describe the bug** Not sure if this is a bug. There has been a change in behaviour. Since "project name" can not be multilingual I left it empty and put only "homepage title" which showed nicely. Since last update (4.6.1 I believe) if project name stays empty, "Globaleaks" replaces it and shows as project name. ...
closed
2021-12-10T10:20:31Z
2021-12-10T10:38:52Z
https://github.com/globaleaks/globaleaks-whistleblowing-software/issues/3129
[]
elbill
2
jofpin/trape
flask
10
trape does not work for windows?
![image](https://user-images.githubusercontent.com/33381728/32470214-8b358f5c-c324-11e7-9c50-804e93437f88.png)
closed
2017-11-06T23:59:08Z
2018-09-19T16:26:01Z
https://github.com/jofpin/trape/issues/10
[]
CrossBrain
5
cvat-ai/cvat
computer-vision
8,842
Flickering in 3D play functionality
### Actions before raising this issue - [X] I searched the existing issues and did not find anything similar. - [X] I read/searched [the docs](https://docs.cvat.ai/docs/) ### Steps to Reproduce The issue arise while in annotation-view for 3d tasks. The issue happens on a self-hosted CVAT instance. ISSUE: W...
open
2024-12-18T14:26:03Z
2025-01-15T12:59:52Z
https://github.com/cvat-ai/cvat/issues/8842
[ "ui/ux" ]
alessandrocennamo
0
CorentinJ/Real-Time-Voice-Cloning
pytorch
682
Issues with pretrained model
I downloaded and installed the pretrained models, but when I try to run the toolbox it says that there are no models.
closed
2021-02-26T22:02:15Z
2021-02-28T06:43:52Z
https://github.com/CorentinJ/Real-Time-Voice-Cloning/issues/682
[]
Horus50
3
flairNLP/flair
pytorch
3,439
[Bug]: Validation F1 score is consistently 0 across training epochs but test F1 is ~0.85
### Describe the bug When training a SequenceTagger for NER with the last layer of RoBERTa embeddings, the micro average F1 score on the validation set is consistently 0, but the training loss is decreasing (as expected). However, the test set F1 score is 0.8490. There is an issue with the logging of validation F1 sco...
open
2024-04-04T05:45:28Z
2024-05-30T11:07:15Z
https://github.com/flairNLP/flair/issues/3439
[ "bug" ]
choomegan
6
pytorch/pytorch
python
149,036
[AOTInductor] support specify outputs which should be captured
### 🚀 The feature, motivation and pitch In train, model forward may return more outputs for computing loss, like `return {"logits":logits, "rpr":rpr}` but in inference, we only need some of them, like `return {"logits":logits}`, so torch can simplify graph and ignore some nodes related to `rpr`. ### Alternatives ...
open
2025-03-12T12:11:24Z
2025-03-13T15:29:43Z
https://github.com/pytorch/pytorch/issues/149036
[ "triaged", "module: aotinductor" ]
zzq96
1
lensacom/sparkit-learn
scikit-learn
39
Update requirements
closed
2015-06-17T07:03:05Z
2015-06-17T16:15:08Z
https://github.com/lensacom/sparkit-learn/issues/39
[]
kszucs
0
wkentaro/labelme
computer-vision
1,229
Rename Group ID to Object ID?
I was confused by the 'group id' field in labelme. After checking issue #633, I think it would be much more clear if we rename this field from 'group id' to 'object id'. Is this change available?
open
2023-01-13T02:35:37Z
2023-01-13T02:35:37Z
https://github.com/wkentaro/labelme/issues/1229
[]
ruiyuanlu
0
Textualize/rich
python
2,721
[REQUEST] Fixed-width option for `ProgressColumn`
**How would you improve Rich?** I am using the Live display to render multiple progress bars with one master progress bar. Everything is working fine except the column alignment is slightly off: I am using `MofNCompleteColumn` for the master pbar and `TaskProgressColumn` for the others. It is trivial to calculate th...
closed
2022-12-28T17:11:06Z
2023-03-04T18:07:11Z
https://github.com/Textualize/rich/issues/2721
[ "Needs triage" ]
edemattos
4
aminalaee/sqladmin
sqlalchemy
688
Document `column_default_sort` requires strings
### Checklist - [X] The bug is reproducible against the latest release or `master`. - [X] There are no similar issues or pull requests to fix it yet. ### Describe the bug The examples in the [documentation](https://aminalaee.dev/sqladmin/configurations/#list-page) show `column_default_sort` as accepting class...
closed
2024-01-04T02:31:35Z
2024-02-18T09:46:18Z
https://github.com/aminalaee/sqladmin/issues/688
[]
jerivas
3
plotly/dash-table
plotly
743
max-width in cells no longer works
In the documentation, we have a section about how to set the `maxWidth` of a cell so that it will expand _up to_ that width and otherwise overflow. These examples no longer work - the Region column is `210px` instead of `180px`. ![image](https://user-images.githubusercontent.com/1280389/79173878-c1a74300-7dad-11e...
open
2020-04-14T00:40:34Z
2022-03-07T14:14:51Z
https://github.com/plotly/dash-table/issues/743
[ "bug" ]
chriddyp
2
proplot-dev/proplot
matplotlib
350
No module named 'proplot.config'
I create an virtual environment with matplotlib 3.4.3. But I face problem " No module named 'proplot.config' " when I import proplot. Is there any further dependency?
closed
2022-03-15T13:36:10Z
2022-04-11T17:32:59Z
https://github.com/proplot-dev/proplot/issues/350
[ "bug" ]
Mickychen00
2
jina-ai/serve
fastapi
5,333
docs: update and correct documentation for Protobuf generation
- The current protobuf generation script doesn't use the correct docker image tags for generating against protobuf versions <=3.20 and >=3.21. Currently available tags are `latest` and `v21`. - The docker file with the latest tag is outdated and doesn't produce the same files as in the current main branch. ```s...
closed
2022-10-31T08:42:31Z
2022-11-03T18:56:05Z
https://github.com/jina-ai/serve/issues/5333
[]
girishc13
0
sebp/scikit-survival
scikit-learn
425
Possible improvement in documentation of Cumulative dynamic AUC
In the documentation https://scikit-survival.readthedocs.io/en/stable/api/generated/sksurv.metrics.cumulative_dynamic_auc.html It would make the denominator more interpretable if it was written as $$(\sum_{i = 1}^n \sum_j^n I(y_j > t) I(y_i \leq t) \omega_i)$$ instead of $$(\sum_{i = 1}^n I(y_i > t))(\sum_i^n I(y_...
closed
2024-01-10T11:09:48Z
2024-01-27T09:43:11Z
https://github.com/sebp/scikit-survival/issues/425
[]
melodiemonod
1
numba/numba
numpy
9,492
[feature request] Support arr[:, [i]]
<!-- Thanks for opening an issue! To help the Numba team handle your information efficiently, please first ensure that there is no other issue present that already describes the issue you have (search at https://github.com/numba/numba/issues?&q=is%3Aissue). --> The following numpy code is not supported in n...
open
2024-03-12T15:27:45Z
2024-03-13T17:02:56Z
https://github.com/numba/numba/issues/9492
[ "feature_request", "numpy" ]
lesshaste
0
mwaskom/seaborn
matplotlib
3,287
Add type hints for parameters that demand specific literals
I know type hints were discussed on Issue #2212 back in 2020, but I believe typing has come a long way in python since then and adding it would improve the api usage. If adding type hints for everything proves to be too much troube, at least adding it for parameters that demand literals would facilitate usage of the...
open
2023-03-01T15:39:21Z
2023-03-11T14:51:33Z
https://github.com/mwaskom/seaborn/issues/3287
[ "ux" ]
Lcrs123
0
autogluon/autogluon
data-science
4,963
[doc] Add multiple tabs to tabular code example in main website page
In https://auto.gluon.ai/stable/index.html , AutoMM has multiple tabs for different examples. We should do the same for Tabular - Presets - Regression - multimodal preset - infer_limit - experimental - etc
open
2025-03-06T20:51:03Z
2025-03-06T20:51:03Z
https://github.com/autogluon/autogluon/issues/4963
[ "API & Doc", "module: tabular" ]
Innixma
0
ipython/ipython
data-science
14,140
feature request: register syntax highlighter for custom magics
Hello, as discussed in https://github.com/ipython/ipython/issues/9099#issuecomment-1670093989 (and after), it would be great to be able to specify the language highlighting for custom magics. A simple Python wrapper like `@highlight_cell_with("python")`, e.g., would then be used to register a specific syntax highlig...
open
2023-08-21T16:00:03Z
2023-08-21T16:00:21Z
https://github.com/ipython/ipython/issues/14140
[]
jeertmans
0
serengil/deepface
deep-learning
1,070
error generated on find function call
Hello, I'd like to find a face in an image database. This face is detected on one of the images in the database using the DeepFace.extract_faces() function (I've saved it). To do this, I used the DeepFace.find() function and it generated an error. Here is my script : ``` import cv2 import os from deepfa...
closed
2024-03-08T15:09:58Z
2024-03-08T16:00:46Z
https://github.com/serengil/deepface/issues/1070
[ "question" ]
Minyar2004
5
tensorflow/tensor2tensor
machine-learning
1,207
How to disable the shuffle dataset when training the problem of the summarization?
How to disable the shuffle dataset when training the problem of the summarization? When i run the t2t-trainer using the recommended hparams for the cnn_daily problem,the trainer always shuffle the dataset.How can i avoid this? 2018-11-08 16:59:28.073817: I tensorflow/core/kernels/data/shuffle_dataset_op.cc:94] Fi...
open
2018-11-08T06:13:14Z
2019-12-31T07:01:29Z
https://github.com/tensorflow/tensor2tensor/issues/1207
[]
lipingbj
7
ufoym/deepo
jupyter
110
unknown blob !! Does anybody face this problem?
[yangc@deepnex01 ~]$ sudo docker pull hub-mirror.c.163.com/ufoym/deepo Using default tag: latest latest: Pulling from ufoym/deepo 898c46f3b1a1: Pull complete 63366dfa0a50: Downloading 041d4cd74a92: Download complete 6e1bee0f8701: Downloading 112097260ef3: Download complete 30a67c795176: Download complete ...
closed
2019-05-17T13:26:47Z
2019-05-17T16:50:05Z
https://github.com/ufoym/deepo/issues/110
[]
2bestnick
1
chatopera/Synonyms
nlp
113
Jieba incorrect foramt for vocab.txt
Traceback (most recent call last): File "C:\Users\micke\anaconda3\lib\site-packages\jieba\posseg\__init__.py", line 105, in load_word_tag word, _, tag = line.split(" ") ValueError: too many values to unpack (expected 3) During handling of the above exception, another exception occurred: Traceback (...
closed
2020-09-25T02:39:00Z
2020-10-03T07:50:54Z
https://github.com/chatopera/Synonyms/issues/113
[]
clarkwtc
4
huggingface/datasets
tensorflow
6,532
[Feature request] Indexing datasets by a customly-defined id field to enable random access dataset items via the id
### Feature request Some datasets may contain an id-like field, for example the `id` field in [wikimedia/wikipedia](https://huggingface.co/datasets/wikimedia/wikipedia) and the `_id` field in [BeIR/dbpedia-entity](https://huggingface.co/datasets/BeIR/dbpedia-entity). HF datasets support efficient random access via r...
open
2023-12-25T11:37:10Z
2025-01-22T10:59:45Z
https://github.com/huggingface/datasets/issues/6532
[ "enhancement" ]
Yu-Shi
9
facebookresearch/fairseq
pytorch
4,894
Consistency of different downstream tasks
#### After quantization, will the effect of classification accuracy decay be basically the same as that of other downstream tasks, such as object detection and semantic segmentation? In other words, do you have any opinion on most of the current quantitative work, which only verifies the effect on classification?
open
2022-12-07T01:33:58Z
2022-12-07T01:33:58Z
https://github.com/facebookresearch/fairseq/issues/4894
[ "question", "needs triage" ]
NingSheng
0
influxdata/influxdb-client-python
jupyter
572
InfluxDBClientAsync do not have task_api, but the InfluxDBClient have.
In Fastapi ,I want to user InfluxDBClientAsync.task_api(),but it is not support. Any methods to handle it? Or it can only use InfluxDBClient?
open
2023-04-26T10:10:54Z
2023-04-26T10:10:54Z
https://github.com/influxdata/influxdb-client-python/issues/572
[]
L2421800049
0
ymcui/Chinese-LLaMA-Alpaca
nlp
722
一机多卡执行训练报错,torchrun 的 --nproc_per_node 配置`2`时正常,配置为大于`2`的数值后报错
### 提交前必须检查以下项目 - [X] 请确保使用的是仓库最新代码(git pull),一些问题已被解决和修复。 - [X] 由于相关依赖频繁更新,请确保按照[Wiki](https://github.com/ymcui/Chinese-LLaMA-Alpaca/wiki)中的相关步骤执行 - [X] 我已阅读[FAQ章节](https://github.com/ymcui/Chinese-LLaMA-Alpaca/wiki/常见问题)并且已在Issue中对问题进行了搜索,没有找到相似问题和解决方案 - [X] 第三方插件问题:例如[llama.cpp](https://github.com/ggerganov/ll...
closed
2023-07-07T01:42:38Z
2023-07-10T08:17:34Z
https://github.com/ymcui/Chinese-LLaMA-Alpaca/issues/722
[]
shibingli
5
BlinkDL/RWKV-LM
pytorch
286
BPE Tokenizer
Is it possible use bpe tokenizer instead rwkv_vocab_v20230424 in the next model? I tried rwkv model in Thai language. It look good but it is very slow because Thai is character level for rwkv_vocab_v20230424. I think if the next model use bpe tokenizer like qwen2, It can improve model and the speed.
open
2025-01-28T06:50:26Z
2025-02-17T21:34:10Z
https://github.com/BlinkDL/RWKV-LM/issues/286
[]
wannaphong
2
quokkaproject/quokka
flask
197
Docker Container support QuokkaProject
Add new feature QuokkaProject Docker container Docker support QuokkaProject http://odewahn.github.io/docker-jumpstart/example.html http://www.fullstackpython.com/docker.html https://www.digitalocean.com/community/tutorials/docker-explained-how-to-containerize-python-web-applications https://docs.docker.com/compose/d...
closed
2015-05-10T14:10:35Z
2015-07-16T02:56:10Z
https://github.com/quokkaproject/quokka/issues/197
[]
jniltinho
4
bmoscon/cryptofeed
asyncio
909
cryptofeed failed in case when 'time' is missing in ticker message from Coinbase
**Describe the bug** cryptofeed failed in case when 'time' is missing in ticker message from Coinbase **To Reproduce** ``` import os import sys from cryptofeed import FeedHandler from cryptofeed.backends.influxdb import BookInflux, CandlesInflux, FundingInflux, TickerInflux, TradeInflux from cryptofeed.defi...
closed
2022-09-23T13:39:54Z
2022-11-24T10:54:44Z
https://github.com/bmoscon/cryptofeed/issues/909
[ "bug" ]
dkozlov
4
mlfoundations/open_clip
computer-vision
933
Any Plan for direct support of parquet dataset?
Great work. Many datasets (such as https://huggingface.co/datasets/laion/laion400m, https://huggingface.co/datasets/laion/relaion2B-en-research-safe) have been provided in HF. It would be great if this repo can directly support such data format. Thanks!
closed
2024-09-04T03:05:41Z
2024-09-08T03:16:31Z
https://github.com/mlfoundations/open_clip/issues/933
[]
cxxgtxy
2
SciTools/cartopy
matplotlib
2,016
Mollweide projection incorrect ?
I have encountered a problem when drawing polygons from a icosahedral grid with a Mollweide projection only. ![image](https://user-images.githubusercontent.com/5402758/159475095-a1699d15-a589-43e4-9869-c2cd7f782829.png) The same with a Robinson projection. ![image](https://user-images.githubusercontent.com/5402758...
open
2022-03-22T11:52:29Z
2022-04-07T13:30:09Z
https://github.com/SciTools/cartopy/issues/2016
[]
PBrockmann
5
aio-libs/aiopg
sqlalchemy
18
Fix a bug in connection pool
Extracted from private email: В файле pool.py в _fill_free_pool после того как получили новый connection надо снова проверить, что пул всё еще не заполнен до конца потому что за это время параллельный процесс мог его уже заполнить в итоге в пуле оказывается больше connection-ов чем maxsize и это потом приводит к оши...
closed
2014-06-20T13:37:41Z
2014-06-22T09:39:00Z
https://github.com/aio-libs/aiopg/issues/18
[]
asvetlov
2
nteract/papermill
jupyter
503
Issues while installing papermill on mac Mojave OS
I could not install papermill on mac running Mojave (OS 10.14) It finally worked after I: 1. took care of gcc with ([from this SO answer](https://stackoverflow.com/a/59161323/1034648)): ``` sudo rm -rf /Library/Developer/CommandLineTools xcode-select --install cd /Library/Developer/CommandLineTools/Packages/...
closed
2020-05-15T17:15:57Z
2020-05-16T05:21:32Z
https://github.com/nteract/papermill/issues/503
[]
mycarta
2
smarie/python-pytest-cases
pytest
171
Strange test name, version 3.1.0
Python 3.6.8 pytest-6.1.2 cases-3.1.0 test file ``` @pytest.fixture def validationOff(): app.config["validation"] = False yield app.config["validation"] = True @parametrize_with_cases("inputs,request_data", prefix="case_create_") @pytest.mark.usefixtures("clearMongo", "mocked_oid", "mocked_uu...
closed
2020-12-17T10:26:19Z
2020-12-17T11:55:16Z
https://github.com/smarie/python-pytest-cases/issues/171
[]
arut-grigoryan
4
Evil0ctal/Douyin_TikTok_Download_API
web-scraping
84
nwm, wm url not work
✌🏻 https://api.douyin.wtf/api?url=https://vt.tiktok.com/ZSRQc7u64/ Api response succes but nwm, wm url not work.
closed
2022-09-28T15:44:47Z
2022-09-30T09:52:39Z
https://github.com/Evil0ctal/Douyin_TikTok_Download_API/issues/84
[ "help wanted" ]
duc-tho
2
numba/numba
numpy
9,215
Static method attribute missing from jitclasses inside jitted functions
A static method inside a jitclass can't be accessed as a class attribute inside a jitted function (outside of the class definition) ```python import numba as nb @nb.experimental.jitclass class Fraction: numerator: int denominator: int def __init__(self, numerator, denominator): self.nume...
open
2023-09-27T17:49:40Z
2023-09-27T17:58:23Z
https://github.com/numba/numba/issues/9215
[ "jitclass", "bug - typing" ]
tobias-haenel
1
davidsandberg/facenet
tensorflow
777
could you provide a pretrained model of Inception-Resnet-v1 trained in imagenet dataset?
Hi, I want to train classifier using softmax loss with the Inception-Resnet-v1 model, could you provide a pretrained model of Inception-Resnet-v1 trained in imagenet dataset? thanks.
open
2018-06-04T05:10:36Z
2018-06-04T05:10:36Z
https://github.com/davidsandberg/facenet/issues/777
[]
clscy
0
donnemartin/system-design-primer
python
234
Twitter solution: How are search/notification/user info services designed?
In the [twitter example](https://github.com/donnemartin/system-design-primer/blob/master/solutions/system_design/twitter/README.md), I didn't see the discussion on the architecture of the microservices, e.g., search/notification/user info services. The [diagram](https://camo.githubusercontent.com/f7f74718418c9b3d552d1f...
open
2018-11-15T19:16:34Z
2018-12-15T03:50:44Z
https://github.com/donnemartin/system-design-primer/issues/234
[ "needs-review" ]
junjizhi
0
sunscrapers/djoser
rest-api
520
Specify sender email address for emails
Apologies if this has been asked but I could't found it in existing issues. Is there anyway I can configure the sender email address of account activation email or other general emails (e.g. password reset)?
closed
2020-08-28T01:09:09Z
2020-09-04T09:06:01Z
https://github.com/sunscrapers/djoser/issues/520
[]
ronaldchoi
2
errbotio/errbot
automation
1,640
latest release of errbot depends on vulnerable dependencies
**Describe the bug** Errbot depends on vulnerable dependencies which makes itself vulnerable. **To Reproduce** E.g. Snyk test ``` Testing /Users/xxx/repos/yyy... Tested 66 dependencies for known issues, found 2 issues, 3 vulnerable paths. Issues to fix by upgrading dependencies: Pin flask@2.0.2 to...
closed
2023-05-19T10:46:01Z
2024-01-14T07:59:13Z
https://github.com/errbotio/errbot/issues/1640
[ "type: bug" ]
lvthillo
2
plotly/plotly.py
plotly
4,774
sunburst errors with "Non-leaves are not permitted in the dataframe"
The logic to check for non-leaves is dubious, _e.g._ a leaf whose name is a suffix of another leaf triggers an error. The check also depends on the alphabetical ordering on the leaves. As suggested by #3589, I wonder whether this non-leaf detection is really meaningful. I'd be happy to write a PR to remove this ch...
open
2024-10-01T08:22:55Z
2024-10-01T19:50:10Z
https://github.com/plotly/plotly.py/issues/4774
[ "feature", "P3" ]
EpigeneMax
4
awesto/django-shop
django
645
whitenoise & django-compressor
The framework supplies and example shop uses a sekizai processor that uses django-compressor to optimise js and css files. Due to [django-compressor issue 351](https://github.com/django-compressor/django-compressor/issues/351) it appears this can't be used offline. When trying to use whitenoise to serve static files i...
closed
2017-08-27T15:26:42Z
2019-07-02T15:07:33Z
https://github.com/awesto/django-shop/issues/645
[]
racitup
3
JaidedAI/EasyOCR
machine-learning
664
failure of simple test while passing others
Hi. I've tested the file in your example folder, english.png and as expected, get ``` reader = easyocr.Reader(['en'],gpu=False) result = reader.readtext('english.png') result [([...], 'Reduce your risk of ...infection:', 0.9371086335677042), ([...], 'Clean hands with soa... and water', 0.9680031161010356), ([.....
closed
2022-02-10T18:16:02Z
2022-03-02T09:19:40Z
https://github.com/JaidedAI/EasyOCR/issues/664
[]
tzuohann
2
sanic-org/sanic
asyncio
2,433
Error reporting without annotation is very unfriendly.
**Describe the bug** A clear and concise description of what the bug is, make sure to paste any exceptions and tracebacks. Error reporting without annotation is very unfriendly. **Code snippet** Relevant source code, make sure to remove what is not necessary. curves = Blueprint("curves", url_prefix="/curves") ...
closed
2022-04-20T15:21:15Z
2022-04-21T11:30:33Z
https://github.com/sanic-org/sanic/issues/2433
[ "information required" ]
zhuangchaoxi
3
pytorch/pytorch
python
149,121
DISABLED test_compile_body_aliasing_contents_backend_aot_eager (__main__.TestCompileTorchbind)
Platforms: asan, linux, rocm, win, windows, slow This test was disabled because it is failing in CI. See [recent examples](https://hud.pytorch.org/flakytest?name=test_compile_body_aliasing_contents_backend_aot_eager&suite=TestCompileTorchbind&limit=100) and the most recent trunk [workflow logs](https://github.com/py...
closed
2025-03-13T12:52:54Z
2025-03-14T20:28:35Z
https://github.com/pytorch/pytorch/issues/149121
[ "module: flaky-tests", "skipped", "oncall: pt2", "oncall: export" ]
pytorch-bot[bot]
10
SYSTRAN/faster-whisper
deep-learning
118
list index out of range in vad.py
Hello and thank you for your nice whisper implementation! When processing Audio chunks (for a real time application), I encounter the following error: ``` File "vad.py", line 206, in get_original_time total_silence_before = self.total_silence_before[chunk_index] IndexError: list index out of range ``` ...
closed
2023-04-06T02:16:10Z
2023-04-06T05:05:57Z
https://github.com/SYSTRAN/faster-whisper/issues/118
[]
ovhpa
2
amisadmin/fastapi-amis-admin
fastapi
161
如何动态切换多语言
from fastapi_amis_admin import i18n i18n.set_language() 使用i18n动态切换语言,由于一些组件是cached_property或者类似admin组件(page shema)都无法动态切换语言
open
2024-01-30T09:14:15Z
2024-01-30T09:14:15Z
https://github.com/amisadmin/fastapi-amis-admin/issues/161
[]
WowChenEd
0
ets-labs/python-dependency-injector
asyncio
731
type safety for provided?
When referencing a singleton via `foo.provided.bar`, we lose type safety because `provided` always resolves to the `ProvidedInstance` rather than the specific type of the dependency. ``` settings = providers.Singleton(Settings) identity_container = providers.Container( IdentityContainer, ...
closed
2023-08-03T00:09:57Z
2025-02-25T17:06:51Z
https://github.com/ets-labs/python-dependency-injector/issues/731
[]
philipbjorge
4
jina-ai/serve
fastapi
6,175
Setting `return_type` to `DocList[OutputChatDoc]` produces errors
**Describe the bug** <!-- A clear and concise description of what the bug is. --> Hello, First of all I apologize in advance if this is not a bug. I have a client code that looks like: ```python def get_chat_engine_response_doc(form_data, authToken, *args, **kwargs): jina_client = jinaClient(port=GRPC_...
closed
2024-06-23T20:29:39Z
2024-10-07T00:24:12Z
https://github.com/jina-ai/serve/issues/6175
[ "Stale" ]
netw0rkf10w
5
chaos-genius/chaos_genius
data-visualization
1,091
webhook alert feature
## Tell us about the problem you're trying to solve the webhook alert feature is one of the most features bc not all users use slack for alerts ## Describe the solution you'd like create a webhook alert module to allow users to send alerts using webhook
open
2022-08-25T13:05:17Z
2022-08-30T11:29:43Z
https://github.com/chaos-genius/chaos_genius/issues/1091
[ "❗alerts" ]
MahmoudElhalwany
0
pydantic/FastUI
pydantic
266
when can we have a new version pushed out with all existing verified pull requests?
closed
2024-04-09T06:22:21Z
2024-04-25T08:03:26Z
https://github.com/pydantic/FastUI/issues/266
[]
fmrib00
3
OFA-Sys/Chinese-CLIP
computer-vision
363
Fluctuating embedding value
When the program stopped at this line, then I run this line sever times. The `embeddings_tensor` are changing all the time. ``` # Encode the text to get the embeddings embeddings_tensor = self.model.encode_text(tokenized_text) ``` This tensor should be fixed for the same tokenized text.
open
2024-10-12T01:07:27Z
2024-10-12T01:07:27Z
https://github.com/OFA-Sys/Chinese-CLIP/issues/363
[]
blizzardwj
0
jupyter/nbviewer
jupyter
929
Not able to access ipynb file
Hi! Thanks for using Jupyter Notebook Viewer (nbviewer) and taking the time to report a bug you've encountered. Please use the template below to tell us about the problem. If you've found a bug in a different Jupyter project (e.g., [Jupyter Notebook](http://github.com/jupyter/notebook), [JupyterLab](http://github.co...
closed
2020-05-18T08:18:27Z
2020-05-24T14:53:10Z
https://github.com/jupyter/nbviewer/issues/929
[]
kuldeep27396
4
davidsandberg/facenet
tensorflow
413
Thresholding distance for each identity verfication
Hi, I am replicating the face verification part and use my own dataset to test. But the size of testing dataset is small so that I cannot draw ROC curve. Is there any other methods to determine thresholding distance? I set the unified threshold value manually for all identities but the performance is not good. Can I se...
closed
2017-08-06T11:26:06Z
2017-10-21T10:15:41Z
https://github.com/davidsandberg/facenet/issues/413
[]
JIEMIN1995
2