Skip to content
Snippets Groups Projects
Commit d3311291 authored by Guillaume HEUSCH's avatar Guillaume HEUSCH
Browse files

[trainer] modified docstrings (list) for the CNNTrainer

parent 5e4e50df
Branches
Tags
No related merge requests found
...@@ -71,7 +71,7 @@ class CNNTrainer(object): ...@@ -71,7 +71,7 @@ class CNNTrainer(object):
The epoch to start with The epoch to start with
start_iteration: int start_iteration: int
The iteration to start with The iteration to start with
losses: list losses: list(float)
The list of losses from previous training The list of losses from previous training
""" """
...@@ -95,7 +95,7 @@ class CNNTrainer(object): ...@@ -95,7 +95,7 @@ class CNNTrainer(object):
the current epoch the current epoch
iteration: int iteration: int
the current (last) iteration the current (last) iteration
losses: list losses: list(float)
The list of losses since the beginning of training The list of losses since the beginning of training
""" """
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment