Commit fc15f42c authored by chenzk's avatar chenzk
Browse files

Update url.md

parent 2c6342a0
...@@ -50,8 +50,7 @@ pip3 install -r requirements.txt --no-deps ...@@ -50,8 +50,7 @@ pip3 install -r requirements.txt --no-deps
1、真实数据 1、真实数据
使用ImageNet数据集,并且需要转成TFRecord格式 使用ImageNet数据集,并且需要转成TFRecord格式
ImageNet数据集可以[官网](https://image-net.org/ "ImageNet数据集官网")下载,scnet快速下载通道[imagenet](http://113.200.138.88:18080/aidatasets/project-dependency/imagenet-2012)、百度搜索或者联系我们 ImageNet数据集可以[官网](https://image-net.org/ "ImageNet数据集官网")下载,ImageNet数据集转成TFRecord格式,可以参考以下[script](https://github.com/tensorflow/tpu/blob/master/tools/datasets/imagenet_to_gcs.py)[README](https://github.com/tensorflow/tpu/tree/master/tools/datasets#imagenet_to_gcspy)
ImageNet数据集转成TFRecord格式,可以参考以下[script](https://github.com/tensorflow/tpu/blob/master/tools/datasets/imagenet_to_gcs.py)[README](https://github.com/tensorflow/tpu/tree/master/tools/datasets#imagenet_to_gcspy)
制作完成的TFRrecord数据形式如下: 制作完成的TFRrecord数据形式如下:
``` ```
tfrecord-imagenet tfrecord-imagenet
......
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