Wenrui.J
Results
2
issues of
Wenrui.J
Q1: It seems there's a deprecated API `tf.sub` in your implementation, which will throw exception like `AttributeError: 'module' object has no attribute 'sub'` in tensorflow 1.3.0+. Change that to `tf.subtract`...
I have launched a hackpad server on my localhost, while it returns 200 only when accessing 9000 on my localhost. A remote access returned 400, just wondering, is there something...