Skip to content

Commit

Permalink
Update readme.md
Browse files Browse the repository at this point in the history
  • Loading branch information
zjzser authored Nov 16, 2024
1 parent fdc525a commit 6ec0a7e
Showing 1 changed file with 9 additions and 3 deletions.
12 changes: 9 additions & 3 deletions readme.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,9 @@ PyTorch Implementation of [WMCodec: End-to-End Neural Speech Codec with Deep Wat

## Quick Started
### Dependencies
`pip install -r requirement.txt`
```
pip install -r requirement.txt
```

### Default Preparation
Modify the parameter `--input_training_file` `--input_validation_file` `--checkpoint_path` in `train.py`
Expand All @@ -16,10 +18,14 @@ Modify the config.json
The watermark configuration is in the `watermark.py` file, defaulting to 4-digit base-16.

### Train
`python train.py `
```
python train.py
```

### Test
`python inference-at.py `
```
python inference-at.py
```

### Acknowledgements
This implementation uses parts of the code from the following Github repos: [TraceableSpeech](https://github.com/zjzser/TraceableSpeech)
Expand Down

0 comments on commit 6ec0a7e

Please sign in to comment.