Skip to content

Latest commit

 

History

History
22 lines (13 loc) · 527 Bytes

README.md

File metadata and controls

22 lines (13 loc) · 527 Bytes

dots

DOTS = Dimensionality Of Tangent Space. Deep learning theory investigation.

This is the codebase behind this project.

Installation

Environment setup

Clone the repository into a folder. In that folder, run:

conda env create --name dots_env --file=environment.yml

This will install the CUDA version of PyTorch. To install the CPU-only environment, run

conda env create --name dots_cpu_env --file=environment-cpu.yml