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: writeup_template.md
+4-4Lines changed: 4 additions & 4 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -6,7 +6,7 @@
6
6
7
7
---
8
8
9
-
**Behavrioal Cloning Project**
9
+
**Behavioral Cloning Project**
10
10
11
11
The goals / steps of this project are the following:
12
12
* Use the simulator to collect data of good driving behavior
@@ -40,19 +40,19 @@ My project includes the following files:
40
40
* model.h5 containing a trained convolution neural network
41
41
* writeup_report.md or writeup_report.pdf summarizing the results
42
42
43
-
####2. Submssion includes functional code
43
+
####2. Submission includes functional code
44
44
Using the Udacity provided simulator and my drive.py file, the car can be driven autonomously around the track by executing
45
45
```sh
46
46
python drive.py model.h5
47
47
```
48
48
49
-
####3. Submssion code is usable and readable
49
+
####3. Submission code is usable and readable
50
50
51
51
The model.py file contains the code for training and saving the convolution neural network. The file shows the pipeline I used for training and validating the model, and it contains comments to explain how the code works.
52
52
53
53
###Model Architecture and Training Strategy
54
54
55
-
####1. An appropriate model arcthiecture has been employed
55
+
####1. An appropriate model architecture has been employed
56
56
57
57
My model consists of a convolution neural network with 3x3 filter sizes and depths between 32 and 128 (model.py lines 18-24)
0 commit comments