-
### 🐛 Describe the bug
Every time I download the MNIST dataset, `torchvision` first attempts to use the mirror [http://yann.lecun.com/exdb/mnist/train-images-idx3-ubyte.gz](http://yann.lecun.com/exdb…
-
One of the most used MNIST datasets was a database of handwritten images, which contains around 60,000 train and 10,000 test images of handwritten digits from 0 to 9. Inspired by this, they created Fa…
-
### What happened?
When I run the [examples/pytorch/image-classification/create-pytorchjob.ipynb](https://github.com/kubeflow/training-operator/blob/da11d1116c29322c481d0b8f174df8d6f05004aa/example…
-
### 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…
-
Hi, I am getting the following error when running the mnist example via fpm
```
$ fpm run --example mnist --profile debug --compiler ifort
mod_constants.f90 done.
mod_random…
ofmla updated
3 weeks ago
-
Hi, thanks for the great work! I'm wondering if there are any plans to train the model on some datasets in the near future. Since there are currently no released weights for this model architecture, i…
-
### Deep Learning Simplified Repository (Proposing new issue)
:red_circle: **Project Title** : Fashion MNIST Image Classification
:red_circle: **Aim** : This project focuses on image classification…
-
Hi,
I was interested in trying to train a FIF on MNIST down to a latent dimensionality of 128, or even 12 to compare the compression.
I am using an encoder/decoder, similar to Table 11: https://ar…
-
**Describe the bug**
While trying the [Quick Start Guide](https://openfl.readthedocs.io/en/latest/get_started/quickstart.html#creating-a-federation-in-5-steps) for model **tf_2dunet**, the plan initi…
-
Hi, I'm experimenting KAN's performance, comparing it with MLP on MNIST dataset. To make it comparable, I have to use torch DataLoader to train the MLPs. I tried combining KAN with the DataLoader, but…