update
This commit is contained in:
6
enginex/Shufflenet-v2.md
Normal file
6
enginex/Shufflenet-v2.md
Normal file
@@ -0,0 +1,6 @@
|
||||
# 运行方式
|
||||
```python
|
||||
docker pull git.modelhub.org.cn:9443/enginex-hygon/pytorch:2.1.0-py3.10-dtk24.04.3-ubuntu20.04
|
||||
|
||||
docker run -it --name docker_name -v /path/your_code_data/:/path/your_code_data/ -v /opt/hyhal:/opt/hyhal:ro --network=host --shm-size=32G --privileged=true --device=/dev/kfd --ipc=host --device=/dev/dri/ --group-add video image.sourcefind.cn:5000/dcu/admin/base/pytorch:2.1.0-py3.10-dtk24.04.3-ubuntu20.04 /bin/bash
|
||||
```
|
||||
8
enginex/Swin-Transformer.md
Normal file
8
enginex/Swin-Transformer.md
Normal file
@@ -0,0 +1,8 @@
|
||||
# 运行方式
|
||||
```python
|
||||
docker pull git.modelhub.org.cn:9443/enginex-hygon/pytorch:2.1.0-ubuntu20.04-dtk24.04.2-py3.10
|
||||
docker run -it -v /path/your_code_data/:/path/your_code_data/ -v /opt/hyhal/:/opt/hyhal/:ro --shm-size=80G --privileged=true --device=/dev/kfd --device=/dev/dri/ --group-add video --name docker_name imageID bash
|
||||
|
||||
cd /your_code_path/
|
||||
pip install -r requirements.txt
|
||||
```
|
||||
8
enginex/mobilenetv4_conv_small.e2400_r224_in1k.md
Normal file
8
enginex/mobilenetv4_conv_small.e2400_r224_in1k.md
Normal file
@@ -0,0 +1,8 @@
|
||||
# 运行方式
|
||||
```python
|
||||
docker pull git.modelhub.org.cn:9443/enginex-hygon/pytorch:2.1.0-centos7.6-dtk24.04-py310
|
||||
# 为以上拉取的docker的镜像ID替换,本镜像为:c85ed27005f2
|
||||
docker run -it --shm-size=32G -v $PWD/MobileNetv4:/home/MobileNetv4 -v /opt/hyhal:/opt/hyhal:ro --privileged=true --device=/dev/kfd --device=/dev/dri/ --group-add video --name mobilenetv4 bash
|
||||
cd /home/MobileNetv4
|
||||
pip install -r requirements.txt # requirements.txt
|
||||
```
|
||||
Reference in New Issue
Block a user