forked from tensorflow/swift
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
model training walkthrough minor improvements for clarity (tensorflow…
…#516) contentsOfCSV -> contentsOf. CSV is already in the function name so this arg name seems needlessly verbose. Use local variable names in comments about "This should never happen". Saying "we construct <param name>" was a bit confusing to me, especially since the param name in this case is also the name of the python module. Print tensor shapes. I found this helpful to understand the process. Co-authored-by: Saleem Abdulrasool <[email protected]>
- Loading branch information
Showing
1 changed file
with
10 additions
and
8 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters