Semantic-Segmentation-Tensorflow-Eager icon indicating copy to clipboard operation
Semantic-Segmentation-Tensorflow-Eager copied to clipboard

An example of semantic segmentation using tensorflow in eager execution.

Results 2 Semantic-Segmentation-Tensorflow-Eager issues
Sort by recently updated
recently updated
newest added

I have never used tensorflow eager, and I want to run the saved model on the mobile phone. May I ask you if the model saved by tensorflow eager can...

Change the custom loader your are using for the Dataset API. Keep the same functionalities like data augmentation. Change the rest of the code to integrate it. https://www.tensorflow.org/tutorials/eager/eager_basics#datasets https://www.tensorflow.org/performance/datasets_performance https://colab.research.google.com/github/tensorflow/tensorflow/blob/master/tensorflow/contrib/eager/python/examples/generative_examples/image_captioning_with_attention.ipynb...