-
Dear authors, I was running the script to perform OOD detection on NIPS' 18 MDS method with Cifar10 (ID) and its corresponding OOD datasets. I found that at the first step when loading the pre-trained…
-
```
import cv2
import face_recognition
import math
import numpy as np
import os
import pickle
import sys
import time
from os import makedirs, listdir
from os.path import isdir, isfile, join
…
-
* face_recognition version: 1.3.0 ( in script it shows 1.2.3 )
* Python version: 3.9.1
* scikit-learn : 0.24.0
* Operating System: Windows 10
### Description
The pickle.load does not work. It…
-
### Describe the workflow you want to enable
I once expanded my [software](https://pypi.org/project/perming/)'s algorithm input datatype and found that it did not support multiclass-multioutput in …
-
I'm trying to use ONNX format as an universal container for models transfer, and I've found that I'm not able to export a simple kNN model with cosine distance, which is very common in NLP:
```pyth…
-
### pycaret version checks
- [X] I have checked that this issue has not already been reported [here](https://github.com/pycaret/pycaret/issues).
- [X] I have confirmed this bug exists on the [latest…
-
I am new to NCCL and multi-gpu training. My code ran perfectly on my Laptop's GPU (single RTX 3060) and it runs out of memory using four GPUs. I think it may be due to a misconfiguration of my GPUs or…
-
@yonromai suggested trying to embed the text descriptions, labels, aliases, etc. associated with EFO terms and using those for embeddings as a part of https://github.com/related-sciences/nxontology-ml…
-
I am very curious of knowing how to save and load a model with UMAP. That package can be used as a new machine learning technique. I was thinking to train and test a dataset with UMAP.
How is it p…
-
hyper-parameters tuning:
- data augmentation parameters
- one skeleton vs two skeletons
- including limb angles or not
- window size
- classifier type (LSTM, FC neural network, knn, logistic regr…