Skip to content
/ dots Public

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

License

Notifications You must be signed in to change notification settings

LRudL/dots

Repository files navigation

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

About

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

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published