Open allensll opened 5 years ago
I believe TensorFlow simplifies simple expressions automatically. You could try more complex expressions rather than (a+b)*a*b
. Maybe try ReLU or MaxPool, or square.
I believe TensorFlow simplifies simple expressions automatically. You could try more complex expressions rather than
(a+b)*a*b
. Maybe try ReLU or MaxPool, or square.
I tried the MNIST-MLP and MNIST-Cryptonets, and the same error occurred.
I have the same problem, it's like
NGRAPH_ENABLE_CLIENT=1
is ignored: ax.py continues as normal, computing the small example without waiting for a client.
Test ax.py, and it stop, not wait for a client to connect.
Thanks.