INSTALL.md

September 29, 2022 ยท View on GitHub

Installation

Requirements

  • Linux with Python 3.6
  • PyTorch 1.4.0
  • TAP: follow TAP installation instructions.

Example conda environment setup

conda create -n tag python=3.6 -y
conda activate tag
git clone https://github.com/HenryJunW/TAG
cd TAG
python setup.py develop

Alternatively, you could install the conda environment from existing yaml file

conda env create --name tap --file=tag.yml

Contents

  1. 1Installation
  2. 1.1Requirements
  3. 1.2Example conda environment setup