From 29d23a8556232a5adb6f9176f80fac069359b6c0 Mon Sep 17 00:00:00 2001 From: YueJiang <1206052386@qq.com> Date: Mon, 17 Oct 2022 09:01:51 +0000 Subject: [PATCH] =?UTF-8?q?add=20TensorFlow/built-in/cv/detection/CRNN=5Ff?= =?UTF-8?q?or=5FTensorFlow/config/rank=5Ftable=5F8p.json.=20=E5=B0=8Fkerne?= =?UTF-8?q?l=E5=85=A5=E7=B2=BE=E5=BA=A6=E5=86=92=E7=83=9F=E7=9C=8B?= =?UTF-8?q?=E6=8A=A4?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: YueJiang <1206052386@qq.com> --- .../CRNN_for_TensorFlow/config/rank_table_8p.json | 15 +++++++++++++++ 1 file changed, 15 insertions(+) create mode 100644 TensorFlow/built-in/cv/detection/CRNN_for_TensorFlow/config/rank_table_8p.json diff --git a/TensorFlow/built-in/cv/detection/CRNN_for_TensorFlow/config/rank_table_8p.json b/TensorFlow/built-in/cv/detection/CRNN_for_TensorFlow/config/rank_table_8p.json new file mode 100644 index 000000000..1c58ed513 --- /dev/null +++ b/TensorFlow/built-in/cv/detection/CRNN_for_TensorFlow/config/rank_table_8p.json @@ -0,0 +1,15 @@ +{ +"server_count":"1", +"server_list":[{ + "device":[{"device_id":"0","device_ip":"192.168.100.101","rank_id":"0"}, + {"device_id":"1","device_ip":"192.168.101.101","rank_id":"1"}, + {"device_id":"2","device_ip":"192.168.102.101","rank_id":"2"}, + {"device_id":"3","device_ip":"192.168.103.101","rank_id":"3"}, + {"device_id":"4","device_ip":"192.168.100.100","rank_id":"4"}, + {"device_id":"5","device_ip":"192.168.101.100","rank_id":"5"}, + {"device_id":"6","device_ip":"192.168.102.100","rank_id":"6"}, + {"device_id":"7","device_ip":"192.168.103.100","rank_id":"7"}], + "server_id":"127.0.0.2"}], +"status":"completed", +"version":"1.0" +} -- Gitee