Commit dfe0725b authored by zhangwenbo's avatar zhangwenbo 🎨
Browse files

Update README.md

parent 35f6569d
...@@ -46,9 +46,9 @@ pip install tf_keras==2.18.0 -i https://pypi.tuna.tsinghua.edu.cn/simple --no-d ...@@ -46,9 +46,9 @@ pip install tf_keras==2.18.0 -i https://pypi.tuna.tsinghua.edu.cn/simple --no-d
```bash ```bash
mkdir original
cd original mkdir original #在tf-keras目录下创建original目录
cd original #将数据集下载放到original目录下
curl -O -L https://zenodo.org/record/2603256/files/train.h5 curl -O -L https://zenodo.org/record/2603256/files/train.h5
curl -O -L https://zenodo.org/record/2603256/files/test.h5 curl -O -L https://zenodo.org/record/2603256/files/test.h5
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment