Skip to content

Commit

Permalink
Docs update and pin keras
Browse files Browse the repository at this point in the history
  • Loading branch information
torzdf committed Jun 7, 2024
1 parent 3e5966d commit 4e353df
Show file tree
Hide file tree
Showing 2 changed files with 28 additions and 1 deletion.
27 changes: 27 additions & 0 deletions docs/full/plugins/train.rst
Original file line number Diff line number Diff line change
Expand Up @@ -57,10 +57,37 @@ model.original module
trainer package
===============

This package contains the training loop for Faceswap

.. rubric:: Module Summary

.. autosummary::
:nosignatures:

~plugins.train.trainer._base
~plugins.train.model._display
~plugins.train.model._tensorboard

trainer._base module
----------------------

.. automodule:: plugins.train.trainer._base
:members:
:undoc-members:
:show-inheritance:

trainer._display module
-----------------------

.. automodule:: plugins.train.trainer._display
:members:
:undoc-members:
:show-inheritance:

trainer._tensorboard module
---------------------------

.. automodule:: plugins.train.trainer._tensorboard
:members:
:undoc-members:
:show-inheritance:
2 changes: 1 addition & 1 deletion requirements/_requirements_base.txt
Original file line number Diff line number Diff line change
Expand Up @@ -14,4 +14,4 @@ pywin32>=305 ; sys_platform == "win32"
torchvision>=0.17.2,<0.19.0
torchaudio>=2.2.2,<2.4.0
tensorboard>=2.12.1
keras>=3.3.3
keras==3.3.3

0 comments on commit 4e353df

Please sign in to comment.