Commit 5c896e25 authored by dcuai's avatar dcuai
Browse files

Update README.md

parent 6a68811d
......@@ -26,7 +26,8 @@
docker pull image.sourcefind.cn:5000/dcu/admin/base/tensorflow:2.13.1-py3.10-dtk24.04.3-ubuntu20.04
docker run --shm-size 50g --network=host --name=particlenet --privileged --device=/dev/kfd --device=/dev/dri --group-add video --cap-add=SYS_PTRACE --security-opt seccomp=unconfined -v 项目地址(绝对路径):/home/ -v /opt/hyhal:/opt/hyhal:ro -it <your IMAGE ID> bash
cd tf-keras
pip install -r requirements.txt
### Dockerfile(方法二)
......@@ -35,6 +36,7 @@
docker run --shm-size 50g --network=host --name=particlenet --privileged --device=/dev/kfd --device=/dev/dri --group-add video --cap-add=SYS_PTRACE --security-opt seccomp=unconfined -v 项目地址(绝对路径):/home/ -v /opt/hyhal:/opt/hyhal:ro -it <your IMAGE ID> bash
cd tf-keras
pip install -r requirements.txt
......@@ -52,8 +54,11 @@ original/
└── val.h5
```
运行`convert_dataset.py`对数据进行处理,处理后,
运行`convert_dataset.py`对数据进行处理,
```
python convert_dataset.py
```
处理后
```
converted/
├── test_file_0.awkd
......
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