Cargo Features

cifar-ten has no features set by default.

[dependencies]
cifar-ten = { version = "0.5.1", features = ["download", "to_ndarray_015", "to_ndarray_014", "to_ndarray_013"] }
download = curl, flate2, pbr, tar
to_ndarray_015 = ndarray_015

Affects cifar-ten::return_label_from_one_hot

to_ndarray_014 = ndarray_014

Affects cifar-ten::return_label_from_one_hot

to_ndarray_013 = ndarray_013

Affects cifar-ten::return_label_from_one_hot

Features from optional dependencies

In crates that don't use the dep: syntax, optional dependencies automatically become Cargo features. These features may have been created by mistake, and this functionality may be removed in the future.

ndarray_015 to_ndarray_015?

Enables ndarray

ndarray_014 to_ndarray_014?

Enables ndarray ^0.14

ndarray_013 to_ndarray_013?

Enables ndarray ^0.13.1

curl download?

Enables curl

Used for downloading dataset

pbr download?
flate2 download?

Enables flate2

Used for extracting dataset from compressed format

tar download?