We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 87e5c0f commit 7c13895Copy full SHA for 7c13895
README.md
@@ -161,6 +161,7 @@ Folder structure
161
--------------
162
- #### **Base trainer**
163
Base trainer is an abstract class that just wrap the training process.
164
+
165
- #### **Your trainer**
166
Here's what you should implement in your trainer.
167
1. Create your trainer class and inherit the base_trainer class.
@@ -183,6 +184,7 @@ Here's where you combine all previous part.
183
184
# Future Work
185
- Replace the data loader part with new tensorflow dataset API.
186
187
188
# Contributing
189
Any kind of enhancement, or contribution is welcomed.
190
0 commit comments