File tree 2 files changed +2
-2
lines changed
2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -397,7 +397,7 @@ <h2 class="mume-header" id="lets-start-with-luna-studio">Let's start with L
397
397
< pre data-role ="codeBlock " data-info class ="language- "> < code > def main:
398
398
(trainFeatures, testFeatures,
399
399
trainLabels, testLabels) =
400
- prepareData "auto-mpg3 .csv"
400
+ prepareData "auto-mpg .csv"
401
401
</ code > </ pre > </ td > < td >
402
402
< p > Loading batched datasets, divided into train and test parts.</ p >
403
403
< p > < img src ="Screenshots/preparedData.png " alt > </ p >
Original file line number Diff line number Diff line change @@ -194,7 +194,7 @@ Let's focus on the details of Luna Tensorflow API.
194
194
def main:
195
195
(trainFeatures, testFeatures,
196
196
trainLabels, testLabels) =
197
- prepareData "auto-mpg3 .csv"
197
+ prepareData "auto-mpg .csv"
198
198
```
199
199
</td ><td >
200
200
You can’t perform that action at this time.
0 commit comments