faceswap/lib
torzdf 6a3b674bef
Rebase code (#1326)
* Remove tensorflow_probability requirement

* setup.py - fix progress bars

* requirements.txt: Remove pre python 3.9 packages

* update apple requirements.txt

* update INSTALL.md

* Remove python<3.9 code

* setup.py - fix Windows Installer

* typing: python3.9 compliant

* Update pytest and readthedocs python versions

* typing fixes

* Python Version updates
  - Reduce max version to 3.10
  - Default to 3.10 in installers
  - Remove incompatible 3.11 tests

* Update dependencies

* Downgrade imageio dep for Windows

* typing: merge optional unions and fixes

* Updates
  - min python version 3.10
  - typing to python 3.10 spec
  - remove pre-tf2.10 code
  - Add conda tests

* train: re-enable optimizer saving

* Update dockerfiles

* Update setup.py
  - Apple Conda deps to setup.py
  - Better Cuda + dependency handling

* bugfix: Patch logging to prevent Autograph errors

* Update dockerfiles

* Setup.py - Setup.py - stdout to utf-8

* Add more OSes to github Actions

* suppress mac-os end to end test
2023-06-27 11:27:47 +01:00
..
align Rebase code (#1326) 2023-06-27 11:27:47 +01:00
cli Rebase code (#1326) 2023-06-27 11:27:47 +01:00
gpu_stats Rebase code (#1326) 2023-06-27 11:27:47 +01:00
gui Rebase code (#1326) 2023-06-27 11:27:47 +01:00
model Rebase code (#1326) 2023-06-27 11:27:47 +01:00
training Rebase code (#1326) 2023-06-27 11:27:47 +01:00
__init__.py Creating lib folder 2017-12-19 12:57:56 +01:00
config.py Rebase code (#1326) 2023-06-27 11:27:47 +01:00
convert.py Rebase code (#1326) 2023-06-27 11:27:47 +01:00
image.py Rebase code (#1326) 2023-06-27 11:27:47 +01:00
keras_utils.py Rebase code (#1326) 2023-06-27 11:27:47 +01:00
keypress.py Allow decoding errors 2022-12-18 19:02:17 +00:00
logger.py Rebase code (#1326) 2023-06-27 11:27:47 +01:00
multithreading.py Rebase code (#1326) 2023-06-27 11:27:47 +01:00
queue_manager.py Rebase code (#1326) 2023-06-27 11:27:47 +01:00
serializer.py Allow decoding errors 2022-12-18 19:02:17 +00:00
sysinfo.py Rebase code (#1326) 2023-06-27 11:27:47 +01:00
utils.py Rebase code (#1326) 2023-06-27 11:27:47 +01:00
vgg_face.py Centralize model storage 2022-06-18 19:54:02 +01:00