-
There are a number of typos in the writeup_template.md file:
9c9
< **Behavrioal Cloning Project**
---
> **Behavioral Cloning Project**
11a12
>
43c44
< ####2. Submssion includes functional code
---
> …
-
I am assuming that the following will be true of some P4 programmable devices:
(a) If it has multiple match-action pipelines, then the physical storage accessed by Register externs will be separate…
-
Hello,
I am trying to get the model.py code running -- I already recorded some training data with the simulator and have it saved to desktop (csv file and images folder). I have activated the envi…
-
In order to avoid corrupted output using the simulator in project no. 3 (behavioral cloning) I had to change my system's local settings to US. Set to "german" before the result was getting only steeri…
-
Paul Heraty, a student in the October cohort, has written this incredibly helpful guide for those of you looking for some hints and advice.
guide links to:
https://carnd-udacity.atlassian.net/wiki/qu…
-
Header names would make working with the csv file more pleasant.
-
The current default port ID type is a 10 bit bitstring. Is there a strong reason for this? It would be preferable to have a default 32 bit port ID type for couple of reasons:
1. SDN apps that need to…
-
"Recording saves the images to disk***all at once ***recording is toggled off. You can see a save status and play back of the captured data."
confusing wording there
maybe:
"...to disk all at once w…
-
After using the updated drive.py, it appears that the simulator never sends a request to the 'telemetry' method. The server only ever logs 'connect'.
-
On the latest keras version (1.2.0), the drive.py code for behavioral cloning project doesn't work. The error is on line #68 which is `model = model_from_json(jfile.read())`
The error thrown is `cla…