MemNet-Tensorflow
MemNet-Tensorflow copied to clipboard
Two question,1)Whether you can process color images,2)Whether the neural network can handle multiple tasks at the same time,
Thank you very much for sharing the code. I tried to modify your code to implement color image processing,but still error,I am more optimistic about your code, I hope you can help,Thank you again
Sorry, my reply is so late. Question1): you can modify the code in ./model/MemNet.py 39, 41, 42 line. Set the self.image_c = 3, and generate the RGB datasets. Question2): what is the meaning of the question2)? What is the mutil tasks? For what??