Skip to content

Commit

Permalink
readme
Browse files Browse the repository at this point in the history
  • Loading branch information
pchampio committed Jun 1, 2023
1 parent 06aa286 commit f74ad38
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -34,8 +34,8 @@ git clone https://github.com/deep-privacy/SA-toolkit

## Quick Torch HUB anonymization example

This locally installs satools, the required pip dependencies are: `torch`, `torchaudio`, `soundfile` and `configargparse`.
This version gives access to the python/torch model for inference/testing, but training use `install.sh`.
This locally installs satools (the required pip dependencies are: `torch`, `torchaudio`, `soundfile` and `configargparse`).
This version gives access to the python/torch model for inference/testing, but for training use `install.sh`.
You can modify `tag_version` accordingly to the available model tag [here](https://github.com/deep-privacy/SA-toolkit/releases).

```python
Expand Down
2 changes: 1 addition & 1 deletion satools/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ References and Citation
The technical report of pkwrap is now available [here](https://arxiv.org/abs/2010.03466). The report can
be cited as in the following bibtex example:

```
```bibtex
@article{madikeri2020pkwrap,
title={Pkwrap: a PyTorch Package for LF-MMI Training of Acoustic Models},
author={Madikeri, Srikanth and Tong, Sibo and Zuluaga-Gomez, Juan and Vyas, Apoorv and Motlicek, Petr and Bourlard, Herv{\'e}},
Expand Down

0 comments on commit f74ad38

Please sign in to comment.