Skip to content

Commit 6dc6623

Browse files
authored
Merge pull request #1 from Mrgemy95/master
updated
2 parents 011a86c + 4e1ad58 commit 6dc6623

File tree

1 file changed

+7
-5
lines changed

1 file changed

+7
-5
lines changed

README.md

Lines changed: 7 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,9 @@
11
# Tensorflow Project Template
22
A simple and well designed structure is essential for any Deep Learning project, so after a lot of practice and contributing in tensorflow projects here's a tensorflow project template that combines **simplcity**, **best practice for folder structure** and **good OOP design**.
3-
The main idea is that there's much stuff you do every time you start your tensorflow project so wrapping all this shared stuff will help you to change just the core idea everytime you start a new tensorflow project.
3+
The main idea is that there's much stuff you do every time you start your tensorflow project, so wrapping all this shared stuff will help you to change just the core idea every time you start a new tensorflow project.
44

5-
**So here's a simple tensorflow template that help you get into your main project faster and just focus on your core (Model, Training, ...etc)**
6-
# Table Of Content
5+
**So, here's a simple tensorflow template that help you get into your main project faster and just focus on your core (Model, Training, ...etc)**
6+
# Table Of Contents
77

88
- [In a Nutshell](#in-a-nutshell)
99
- [In Details](#in-details)
@@ -16,8 +16,9 @@ The main idea is that there's much stuff you do every time you start your tensor
1616
- [Logger](#logger)
1717
- [Configration](#configuration)
1818
- [Main](#main)
19-
- [Future Works](#future-works)
19+
- [Future Work](#future-work)
2020
- [Contributing](#Contributing)
21+
- [Contributing](#acknowledgments)
2122

2223
# In a Nutshell
2324
In a nutshell here's how to use this template, so **for example** assume you want to implement VGG model so you should do the following:
@@ -178,7 +179,7 @@ Here's where you combine all previous part.
178179
4. Now you can train your model by calling "Trainer.train()"
179180

180181

181-
# Future Works
182+
# Future Work
182183
- Replace the data loader part with new tensorflow dataset API.
183184

184185
# Contributing
@@ -187,3 +188,4 @@ Any kind of enhancement, or contribution is welcomed.
187188
# Acknowledgments
188189
Thanks for my colleague [Mo'men Abdelrazek](https://github.com/moemen95) for contributing in this work.
189190
and thanks for [Mohamed Zahran](https://github.com/moh3th1) for the review.
191+
**Thanks for Jtoy for including the repo in [Awesome Tensorflow](https://github.com/jtoy/awesome-tensorflow).**

0 commit comments

Comments
 (0)