iree-org / iree-jax

Apache License 2.0
48 stars 19 forks source link

Add a test for training MNIST on CUDA and CPU that verifies same result as Jax #43

Open sogartar opened 1 year ago

sogartar commented 1 year ago

The two tests fail for different reasons. Things work OK except the procedure to initialize the optimizer.

ThomasRaoux commented 1 year ago

is there a way to get a test independent of JAX? If you don't have a simple way I'll try to make one later