lib/dnn/datasets/fashion-mnist.rb in ruby-dnn-0.16.2 vs lib/dnn/datasets/fashion-mnist.rb in ruby-dnn-1.0.0
- old
+ new
@@ -3,10 +3,10 @@
require_relative "downloader"
require_relative "mnist"
module DNN
module FashionMNIST
- class DNN_MNIST_LoadError < DNN_Error; end
+ class DNN_MNIST_LoadError < DNNError; end
URL_BASE = "http://fashion-mnist.s3-website.eu-central-1.amazonaws.com/"
TRAIN_IMAGES_FILE_NAME = "train-images-idx3-ubyte.gz"
TRAIN_LABELS_FILE_NAME = "train-labels-idx1-ubyte.gz"