Skip to content

Commit

Permalink
change format
Browse files Browse the repository at this point in the history
  • Loading branch information
sahilg06 committed Apr 16, 2023
1 parent 9351f8d commit 01dc381
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -55,15 +55,15 @@ python train.py --data_root preprocessed_dataset/ --checkpoint_dir <folder_to_sa
```
You can also set additional less commonly-used hyper-parameters at the bottom of the `hparams.py` file.

Model Weights
Inference
-------
#### Model Weights
-------
| Model description| Link to the model |
| :-------------: | :---------------: |
| Emogen (PL+DA) | [Link](https://drive.google.com/file/d/1yNytUV2qI9RRbB_NMPy-Hgo4b0a-d76F/view?usp=sharing) |
| Emogen (PRE) | [link](https://drive.google.com/file/d/1Z_J4xJmlyjue8Th8bl95cC60kOD4sZlZ/view?usp=sharing) |

Inference
-------
Comment these code lines for inference: [line1](https://github.com/sahilg06/EmoGen/blob/7e58e8343dc0faff2685302920750cb8f7227651/models/wav2lip.py#L108) and [line2](https://github.com/sahilg06/EmoGen/blob/7e58e8343dc0faff2685302920750cb8f7227651/models/wav2lip.py#L113).

```bash
Expand Down

0 comments on commit 01dc381

Please sign in to comment.