Hi.
I recently installed Owl and just now attempted to download the MNIST dataset to replicate the code at the following address:
https://github.com/owlbarn/owl/blob/main/examples/lazy_mnist.ml
After the Dataset.download_all () command has populated my ~/.owl/dataset folder, I get the following situation:
mini-me@virtucon ~> utop
Welcome to utop version 2.13.1 (using OCaml version 4.14.1)!
Type #utop_help for help about using utop.
─( 15:37:51 )─< command 0
utop # #require "owl";;
─( 15:37:51 )─< command 1
utop # open Owl;;
─( 15:37:57 )─< command 2
utop # Dataset.load_mnist_test_data ();;
2023-10-11 15:38:14.444 INFO : create /home/mini-me/.owl/dataset/ if not present
Exception: Failure "input_value: unknown custom block identifier".