Skip to content

Commit e873ec8

Browse files
committed
adding main example in readme
1 parent cdc5fa5 commit e873ec8

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

README.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -123,7 +123,8 @@ Folder structure
123123
│ └── example_trainer.py
124124
125125
├── mains - here's the main(s) of your project (you may need more than one main).
126-
126+
│ └── example_main.py - here's an example of main that is responsible for the whole pipeline.
127+
127128
128129
├── data _loader
129130
│ └── data_generator.py - here's the data_generator that is responsible for all data handling.

0 commit comments

Comments
 (0)