Mixed bag of cleanups

This commit is contained in:
henryruhs
2025-02-05 19:02:58 +01:00
parent 9c15f584aa
commit a1cd025f81
2 changed files with 4 additions and 3 deletions
+1
View File
@@ -4,6 +4,7 @@ from os.path import isfile
from typing import List
import numpy
numpy.bool = numpy.bool_
from mxnet.io import ImageRecordIter
from onnxruntime import InferenceSession
+3 -3
View File
@@ -14,10 +14,10 @@ pip install -r requirements.txt
```
Example
-------
Setup
-----
This example utilizes the MegaFace dataset to train the Face Swapper model.
This `config.ini` utilizes the MegaFace dataset to train the Face Swapper model.
```
[preparing.dataset]