You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
After the Dataset.download_all () command has populated my ~/.owl/dataset folder, I get the following situation:
mini-me@virtucon ~> utopWelcome to utop version 2.13.1 (using OCaml version 4.14.1)!Type #utop_help for help about using utop.─( 15:37:51 )─< command 0utop # #require "owl";;─( 15:37:51 )─< command 1utop # open Owl;;─( 15:37:57 )─< command 2utop # Dataset.load_mnist_test_data ();;2023-10-11 15:38:14.444 INFO : create /home/mini-me/.owl/dataset/ if not presentException: Failure "input_value: unknown custom block identifier".
The text was updated successfully, but these errors were encountered:
mini-me@virtucon ~/h/s/mud-owl-net (master)> just run_build/default/bin/main.exe2023-10-11 17:58:48.952 INFO : create /home/mini-me/.owl/dataset/ if not presentFailure input_value: unknown custom block identifierRaised by primitive operation at Stdlib__Marshal.from_bytes in file "marshal.ml", line 61, characters 9-35Called from Stdlib__Fun.protect in file "fun.ml", line 33, characters 8-15Re-raised at Stdlib__Fun.protect in file "fun.ml", line 38, characters 6-52Called from Owl_dense_ndarray_generic.load in file "src/owl/dense/owl_dense_ndarray_generic.ml" (inlined), line 2070, characters 16-42Called from Owl_dense_matrix_s.load in file "src/owl/dense/owl_dense_matrix_s.ml" (inlined), line 60, characters 13-29Called from Owl_dataset.load_mnist_train_data in file "src/owl/misc/owl_dataset.ml", line 87, characters 4-54Called from Owl_dataset.load_mnist_train_data_arr in file "src/owl/misc/owl_dataset.ml", line 110, characters 20-44Called from Dune__exe__Main.main in file "bin/main.ml", line 19, characters 10-46Called from Dune__exe__Main in file "bin/main.ml", line 28, characters 13-20mini-me@virtucon ~/h/s/mud-owl-net (master)>
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:The text was updated successfully, but these errors were encountered: