Skip to content
This repository was archived by the owner on Aug 25, 2025. It is now read-only.

Installation

Szymon Maszke edited this page Mar 25, 2020 · 6 revisions
  • Docker at least of version 17.05 is required. See Official Docker's documentation for installation instruction for your operating system

  • Install torchlambda through pip, Python version 3.6 or higher is needed. You could also install this software within conda or other virutal environment of your choice. Following command should be sufficient:

    $ pip install --user torchlambda

Additionally, project uses Cerberus for settings validation and PyYAML for YAML files processing,

Clone this wiki locally