Skip to content

Failure to load datasets in Owl: "input_value: unknown custom block identifier" #5

@gl-yziquel

Description

@gl-yziquel

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".

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions