Skip to content

Latest commit

 

History

13 Commits

Folders and files

NameName
Last commit message
Last commit date
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Differentiable Karplus-Strong

Installation

1. Clone the repository

git clone --recurse-submodules https://github.com/ptablasdpaula/DiffKarplusStrong_DMRN20.git
cd KarplusStrong_DMRN20

2. Create and activate a virtual environment

macOS / Linux

python3 -m venv .venv
source .venv/bin/activate

Windows (PowerShell)

python -m venv .venv
.venv\Scripts\activate

3. Install dependencies

Install all dependencies exactly as used in this environment:

pip install --upgrade pip
pip install -r requirements.txt

About

No description, website, or topics provided.

Resources

Stars

1 star

Watchers

1 watching

Forks

Releases

Packages

Contributors

Languages