vivekaditya
Results
2
issues of
vivekaditya
Use tf.contrib.image.rotate in place of lambda:tf.py_func(random_rotate_image, [image], tf.uint8)
12
In the graph we are using `lambda:tf.py_func(random_rotate_image, [image], tf.uint8)` inside `create_input_pipeline` This causes problem while using tensor flow serving as python layers are [not supported](https://github.com/tensorflow/serving/issues/54) on TensorFlow serving. Can we...
Hi I followed the steps given [here](https://github.com/cabotapp/docker-cabot#using-docker-compose). Where is the default username and password mentioned ? Can someone please point to the right direction.