123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117 |
- {
- "MASTER": {
- "ip": "http://0.0.0.0",
- "path": {
- "python": "/data/anaconda3/envs/convert3/bin/python",
- "gunicorn": "/data/anaconda3/envs/convert3/bin/gunicorn",
- "project": "/data/fangjiasheng/format_conversion_maxcompute/"
- },
- "convert": {
- "port": [15010],
- "port_num": [3],
- "gpu": [-1]
- },
- "ocr": {
- "port": [17000, 17001],
- "port_num": [3, 1],
- "gpu": [0, 1]
- },
- "otr": {
- "port": [ 18000, 18001 ],
- "port_num": [ 0, 2 ],
- "gpu": [ 0, 1 ]
- },
- "idc": {
- "port": [ 18020 ],
- "port_num": [ 1 ],
- "gpu": [ -1 ]
- },
- "isr": {
- "port": [ 18040 ],
- "port_num": [ 3 ],
- "gpu": [ 0 ]
- },
- "atc": {
- "port": [ 18060 ],
- "port_num": [ 2 ],
- "gpu": [ -1 ]
- },
- "yolo": {
- "port": [ 18080 ],
- "port_num": [ 2 ],
- "gpu": [ 0 ]
- },
- "office": {
- "port": [ 16000 ],
- "port_num": [ 25 ],
- "gpu": []
- }
- },
- "SLAVE": {
- "ip": "",
- "path": {
- "python": "/data/anaconda3/envs/convert3/bin/python",
- "gunicorn": "/data/anaconda3/envs/convert3/bin/gunicorn",
- "project": "/data/fangjiasheng/format_conversion_maxcompute/"
- },
- "convert": {
- "port": [ 15010 ],
- "port_num": [ 3 ],
- "gpu": [ -1 ]
- },
- "ocr": {
- "port": [ 17000, 17001 ],
- "port_num": [ 3, 1 ],
- "gpu": [ 0, 1 ]
- },
- "otr": {
- "port": [ 18000, 18001 ],
- "port_num": [ 0, 2 ],
- "gpu": [ 0, 1 ]
- },
- "idc": {
- "port": [ 18020 ],
- "port_num": [ 1 ],
- "gpu": [ -1 ]
- },
- "isr": {
- "port": [ 18040 ],
- "port_num": [ 3 ],
- "gpu": [ 0 ]
- },
- "atc": {
- "port": [ 18060 ],
- "port_num": [ 2 ],
- "gpu": [ -1 ]
- },
- "yolo": {
- "port": [ 18080 ],
- "port_num": [ 2 ],
- "gpu": [ 0 ]
- },
- "office": {
- "port": [ 16000 ],
- "port_num": [ 25 ],
- "gpu": []
- }
- }
- }
|