Sha256: 2b27ac93b70825adab6a3e561a1f58641def20006367132f8b2ebe57cbdeb454

Contents?: true

Size: 331 Bytes

Versions: 1

Compression:

Stored size: 331 Bytes

Contents

# frozen_string_literal: true

# Rumale is a machine learning library in Ruby.
module Rumale
  # Rumale::Torch provides the learning and inference function by
  # the neural nets defined in torch.rb with the same interface as Rumale.
  module Torch
    # The version of Rumale::Torch you are using.
    VERSION = '0.1.1'
  end
end

Version data entries

1 entries across 1 versions & 1 rubygems

Version Path
rumale-torch-0.1.1 lib/rumale/torch/version.rb