Skip to content

Commit ff47be5

Browse files
committed
Minor fixes v1
1 parent 51b68c0 commit ff47be5

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

README.html

+1-1
Original file line numberDiff line numberDiff line change
@@ -397,7 +397,7 @@ <h2 class="mume-header" id="lets-start-with-luna-studio">Let&apos;s start with L
397397
<pre data-role="codeBlock" data-info class="language-"><code>def main:
398398
(trainFeatures, testFeatures,
399399
trainLabels, testLabels) =
400-
prepareData &quot;auto-mpg3.csv&quot;
400+
prepareData &quot;auto-mpg.csv&quot;
401401
</code></pre></td><td>
402402
<p>Loading batched datasets, divided into train and test parts.</p>
403403
<p><img src="Screenshots/preparedData.png" alt></p>

README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -194,7 +194,7 @@ Let's focus on the details of Luna Tensorflow API.
194194
def main:
195195
(trainFeatures, testFeatures,
196196
trainLabels, testLabels) =
197-
prepareData "auto-mpg3.csv"
197+
prepareData "auto-mpg.csv"
198198
```
199199
</td><td>
200200

0 commit comments

Comments
 (0)