File tree Expand file tree Collapse file tree 2 files changed +12
-8
lines changed
Expand file tree Collapse file tree 2 files changed +12
-8
lines changed Original file line number Diff line number Diff 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
1624Module contents
1725---------------
Original file line number Diff line number Diff 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
You can’t perform that action at this time.
0 commit comments