This commit is contained in:
Tianqi Chen 2018-08-02 16:43:23 -07:00 коммит произвёл GitHub
Родитель 6d1dc4ae5f
Коммит be718ba1d5
1 изменённых файлов: 1 добавлений и 1 удалений

Просмотреть файл

@ -7,7 +7,7 @@ import numpy as np
def test_rpc_executor():
host = "localhost"
port = 9100
port = 9711
server = rpc.Server(host, port, use_popen=True)
x = sym.Variable("x")