# -*- encoding: utf-8 -*- # stub: ruby-dnn 1.2.0 ruby lib # stub: ext/rb_stb_image/extconf.rb Gem::Specification.new do |s| s.name = "ruby-dnn".freeze s.version = "1.2.0".freeze s.required_rubygems_version = Gem::Requirement.new(">= 0".freeze) if s.respond_to? :required_rubygems_version= s.require_paths = ["lib".freeze] s.authors = ["unagiootoro".freeze] s.bindir = "exe".freeze s.date = "2020-05-16" s.description = "ruby-dnn is a ruby deep learning library.".freeze s.email = ["ootoro838861@outlook.jp".freeze] s.extensions = ["ext/rb_stb_image/extconf.rb".freeze] s.files = [".gitignore".freeze, ".travis.yml".freeze, "CODE_OF_CONDUCT.md".freeze, "Gemfile".freeze, "LICENSE.txt".freeze, "README.md".freeze, "Rakefile".freeze, "bin/console".freeze, "bin/setup".freeze, "examples/api-examples/early_stopping_example.rb".freeze, "examples/api-examples/initializer_example.rb".freeze, "examples/api-examples/regularizer_example.rb".freeze, "examples/api-examples/save_example.rb".freeze, "examples/cifar100_example.rb".freeze, "examples/cifar10_example.rb".freeze, "examples/dcgan/dcgan.rb".freeze, "examples/dcgan/imgen.rb".freeze, "examples/dcgan/train.rb".freeze, "examples/iris_example.rb".freeze, "examples/judge-number/README.md".freeze, "examples/judge-number/capture.PNG".freeze, "examples/judge-number/convnet8.rb".freeze, "examples/judge-number/make_weights.rb".freeze, "examples/judge-number/mnist_predict.rb".freeze, "examples/judge-number/mnist_train.rb".freeze, "examples/judge-number/public/httpRequest.js".freeze, "examples/judge-number/public/judgeNumber.js".freeze, "examples/judge-number/server.rb".freeze, "examples/judge-number/trained_mnist_params.marshal".freeze, "examples/judge-number/views/index.erb".freeze, "examples/mnist_conv2d_example.rb".freeze, "examples/mnist_define_by_run.rb".freeze, "examples/mnist_example.rb".freeze, "examples/mnist_gpu.rb".freeze, "examples/mnist_lstm_example.rb".freeze, "examples/pix2pix/dcgan.rb".freeze, "examples/pix2pix/imgen.rb".freeze, "examples/pix2pix/train.rb".freeze, "examples/vae.rb".freeze, "examples/xor_example.rb".freeze, "ext/rb_stb_image/extconf.rb".freeze, "ext/rb_stb_image/rb_stb_image.c".freeze, "lib/dnn.rb".freeze, "lib/dnn/core/callbacks.rb".freeze, "lib/dnn/core/error.rb".freeze, "lib/dnn/core/global.rb".freeze, "lib/dnn/core/initializers.rb".freeze, "lib/dnn/core/iterator.rb".freeze, "lib/dnn/core/layers/activations.rb".freeze, "lib/dnn/core/layers/basic_layers.rb".freeze, "lib/dnn/core/layers/cnn_layers.rb".freeze, "lib/dnn/core/layers/embedding.rb".freeze, "lib/dnn/core/layers/math_layers.rb".freeze, "lib/dnn/core/layers/merge_layers.rb".freeze, "lib/dnn/core/layers/normalizations.rb".freeze, "lib/dnn/core/layers/rnn_layers.rb".freeze, "lib/dnn/core/layers/split_layers.rb".freeze, "lib/dnn/core/link.rb".freeze, "lib/dnn/core/losses.rb".freeze, "lib/dnn/core/models.rb".freeze, "lib/dnn/core/monkey_patch.rb".freeze, "lib/dnn/core/optimizers.rb".freeze, "lib/dnn/core/param.rb".freeze, "lib/dnn/core/regularizers.rb".freeze, "lib/dnn/core/savers.rb".freeze, "lib/dnn/core/tensor.rb".freeze, "lib/dnn/core/utils.rb".freeze, "lib/dnn/datasets/cifar10.rb".freeze, "lib/dnn/datasets/cifar100.rb".freeze, "lib/dnn/datasets/downloader.rb".freeze, "lib/dnn/datasets/fashion-mnist.rb".freeze, "lib/dnn/datasets/iris.rb".freeze, "lib/dnn/datasets/mnist.rb".freeze, "lib/dnn/datasets/stl-10.rb".freeze, "lib/dnn/image.rb".freeze, "lib/dnn/keras-model-convertor.rb".freeze, "lib/dnn/numo2numpy.rb".freeze, "lib/dnn/version.rb".freeze, "ruby-dnn.gemspec".freeze, "third_party/stb_image.h".freeze, "third_party/stb_image_resize.h".freeze, "third_party/stb_image_write.h".freeze] s.homepage = "https://github.com/unagiootoro/ruby-dnn.git".freeze s.licenses = ["MIT".freeze] s.rubygems_version = "3.5.10".freeze s.summary = "ruby deep learning library.".freeze s.specification_version = 4 s.add_runtime_dependency(%q.freeze, [">= 0".freeze]) s.add_runtime_dependency(%q.freeze, [">= 0".freeze]) s.add_runtime_dependency(%q.freeze, [">= 0".freeze]) s.add_development_dependency(%q.freeze, ["~> 1.16".freeze]) s.add_development_dependency(%q.freeze, [">= 12.3.3".freeze]) s.add_development_dependency(%q.freeze, ["~> 5.0".freeze]) end