Skip to content

Commit 750b7b4

Browse files
committed
readme
1 parent 32aa263 commit 750b7b4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -167,7 +167,7 @@ Folder structure
167167
These class is responsible for all data handling and processing and provide an easy interface that can be used by the trainer.
168168
### Logger
169169
This class is responsible for the tensorboard summary, in your trainer create a dictionary of all tensorflow variables you want to summarize then pass this dictionary to logger.summarize().
170-
### Configration
170+
### Configuration
171171
I use Json as configuration method and then parse it, so write all configs you want then parse it using "utils/config/process_config" and pass this configuration object to all other objects.
172172
### Main
173173
Here's where you combine all previous part.

0 commit comments

Comments
 (0)