You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+7-5Lines changed: 7 additions & 5 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,9 +1,9 @@
1
1
# Tensorflow Project Template
2
2
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.
4
4
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
7
7
8
8
-[In a Nutshell](#in-a-nutshell)
9
9
-[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
16
16
-[Logger](#logger)
17
17
-[Configration](#configuration)
18
18
-[Main](#main)
19
-
-[Future Works](#future-works)
19
+
-[Future Work](#future-work)
20
20
-[Contributing](#Contributing)
21
+
-[Contributing](#acknowledgments)
21
22
22
23
# In a Nutshell
23
24
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.
178
179
4. Now you can train your model by calling "Trainer.train()"
179
180
180
181
181
-
# Future Works
182
+
# Future Work
182
183
- Replace the data loader part with new tensorflow dataset API.
183
184
184
185
# Contributing
@@ -187,3 +188,4 @@ Any kind of enhancement, or contribution is welcomed.
187
188
# Acknowledgments
188
189
Thanks for my colleague [Mo'men Abdelrazek](https://github.com/moemen95) for contributing in this work.
189
190
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