Top Level Namespace

Includes:
PyCall::Import

Defined Under Namespace

Modules: DNN, Numpy Classes: DNNKerasLayerNotConvertSupportError, DNNKerasModelConvertError, Float, Hash, Integer, KerasModelConvertor, NumpyToNumoError

Constant Summary collapse

URL_STL10 =
"http://ai.stanford.edu/~acoates/stl10/stl10_binary.tar.gz"
DIR_STL10 =
"stl10_binary"
URL_CIFAR10 =
"https://www.cs.toronto.edu/~kriz/cifar-10-binary.tar.gz"
DIR_CIFAR10 =
"cifar-10-batches-bin"
URL_CIFAR100 =
"https://www.cs.toronto.edu/~kriz/cifar-100-binary.tar.gz"
DIR_CIFAR100 =
"cifar-100-binary"