-
### Environment
* How do you deploy Kubeflow Pipelines (KFP)?
Locally, in minikube (version 1.16), docker version 24.0.6
* KFP version: 2.1.0
* KFP SDK version: 2.8.0
### Steps to reproduc…
-
The `train_test_split` feature is not currently supported within the `load_mnist_dataset`. The user will have to call the split before calling the wrapper function.
It will be a better design to i…
-
Hi, whenever I try to specify an algorithm parameter I get the following error:
```
$ python3 run.py --algorithm faiss_hnsw --dataset mnist-784-euclidean
2024-11-13 13:13:19,992 - annb - INFO - r…
-
In order to reproduce the results, could you please provide the MNIST dataset split and files?
-
Hey Charles, I am working with Prof Hao now. Hardly any object has more than 100 points with intensity>0.5 so there is just a lot of augmented points. I am unable to reproduce the said results in the …
-
Thanks for sharing the code. It seems like you did not change num_class and num_point in `train.py`. Since num_class is 10 in mnist dataset and default num_point I believe should be 2048.
-
# Mnist
- 美国国家标准与技术研究所, National Institute of Standards and Technology (NIST).
- 250 个不同人手写的数字构成, 其中 50% 是高中学生, 50% 来自人口普查局 (the Census Bureau) 的工作人员
## Samples
## Download
Da…
-
-
Very interesting behaviour...
When
`X_train, X_test, y_train, y_test = train_test_split(X, y, test_size=0.94, random_state=42)`
using only 6% to learn (with the one-hot encoded data) and 94% a…
-
I was using the tensorflow example image to demonstrate JobSet functionality and I saw a lot of warnings related to deprecated features. Not sure if this image will eventually stop working but wanted…