All Questions
Tagged with back-projection tensorflow
1 question
6
votes
1
answer
7k
views
Save tensors as images in TensorFlow
This might be a simple question. I am just trying to do radon transform of an image and save it using functions in TensorFlow. But the result is not right. I know I can use plt.imsave() to save the ...