Sha256: 7e4b76393bc57fa2c1498568ff14e80f45f18ac6883c79d5b831a40a7d99fd11

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.0'
  end
end

Version data entries

1 entries across 1 versions & 1 rubygems

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