Skip to content

Commit

Permalink
update readme
Browse files Browse the repository at this point in the history
  • Loading branch information
MingjieChen committed Aug 10, 2023
1 parent 4cba2ab commit 5760f41
Showing 1 changed file with 13 additions and 1 deletion.
14 changes: 13 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -38,10 +38,22 @@ conda create --name torch_1.9 --file requirements.txt

# Quick use

Prepare repository

```
git clone https://github.com/MingjieChen/EasyVC.git
cd EasyVC
```

Download VQWav2vec if you want to use it as linguistic encoder

```
cd ling_encoder/vqwav2vec
wget https://dl.fbaipublicfiles.com/fairseq/wav2vec/vq-wav2vec_kmeans.pt
cd ../..
```

Download model checkpoint and config from [Pretrained Models](# Pretrained Models )

# Working progress

Expand Down Expand Up @@ -224,4 +236,4 @@ python inference.py \

- Mingjie Chen, University of Sheffield
- Prof. Thomas Hain, University of Sheffield
``
``

0 comments on commit 5760f41

Please sign in to comment.