mirror of
https://github.com/facefusion/facefusion-labs.git
synced 2026-05-22 23:59:40 +02:00
Extend README with TensorBoard guide
This commit is contained in:
@@ -98,6 +98,12 @@ Train the Embedding Converter model.
|
||||
python train.py
|
||||
```
|
||||
|
||||
Launch the TensorBoard to monitor the training.
|
||||
|
||||
```
|
||||
tensorboard --logdir=.logs
|
||||
```
|
||||
|
||||
|
||||
Exporting
|
||||
---------
|
||||
|
||||
@@ -116,6 +116,12 @@ Train the Face Swapper model.
|
||||
python train.py
|
||||
```
|
||||
|
||||
Launch the TensorBoard to monitor the training.
|
||||
|
||||
```
|
||||
tensorboard --logdir=.logs
|
||||
```
|
||||
|
||||
|
||||
Exporting
|
||||
---------
|
||||
|
||||
@@ -1,7 +1,6 @@
|
||||
#!/usr/bin/env python3
|
||||
|
||||
from face_swapper.src.inferencing import infer
|
||||
|
||||
from src.inferencing import infer
|
||||
|
||||
if __name__ == '__main__':
|
||||
infer()
|
||||
|
||||
Reference in New Issue
Block a user