Skip to content

Latest commit

 

History

History
18 lines (12 loc) · 785 Bytes

installation.md

File metadata and controls

18 lines (12 loc) · 785 Bytes

Installation

  • Option 1

    • (Recommended) For conda users: conda env create -f environment.yml
    • For pip users: pip install -r requirements.txt
  • Option 2

    Manually create and configure a python (recommended version 3.7+) virtual environment and install the following packages matplotlib, seaborn, h5py. An example using conda:

      conda create --name duovae python=3.9 matplotlib seaborn h5py
      conda activate duovae
    
  • Common

    In the configured environment, install PyTorch (tested versions: 1.12.x, 1. 13.x) with either CPU, CUDA, or MPS supports.