-
We should provide a few examples in the docs and perhaps also as subproject showing things like data loading and a complete training loop.
Some interesting examples could be:
- [x] A basic hello w…
-
| Model | MNIST | Fashion MNIST |
--------|--------|--------------|
| NICE| 4.36| - |
|MADE| 2.04| - |
| IAF-VAE | - | - |
|MAF| 1.89| - |
|Real NVP| 1.06| - |
|Glow| 1.05 | - |
|FFJORD| 0.99 …
-
## Proposed refactor
Some of our tests use the `MNIST` and `TrialMNIST` classes which download the MNIST data off the internet (or from a cache).
https://github.com/PyTorchLightning/pytorch-ligh…
-
As we discussed previously: https://github.com/kubeflow/training-operator/pull/2021#issuecomment-1987733922 we want to add more AI/ML examples to the Kubeflow Training Operator. Right now, most of our…
-
Using the pip install git command, it fails with the following output:
```
running install
running bdist_egg
running egg_info
creating fuel.egg-info
writing fuel.egg-info\PKG-INFO
writing requirement…
-
Hi,
I am opening this issue because I noticed a weird behavior of the the spatial transformer networks implementation (https://github.com/pytorch/tutorials/blob/78e91c54dd0cd4fb0d02dfcc86fe94d16ab0…
-
I am trying to run the [examples](https://github.com/IntelAI/he-transformer/tree/master/examples/MNIST) to test the MNIST network. The CPU backend works but the HE-SEAL backend outputs the following:
…
-
## Description
http://ci.mxnet.io/blue/rest/organizations/jenkins/pipelines/GluonNLP-py3-master-cpu-unittest/branches/PR-966/runs/4/nodes/87/steps/212/log/?start=0
```
[2019-10-11T21:49:14.639Z…
-
# principle component with decorrelated
# shuffle the values of principal components:
# each sample now has its
instead of zeroing them out, independently shuffle across all data points, keep the…
-
### Description
I have trouble with determinism for Jax code on GPU but not on CPU. This is easy to reproduce from the flax examples https://github.com/google/flax/tree/main/examples .
From https:…