Sha256: 7f6bc583c4bbbd8359343dd1942dcbf4799c20d3302a3989c8a49cd1034875bf

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

Version data entries

1 entries across 1 versions & 1 rubygems

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