Skip to content

Commit 3238d46

Browse files
author
Akeret, Joel
committed
fixing docu
1 parent 0c5c7d4 commit 3238d46

File tree

2 files changed

+12
-8
lines changed

2 files changed

+12
-8
lines changed

docs/api/unet.datasets.rst

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,14 @@ unet.datasets.circles module
1212
:undoc-members:
1313
:show-inheritance:
1414

15+
unet.datasets.oxford\_iiit\_pet module
16+
--------------------------------------
17+
18+
.. automodule:: unet.datasets.oxford_iiit_pet
19+
:members:
20+
:undoc-members:
21+
:show-inheritance:
22+
1523

1624
Module contents
1725
---------------

src/unet/trainer.py

Lines changed: 4 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -19,15 +19,11 @@ class Trainer:
1919
2020
:param name: Name of the model, used to build the target log directory if no explicit path is given
2121
:param log_dir_path: Path to the directory where the model and tensorboard summaries should be stored
22-
:param checkpoint_callback: Flag if checkpointing should be enabled. Alternatively a callback
23-
instance can be passed
24-
:param tensorboard_callback: Flag if information should be stored for tensorboard.
25-
Alternatively a callback instance can be passed
26-
:param tensorboard_images_callback: Flag if intermediate predictions should be stored in Tensorboard.
27-
Alternatively a callback instance can be passed
22+
:param checkpoint_callback: Flag if checkpointing should be enabled. Alternatively a callback instance can be passed
23+
:param tensorboard_callback: Flag if information should be stored for tensorboard. Alternatively a callback instance can be passed
24+
:param tensorboard_images_callback: Flag if intermediate predictions should be stored in Tensorboard. Alternatively a callback instance can be passed
2825
:param callbacks: List of additional callbacks
29-
:param learning_rate_scheduler: The learning rate to be used. Either None for a constant
30-
learning rate, a `Callback` or a `SchedulerType`
26+
:param learning_rate_scheduler: The learning rate to be used. Either None for a constant learning rate, a `Callback` or a `SchedulerType`
3127
:param scheduler_opts: Further kwargs passed to the learning rate scheduler
3228
"""
3329

0 commit comments

Comments
 (0)