Orca docs: The mv command in the document needs to be modified (#6927)
* Update yarn.md * Update yarn.md * Update yarn.md * Update yarn.md
This commit is contained in:
parent
eceedbe196
commit
56a2d8f1cd
1 changed files with 2 additions and 2 deletions
|
|
@ -119,7 +119,7 @@ First, download the Fashion-MNIST dataset manually on your __Client Node__. Note
|
||||||
git clone https://github.com/zalandoresearch/fashion-mnist.git
|
git clone https://github.com/zalandoresearch/fashion-mnist.git
|
||||||
|
|
||||||
# Move the dataset under the folder FashionMNIST/raw
|
# Move the dataset under the folder FashionMNIST/raw
|
||||||
mv /path/to/fashion-mnist/data/fashion /path/to/local/data/FashionMNIST/raw
|
mv /path/to/fashion-mnist/data/fashion/* /path/to/local/data/FashionMNIST/raw
|
||||||
|
|
||||||
# Extract FashionMNIST archives
|
# Extract FashionMNIST archives
|
||||||
gzip -dk /bigdl/nfsdata/dataset/FashionMNIST/raw/*
|
gzip -dk /bigdl/nfsdata/dataset/FashionMNIST/raw/*
|
||||||
|
|
@ -128,7 +128,7 @@ Then upload it to a distributed storage. Sample command to upload data to HDFS i
|
||||||
```bash
|
```bash
|
||||||
hdfs dfs -put /path/to/local/data/FashionMNIST hdfs://path/to/remote/data
|
hdfs dfs -put /path/to/local/data/FashionMNIST hdfs://path/to/remote/data
|
||||||
```
|
```
|
||||||
In the given example, you can specify the argument `--remote_dir` to be the directory on a distributed storage for the Fashion-MNIST dataset.
|
In the given example, you can specify the argument `--remote_dir` to be the directory on a distributed storage for the Fashion-MNIST dataset. The directory should contain `FashionMNIST/raw/train-images-idx3-ubyte` and `FashionMNIST/raw/t10k-images-idx3`.
|
||||||
|
|
||||||
---
|
---
|
||||||
## 4. Prepare Custom Modules
|
## 4. Prepare Custom Modules
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue